@charset "UTF-8";
/*!
   * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("//hello.myfonts.net/count/36716c");
@import url("//hello.myfonts.net/count/36716c");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

.clearfix::after, .container::after,
.container-fluid::after, .container-sm::after, .container-md::after, .container-lg::after, .container-xl::after, .container-xxl::after, .row::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #0d6efd !important; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #ffc107 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

.link-danger {
  color: #dc3545 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37 !important; }

.link-light {
  color: #f8f9fa !important; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: grid !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; }

.d-none {
  display: none !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-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-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; }

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

.min-vw-100 {
  min-width: 100vw !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; }

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

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

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

.fw-semibold {
  font-weight: 600 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !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; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

/*!
   * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  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 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

.d-grid {
  display: grid !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; }

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .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-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; }
  .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; }
  .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; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

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

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

.form-label {
  margin-bottom: 0.5rem; }

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -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[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .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::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .text-and-tiles__container__content__item--featured .btn-check[disabled] + a:hover::before, .btn-check:disabled + .btn, .text-and-tiles__container__content__item--featured .btn-check:disabled + a:hover::before {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder,
    .form-floating > .form-control-plaintext::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder,
    .form-floating > .form-control-plaintext::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder,
    .form-floating > .form-control-plaintext::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.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-select,
  .input-group > .form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn, .input-group .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .input-group a:hover::before {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .text-and-tiles__container__content__item--featured a:focus:hover::before, .text-and-tiles__container__content__item--featured .input-group a:focus:hover::before {
      z-index: 5; }

.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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.text-and-tiles__container__content__item--featured .input-group-lg > a:hover::before {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.text-and-tiles__container__content__item--featured .input-group-sm > a:hover::before {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

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

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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 .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

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

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

.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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem 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 .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem 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; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * @license
 * MyFonts Webfont Build ID 3567980, 2018-04-26T09:59:01-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TradeGothicLT by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/trade-gothic-63882/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and 
 * Licensed pageviews: 6,500,000
 * 
 * Webfont: TradeGothicLT-BoldTwo by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/bold-no-2-63882/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and 
 * Licensed pageviews: 6,500,000
 * 
 * Webfont: TradeGothicLTPro-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/pro-bold/
 * Copyright: Copyright &#x00A9; 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Trade Gothic is either a registered trademark
 * Licensed pageviews: 2,500,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3567980
 * 
 * © 2018 MyFonts Inc
*/
/* 2023 Font Update Fonts and Styles Mixins */
/* Updated June 2023 to Neue Plak for site font */
/* Neue Plak Condensed Bold - Header Font */
/* Neue Plak Narrow Semibold - Body copy font */
/* Neue Plak Text Black - Button Font */
/* Trade Gothic Condensed 18 */
/* Trade Gothic Bold Condensed 20 */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LT/36716C_0_0.eot");
  src: url("../fonts/TradeGothic/LT/36716C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LT/36716C_0_0.woff2") format("woff2"), url("../fonts/TradeGothic/LT/36716C_0_0.woff") format("woff"), url("../fonts/TradeGothic/LT/36716C_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.eot");
  src: url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.woff2") format("woff2"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.woff") format("woff"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.eot");
  src: url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.woff2") format("woff2"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.woff") format("woff"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 993px) {
  .sam-lg--hide {
    display: none !important; } }

@media (min-width: 769px) and (max-width: 993px) {
  .sam-md--hide {
    display: none !important; } }

@media (min-width: 601px) and (max-width: 769px) {
  .sam-sm--hide {
    display: none !important; } }

@media (min-width: 481px) and (max-width: 601px) {
  .sam-xs--hide {
    display: none !important; } }

@media (max-width: 481px) {
  .sam-xxs--hide {
    display: none !important; } }

[class*="offset-0"] {
  margin-left: 0; }

.container,
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px; }

.clearfix:before, .container:before,
.container-fluid:before, .container-sm:before, .container-md:before, .container-lg:before, .container-xl:before, .container-xxl:before, .row:before, .clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  display: table;
  content: ""; }

.clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  clear: both; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-push-11 {
  left: 91.66667%; }

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

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-push-10 {
  left: 83.33333%; }

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

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-push-9 {
  left: 75%; }

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

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-push-7 {
  left: 58.33333%; }

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

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-push-6 {
  left: 50%; }

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

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-push-4 {
  left: 33.33333%; }

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

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-push-3 {
  left: 25%; }

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

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-push-1 {
  left: 8.33333%; }

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

@media (min-width: 769px) {
  .container {
    width: 750px; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 993px) {
  .container {
    width: 970px; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1201px) {
  .container {
    width: 1170px; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; } }

p {
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: none; }

h1, .h1 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  line-height: .9;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 80px; } }
  @media (min-width: 576px) {
    h1, .h1 {
      font-size: 80px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 110px; } }

h2, .h2 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 48px;
      margin-bottom: 10px; } }
  @media (min-width: 576px) {
    h2, .h2 {
      font-size: 48px; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 60px; } }

h3, .h3 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 36px;
  line-height: .9;
  text-transform: uppercase; }
  @media (min-width: 993px) {
    h3, .h3 {
      font-size: 48px;
      line-height: .9; } }

h4, .h4 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 20px;
  line-height: .9;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media (min-width: 993px) {
    h4, .h4 {
      font-size: 30px;
      line-height: .9;
      margin-bottom: 10px; } }

h5, .h5 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 25px;
  line-height: .9; }
  @media (min-width: 769px) {
    h5, .h5 {
      font-size: 28px;
      line-height: .9; } }

h6, .h6, label, .eyebrow {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 0;
  letter-spacing: .05rem;
  line-height: .8; }
  @media (min-width: 769px) {
    h6, .h6, label, .eyebrow {
      font-size: 20px; } }

.blue-text {
  color: #002855 !important; }

.red-text {
  color: #ea002a !important; }

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

.red-black {
  color: #000 !important; }

* {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main.site-content {
  position: relative; }
  main.site-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 98; }

.btn, .text-and-tiles__container__content__item--featured a:hover::before {
  display: inline-block;
  min-width: 200px;
  padding: 20px 40px;
  font-family: 'NeuePlakTextBlack';
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: normal; }
  @media (max-width: 993px) {
    .btn, .text-and-tiles__container__content__item--featured a:hover::before {
      display: block; } }
  .btn.borders, .text-and-tiles__container__content__item--featured a.borders:hover::before {
    border: 2px solid #fff; }
  .btn.btn-skinny, .text-and-tiles__container__content__item--featured a.btn-skinny:hover::before {
    padding: 20px 20px;
    min-width: initial; }
  .btn.btn-primary, .text-and-tiles__container__content__item--featured a.btn-primary:hover::before {
    background-color: #ea002a;
    color: #fff; }
    .btn.btn-primary:hover, .text-and-tiles__container__content__item--featured a.btn-primary:hover::before {
      background-color: #b70021; }
  .btn.btn-lightblue, .text-and-tiles__container__content__item--featured a.btn-lightblue:hover::before {
    display: inline-block;
    background-color: #0081a6;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .btn.btn-lightblue:hover, .text-and-tiles__container__content__item--featured a.btn-lightblue:hover::before {
      background-color: #005973; }
  .btn.btn-right-arrow, .text-and-tiles__container__content__item--featured a.btn-right-arrow:hover::before {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 20px 50px 20px 0;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    background-image: url("../images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    font-family: 'NeuePlakTextBlack';
    font-style: 'Normal';
    font-stretch: 'Normal';
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn.btn-right-arrow:hover, .text-and-tiles__container__content__item--featured a.btn-right-arrow:hover::before {
      background-position: right 0 center; }
  .btn.btn-transparent, .text-and-tiles__container__content__item--featured a.btn-transparent:hover::before {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-lightblue, .text-and-tiles__container__content__item--featured a.btn-lightblue:hover::before {
    display: block;
    background-color: #0081a6;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .btn.btn-lightblue.borders, .text-and-tiles__container__content__item--featured a.btn-lightblue.borders:hover::before {
      border: 2px solid #fff; }
    .btn.btn-lightblue:hover, .text-and-tiles__container__content__item--featured a.btn-lightblue:hover::before {
      background-color: #005973; }
  .btn.btn-right-arrow, .text-and-tiles__container__content__item--featured a.btn-right-arrow:hover::before {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 20px 50px 20px 0;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    background-image: url("../images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    font-family: 'NeuePlakTextBlack';
    font-style: 'Normal';
    font-stretch: 'Normal';
    font-weight: normal;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn.btn-right-arrow:hover, .text-and-tiles__container__content__item--featured a.btn-right-arrow:hover::before {
      background-position: right 0 center; }
  .btn.btn-transparent, .text-and-tiles__container__content__item--featured a.btn-transparent:hover::before {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* Smart Commerce General Button Styles */
@media (max-width: 993px) {
  div[data-sc-id] {
    width: 100% !important;
    min-width: 100% !important; }
  button.sc-btn-ec {
    max-width: 100% !important; } }

div[data-sc-id] {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: auto !important;
  display: inline-block !important; }

button.sc-btn-ec {
  border-radius: 0 !important;
  padding: 20px 40px !important;
  max-width: 256px;
  font-family: 'NeuePlakTextBlack';
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-weight: normal;
  text-transform: uppercase !important;
  vertical-align: baseline !important;
  line-height: 19px !important; }

button.sc-btn-ec:hover {
  background-color: #b70021; }

/* Smart Com button fixes */
/*.Two-Up Block margin fix */
.two-up-block .mobileText .sc-btn-ec {
  margin-top: 10px !important; }

@media (min-width: 994px) and (max-width: 1349px) {
  .two-up-block .desktopText .sc-btn-ec {
    margin-top: 10px !important; } }

/* Locked Scroller and Split Content Hero margin fix */
@media (max-width: 993px) {
  .two-up-block .btn-primary {
    margin-bottom: 14px; }
  .pslide-1 .sc-btn-ec {
    margin-top: 10px !important; }
  .split-content-hero-block .sc-btn-ec {
    margin-top: 10px; } }

/* generic content margin fix */
.generic-content .mobileText .sc-btn-ec {
  margin-top: 10px !important; }

.dropdown {
  position: relative; }
  .dropdown .form-value {
    display: none; }
  .dropdown .display {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    text-transform: none;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 25px; }
    .dropdown .display.disabled {
      color: #ACACAC; }
      .dropdown .display.disabled + .clear-value {
        display: none; }
    .dropdown .display.clearable {
      padding-right: 60px; }
    .dropdown .display::after {
      content: '';
      position: absolute;
      z-index: 2;
      right: 5px;
      bottom: 10px;
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .dropdown .display div {
      overflow: hidden; }
  .dropdown .clear-value {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 1px;
    width: 35px;
    height: 26px;
    z-index: 10;
    cursor: pointer; }
    .dropdown .clear-value::before, .dropdown .clear-value::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 16px;
      background-color: #000;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform bottom .3s ease;
      transition: -webkit-transform bottom .3s ease;
      transition: transform bottom .3s ease;
      transition: transform bottom .3s ease, -webkit-transform bottom .3s ease; }
    .dropdown .clear-value::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .dropdown .clear-value::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .dropdown .options-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow: hidden;
    pointer-events: none;
    z-index: 9; }
  .dropdown .options {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    background: #F3F5F6;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    max-height: 150px;
    overflow-y: auto; }
    .dropdown .options__item {
      text-transform: none;
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      color: #002855;
      background: #F3F5F6;
      cursor: pointer;
      padding: 10px 15px;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1px; }
      .dropdown .options__item:hover {
        color: #fff;
        background: #002855; }
  .dropdown--open .display::after {
    bottom: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform bottom .3s linear;
    transition: -webkit-transform bottom .3s linear;
    transition: transform bottom .3s linear;
    transition: transform bottom .3s linear, -webkit-transform bottom .3s linear; }
  .dropdown--open .options-container {
    pointer-events: all; }
  .dropdown--open .options {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    display: block; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("..images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("..images/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("..images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("..images/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("..images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.site-header {
  position: absolute;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 10px;
  left: 0;
  z-index: 100;
  top: 0px; }
  @media (max-width: 1201px) {
    .site-header {
      padding-top: 15px; } }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1201px) {
      .site-header .container {
        padding: 0 9.375%; } }
  .site-header .site-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .site-header .site-logo img {
      width: 84px; }
      @media (max-width: 1201px) {
        .site-header .site-logo img {
          width: 60px; } }
  .site-header .nav-container {
    cursor: pointer; }
    .site-header .nav-container.active .utility-nav ul li a, .site-header .nav-container.active .main-nav ul li a {
      color: #002855; }
      .site-header .nav-container.active .utility-nav ul li a:after, .site-header .nav-container.active .main-nav ul li a:after {
        background-color: #002855; }
    .site-header .nav-container .utility-nav {
      margin-bottom: 10px; }
      .site-header .nav-container .utility-nav ul {
        display: block;
        text-align: right; }
        @media (max-width: 1201px) {
          .site-header .nav-container .utility-nav ul {
            display: none; } }
        .site-header .nav-container .utility-nav ul li {
          display: inline-block; }
          .site-header .nav-container .utility-nav ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            line-height: 1.33;
            margin-left: 30px;
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            position: relative;
            -webkit-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out; }
            .site-header .nav-container .utility-nav ul li a:hover:after {
              -webkit-transform: scaleX(1);
              transform: scaleX(1); }
            .site-header .nav-container .utility-nav ul li a:after {
              content: "";
              display: block;
              position: absolute;
              bottom: -2px;
              width: 100%;
              height: 2px;
              background-color: #fff;
              -webkit-transition: .15s ease-in-out;
              transition: .15s ease-in-out;
              -webkit-transform-origin: left;
              transform-origin: left;
              -webkit-transform: scaleX(0);
              transform: scaleX(0); }
    .site-header .nav-container .main-nav {
      display: block; }
      .site-header .nav-container .main-nav:after {
        content: "";
        display: table;
        clear: both; }
      .site-header .nav-container .main-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (max-width: 1201px) {
          .site-header .nav-container .main-nav ul {
            display: none; } }
        .site-header .nav-container .main-nav ul li a {
          position: relative;
          display: block;
          color: #fff;
          text-decoration: none;
          font-size: 22px;
          line-height: 1.33;
          margin-left: 30px;
          font-family: 'NeuePlakNarrowSemiBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-weight: normal;
          -webkit-transition: 0.35s ease-in-out;
          transition: 0.35s ease-in-out; }
          .site-header .nav-container .main-nav ul li a:hover:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
          .site-header .nav-container .main-nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -2px;
            width: 100%;
            height: 2px;
            background-color: #fff;
            -webkit-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transform-origin: left;
            transform-origin: left;
            -webkit-transform: scaleX(0);
            transform: scaleX(0); }
    .site-header .nav-container .mobile-nav-trigger {
      text-align: right;
      margin-top: 5px; }
      @media (min-width: 1201px) {
        .site-header .nav-container .mobile-nav-trigger {
          display: none; } }

.slideout-nav {
  position: fixed;
  background-color: #fff;
  z-index: 110;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 320px;
  min-height: 100vh;
  padding: 30px 30px 30px 30px;
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-image: url(../images/slideout-sam-statue.png);
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: bottom right; }
  @media (max-width: 481px) {
    .slideout-nav {
      width: 100%;
      z-index: 1002; } }
  .slideout-nav .slideout-nav-close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .slideout-nav.active--sticky {
    padding-top: 80px; }
    @media (max-width: 481px) {
      .slideout-nav.active--sticky {
        padding-top: 30px; } }
    .slideout-nav.active--sticky .slideout-nav-close {
      top: 80px; }
      @media (max-width: 481px) {
        .slideout-nav.active--sticky .slideout-nav-close {
          top: 30px; } }
  .slideout-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .slideout-nav .slideout-nav-logo img {
    max-width: 60px; }
  .slideout-nav .slideout-utility {
    font-size: 25px;
    margin: 40px 0;
    text-transform: uppercase; }
    .slideout-nav .slideout-utility a {
      display: block;
      text-decoration: none;
      color: #002855;
      line-height: 1.5;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      font-size: 18px; }
      .slideout-nav .slideout-utility a:hover {
        color: #ea002a; }
  .slideout-nav .slideout-main-nav {
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    .slideout-nav .slideout-main-nav a {
      display: block;
      text-decoration: none;
      color: #002855;
      line-height: 1.5;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      font-size: 24px; }
      .slideout-nav .slideout-main-nav a:hover {
        color: #ea002a; }
  .slideout-nav .slideout-extra {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; }
    .slideout-nav .slideout-extra ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .slideout-nav .slideout-extra ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .slideout-nav .slideout-extra ul li a {
          font-size: 16px;
          text-transform: uppercase;
          color: #002855;
          text-decoration: none;
          -webkit-transition: .15s ease-in-out;
          transition: .15s ease-in-out; }
          .slideout-nav .slideout-extra ul li a:hover {
            color: #ea002a; }
  .slideout-nav .slideout-social-links {
    margin-top: 10px; }
    .slideout-nav .slideout-social-links a {
      text-decoration: none;
      display: inline-block;
      margin-right: 15px; }
      .slideout-nav .slideout-social-links a img {
        display: block; }

.main-nav-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow: auto; }
  .main-nav-dropdown__wrapper {
    position: relative;
    width: 100%;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    background-color: #fff;
    z-index: 99;
    padding-top: 150px;
    padding-bottom: 50px;
    background-image: url("../images/sam-adams-statue.png");
    background-repeat: no-repeat; }
  .main-nav-dropdown .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-nav-dropdown .main-nav-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 225px; }
    .main-nav-dropdown .main-nav-content.left {
      padding-left: 130px; }
    .main-nav-dropdown .main-nav-content a {
      display: block; }
      .main-nav-dropdown .main-nav-content a img {
        margin-right: 30px;
        width: 225px; }
    .main-nav-dropdown .main-nav-content ul {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .main-nav-dropdown .main-nav-content ul li a {
        display: block;
        text-decoration: none;
        margin-bottom: 26px;
        color: #002855;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out; }
        .main-nav-dropdown .main-nav-content ul li a:hover {
          color: #ea002a; }
        .main-nav-dropdown .main-nav-content ul li a h5 {
          font-size: 30px; }
        .main-nav-dropdown .main-nav-content ul li a h6 {
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-size: 18px; }

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1001;
  background-color: #002855;
  padding: 10px 0;
  line-height: 40px;
  width: 100%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  @media (max-width: 769px) {
    .sticky-header {
      padding: 5px 9.375%; } }
  .sticky-header.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .sticky-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px; }
    @media (max-width: 601px) {
      .sticky-header .container {
        padding: 0; } }
    @media (min-width: 769px) {
      .sticky-header .container {
        max-width: 750px;
        width: 100%; } }
    @media (min-width: 993px) {
      .sticky-header .container {
        max-width: 970px;
        width: 100%; } }
    @media (min-width: 1201px) {
      .sticky-header .container {
        max-width: 1170px;
        width: 100%; } }
    .sticky-header .container .logo {
      height: 40px; }
      .sticky-header .container .logo__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .sticky-header .container .logo img {
        height: 100%; }
    .sticky-header .container .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative; }
      .sticky-header .container .links__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 35px;
        position: relative; }
        @media (max-width: 769px) {
          .sticky-header .container .links__main {
            display: none; } }
        @media (max-width: 993px) {
          .sticky-header .container .links__main {
            padding-right: 25px; } }
        .sticky-header .container .links__main::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 2px;
          height: 15px;
          background-color: #fff; }
        .sticky-header .container .links__main__item {
          margin-right: 35px; }
          @media (max-width: 993px) {
            .sticky-header .container .links__main__item {
              margin-right: 25px; } }
          .sticky-header .container .links__main__item:last-child {
            margin-right: 0; }
      .sticky-header .container .links__main__item__anchor, .sticky-header .container .links__more, .sticky-header .container .links__menu, .sticky-header .container .links__close {
        color: #fff;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: normal;
        font-size: 16px;
        text-decoration: none; }
      .sticky-header .container .links__more, .sticky-header .container .links__menu, .sticky-header .container .links__close {
        cursor: pointer; }
      .sticky-header .container .links__more {
        margin-left: 35px; }
        .sticky-header .container .links__more.hidden {
          opacity: 0;
          pointer-events: none; }
        @media (max-width: 769px) {
          .sticky-header .container .links__more {
            display: none !important; } }
        @media (max-width: 993px) {
          .sticky-header .container .links__more {
            margin-left: 25px; } }
      .sticky-header .container .links__close {
        margin-left: 35px;
        display: none; }
        @media (max-width: 769px) {
          .sticky-header .container .links__close {
            display: none !important; } }
        @media (max-width: 993px) {
          .sticky-header .container .links__close {
            margin-left: 25px; } }
      .sticky-header .container .links__menu {
        display: none; }
        @media (max-width: 769px) {
          .sticky-header .container .links__menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }

.header-unav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow: hidden;
  z-index: 1000; }
  @media (max-width: 769px) {
    .header-unav {
      display: none; } }
  .header-unav .wrapper {
    position: relative;
    width: 100%;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 50px;
    background-image: url("../images/sam-adams-statue.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header-unav .wrapper .unav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      max-width: 1100px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .header-unav .wrapper .unav__list__link {
        width: calc((100% / 3) - 20px);
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 10px; }
        .header-unav .wrapper .unav__list__link:first-child {
          margin-left: 0; }
        .header-unav .wrapper .unav__list__link:last-child {
          margin-right: 0; }
        .header-unav .wrapper .unav__list__link__anchor {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-decoration: none; }
        .header-unav .wrapper .unav__list__link__image {
          height: 120px;
          width: auto; }
        .header-unav .wrapper .unav__list__link__title {
          margin: 20px 0;
          text-align: center;
          color: #002855;
          width: 100%;
          font-size: 20px; }
        .header-unav .wrapper .unav__list__link__desc {
          text-align: center;
          width: 100%; }

.site-footer {
  background-color: #fff;
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-weight: normal;
  position: relative; }
  .site-footer .site-footer__background img {
    inline-size: 100%;
    block-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right; }
    @media (max-width: 601px) {
      .site-footer .site-footer__background img {
        -o-object-position: bottom right;
        object-position: bottom right; } }
  .site-footer .container {
    position: relative; }
    @media (min-width: 1201px) {
      .site-footer .container {
        padding: 0 15px; } }
    @media (max-width: 1201px) {
      .site-footer .container {
        padding: 0 9.375%; } }
  .site-footer .footer-logos {
    margin-top: 160px; }
    @media (max-width: 1201px) {
      .site-footer .footer-logos {
        margin: 30px 0; } }
    .site-footer .footer-logos .logo-img {
      display: inline-block; }
      .site-footer .footer-logos .logo-img img {
        display: block;
        height: 80px;
        margin-right: 30px; }
        @media (max-width: 481px) {
          .site-footer .footer-logos .logo-img img {
            height: 60px;
            margin-right: 20px; } }
      .site-footer .footer-logos .logo-img:last-child img {
        margin-right: 0; }
  .site-footer .footer-text h3 {
    color: #002855;
    margin-top: 10px; }
  .site-footer .footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
    @media (max-width: 1201px) {
      .site-footer .footer-social-links {
        margin: 3px 0 40px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }
    .site-footer .footer-social-links a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px;
      height: 30px; }
      .site-footer .footer-social-links a img {
        display: block;
        height: 16px; }
      @media (max-width: 1201px) {
        .site-footer .footer-social-links a {
          padding: 10px;
          height: 44px; }
          .site-footer .footer-social-links a img {
            height: 18px; } }
  .site-footer .footer-split-nav {
    margin-top: 20px; }
    .site-footer .footer-split-nav:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .footer-split-nav .split-nav {
      font-size: 18px;
      text-transform: uppercase; }
      .site-footer .footer-split-nav .split-nav.left-side {
        float: left; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav.left-side {
            float: none;
            margin-bottom: 30px; } }
        .site-footer .footer-split-nav .split-nav.left-side li {
          margin-right: 30px; }
      .site-footer .footer-split-nav .split-nav.right-side {
        float: right;
        text-align: right; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav.right-side {
            float: none;
            text-align: left; } }
        .site-footer .footer-split-nav .split-nav.right-side li {
          margin-left: 30px; }
          @media (max-width: 1201px) {
            .site-footer .footer-split-nav .split-nav.right-side li {
              margin-left: 0; } }
      .site-footer .footer-split-nav .split-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav ul {
            display: block; } }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav ul li {
            margin-bottom: 10px; }
            .site-footer .footer-split-nav .split-nav ul li:last-child {
              margin-bottom: 0; } }
        .site-footer .footer-split-nav .split-nav ul li a {
          color: #002855;
          text-decoration: none;
          line-height: 1.5;
          position: relative;
          display: block; }
          .site-footer .footer-split-nav .split-nav ul li a:hover:after {
            width: 100%; }
          .site-footer .footer-split-nav .split-nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            width: 0%;
            height: 2px;
            background-color: #002855;
            -webkit-transition: .15s ease-in-out;
            transition: .15s ease-in-out; }
            @media (max-width: 1201px) {
              .site-footer .footer-split-nav .split-nav ul li a:after {
                display: none; } }
  .site-footer .footer-blue-row {
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    background-color: #002855;
    margin-top: 35px; }
    @media (max-width: 1201px) {
      .site-footer .footer-blue-row {
        padding: 30px 0; } }
    .site-footer .footer-blue-row .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-footer .footer-blue-row .footer-copyright {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 1.5; }
      .site-footer .footer-blue-row .footer-copyright .copyright-text, .site-footer .footer-blue-row .footer-copyright .copyright-year {
        display: inline-block;
        margin-right: 30px;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 400; }
        @media (max-width: 1201px) {
          .site-footer .footer-blue-row .footer-copyright .copyright-text, .site-footer .footer-blue-row .footer-copyright .copyright-year {
            margin-bottom: 12px; } }
    @media (max-width: 1201px) {
      .site-footer .footer-blue-row .secondary-footer-nav {
        display: block; } }
    .site-footer .footer-blue-row .secondary-footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1201px) {
        .site-footer .footer-blue-row .secondary-footer-nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .site-footer .footer-blue-row .secondary-footer-nav ul li {
        margin-left: 30px; }
        @media (max-width: 1201px) {
          .site-footer .footer-blue-row .secondary-footer-nav ul li {
            margin-left: 10px;
            margin-bottom: 12px; } }
        .site-footer .footer-blue-row .secondary-footer-nav ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 12px;
          position: relative;
          display: block;
          line-height: 1.5; }
          .site-footer .footer-blue-row .secondary-footer-nav ul li a:hover:after {
            width: 100%; }
          .site-footer .footer-blue-row .secondary-footer-nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            width: 0%;
            height: 2px;
            background-color: #fff;
            -webkit-transition: .15s ease-in-out;
            transition: .15s ease-in-out; }

.age-gate {
  min-height: 700px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px; }
  @media (max-width: 769px) {
    .age-gate {
      padding-top: 20px; } }
  .age-gate .bg-img {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat; }
    .age-gate .bg-img.mobile {
      background-color: #002856; }
  .age-gate .bg-img.mobile {
    display: none;
    background-position: bottom; }
  @media (max-width: 769px) {
    .age-gate {
      padding-bottom: 30%; }
      .age-gate .bg-img.desktop {
        display: none; }
      .age-gate .bg-img.mobile {
        display: block; } }
  .age-gate__header, .age-gate .verification {
    z-index: 101; }
    .age-gate__header p, .age-gate .verification p {
      padding-bottom: 30px; }
      @media (max-width: 769px) {
        .age-gate__header p, .age-gate .verification p {
          padding-bottom: unset; } }
  .age-gate__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(2, 27, 58, 0.9); }
    @media (max-width: 481px) {
      .age-gate__header {
        padding-bottom: 30px; } }
    .age-gate__header .logo {
      max-width: 650px; }
      @media (max-width: 769px) {
        .age-gate__header .logo {
          height: 100px; } }
  @media (max-width: 769px) {
    .age-gate .verification {
      text-align: center; } }
  .age-gate .verification .logo-container .logo {
    max-width: 80%; }
  @media (min-width: 769px) {
    .age-gate .verification .logo-container {
      margin-left: 0; } }
  .age-gate .verification .copyright-text {
    padding: 25px 0; }
    @media (max-width: 769px) {
      .age-gate .verification .copyright-text {
        padding: 25px 10%; } }
  .age-gate .verification .message-warning {
    max-width: 100%;
    color: #ea002a;
    padding: 25px 0;
    display: none; }
    @media (max-width: 769px) {
      .age-gate .verification .message-warning {
        padding: 25px 10%; } }
  .age-gate .verification .notice {
    font-weight: 600;
    line-height: 1.33;
    color: #fff;
    padding-bottom: 15px;
    text-align: center; }
  .age-gate .verification .form-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #fff;
    padding-top: 3%; }
    @media (max-width: 769px) {
      .age-gate .verification .form-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .age-gate .verification .form-cont h2 {
      font-size: 50px;
      line-height: 1.67;
      font-style: normal;
      color: #fff;
      padding: 15px 0;
      text-transform: uppercase; }
      @media (max-width: 769px) {
        .age-gate .verification .form-cont h2 {
          font-size: 32px; } }
    @media (max-width: 769px) {
      .age-gate .verification .form-cont .bot-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .age-gate .verification .form-cont .bot-cont .btn.btn-primary, .age-gate .verification .form-cont .bot-cont .text-and-tiles__container__content__item--featured a.btn-primary:hover::before, .text-and-tiles__container__content__item--featured .age-gate .verification .form-cont .bot-cont a.btn-primary:hover::before {
      margin-right: 10px;
      border: none;
      text-transform: uppercase;
      padding: 40px;
      font-size: 36px;
      min-width: 270px;
      max-width: 100%; }
      @media (max-width: 601px) {
        .age-gate .verification .form-cont .bot-cont .btn.btn-primary, .age-gate .verification .form-cont .bot-cont .text-and-tiles__container__content__item--featured a.btn-primary:hover::before, .text-and-tiles__container__content__item--featured .age-gate .verification .form-cont .bot-cont a.btn-primary:hover::before {
          margin-right: unset; } }
      @media (max-width: 601px) {
        .age-gate .verification .form-cont .bot-cont .btn.btn-primary, .age-gate .verification .form-cont .bot-cont .text-and-tiles__container__content__item--featured a.btn-primary:hover::before, .text-and-tiles__container__content__item--featured .age-gate .verification .form-cont .bot-cont a.btn-primary:hover::before {
          margin-right: unset;
          margin-top: 15px; } }
      .age-gate .verification .form-cont .bot-cont .btn.btn-primary.no, .age-gate .verification .form-cont .bot-cont .text-and-tiles__container__content__item--featured a.btn-primary.no:hover::before, .text-and-tiles__container__content__item--featured .age-gate .verification .form-cont .bot-cont a.btn-primary.no:hover::before {
        background-color: #3071b8; }

.agegate.site-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999; }
  .agegate.site-footer .footer-blue-row {
    margin-top: unset; }

.small-text-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 120px;
  height: 600px;
  overflow: hidden;
  position: relative; }
  .small-text-hero-block .hero-content {
    margin-bottom: 0px;
    margin-left: 8%;
    margin-right: auto;
    margin-top: 0px; }
  .small-text-hero-block .small-text-hero-image-block {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
    .small-text-hero-block .small-text-hero-image-block .small-text-hero-image, .small-text-hero-block .small-text-hero-image-block img {
      width: 100%; }
  .small-text-hero-block .container {
    width: 100%; }
    @media (min-width: 769px) {
      .small-text-hero-block .container {
        max-width: 750px; } }
    @media (min-width: 993px) {
      .small-text-hero-block .container {
        max-width: 970px; } }
    @media (min-width: 993px) {
      .small-text-hero-block .container {
        max-width: 1170px; } }
  .small-text-hero-block .eyebrow {
    font-family: 'NeuePlakNarrowSemiBold';
    font-size: 24px;
    font-weight: normal; }
  .small-text-hero-block h1, .small-text-hero-block h2, .small-text-hero-block h6 {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  @media (min-width: 1201px) {
    .small-text-hero-block h6 {
      font-size: 20px; } }
  .small-text-hero-block [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 769px) {
    .small-text-hero-block {
      height: 450px;
      padding-bottom: 70px; } }

.big-text-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 120px;
  padding-left: 15px;
  width: 100%;
  height: 475px;
  background-color: #0081a6;
  background-image: url(../images/bg-big-text-hero.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff; }
  @media (min-width: 769px) {
    .big-text-hero {
      height: 900px;
      background-size: cover; } }

.split-content-hero-block {
  position: relative; }
  .split-content-hero-block h3, .split-content-hero-block h6, .split-content-hero-block h4, .split-content-hero-block p {
    color: #fff;
    overflow-wrap: break-word; }
  @media (max-width: 481px) {
    .split-content-hero-block .btn, .split-content-hero-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-content-hero-block a:hover::before {
      width: 100%; } }
  .split-content-hero-block .hero-block-image {
    position: relative;
    /*img {
            width: 100%;
            display: block;
        }*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .split-content-hero-block .hero-mobile-content {
    position: absolute;
    left: 9.375%;
    right: 9.375%;
    bottom: 30px;
    display: none; }
    @media (max-width: 769px) {
      .split-content-hero-block .hero-mobile-content {
        display: block; } }
    .split-content-hero-block .hero-mobile-content p {
      margin-top: 3px; }
    .split-content-hero-block .hero-mobile-content .btn, .split-content-hero-block .hero-mobile-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-content-hero-block .hero-mobile-content a:hover::before {
      margin-top: 15px; }
    .split-content-hero-block .hero-mobile-content--center {
      bottom: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .split-content-hero-block .hero-mobile-content--center p {
        margin-top: 10px; }
      .split-content-hero-block .hero-mobile-content--center .btn, .split-content-hero-block .hero-mobile-content--center .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-content-hero-block .hero-mobile-content--center a:hover::before {
        margin-top: 20px; }
    .split-content-hero-block .hero-mobile-content--title p, .split-content-hero-block .hero-mobile-content--title .btn, .split-content-hero-block .hero-mobile-content--title .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-content-hero-block .hero-mobile-content--title a:hover::before {
      display: none; }
  .split-content-hero-block .hero-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 769px) {
      .split-content-hero-block .hero-content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; } }
    .split-content-hero-block .hero-content h3, .split-content-hero-block .hero-content h4 {
      margin-bottom: 15px;
      overflow-wrap: break-word; }
    .split-content-hero-block .hero-content .btn, .split-content-hero-block .hero-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-content-hero-block .hero-content a:hover::before {
      margin-top: 30px; }
    .split-content-hero-block .hero-content .left-side {
      position: absolute;
      width: 40%;
      left: 9.375%;
      bottom: 30%; }
      @media (max-width: 769px) {
        .split-content-hero-block .hero-content .left-side {
          display: none; } }
    .split-content-hero-block .hero-content .right-side {
      position: absolute;
      width: 50%;
      right: 0;
      padding-left: 4.6875%;
      padding-right: 5%;
      bottom: 25%; }
      @media (max-width: 769px) {
        .split-content-hero-block .hero-content .right-side {
          width: auto;
          right: auto;
          padding-right: 9.375%; }
          .split-content-hero-block .hero-content .right-side p {
            max-width: 400px; } }
      @media (max-width: 769px) {
        .split-content-hero-block .hero-content .right-side {
          position: static;
          background-image: url("../images/bg_home_bluegrit.jpg");
          padding: 4.6875% 9.375% 50px; }
          .split-content-hero-block .hero-content .right-side h3, .split-content-hero-block .hero-content .right-side h4, .split-content-hero-block .hero-content .right-side h6 {
            display: none; } }

.video-block {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-block.content-right .video-content {
    right: 0; }
  .video-block .video-content {
    z-index: 1;
    position: absolute;
    bottom: 25%;
    color: #fff; }
    @media (max-width: 769px) {
      .video-block .video-content {
        bottom: 15%; } }
    .video-block .video-content .video-body {
      width: 400px; }
      @media (max-width: 1201px) {
        .video-block .video-content .video-body {
          width: 60%;
          padding: 0 9.375%; } }
      @media (max-width: 993px) {
        .video-block .video-content .video-body {
          width: 100%; } }

.single-tile-block {
  position: relative;
  width: 100%;
  float: none;
  overflow: hidden; }
  @media (max-width: 769px) {
    .single-tile-block {
      width: 100%;
      float: none; } }
  .single-tile-block h2, .single-tile-block h6, .single-tile-block h4, .single-tile-block p, .single-tile-block .eyebrow {
    color: #fff; }
  .single-tile-block h4 + p, .single-tile-block h4 + .btn, .single-tile-block .text-and-tiles__container__content__item--featured h4 + a:hover::before, .text-and-tiles__container__content__item--featured .single-tile-block h4 + a:hover::before {
    margin-top: 15px; }
  .single-tile-block .tile-image {
    position: relative;
    min-height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 993px) {
      .single-tile-block .tile-image {
        min-height: 120px;
        width: 100%;
        padding-top: 67%; } }
    @media (max-width: 601px) {
      .single-tile-block .tile-image {
        padding-top: 140%; } }
  .single-tile-block .blue-transparency {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002855;
    z-index: 1;
    opacity: 0.8; }
  .single-tile-block .sub-title {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400; }
    @media (max-width: 993px) {
      .single-tile-block .sub-title {
        font-size: 12px;
        line-height: 16px; } }
  .single-tile-block .btn, .single-tile-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .single-tile-block a:hover::before {
    margin-top: 30px; }
    @media (max-width: 481px) {
      .single-tile-block .btn, .single-tile-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .single-tile-block a:hover::before {
        width: 100%; } }
  .single-tile-block .tile-mobile-content {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 9.375%;
    right: 9.375%;
    z-index: 1; }
    @media (max-width: 993px) {
      .single-tile-block .tile-mobile-content {
        display: block; } }
    .single-tile-block .tile-mobile-content .tile-mobile-content-inner {
      position: absolute;
      bottom: 0;
      padding-bottom: 30px; }
      .single-tile-block .tile-mobile-content .tile-mobile-content-inner h4 {
        margin-bottom: 0; }
      .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links {
        padding: 15px 0; }
        .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links .btn, .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links a:hover::before {
          margin-top: 0;
          margin-bottom: 10px; }
          .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links .btn:last-child, .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .single-tile-block .tile-mobile-content .tile-mobile-content-inner .links a:last-child:hover::before {
            margin-bottom: 0; }
  .single-tile-block .tile-content {
    position: absolute;
    bottom: 100px;
    left: 20%;
    right: 20%;
    z-index: 2; }
    @media (max-width: 1201px) {
      .single-tile-block .tile-content {
        bottom: 70px;
        left: 15%;
        right: 15%; } }
    @media (max-width: 993px) {
      .single-tile-block .tile-content {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        background: #002855;
        padding: 4.6875% 9.375% 50px; }
        .single-tile-block .tile-content h2, .single-tile-block .tile-content h6, .single-tile-block .tile-content h4, .single-tile-block .tile-content .eyebrow {
          display: none; } }
    .single-tile-block .tile-content--top {
      top: 100px;
      bottom: auto; }
      @media (max-width: 1201px) {
        .single-tile-block .tile-content--top {
          top: 70px; } }
      @media (max-width: 993px) {
        .single-tile-block .tile-content--top {
          top: auto; } }
    @media (max-width: 993px) {
      .single-tile-block .tile-content--mobile-hidden {
        display: none; } }

.sam-explore-block {
  position: relative; }
  .sam-explore-block .section {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .sam-explore-block .hero-content__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    will-change: transform; }
    .sam-explore-block .hero-content__wrapper::after {
      content: '';
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.2;
      z-index: 1; }
    @media (max-width: 769px) {
      .sam-explore-block .hero-content__wrapper--dark::after {
        display: block; } }
  .sam-explore-block .hero-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14.0625%;
    color: #fff;
    z-index: 2; }
    .sam-explore-block .hero-content--dark h2, .sam-explore-block .hero-content--dark h3, .sam-explore-block .hero-content--dark h6, .sam-explore-block .hero-content--dark p {
      color: #002855; }
    @media (max-width: 1201px) {
      .sam-explore-block .hero-content {
        left: 9.375%; } }
    @media (max-width: 769px) {
      .sam-explore-block .hero-content {
        left: 9.375%;
        right: 9.375%; } }
    .sam-explore-block .hero-content h2 {
      max-width: 60%; }
    .sam-explore-block .hero-content h6 {
      margin-bottom: 15px; }
    .sam-explore-block .hero-content p {
      margin-top: 15px;
      max-width: 460px;
      font-size: 18px; }
    .sam-explore-block .hero-content .hero-content-img img {
      width: 100%;
      display: block;
      max-width: 400px; }
    .sam-explore-block .hero-content .btn, .sam-explore-block .hero-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .sam-explore-block .hero-content a:hover::before {
      display: inline-block;
      margin-top: 45px; }
      @media (max-width: 993px) {
        .sam-explore-block .hero-content .btn, .sam-explore-block .hero-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .sam-explore-block .hero-content a:hover::before {
          display: block; } }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 993px) {
  .sam-lg--hide {
    display: none !important; } }

@media (min-width: 769px) and (max-width: 993px) {
  .sam-md--hide {
    display: none !important; } }

@media (min-width: 601px) and (max-width: 769px) {
  .sam-sm--hide {
    display: none !important; } }

@media (min-width: 481px) and (max-width: 601px) {
  .sam-xs--hide {
    display: none !important; } }

@media (max-width: 481px) {
  .sam-xxs--hide {
    display: none !important; } }

[class*="offset-0"] {
  margin-left: 0; }

.container,
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px; }

.clearfix:before, .container:before,
.container-fluid:before, .container-sm:before, .container-md:before, .container-lg:before, .container-xl:before, .container-xxl:before, .row:before, .clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  display: table;
  content: ""; }

.clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  clear: both; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-push-11 {
  left: 91.66667%; }

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

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-push-10 {
  left: 83.33333%; }

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

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-push-9 {
  left: 75%; }

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

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-push-7 {
  left: 58.33333%; }

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

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-push-6 {
  left: 50%; }

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

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-push-4 {
  left: 33.33333%; }

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

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-push-3 {
  left: 25%; }

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

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-push-1 {
  left: 8.33333%; }

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

@media (min-width: 769px) {
  .container {
    width: 750px; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 993px) {
  .container {
    width: 970px; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1201px) {
  .container {
    width: 1170px; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; } }

.two-up-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*    @media(max-width:993px) {
        .desktop-background {
            background-image: url();
        }

        .desktop-background .block-text {
            background-image: url();
        }

        .desktop-background .block-img {
            background-image: url();
        }
    }

    @media(min-width:994px) {
        .desktop-background {
            background-image: url();
        }

        .desktop-background .block-text {
            background-image: url();
        }

        .desktop-background .block-img {
            background-image: url();
        }
    }*/ }
  @media (min-width: 993px) {
    .two-up-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .two-up-block {
      height: 820px; } }
  @media (min-width: 1200px) {
    .two-up-block {
      height: 850px; } }
  .two-up-block .eyebrow {
    font-family: 'NeuePlakNarrowSemiBold';
    font-size: 24px;
    font-weight: normal; }
  .two-up-block h1 {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .two-up-block h2 {
      line-height: 1; } }
  .two-up-block h3 {
    margin-bottom: 10px;
    line-height: .9; }
  .two-up-block h6 {
    margin-bottom: 5px; }
  .two-up-block p {
    margin-top: 20px;
    margin-bottom: 20px; }
    .two-up-block p .btn, .two-up-block p .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .two-up-block p a:hover::before {
      margin-top: 20px; }
  .two-up-block .btn-container {
    margin-top: 10px; }
  .two-up-block .block-img,
  .two-up-block .block-text {
    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-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    min-height: 375px;
    padding: 30px 15px;
    text-align: center; }
    @media (min-width: 993px) {
      .two-up-block .block-img,
      .two-up-block .block-text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        padding: 60px 70px; } }
    @media (min-width: 992px) {
      .two-up-block .block-img,
      .two-up-block .block-text {
        height: 820px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .two-up-block .block-img,
      .two-up-block .block-text {
        height: 850px; } }
    @media (max-width: 993px) {
      .two-up-block .block-img,
      .two-up-block .block-text {
        padding-left: 9.375%;
        padding-right: 9.375%; } }
  .two-up-block .block-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (max-width: 993px) {
      .two-up-block .block-img {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 60%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-height: initial; } }
    @media (max-width: 769px) {
      .two-up-block .block-img {
        padding-top: 80%; } }
    @media (max-width: 601px) {
      .two-up-block .block-img {
        padding-top: 100%; } }
    .two-up-block .block-img::after {
      content: '';
      position: absolute;
      display: none;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45%;
      min-height: 200px;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
      opacity: 0.45; }
      @media (max-width: 769px) {
        .two-up-block .block-img::after {
          height: 25%; } }
    .two-up-block .block-img .titles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 1;
      position: absolute;
      bottom: 25px;
      left: 0;
      padding: 0 9.375%;
      display: none;
      width: 100%; }
      @media (max-width: 769px) {
        .two-up-block .block-img .titles {
          bottom: 20px; } }
      .two-up-block .block-img .titles h3 {
        margin-bottom: 0; }
  .two-up-block .block-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-image: url(../images/bg-two-up-texture.png);
    background-color: rgba(0, 40, 85, 0.9);
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 993px) {
      .two-up-block .block-text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-height: 0;
        padding-top: 35px;
        padding-bottom: 70px; } }
    .two-up-block .block-text .titles {
      width: 100%;
      max-width: 500px; }
    .two-up-block .block-text .links {
      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;
      width: 100%;
      margin-top: 20px; }
      .two-up-block .block-text .links .btn, .two-up-block .block-text .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .two-up-block .block-text .links a:hover::before {
        margin-right: 20px;
        margin-bottom: 15px;
        min-width: 0; }
        .two-up-block .block-text .links .btn:last-child, .two-up-block .block-text .links .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .two-up-block .block-text .links a:last-child:hover::before {
          margin-right: 0; }
      @media (max-width: 993px) {
        .two-up-block .block-text .links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .two-up-block .block-text .links .btn, .two-up-block .block-text .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .two-up-block .block-text .links a:hover::before {
            margin-right: 0;
            width: 100%; } }
  .two-up-block.inverse .block-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 993px) {
      .two-up-block.inverse .block-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  @media (max-width: 993px) {
    .two-up-block.overlay .block-img:after {
      display: block; }
    .two-up-block.overlay .block-img .titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .two-up-block.overlay .block-text .titles {
      display: none; } }

.simple-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10% 5%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 769px) {
    .simple-text-block {
      min-height: 700px;
      padding: 0 5%; } }
  .simple-text-block .container {
    width: 100%;
    max-width: 1200px;
    margin-top: 150px;
    margin-bottom: 150px; }
  .simple-text-block h6 {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal; }
  .simple-text-block h3,
  .simple-text-block h6 {
    color: #002855;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .simple-text-block h6 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1; }
    @media (min-width: 769px) {
      .simple-text-block h6 {
        font-size: 16px; } }
    @media (min-width: 993px) {
      .simple-text-block h6 {
        font-size: 16px; } }
    @media (min-width: 1201px) {
      .simple-text-block h6 {
        font-size: 18px; } }

.our-story-block {
  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-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 5% 100px;
  background-image: url(../images/bg-our-story-block.png);
  background-repeat: no-repeat;
  background-position: -350px 0;
  background-size: cover; }
  @media (max-width: 769px) {
    .our-story-block {
      padding: 100px 5% 60px; } }
  .our-story-block .container {
    width: 100%; }
    @media (min-width: 769px) {
      .our-story-block .container {
        max-width: 750px; } }
    @media (min-width: 993px) {
      .our-story-block .container {
        max-width: 970px; } }
    @media (min-width: 993px) {
      .our-story-block .container {
        max-width: 1170px; } }
  .our-story-block h3,
  .our-story-block h6,
  .our-story-block p {
    color: #002855;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .our-story-block h3 {
    margin-bottom: 20px; }
  .our-story-block h6 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    text-indent: 5px; }
    @media (min-width: 769px) {
      .our-story-block h6 {
        font-size: 16px; } }
    @media (min-width: 993px) {
      .our-story-block h6 {
        font-size: 18px; } }
    @media (min-width: 1201px) {
      .our-story-block h6 {
        font-size: 20px; } }
  .our-story-block p {
    margin-bottom: 40px; }
  .our-story-block .shield-logo {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-35px, -15%);
    transform: translate(-35px, -15%);
    right: 10%;
    z-index: 1;
    max-height: 180px; }
    @media (max-width: 1201px) {
      .our-story-block .shield-logo {
        right: 5%;
        max-height: 140px; } }
    @media (max-width: 993px) {
      .our-story-block .shield-logo {
        max-height: 120px;
        right: 0; } }
    @media (max-width: 769px) {
      .our-story-block .shield-logo {
        max-height: 100px; } }
  @media (max-width: 481px) {
    .our-story-block .btn, .our-story-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .our-story-block a:hover::before {
      width: 100%; } }

.masonry-blocks h2 {
  margin-bottom: 5px; }
  @media (min-width: 769px) {
    .masonry-blocks h2 {
      font-size: 6vw;
      line-height: 5.5vw; } }

.masonry-blocks h4 {
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 10.5vw;
  text-transform: uppercase; }
  .masonry-blocks h4 .small {
    font-size: 20px;
    line-height: 30px;
    vertical-align: text-top; }
  @media (min-width: 769px) {
    .masonry-blocks h4 {
      font-size: 2.5vw;
      line-height: 2.2vw; }
      .masonry-blocks h4 .small {
        font-size: 1.5vw;
        line-height: 2.5vw; } }

.masonry-blocks h6 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-weight: 400;
  font-size: 4vw;
  text-transform: uppercase;
  padding-bottom: 0; }
  @media (min-width: 769px) {
    .masonry-blocks h6 {
      font-size: 1.0vw;
      line-height: 1.1vw; } }

@media (min-width: 769px) {
  .masonry-blocks p {
    font-size: 1.5vw;
    line-height: 1.875vw; } }

.masonry-blocks .container {
  float: none; }

.masonry-blocks .container-filters {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
  background-color: #E22727;
  border-right: 12px solid white;
  border-left: 12px solid white;
  color: #fff; }
  @media (min-width: 769px) {
    .masonry-blocks .container-filters {
      height: 200px; } }
  .masonry-blocks .container-filters [class^="col-"]:last-child .select-wrap {
    margin-bottom: 20px; }
  .masonry-blocks .container-filters h4 {
    margin-bottom: 30px;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    text-align: center; }
    @media (min-width: 769px) {
      .masonry-blocks .container-filters h4 {
        padding-left: 35px;
        text-align: left; } }
    @media (min-width: 993px) {
      .masonry-blocks .container-filters h4 {
        padding-left: 50px;
        text-align: left; } }
    @media (min-width: 1201px) {
      .masonry-blocks .container-filters h4 {
        padding-left: 80px;
        text-align: left; } }
  .masonry-blocks .container-filters .selectors {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 80px; }
    @media (max-width: 1201px) {
      .masonry-blocks .container-filters .selectors {
        padding: 0 50px; } }
    @media (max-width: 993px) {
      .masonry-blocks .container-filters .selectors {
        padding: 0 35px; } }
    @media (max-width: 769px) {
      .masonry-blocks .container-filters .selectors {
        padding: 0;
        -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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .masonry-blocks .container-filters .select-wrap {
    position: relative;
    display: block;
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .masonry-blocks .container-filters .select-wrap {
        width: 100%;
        max-width: 450px; } }
    @media (max-width: 601px) {
      .masonry-blocks .container-filters .select-wrap {
        padding: 0 5px; } }
    .masonry-blocks .container-filters .select-wrap label {
      position: absolute;
      left: 0;
      bottom: 8px;
      display: inline-block;
      width: 100px;
      padding-right: 10px;
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-weight: 800; }
      @media (max-width: 601px) {
        .masonry-blocks .container-filters .select-wrap label {
          position: relative;
          left: auto;
          bottom: auto;
          display: block;
          width: 100%; } }
    @media (max-width: 769px) {
      .masonry-blocks .container-filters .select-wrap .chosen-container {
        width: 100% !important; } }
    @media (max-width: 601px) {
      .masonry-blocks .container-filters .select-wrap .chosen-container .chosen-single {
        text-align: left !important;
        padding: 0 !important; } }
  .masonry-blocks .container-filters select {
    position: relative;
    min-width: 270px;
    height: 40px;
    padding-left: 130px;
    padding-right: 20px;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400;
    cursor: pointer;
    -webkit-appearance: none; }

.masonry-blocks .grid .grid-item {
  position: relative;
  float: left;
  color: #fff; }
  .masonry-blocks .grid .grid-item.filter-group {
    position: absolute;
    right: 0;
    bottom: 0; }

.masonry-blocks .grid:after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 769px) {
  .masonry-blocks .featured a figure {
    margin-top: -12px; }
  .masonry-blocks .featured a:first-child figure {
    margin-top: 0; } }

.masonry-blocks figure {
  position: relative; }
  .masonry-blocks figure img {
    width: 100%;
    border: 12px solid transparent; }
  .masonry-blocks figure figcaption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
    z-index: 1; }
  .masonry-blocks figure:hover .hover-info:before {
    display: block; }
  .masonry-blocks figure:hover .hover-info:after {
    display: block; }
  .masonry-blocks figure .hover-info:before {
    content: '';
    width: calc(100% - 24px);
    height: 10px;
    background: #ea002a;
    position: absolute;
    top: 12px;
    display: none;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
  .masonry-blocks figure .hover-info:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #002855;
    opacity: 0.85;
    display: none;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (max-width: 481px) {
  .col-xxs-12 {
    width: 100%; } }

.chosen-container-single .chosen-single {
  height: 32px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  border-bottom: 1px solid #fff; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #000; }
  .chosen-container .chosen-results li {
    display: none;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    text-transform: capitalize; }
    .chosen-container .chosen-results li.active-result {
      background-color: #fff; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f3f3f3;
      background-image: none;
      color: #000; }

.chosen-container-single:not(.chosen-container-active) .chosen-single span {
  line-height: 28px; }

.chosen-container-single .chosen-single span {
  color: #fff;
  line-height: 28px; }

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 32px; }

.chosen-container-single .chosen-single div b {
  background: none !important;
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .chosen-container-single .chosen-single div b:before, .chosen-container-single .chosen-single div b:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 8px;
    width: 2px;
    height: 8px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .chosen-container-single .chosen-single div b:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .chosen-container-single .chosen-single div b:after {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%); }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
  -webkit-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.craft-people-cards-block {
  position: relative; }
  .craft-people-cards-block .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
  .craft-people-cards-block .bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/bg_motto1.jpg");
    background-size: cover; }
  .craft-people-cards-block .bg-bot {
    position: absolute;
    top: 50vw;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002855;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    @media (max-width: 1201px) {
      .craft-people-cards-block .bg-bot {
        top: 0px; } }
  .craft-people-cards-block .bg-bot {
    position: absolute; }
  .craft-people-cards-block .top-image-asset {
    position: relative;
    margin-bottom: 30px;
    top: -30px;
    z-index: 1; }
    @media (max-width: 769px) {
      .craft-people-cards-block .top-image-asset {
        top: -15px; } }
    .craft-people-cards-block .top-image-asset img {
      margin: 0 auto;
      display: block;
      max-width: 95px; }
      @media (min-width: 769px) {
        .craft-people-cards-block .top-image-asset img {
          max-width: 180px; } }
  .craft-people-cards-block .top-content {
    position: relative;
    padding: 0 4.6875%; }
    .craft-people-cards-block .top-content h2, .craft-people-cards-block .top-content h3, .craft-people-cards-block .top-content h6 {
      color: #ea002a;
      margin-bottom: 10px; }
    .craft-people-cards-block .top-content--blue h3, .craft-people-cards-block .top-content--blue h6 {
      color: #002855; }
    .craft-people-cards-block .top-content h2, .craft-people-cards-block .top-content h3 {
      line-height: 1;
      padding: 30px 0; }
      @media (min-width: 769px) {
        .craft-people-cards-block .top-content h2, .craft-people-cards-block .top-content h3 {
          font-size: 72px;
          line-height: 68px;
          padding: 60px 0; } }
  .craft-people-cards-block .bottom-content {
    position: relative; }
    .craft-people-cards-block .bottom-content .card-carousel {
      margin: 0 auto;
      margin-bottom: 60px;
      max-width: 1350px; }
      .craft-people-cards-block .bottom-content .card-carousel .single-card {
        padding: 0 20px;
        outline: none; }
        @media (max-width: 601px) {
          .craft-people-cards-block .bottom-content .card-carousel .single-card {
            padding: 10px; } }
        .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner {
          position: relative;
          height: 800px;
          max-width: 420px;
          margin: 0 auto;
          background-size: cover;
          padding: 30px;
          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; }
          @media (max-width: 481px) {
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner {
              padding: 20px; } }
          @media (max-width: 769px) {
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner {
              height: 500px; } }
          .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__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-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content .card-image {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 150px;
              height: 150px;
              margin-bottom: 30px;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat; }
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content h3, .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content h6, .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content h4, .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content .eyebrow {
              color: #fff;
              margin-bottom: 10px; }
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content h6 {
              line-height: 15px; }
              @media (min-width: 769px) {
                .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content h6 {
                  line-height: 20px; } }
            .craft-people-cards-block .bottom-content .card-carousel .single-card .single-card-inner__content p {
              color: #fff; }
        .craft-people-cards-block .bottom-content .card-carousel .single-card .btn, .craft-people-cards-block .bottom-content .card-carousel .single-card .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block .bottom-content .card-carousel .single-card a:hover::before {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-bottom: 15px;
          outline: none;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-item-align: start;
          align-self: flex-start;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-weight: normal; }
          @media (max-width: 481px) {
            .craft-people-cards-block .bottom-content .card-carousel .single-card .btn, .craft-people-cards-block .bottom-content .card-carousel .single-card .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block .bottom-content .card-carousel .single-card a:hover::before {
              padding: 20px 10px;
              width: 100%;
              min-width: 0; } }
          .craft-people-cards-block .bottom-content .card-carousel .single-card .btn:last-child, .craft-people-cards-block .bottom-content .card-carousel .single-card .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block .bottom-content .card-carousel .single-card a:last-child:hover::before {
            margin-bottom: 0; }
      .craft-people-cards-block .bottom-content .card-carousel .slick-dots {
        text-align: center;
        margin-top: 50px; }
        .craft-people-cards-block .bottom-content .card-carousel .slick-dots li {
          display: inline-block;
          margin: 0 10px; }
          .craft-people-cards-block .bottom-content .card-carousel .slick-dots li.slick-active button {
            background-color: #ea002a; }
          .craft-people-cards-block .bottom-content .card-carousel .slick-dots li button {
            width: 20px;
            height: 23px;
            border-radius: 999px;
            border: 0;
            background-color: #fff;
            text-indent: -9999px;
            font-size: 12px; }
  .craft-people-cards-block .extra-content {
    padding: 20px 0 85px 0;
    background: #002855; }
    @media (max-width: 769px) {
      .craft-people-cards-block .extra-content {
        padding: 0 9.375% 50px; } }
    .craft-people-cards-block .extra-content .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 601px) {
        .craft-people-cards-block .extra-content .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .craft-people-cards-block .extra-content h3, .craft-people-cards-block .extra-content h6, .craft-people-cards-block .extra-content h4, .craft-people-cards-block .extra-content p, .craft-people-cards-block .extra-content .eyebrowx {
      color: #fff; }
      .craft-people-cards-block .extra-content h3 + h6, .craft-people-cards-block .extra-content h3 + h4, .craft-people-cards-block .extra-content h3 + p, .craft-people-cards-block .extra-content h6 + h6, .craft-people-cards-block .extra-content h6 + h4, .craft-people-cards-block .extra-content h6 + p, .craft-people-cards-block .extra-content h4 + h6, .craft-people-cards-block .extra-content h4 + h4, .craft-people-cards-block .extra-content h4 + p, .craft-people-cards-block .extra-content p + h6, .craft-people-cards-block .extra-content p + h4, .craft-people-cards-block .extra-content p + p, .craft-people-cards-block .extra-content .eyebrowx + h6, .craft-people-cards-block .extra-content .eyebrowx + h4, .craft-people-cards-block .extra-content .eyebrowx + p {
        margin-top: 10px; }
    .craft-people-cards-block .extra-content .image-asset {
      text-align: center;
      width: 30%;
      margin-right: 5%; }
      @media (max-width: 601px) {
        .craft-people-cards-block .extra-content .image-asset {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px;
          display: block; }
          .craft-people-cards-block .extra-content .image-asset .image-asset-wrapper {
            padding-right: 15px; }
          .craft-people-cards-block .extra-content .image-asset img {
            margin-right: 15px;
            width: 100%;
            max-width: 100%; } }
      .craft-people-cards-block .extra-content .image-asset img {
        width: 100%;
        max-width: 300px; }
      .craft-people-cards-block .extra-content .image-asset .image-asset-divider {
        text-align: center;
        margin: 15px 0; }
        .craft-people-cards-block .extra-content .image-asset .image-asset-divider img {
          width: auto;
          max-width: 100%; }
    .craft-people-cards-block .extra-content .content-body {
      width: 65%; }
      @media (max-width: 601px) {
        .craft-people-cards-block .extra-content .content-body {
          width: 100%;
          text-align: center; } }
      .craft-people-cards-block .extra-content .content-body .btn, .craft-people-cards-block .extra-content .content-body .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block .extra-content .content-body a:hover::before {
        min-width: 0; }
    .craft-people-cards-block .extra-content--body-only .image-asset {
      display: none; }
    .craft-people-cards-block .extra-content--body-only .content-body {
      width: 100%; }

.events-hero-block {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 600px;
  background-image: url(../images/bg-events-hero-block.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }
  .events-hero-block h3,
  .events-hero-block h6 {
    color: #002855;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .events-hero-block h6 {
    margin-bottom: 5px;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    text-indent: 8px;
    letter-spacing: 1.5px; }
    @media (min-width: 769px) {
      .events-hero-block h6 {
        font-size: 16px; } }
    @media (min-width: 993px) {
      .events-hero-block h6 {
        font-size: 18px; } }
    @media (min-width: 1201px) {
      .events-hero-block h6 {
        font-size: 20px; } }
  .events-hero-block .hero-content--blue h3, .events-hero-block .hero-content--blue h6 {
    color: #002855; }
  .events-hero-block .hero-content--red h3, .events-hero-block .hero-content--red h6 {
    color: #ea002a; }
  .events-hero-block .shield-logo {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    height: 120px; }
    @media (min-width: 601px) {
      .events-hero-block .shield-logo {
        top: -23px;
        height: 150px; } }

.events-info-block {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 650px;
  padding: 40px 30px;
  background-color: #fff;
  /*@media(min-width: $sam-md) {
    min-height: 500px;
    padding: 0 30px;
  }*/ }
  @media (min-width: 769px) {
    .events-info-block {
      min-height: 600px;
      padding: 50px 30px; } }
  @media (min-width: 769px) {
    .events-info-block .container {
      max-width: 750px;
      width: 100%; } }
  .events-info-block .event-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 769px) {
      .events-info-block .event-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .events-info-block .btn, .events-info-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-info-block a:hover::before {
    display: inline-block; }
  .events-info-block .logo-content {
    text-align: center; }
  .events-info-block p {
    margin-bottom: 15px; }
  .events-info-block .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 50px; }
    @media (max-width: 769px) {
      .events-info-block .logo {
        padding-right: 0; } }
    .events-info-block .logo .img-responsive {
      display: block;
      width: auto;
      max-height: 126px; }
      @media (min-width: 601px) {
        .events-info-block .logo .img-responsive {
          max-height: 250px; } }
      @media (min-width: 769px) {
        .events-info-block .logo .img-responsive {
          margin-top: -20px; } }
  .events-info-block .content {
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 769px) {
      .events-info-block .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .events-info-block .content p {
      width: 100%; }
      @media (max-width: 769px) {
        .events-info-block .content p {
          margin-top: 30px; } }
      .events-info-block .content p + p {
        margin-top: 15px; }
    .events-info-block .content .links {
      margin-top: 30px;
      width: 100%; }
      @media (max-width: 769px) {
        .events-info-block .content .links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .events-info-block .content .links .btn, .events-info-block .content .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-info-block .content .links a:hover::before {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 20px; }
        .events-info-block .content .links .btn:last-child, .events-info-block .content .links .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .events-info-block .content .links a:last-child:hover::before {
          margin-bottom: 0;
          margin-right: 0; }
        @media (max-width: 769px) {
          .events-info-block .content .links .btn, .events-info-block .content .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-info-block .content .links a:hover::before {
            margin-right: 0;
            width: 100%;
            min-width: 0; } }

.events-schedule-block {
  background: #ea002a;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 20px; }
  @media (min-width: 769px) {
    .events-schedule-block {
      background-size: contain; } }
  .events-schedule-block .top-image-asset {
    text-align: center; }
    .events-schedule-block .top-image-asset img {
      max-width: 85px;
      margin-top: -35px; }
      @media (min-width: 769px) {
        .events-schedule-block .top-image-asset img {
          background-size: contain;
          max-width: 130px; } }
  .events-schedule-block .container {
    padding: 40px 0; }
    @media (min-width: 1201px) {
      .events-schedule-block .container {
        padding-bottom: 175px; } }
    .events-schedule-block .container .sub-title {
      display: block;
      font-size: 12px; }
      @media (min-width: 769px) {
        .events-schedule-block .container .sub-title {
          margin-bottom: 10px;
          font-size: 16px;
          letter-spacing: 1px;
          line-height: 24px; } }
    .events-schedule-block .container h3 {
      padding-right: 20px; }
  .events-schedule-block__container {
    display: block;
    margin-top: 50px; }
    @media (min-width: 1201px) {
      .events-schedule-block__container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 100px;
        margin-top: 100px; } }
    .events-schedule-block__container .slick-dots {
      text-align: center;
      margin-top: 55px; }
      .events-schedule-block__container .slick-dots li {
        display: inline-block;
        margin: 0 5px; }
        .events-schedule-block__container .slick-dots li.slick-active button {
          background-color: #002855; }
        .events-schedule-block__container .slick-dots li button {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          border: 0;
          background-color: #fff;
          text-indent: -9999px;
          padding: 0; }
    .events-schedule-block__container__event {
      border-top: 1px solid #fff;
      padding-top: 20px; }
      .events-schedule-block__container__event .date, .events-schedule-block__container__event .event-title {
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        line-height: 24px;
        display: block; }
      .events-schedule-block__container__event .event-location {
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        line-height: 24px;
        display: block; }
      .events-schedule-block__container__event .arrow-link {
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
        display: block;
        margin-top: 30px;
        position: relative; }
        .events-schedule-block__container__event .arrow-link:after {
          content: '';
          background-image: url(../images/right-arrow.png);
          background-repeat: no-repeat;
          height: 20px;
          width: 30px;
          position: absolute;
          top: 2px;
          margin-left: 25px; }

.events-meet-the-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .events-meet-the-team .meet-title {
    text-align: center;
    padding: 30px 0;
    width: 100%;
    color: #002855; }
    @media (min-width: 993px) {
      .events-meet-the-team .meet-title {
        padding: 60px 0; } }
  .events-meet-the-team__container {
    display: none;
    width: 100%; }
    @media (min-width: 993px) {
      .events-meet-the-team__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
    .events-meet-the-team__container__person {
      width: 100%;
      position: relative; }
      @media (min-width: 993px) {
        .events-meet-the-team__container__person {
          width: 25%; } }
      .events-meet-the-team__container__person img {
        width: 100%;
        height: auto;
        display: block; }
      .events-meet-the-team__container__person:hover .info:before, .events-meet-the-team__container__person.active .info:before {
        display: block; }
      .events-meet-the-team__container__person:hover .info:after, .events-meet-the-team__container__person.active .info:after {
        display: block; }
      .events-meet-the-team__container__person:hover .info .name, .events-meet-the-team__container__person.active .info .name {
        display: block; }
      .events-meet-the-team__container__person .info {
        display: block; }
        .events-meet-the-team__container__person .info:before {
          content: '';
          width: 100%;
          height: 10px;
          background: #ea002a;
          position: absolute;
          top: 0;
          display: none;
          z-index: 2; }
        .events-meet-the-team__container__person .info:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #002855;
          opacity: 0.85;
          display: none; }
        .events-meet-the-team__container__person .info .name {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          z-index: 2;
          font-size: 40px;
          line-height: 35px;
          text-align: center;
          font-family: "Avenir Next";
          text-transform: uppercase;
          max-width: 100px;
          display: none; }
  .events-meet-the-team .tabcontent-container {
    width: 100%; }
    .events-meet-the-team .tabcontent-container .tabcontent {
      position: relative;
      width: 100%; }
      @media (max-width: 993px) {
        .events-meet-the-team .tabcontent-container .tabcontent {
          min-height: 70px; } }
      .events-meet-the-team .tabcontent-container .tabcontent.active {
        display: block; }
      @media (max-width: 993px) {
        .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container {
          background-color: #002855;
          background-image: url(../images/bg_home_bluegrit.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner > .name {
            position: absolute;
            left: 20px;
            top: 330px;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            z-index: 2; }
            .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner > .name .sub-title, .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner > .name h3 {
              color: #fff; }
            .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner > .name h3 {
              width: 100%;
              margin-bottom: 0; } }
    @media (max-width: 993px) and (max-width: 993px) {
      .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner > .name {
        display: block; } }
      @media (max-width: 993px) {
          .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner .person-image {
            height: 350px;
            min-height: 0; }
          .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info {
            position: relative;
            padding: 70px 20px 40px;
            top: 0; }
            .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner .name {
                display: none; }
              .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner p {
                max-width: 550px; }
              .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner .btn, .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner a:hover::before {
                display: inline-block; } }
        @media (max-width: 993px) and (max-width: 481px) {
          .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner .btn, .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__inner__person-info .person-info-inner a:hover::before {
            width: 100%; } }
      @media (max-width: 993px) {
          .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__person-instagram {
            height: auto;
            background: none !important; }
            .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__person-instagram .container {
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              top: 0;
              padding: 0; }
              .events-meet-the-team .tabcontent-container .tabcontent .instagram-block__container__person-instagram .container .row .instagram-1 {
                padding-bottom: 50px; } }
    .events-meet-the-team .tabcontent-container .slick-dots {
      text-align: center;
      position: absolute;
      top: 375px;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
      width: 100%; }
      .events-meet-the-team .tabcontent-container .slick-dots li {
        display: inline-block;
        margin: 0 5px; }
        .events-meet-the-team .tabcontent-container .slick-dots li.slick-active button {
          background-color: #ea002a; }
        .events-meet-the-team .tabcontent-container .slick-dots li button {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          border: 0;
          background-color: #fff;
          text-indent: -9999px;
          padding: 0; }

.quote-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  background-image: url(../images/bg-quote-block.png);
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (min-width: 769px) {
    .quote-block {
      height: 600px;
      padding-top: 0;
      padding-bottom: 0; } }
  .quote-block h4,
  .quote-block h6 {
    color: #002855; }
  .quote-block h4 {
    margin-bottom: 20px; }
  .quote-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    padding-left: 15px;
    padding-right: 15px; }
  .quote-block .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 769px) {
      .quote-block .row-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .quote-block .img-responsive {
    display: block;
    max-width: 290px;
    width: 90%;
    margin: 30px auto; }
    @media (min-width: 769px) {
      .quote-block .img-responsive {
        margin: 0 auto; } }

.contact-us {
  background: #fff; }
  .contact-us .container {
    padding: 60px 20px; }
    .contact-us .container .description {
      padding-bottom: 25px;
      margin-bottom: 0; }
    .contact-us .container .subject-container {
      width: 80%; }
      @media (max-width: 993px) {
        .contact-us .container .subject-container {
          width: 100%; } }
    .contact-us .container .forms {
      padding-top: 60px; }
      .contact-us .container .forms form {
        width: 80%;
        display: none; }
        .contact-us .container .forms form.form--visible {
          display: block; }
          .contact-us .container .forms form.form--visible ~ .form-submit {
            display: block; }
        @media (max-width: 993px) {
          .contact-us .container .forms form {
            width: 100%; } }
    .contact-us .container .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 993px) {
        .contact-us .container .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .contact-us .container .row .col-4 {
        width: 33.33%; }
      .contact-us .container .row .col-6 {
        width: 50%; }
      .contact-us .container .row .col-4, .contact-us .container .row .col-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px; }
        .contact-us .container .row .col-4:first-child, .contact-us .container .row .col-6:first-child {
          padding-left: 0; }
        .contact-us .container .row .col-4:last-child, .contact-us .container .row .col-6:last-child {
          padding-right: 0; }
        @media (max-width: 993px) {
          .contact-us .container .row .col-4, .contact-us .container .row .col-6 {
            width: 100%;
            padding: 0;
            padding-bottom: 40px; } }
  .contact-us .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-us .input-group--textarea {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .contact-us .input-group--textarea textarea {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .contact-us .input-group textarea {
      resize: vertical; }
    .contact-us .input-group input, .contact-us .input-group textarea {
      outline: none;
      border: none;
      padding-bottom: 5px;
      border-bottom: 1px solid #000;
      text-transform: uppercase;
      font-family: 'NeuePlakNarrowSemiBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-size: 16px;
      font-weight: 600;
      color: #000; }
      .contact-us .input-group input::-webkit-input-placeholder, .contact-us .input-group textarea::-webkit-input-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input::-moz-placeholder, .contact-us .input-group textarea::-moz-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input::-ms-input-placeholder, .contact-us .input-group textarea::-ms-input-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input::placeholder, .contact-us .input-group textarea::placeholder {
        color: #ACACAC; }
      .contact-us .input-group input:-moz-placeholder, .contact-us .input-group textarea:-moz-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input:-ms-input-placeholder, .contact-us .input-group textarea:-ms-input-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input::-moz-placeholder, .contact-us .input-group textarea::-moz-placeholder {
        color: #ACACAC; }
      .contact-us .input-group input::-webkit-input-placeholder, .contact-us .input-group textarea::-webkit-input-placeholder {
        color: #ACACAC; }
    .contact-us .input-group input, .contact-us .input-group textarea, .contact-us .input-group .dropdown {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .contact-us .input-group input:required ~ label::after, .contact-us .input-group input.required ~ label::after, .contact-us .input-group textarea:required ~ label::after, .contact-us .input-group textarea.required ~ label::after, .contact-us .input-group .dropdown:required ~ label::after, .contact-us .input-group .dropdown.required ~ label::after {
        content: '*'; }
    .contact-us .input-group label {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-transform: uppercase;
      font-family: 'NeuePlakNarrowSemiBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-size: 14px;
      font-weight: 600;
      color: #002855;
      padding-bottom: 15px; }
    .contact-us .input-group + .input-group {
      margin-top: 40px; }
    .contact-us .input-group .inkjet {
      width: 100%; }
    .contact-us .input-group .btn, .contact-us .input-group .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .contact-us .input-group a:hover::before {
      margin-bottom: 20px; }
  .contact-us .form-submit {
    display: none;
    padding-top: 60px; }
    .contact-us .form-submit .recaptcha {
      padding-bottom: 20px; }
      .contact-us .form-submit .recaptcha--placeholder {
        padding: 25px 40px;
        background: #eee;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  .contact-us .required.error {
    border-color: red !important; }

.blog-filters {
  position: relative; }
  .blog-filters__hero {
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover; }
    @media (min-width: 769px) {
      .blog-filters__hero {
        background-position: right bottom; } }
    .blog-filters__hero .gradient {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(100, 100, 100, 0.5)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 100, 0.5) 100%);
      position: absolute;
      top: 0;
      width: 100%;
      height: 350px; }
    .blog-filters__hero .hero-content {
      position: absolute;
      bottom: 75px;
      left: 20px;
      max-width: 80%;
      color: #fff; }
      @media (min-width: 769px) {
        .blog-filters__hero .hero-content {
          max-width: 60%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 14.0625%; } }
      .blog-filters__hero .hero-content h6 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 28px;
        margin-bottom: 10px; }
        @media (min-width: 769px) {
          .blog-filters__hero .hero-content h6 {
            margin-bottom: 0; } }
      .blog-filters__hero .hero-content h2 {
        margin-bottom: 60px; }
    .blog-filters__hero .btn-primary:after {
      content: "  +"; }
    .blog-filters__hero .btn-primary.open:after {
      content: "  -"; }
  .blog-filters__content {
    background-color: #ea002a;
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: none; }
    @media (min-width: 769px) {
      .blog-filters__content {
        padding-top: 60px;
        padding-bottom: 110px;
        background-position: left;
        background-size: inherit; } }
    .blog-filters__content__container {
      display: block; }
      @media (min-width: 769px) {
        .blog-filters__content__container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: auto; } }
      .blog-filters__content__container .blog-filters-search {
        margin-bottom: 65px; }
        @media (min-width: 769px) {
          .blog-filters__content__container .blog-filters-search {
            width: 100%;
            margin-bottom: 80px; } }
        .blog-filters__content__container .blog-filters-search .blog-search-btn {
          display: inline-block; }
          @media (min-width: 769px) {
            .blog-filters__content__container .blog-filters-search .blog-search-btn {
              display: initial; } }
        .blog-filters__content__container .blog-filters-search input {
          background: transparent;
          border: 0;
          border-bottom: 1px solid #fff;
          outline: none;
          height: 60px;
          width: 100%;
          margin-right: 15px;
          color: #fff; }
          @media (min-width: 769px) {
            .blog-filters__content__container .blog-filters-search input {
              width: 250px; } }
          .blog-filters__content__container .blog-filters-search input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400; }
          .blog-filters__content__container .blog-filters-search input::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400; }
          .blog-filters__content__container .blog-filters-search input:-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400; }
          .blog-filters__content__container .blog-filters-search input:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400; }
        .blog-filters__content__container .blog-filters-search .btn, .blog-filters__content__container .blog-filters-search .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .blog-filters__content__container .blog-filters-search a:hover::before {
          color: #fff;
          width: 100%;
          margin-top: 30px; }
          @media (min-width: 769px) {
            .blog-filters__content__container .blog-filters-search .btn, .blog-filters__content__container .blog-filters-search .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .blog-filters__content__container .blog-filters-search a:hover::before {
              width: 100px;
              min-width: 100px;
              margin-top: 0; } }
      .blog-filters__content__container__column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff; }
        .blog-filters__content__container__column h5 {
          margin-bottom: 15px;
          position: relative; }
          @media (min-width: 769px) {
            .blog-filters__content__container__column h5 {
              margin-bottom: 30px;
              pointer-events: none; } }
          .blog-filters__content__container__column h5:after {
            content: '+';
            color: #fff;
            position: absolute;
            right: 0;
            top: 5px; }
            @media (min-width: 769px) {
              .blog-filters__content__container__column h5:after {
                display: none; } }
        .blog-filters__content__container__column__inner {
          display: none; }
          @media (min-width: 769px) {
            .blog-filters__content__container__column__inner {
              max-width: 225px;
              display: block; } }
          .blog-filters__content__container__column__inner a.year-toggle:after {
            content: '+'; }
          .blog-filters__content__container__column__inner a.year-toggle.open:after {
            content: '-'; }
          .blog-filters__content__container__column__inner ul li {
            border-bottom: 1px solid #fff;
            padding-bottom: 20px;
            margin-bottom: 20px;
            display: block; }
            @media (min-width: 769px) {
              .blog-filters__content__container__column__inner ul li {
                padding-bottom: 10px;
                margin-bottom: 20px; } }
            .blog-filters__content__container__column__inner ul li a {
              color: #fff;
              font-size: 12px;
              line-height: 16px;
              letter-spacing: 1px;
              text-decoration: none;
              font-family: 'NeuePlakCondensedBold';
              font-style: 'Normal';
              font-stretch: 'Condensed';
              font-weight: normal;
              font-weight: 400;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              @media (min-width: 769px) {
                .blog-filters__content__container__column__inner ul li a {
                  font-size: 16px;
                  line-height: 24px; } }
              .blog-filters__content__container__column__inner ul li a .number {
                margin-left: auto; }

.blog-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .blog-squares__row {
    width: 100%; }
    @media (min-width: 769px) {
      .blog-squares__row {
        display: block; } }
    .blog-squares__row--1__square--quote {
      background: #002855;
      color: #fff;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right bottom; }
    .blog-squares__row--2__square--quote {
      background: #fff;
      color: #002855;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left bottom; }
    .blog-squares__row--3__square--quote {
      background: #ea002a;
      color: #fff;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right bottom; }
    .blog-squares__row__square {
      width: 100%;
      min-height: 480px;
      position: relative;
      float: left; }
      @media (min-width: 769px) {
        .blog-squares__row__square {
          width: 50%;
          min-height: 700px; } }
      .blog-squares__row__square__info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 590px;
        padding: 20px; }
        .blog-squares__row__square__info .date-author {
          display: block;
          margin-bottom: 20px;
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-weight: 400;
          text-transform: uppercase; }
          .blog-squares__row__square__info .date-author .date, .blog-squares__row__square__info .date-author .events-schedule-block__container__event .event-title, .events-schedule-block__container__event .blog-squares__row__square__info .date-author .event-title {
            border-right: 1px solid #fff;
            padding-right: 20px;
            margin-right: 20px; }
        .blog-squares__row__square__info h3 {
          display: block;
          margin-bottom: 40px;
          font-size: 48px;
          line-height: 1.2; }
      .blog-squares__row__square--post {
        color: #fff;
        background-size: cover;
        float: left; }
      .blog-squares__row__square--quote h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 540px;
        padding: 20px;
        font-size: 26px;
        line-height: 1.7; }
        @media (min-width: 769px) {
          .blog-squares__row__square--quote h4 {
            font-size: 32px; } }
    .blog-squares__row:nth-child(odd) .blog-squares__row__square {
      float: right; }

.load-more {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  background-color: #0081a6;
  background-size: cover; }
  .load-more.btn-load-more {
    margin: 0 auto; }

.sam-76-block {
  position: relative;
  z-index: 1; }
  .sam-76-block .bg-img {
    display: block;
    width: 100%;
    pointer-events: none; }
    @media (max-width: 993px) {
      .sam-76-block .bg-img {
        display: none; } }
  .sam-76-block .bg-img-mobile {
    width: 100%;
    position: absolute;
    top: 0; }
    @media (max-width: 601px) {
      .sam-76-block .bg-img-mobile {
        position: relative; } }
    .sam-76-block .bg-img-mobile__cont {
      display: none;
      width: 100%;
      padding-top: 70%;
      overflow: hidden;
      position: relative;
      pointer-events: none; }
      @media (max-width: 993px) {
        .sam-76-block .bg-img-mobile__cont {
          display: block; } }
      @media (max-width: 769px) {
        .sam-76-block .bg-img-mobile__cont {
          padding-top: 100%; } }
      @media (max-width: 601px) {
        .sam-76-block .bg-img-mobile__cont {
          padding-top: 0;
          height: auto;
          overflow: visible;
          margin-bottom: -5px; } }
  .sam-76-block .content {
    width: 100%;
    color: #fff; }
    .sam-76-block .content--left, .sam-76-block .content--right {
      position: absolute;
      top: 11%;
      padding-top: 23%;
      max-width: 250px; }
      @media (max-width: 993px) {
        .sam-76-block .content--left, .sam-76-block .content--right {
          display: none; } }
    .sam-76-block .content--left {
      left: 9.375%; }
    .sam-76-block .content--right {
      right: 65px; }
      @media (max-width: 1201px) {
        .sam-76-block .content--right {
          right: 15px; } }
    .sam-76-block .content--mobile {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #0081a6;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px 9.375% 60px; }
      @media (max-width: 993px) {
        .sam-76-block .content--mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .sam-76-block .content__logo {
      width: 75%;
      max-width: 400px;
      min-width: 200px;
      margin-bottom: 20px; }
    .sam-76-block .content__icon {
      display: block;
      height: 45px;
      margin-bottom: 10px; }
    .sam-76-block .content__title {
      margin-bottom: 15px;
      max-width: 200px; }
    .sam-76-block .content p {
      width: 100%;
      max-width: 600px; }
    .sam-76-block .content__link {
      margin-top: 20px; }
      .sam-76-block .content__link .btn:hover, .sam-76-block .content__link .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .sam-76-block .content__link a:hover::before {
        background: #fff;
        color: #0081a6; }
      @media (max-width: 481px) {
        .sam-76-block .content__link .btn, .sam-76-block .content__link .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .sam-76-block .content__link a:hover::before {
          width: 100%; } }

.scrolling-video-block {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .scrolling-video-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    -ms-background-size: cover;
    background-size: cover; }
    @media (max-width: 993px) {
      .scrolling-video-block .overlay {
        display: none; } }
  .scrolling-video-block .container, .scrolling-video-block .overlay-content {
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 0;
    padding: 0 9.375%;
    width: 100%;
    max-width: 1100px;
    color: #fff; }
    .scrolling-video-block .container--low, .scrolling-video-block .overlay-content--low {
      bottom: 100px; }
    .scrolling-video-block .container h2, .scrolling-video-block .container h6, .scrolling-video-block .container p, .scrolling-video-block .overlay-content h2, .scrolling-video-block .overlay-content h6, .scrolling-video-block .overlay-content p {
      color: #fff; }
    .scrolling-video-block .container p, .scrolling-video-block .overlay-content p {
      max-width: 700px; }
    .scrolling-video-block .container h6, .scrolling-video-block .overlay-content h6 {
      font-size: 20px; }
    .scrolling-video-block .container .title-logo, .scrolling-video-block .overlay-content .title-logo {
      display: block;
      width: 70%;
      max-width: 950px;
      min-width: 600px;
      margin: 15px 0 20px; }
      .scrolling-video-block .container .title-logo + h2, .scrolling-video-block .overlay-content .title-logo + h2 {
        display: none; }
      @media (max-width: 993px) {
        .scrolling-video-block .container .title-logo, .scrolling-video-block .overlay-content .title-logo {
          margin: 10px 0 15px; } }
      @media (max-width: 769px) {
        .scrolling-video-block .container .title-logo, .scrolling-video-block .overlay-content .title-logo {
          display: none; }
          .scrolling-video-block .container .title-logo + h2, .scrolling-video-block .overlay-content .title-logo + h2 {
            display: block; } }
    .scrolling-video-block .container h2, .scrolling-video-block .overlay-content h2 {
      padding-bottom: 15px;
      margin-left: -5px; }
      @media (max-width: 993px) {
        .scrolling-video-block .container h2, .scrolling-video-block .overlay-content h2 {
          margin-left: -2px; } }
    .scrolling-video-block .container .btn, .scrolling-video-block .container .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .scrolling-video-block .container a:hover::before, .scrolling-video-block .overlay-content .btn, .scrolling-video-block .overlay-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .scrolling-video-block .overlay-content a:hover::before {
      margin-top: 30px; }
      @media (max-width: 481px) {
        .scrolling-video-block .container .btn, .scrolling-video-block .container .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .scrolling-video-block .container a:hover::before, .scrolling-video-block .overlay-content .btn, .scrolling-video-block .overlay-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .scrolling-video-block .overlay-content a:hover::before {
          width: 100%;
          margin-right: 9.375%; } }
  .scrolling-video-block .section {
    background-size: cover;
    background-attachment: fixed; }
  .scrolling-video-block .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media (max-width: 1201px) {
      .scrolling-video-block .video {
        display: none; } }
  .scrolling-video-block .title-and-arrow {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase; }
    .scrolling-video-block .title-and-arrow .arrow-title {
      font-family: "TradeGothicLT";
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 15px;
      color: #fff; }
  .scrolling-video-block .sound {
    position: absolute;
    top: 50%;
    right: 10vw;
    width: 20px;
    height: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1; }
    .scrolling-video-block .sound * {
      cursor: pointer; }
    @media (max-width: 1201px) {
      .scrolling-video-block .sound {
        display: none; } }
    .scrolling-video-block .sound h6 {
      position: absolute;
      opacity: 0;
      width: 20px;
      height: inherit;
      color: #fff;
      font-family: 'NeuePlakNarrowSemiBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .scrolling-video-block .sound h6.active {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
      .scrolling-video-block .sound h6.on:after, .scrolling-video-block .sound h6.off:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 0;
        height: 15px;
        background-repeat: no-repeat;
        background-position: bottom left; }
      .scrolling-video-block .sound h6.on:after {
        background-image: url(../images/icon-sound-on.svg); }
      .scrolling-video-block .sound h6.off:after {
        background-image: url(../images/icon-sound-off.svg); }
      .scrolling-video-block .sound h6 span {
        display: block; }

.innovation-video-block {
  overflow: hidden; }
  @media (max-width: 1201px) {
    .innovation-video-block {
      padding: 0 9.375%; } }
  .innovation-video-block .section {
    background-size: cover;
    background-attachment: fixed; }
  .innovation-video-block .video-content {
    position: absolute;
    z-index: 1; }
    .innovation-video-block .video-content h2, .innovation-video-block .video-content h6, .innovation-video-block .video-content p {
      color: #fff; }
    .innovation-video-block .video-content h2 {
      padding-bottom: 15px;
      margin-left: -5px; }
      @media (max-width: 993px) {
        .innovation-video-block .video-content h2 {
          margin-left: -2px; } }
  .innovation-video-block #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0; }

.spacer {
  height: 250px; }

.info-with-hover-nav-block {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 1201px) {
    .info-with-hover-nav-block {
      height: 0;
      min-height: 100vh;
      padding: 20px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .info-with-hover-nav-block .bg-image {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1201px) {
      .info-with-hover-nav-block .bg-image {
        visibility: hidden; } }
  @media (min-width: 1201px) {
    .info-with-hover-nav-block .glass {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%; } }
  @media (max-width: 1201px) {
    .info-with-hover-nav-block .glass {
      width: 100% !important;
      height: auto !important;
      -webkit-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 75px; } }
  @media (max-width: 601px) {
    .info-with-hover-nav-block .glass {
      padding-top: 40px; } }
  .info-with-hover-nav-block .glass .main-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1201px) {
      .info-with-hover-nav-block .glass .main-content {
        height: 100%; } }
    .info-with-hover-nav-block .glass .main-content__wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 1201px) {
        .info-with-hover-nav-block .glass .main-content__wrapper {
          height: 100%;
          -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; } }
    .info-with-hover-nav-block .glass .main-content .slick-track {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .info-with-hover-nav-block .glass .main-content__item {
      display: none;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      outline: none; }
      @media (min-width: 1201px) {
        .info-with-hover-nav-block .glass .main-content__item {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      .info-with-hover-nav-block .glass .main-content__item__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 601px) {
          .info-with-hover-nav-block .glass .main-content__item__wrapper {
            width: 80%; } }
      .info-with-hover-nav-block .glass .main-content__item--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media (max-width: 1201px) {
        .info-with-hover-nav-block .glass .main-content__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .info-with-hover-nav-block .glass .main-content__item__icon {
        height: 78px; }
        @media (max-width: 1201px) {
          .info-with-hover-nav-block .glass .main-content__item__icon {
            height: 60px;
            margin-bottom: 20px; } }
      .info-with-hover-nav-block .glass .main-content__item__title {
        color: white;
        text-align: center;
        font-size: 35px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 769px) {
          .info-with-hover-nav-block .glass .main-content__item__title {
            font-size: 60px;
            line-height: 55px; } }
        @media (min-width: 1201px) {
          .info-with-hover-nav-block .glass .main-content__item__title {
            display: none; } }
      .info-with-hover-nav-block .glass .main-content__item__desc {
        color: white;
        text-align: center;
        width: 100%; }
        @media (max-width: 1201px) {
          .info-with-hover-nav-block .glass .main-content__item__desc {
            font-size: 22px;
            line-height: 28px;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400;
            max-width: 400px;
            text-transform: none;
            margin-bottom: 10px; } }
        @media (max-width: 481px) {
          .info-with-hover-nav-block .glass .main-content__item__desc {
            font-size: 18px;
            line-height: 24px; } }
        @media (min-width: 1201px) {
          .info-with-hover-nav-block .glass .main-content__item__desc {
            padding-top: 20px;
            margin-bottom: 20px; } }
      .info-with-hover-nav-block .glass .main-content__item__caption {
        color: white;
        width: 100%;
        text-align: center; }
        @media (max-width: 1201px) {
          .info-with-hover-nav-block .glass .main-content__item__caption {
            display: none; } }
  .info-with-hover-nav-block .wrapper {
    width: 100%;
    position: relative;
    pointer-events: none; }
    @media (min-width: 1201px) {
      .info-with-hover-nav-block .wrapper {
        height: 100%; } }
    @media (max-width: 1201px) {
      .info-with-hover-nav-block .wrapper {
        padding-bottom: 75px; } }
    @media (max-width: 993px) {
      .info-with-hover-nav-block .wrapper {
        padding-bottom: 130px; } }
    @media (max-width: 769px) {
      .info-with-hover-nav-block .wrapper {
        padding-bottom: 90px; } }
    @media (max-width: 601px) {
      .info-with-hover-nav-block .wrapper {
        padding-bottom: 70px; } }
    @media (max-width: 481px) {
      .info-with-hover-nav-block .wrapper {
        padding-bottom: 50px; } }
    .info-with-hover-nav-block .wrapper .selector-wrapper {
      position: relative; }
      .info-with-hover-nav-block .wrapper .selector-wrapper--desktop {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10; }
        @media (max-width: 1201px) {
          .info-with-hover-nav-block .wrapper .selector-wrapper--desktop {
            display: none; } }
      @media (min-width: 1201px) {
        .info-with-hover-nav-block .wrapper .selector-wrapper--mobile {
          display: none; } }
      .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) translate(40px, -20px);
        transform: translate(-50%, -50%) translate(40px, -20px); }
        @media (max-width: 1400px) {
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list {
            -webkit-transform: translate(-50%, -50%) translate(0, -15px);
            transform: translate(-50%, -50%) translate(0, -15px); } }
        @media (max-width: 1201px) {
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: none;
            transform: none; } }
        .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list .slick-list {
          overflow: visible; }
        .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          cursor: pointer;
          opacity: 0.8;
          pointer-events: all;
          outline: none; }
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item__icon {
            height: 40px;
            margin-right: 15px; }
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item__title {
            color: white;
            padding: 0;
            margin: 0;
            line-height: 24px;
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 600; }
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item::before {
            content: '';
            position: absolute;
            display: none;
            background-color: #ea002a;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -100%) translateY(-7px);
            transform: translate(-50%, -100%) translateY(-7px);
            -webkit-transform-origin: bottom;
            transform-origin: bottom;
            width: 100%;
            height: 4px; }
          .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item--active {
            opacity: 1; }
            .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item--active::before {
              display: block; }
          @media (max-width: 1201px) {
            .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item {
              position: relative;
              margin-right: 30px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item:last-child {
                margin-right: 0; }
              .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item::before {
                display: block;
                position: relative;
                left: 0;
                top: 0;
                -webkit-transform: none;
                transform: none;
                width: 100%;
                height: 4px;
                opacity: 0;
                margin-bottom: 8px; }
              .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item__icon {
                display: none; }
              .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item__title {
                font-size: 16px;
                line-height: 24px;
                max-width: 175px;
                text-align: center; }
              .info-with-hover-nav-block .wrapper .selector-wrapper .selector-list__item--active::before {
                opacity: 1; } }

.news-filters {
  background-color: #002855;
  padding: 75px 0; }
  @media (max-width: 769px) {
    .news-filters {
      padding: 50px 9.375%; } }
  .news-filters h4 {
    color: #fff;
    margin-bottom: 50px; }
  .news-filters input[type="text"] {
    background-color: transparent;
    border: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    outline: none;
    color: #fff;
    margin-top: 25px; }
    .news-filters input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    .news-filters input[type="text"]::-moz-placeholder {
      color: #fff; }
    .news-filters input[type="text"]:-ms-input-placeholder {
      color: #fff; }
    .news-filters input[type="text"]:-moz-placeholder {
      color: #fff; }
  .news-filters .to-seperator {
    color: #fff;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin-top: 25px; }
  .news-filters .btn-primary {
    margin-left: 30px;
    display: block; }
    @media (max-width: 993px) {
      .news-filters .btn-primary {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px; } }

.news-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-blocks .single-news-block {
    width: 50%;
    padding: 9.375%;
    color: #fff; }
    @media (max-width: 769px) {
      .news-blocks .single-news-block {
        width: 100%;
        padding: 75px 9.375%; } }
    .news-blocks .single-news-block:nth-child(4n+1), .news-blocks .single-news-block:nth-child(4n+4) {
      background-color: #ea002a; }
      .news-blocks .single-news-block:nth-child(4n+1) .btn-primary, .news-blocks .single-news-block:nth-child(4n+4) .btn-primary {
        background-color: transparent;
        border: 2px solid #fff; }
        .news-blocks .single-news-block:nth-child(4n+1) .btn-primary:hover, .news-blocks .single-news-block:nth-child(4n+4) .btn-primary:hover {
          background-color: #fff;
          color: #ea002a; }
    .news-blocks .single-news-block:nth-child(4n+2) {
      background-color: #fff;
      color: #002855; }
    .news-blocks .single-news-block:nth-child(4n+3) {
      background-color: #002855; }
    .news-blocks .single-news-block h6 {
      margin-bottom: 20px; }
    .news-blocks .single-news-block h4 {
      margin-bottom: 60px; }

.show-more-news {
  text-align: center;
  background-color: #002855;
  padding: 4.6875%; }

.featured-hero-block {
  position: relative; }
  .featured-hero-block h3, .featured-hero-block h6, .featured-hero-block h4, .featured-hero-block p {
    color: #fff;
    overflow-wrap: break-word; }
  .featured-hero-block .featured-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 15px 20px;
    background-color: #fff;
    color: #002855;
    z-index: 1;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .featured-hero-block .hero-block-image {
    position: relative; }
    .featured-hero-block .hero-block-image img {
      width: 100%;
      display: block; }
  .featured-hero-block .hero-mobile-content {
    position: absolute;
    bottom: 15px;
    left: 9.375%;
    right: 9.375%; }
    @media (min-width: 993px) {
      .featured-hero-block .hero-mobile-content {
        display: none; } }
  .featured-hero-block .hero-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 993px) {
      .featured-hero-block .hero-content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; } }
    .featured-hero-block .hero-content h3, .featured-hero-block .hero-content h4 {
      margin-bottom: 15px;
      overflow-wrap: break-word; }
    .featured-hero-block .hero-content .btn, .featured-hero-block .hero-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .featured-hero-block .hero-content a:hover::before {
      margin-top: 30px; }
    .featured-hero-block .hero-content .left-side {
      position: absolute;
      width: 30%;
      left: 9.375%;
      bottom: 20%; }
      @media (max-width: 993px) {
        .featured-hero-block .hero-content .left-side {
          display: none; } }
    .featured-hero-block .hero-content .right-side {
      position: absolute;
      width: 40%;
      right: 9.375%;
      padding-left: 4.6875%;
      top: 20%; }
      @media (max-width: 993px) {
        .featured-hero-block .hero-content .right-side {
          width: auto;
          right: auto;
          padding-right: 9.375%; }
          .featured-hero-block .hero-content .right-side p {
            max-width: 400px; } }
      @media (max-width: 1201px) {
        .featured-hero-block .hero-content .right-side h4 {
          font-size: 44px;
          line-height: 1; } }
      @media (max-width: 993px) {
        .featured-hero-block .hero-content .right-side {
          position: static;
          background-image: url("../images/bg_home_bluegrit.jpg");
          padding: 4.6875% 9.375% 50px; }
          .featured-hero-block .hero-content .right-side h4 {
            font-size: 16px;
            line-height: 1.5;
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 400;
            text-transform: none;
            margin-bottom: 0; } }
      @media (min-width: 993px) {
        .featured-hero-block .hero-content .right-side .btn, .featured-hero-block .hero-content .right-side .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .featured-hero-block .hero-content .right-side a:hover::before {
          display: none; } }
      @media (max-width: 481px) {
        .featured-hero-block .hero-content .right-side .btn, .featured-hero-block .hero-content .right-side .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .featured-hero-block .hero-content .right-side a:hover::before {
          display: block; } }

.title-block {
  color: #002855;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 769px) {
    .title-block {
      padding: 75px 9.375%; } }

.generic-details {
  padding: 75px 0; }
  @media (max-width: 769px) {
    .generic-details {
      padding: 50px 0; } }
  .generic-details .container {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 769px) {
      .generic-details .container {
        padding: 0 20px; } }
    @media (max-width: 481px) {
      .generic-details .container {
        padding: 0 15px; } }
  .generic-details ul {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3; }
  .generic-details .row {
    padding-top: 40px;
    padding-bottom: 5px; }
    @media (max-width: 769px) {
      .generic-details .row {
        padding-top: 20px; } }
  .generic-details p + p {
    margin-top: 15px; }
    @media (max-width: 769px) {
      .generic-details p + p {
        margin-top: 10px; } }
  .generic-details h6, .generic-details h4 {
    margin-top: 70px; }
    .generic-details h6:first-child, .generic-details h6 + h4, .generic-details h4:first-child, .generic-details h4 + h4 {
      margin-top: 0; }
  .generic-details h4 {
    margin-bottom: 10px; }

.campaign-video {
  height: 800px;
  background-color: red;
  position: relative; }
  .campaign-video img {
    display: block;
    width: 100%; }
  .campaign-video.content-right .hero-content {
    right: 0; }
  .campaign-video .container {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: red;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .campaign-video .hero-content {
    z-index: 1;
    position: absolute;
    width: 400px;
    bottom: 150px;
    color: #fff; }

.giphy-instagram {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .giphy-instagram .top-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative; }
    @media (max-width: 769px) {
      .giphy-instagram .top-section {
        height: 750px; } }
    .giphy-instagram .top-section .container {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      bottom: 0; }
      @media (max-width: 769px) {
        .giphy-instagram .top-section .container {
          background-color: red;
          position: relative; } }
      .giphy-instagram .top-section .container .top-section-content {
        width: 600px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff; }
        @media (max-width: 769px) {
          .giphy-instagram .top-section .container .top-section-content {
            width: 100%;
            left: 0;
            right: auto;
            padding: 0 9.375%;
            top: 150px;
            -webkit-transform: none;
            transform: none; } }
        .giphy-instagram .top-section .container .top-section-content .btn, .giphy-instagram .top-section .container .top-section-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .giphy-instagram .top-section .container .top-section-content a:hover::before {
          margin-top: 30px; }
  .giphy-instagram .instagram-blocks {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top; }
    .giphy-instagram .instagram-blocks .container {
      margin-top: 0;
      margin-top: -300px; }
      @media (max-width: 769px) {
        .giphy-instagram .instagram-blocks .container {
          padding: 0 9.375%; } }
      .giphy-instagram .instagram-blocks .container img {
        display: block;
        width: 100%; }
      .giphy-instagram .instagram-blocks .container [class*="col-"] {
        padding: 0; }
        @media (min-width: 993px) {
          .giphy-instagram .instagram-blocks .container [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px; } }
      .giphy-instagram .instagram-blocks .container .instagram-1 {
        padding: 50px 0;
        padding-bottom: 75px; }
        .giphy-instagram .instagram-blocks .container .instagram-1 .giphy-logo {
          margin-top: 75px;
          margin-bottom: 30px;
          width: auto; }
        @media (min-width: 993px) {
          .giphy-instagram .instagram-blocks .container .instagram-1 {
            padding-left: 15px;
            padding-right: 15px; } }
        .giphy-instagram .instagram-blocks .container .instagram-1 h6, .giphy-instagram .instagram-blocks .container .instagram-1 h4 {
          color: #002855; }
      .giphy-instagram .instagram-blocks .container .instagram-2 {
        margin-top: 110px;
        display: none; }
        @media (min-width: 993px) {
          .giphy-instagram .instagram-blocks .container .instagram-2 {
            display: block; } }
        .giphy-instagram .instagram-blocks .container .instagram-2 img {
          margin-bottom: 30px;
          display: block; }
      .giphy-instagram .instagram-blocks .container .instagram-3 {
        margin-top: 220px;
        display: none; }
        @media (min-width: 993px) {
          .giphy-instagram .instagram-blocks .container .instagram-3 {
            display: block; } }
        .giphy-instagram .instagram-blocks .container .instagram-3 img {
          margin-bottom: 30px;
          display: block; }

.giphy-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px; }
  .giphy-blocks .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .giphy-blocks .giphy-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .giphy-blocks .giphy-block img {
      display: block;
      width: 100%; }

.campaign-hero {
  position: relative;
  height: 900px;
  background-size: cover; }
  @media (max-width: 769px) {
    .campaign-hero {
      height: 560px; } }
  .campaign-hero .hero-content {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }
    .campaign-hero .hero-content .hero-header {
      text-align: center;
      width: 100%;
      color: #fff; }
      .campaign-hero .hero-content .hero-header h1 {
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 800;
        font-size: 160px;
        letter-spacing: -1px;
        line-height: .9; }
        @media (max-width: 1201px) {
          .campaign-hero .hero-content .hero-header h1 {
            font-size: 120px; } }
        @media (max-width: 769px) {
          .campaign-hero .hero-content .hero-header h1 {
            font-size: 60px; } }
        @media (min-width: 769px) {
          .campaign-hero .hero-content .hero-header h1 br {
            display: none; } }
    .campaign-hero .hero-content .hero-body {
      width: 400px;
      margin-left: 15%;
      margin-top: 120px; }
      @media (max-width: 769px) {
        .campaign-hero .hero-content .hero-body {
          width: 100%;
          margin-left: 0;
          padding: 0 9.375%; } }
      .campaign-hero .hero-content .hero-body h4 {
        margin-bottom: 10px; }
      .campaign-hero .hero-content .hero-body.content-right {
        float: right;
        margin-right: 15%;
        margin-left: 0; }
        @media (max-width: 769px) {
          .campaign-hero .hero-content .hero-body.content-right {
            float: none;
            margin-right: 0; } }

.blog-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (min-width: 769px) {
    .blog-hero-block {
      height: 750px; } }
  .blog-hero-block h2,
  .blog-hero-block h6 {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 72px; }
  .blog-hero-block h6 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.5px; }
    @media (min-width: 769px) {
      .blog-hero-block h6 {
        font-size: 24px; } }
    @media (min-width: 993px) {
      .blog-hero-block h6 {
        font-size: 24px; } }
    @media (min-width: 1201px) {
      .blog-hero-block h6 {
        font-size: 24px; } }
    .blog-hero-block h6 .divider {
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (min-width: 769px) {
        .blog-hero-block h6 .divider {
          display: inline-block;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (min-width: 993px) {
        .blog-hero-block h6 .divider {
          padding-left: 30px;
          padding-right: 30px; } }
      .blog-hero-block h6 .divider:after {
        content: "|"; }

.split-image-block .container-left,
.split-image-block .container-right {
  width: 100%;
  height: 320px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 769px) {
    .split-image-block .container-left,
    .split-image-block .container-right {
      width: 50%;
      height: 720px;
      background-position: 0 0; } }

.bg-blue-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  width: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #fff; }
  .bg-blue-block h4 {
    font-weight: 800; }

.image-block {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff; }
  @media (min-width: 769px) {
    .image-block {
      height: 720px; } }

.instagram-block__container {
  position: relative; }
  .instagram-block__container__inner {
    position: relative; }
    .instagram-block__container__inner > .name {
      display: none; }
      .instagram-block__container__inner > .name .sub-title {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 400;
        display: block;
        margin-bottom: 5px; }
        @media (min-width: 993px) {
          .instagram-block__container__inner > .name .sub-title {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 24px; } }
      .instagram-block__container__inner > .name h3 {
        display: block;
        font-size: 45px;
        line-height: 38px;
        word-wrap: break-word;
        width: 75%;
        margin-bottom: 25px; }
        @media (min-width: 993px) {
          .instagram-block__container__inner > .name h3 {
            margin-bottom: 20px;
            font-size: 90px;
            line-height: 75px;
            height: auto;
            width: 100%; } }
    .instagram-block__container__inner .person-image {
      height: 100vh;
      min-height: 750px;
      position: relative;
      background-size: cover; }
    .instagram-block__container__inner__person-info {
      position: absolute;
      color: #fff;
      background-image: none !important;
      top: 115px;
      padding: 0 20px;
      width: 100%;
      z-index: 10; }
      @media (min-width: 993px) {
        .instagram-block__container__inner__person-info {
          position: absolute;
          left: 75%;
          bottom: 215px;
          top: auto;
          max-width: 500px;
          color: #fff;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background-image: none !important;
          padding: 0; } }
      @media (min-width: 993px) {
        .instagram-block__container__inner__person-info .person-info-inner {
          margin-top: 0; } }
      .instagram-block__container__inner__person-info .person-info-inner .sub-title {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 400;
        display: block;
        margin-bottom: 5px; }
        @media (min-width: 993px) {
          .instagram-block__container__inner__person-info .person-info-inner .sub-title {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 24px; } }
      .instagram-block__container__inner__person-info .person-info-inner h3 {
        display: block;
        font-size: 45px;
        line-height: 38px;
        word-wrap: break-word;
        width: 75%;
        margin-bottom: 25px; }
        @media (min-width: 993px) {
          .instagram-block__container__inner__person-info .person-info-inner h3 {
            margin-bottom: 20px;
            font-size: 90px;
            line-height: 75px;
            height: auto;
            width: 100%; } }
      .instagram-block__container__inner__person-info .person-info-inner .btn, .instagram-block__container__inner__person-info .person-info-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .instagram-block__container__inner__person-info .person-info-inner a:hover::before {
        display: block;
        margin-top: 30px; }
        @media (min-width: 993px) {
          .instagram-block__container__inner__person-info .person-info-inner .btn, .instagram-block__container__inner__person-info .person-info-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .instagram-block__container__inner__person-info .person-info-inner a:hover::before {
            display: inline-block; } }
  .instagram-block__container__person-instagram {
    padding: 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #ea002a;
    position: relative;
    height: 0; }
    @media (min-width: 993px) {
      .instagram-block__container__person-instagram {
        height: 600px; } }
    .instagram-block__container__person-instagram .container {
      margin-top: 0;
      position: absolute;
      top: -250px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 1201px) {
        .instagram-block__container__person-instagram .container {
          width: 1170px; } }
      @media (max-width: 993px) {
        .instagram-block__container__person-instagram .container {
          position: relative;
          z-index: 1; } }
      .instagram-block__container__person-instagram .container [class*="col-"] {
        padding: 0; }
        @media (min-width: 993px) {
          .instagram-block__container__person-instagram .container [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px; } }
      .instagram-block__container__person-instagram .container img {
        display: block;
        width: 100%; }
        @media (max-width: 993px) {
          .instagram-block__container__person-instagram .container img {
            max-width: 320px;
            margin: 0 auto;
            position: relative;
            z-index: 2; } }
      .instagram-block__container__person-instagram .container .instagram-1 {
        padding-bottom: 75px; }
        @media (min-width: 993px) {
          .instagram-block__container__person-instagram .container .instagram-1 {
            padding: 0 15px; } }
      .instagram-block__container__person-instagram .container .instagram-2 {
        margin-top: 110px;
        display: none; }
        @media (min-width: 993px) {
          .instagram-block__container__person-instagram .container .instagram-2 {
            display: block; } }
        .instagram-block__container__person-instagram .container .instagram-2 img {
          margin-bottom: 30px;
          display: block; }
      .instagram-block__container__person-instagram .container .instagram-3 {
        margin-top: 220px;
        display: none; }
        @media (min-width: 993px) {
          .instagram-block__container__person-instagram .container .instagram-3 {
            display: block; } }
        .instagram-block__container__person-instagram .container .instagram-3 img {
          margin-bottom: 30px;
          display: block; }

.blog-text-block {
  padding: 30px 20px;
  width: 100%;
  min-height: 720px;
  color: #000; }
  @media (min-width: 769px) {
    .blog-text-block .columns-2 {
      padding-top: 80px;
      padding-bottom: 80px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 4em;
      -webkit-column-gap: 4em;
      column-gap: 4em; } }
  .blog-text-block h5,
  .blog-text-block p {
    margin-bottom: 20px; }
  .blog-text-block h2, .blog-text-block h3, .blog-text-block h4, .blog-text-block h5 {
    color: #0081a6;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px; }
  .blog-text-block p {
    color: #000;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400; }
    .blog-text-block p + h5 {
      padding-top: 30px; }
  .blog-text-block .btn, .blog-text-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .blog-text-block a:hover::before {
    display: block;
    max-width: 290px;
    margin: 10px auto; }
    @media (min-width: 769px) {
      .blog-text-block .btn, .blog-text-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .blog-text-block a:hover::before {
        max-width: 100%; } }
    @media (min-width: 993px) {
      .blog-text-block .btn, .blog-text-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .blog-text-block a:hover::before {
        display: inline-block;
        margin: 0 20px 0 0;
        max-width: 200px; }
        .blog-text-block .btn:last-child, .blog-text-block .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .blog-text-block a:last-child:hover::before {
          margin-right: 0; } }

.blog-image-title-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media (min-width: 769px) {
    .blog-image-title-block {
      height: 600px;
      padding-top: 0;
      padding-bottom: 0; } }
  .blog-image-title-block h4,
  .blog-image-title-block h6 {
    color: #002855; }
  .blog-image-title-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 769px) {
      .blog-image-title-block .container {
        padding-left: 0;
        padding-right: 0; } }
  .blog-image-title-block .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 769px) {
      .blog-image-title-block .row-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .blog-image-title-block .img-responsive {
    display: block;
    max-width: 290px;
    height: auto;
    margin: 30px auto; }
    @media (min-width: 993px) {
      .blog-image-title-block .img-responsive {
        margin: 0 auto; } }
  .blog-image-title-block .shield-logo {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    height: 100px; }
    @media (min-width: 993px) {
      .blog-image-title-block .shield-logo {
        top: -25px;
        height: 150px; } }

body {
  overflow-y: auto; }

#product-scroller {
  height: auto !important; }
  #product-scroller .hide {
    display: none; }
  #product-scroller .section {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1201px) {
      #product-scroller .section--mob-hide {
        display: none !important; } }
    #product-scroller .section .product {
      position: relative;
      height: 100%;
      overflow: hidden;
      color: #fff; }
      #product-scroller .section .product h2 {
        position: relative;
        font-size: 90px;
        line-height: .83;
        margin-bottom: 20px;
        overflow: hidden; }
        #product-scroller .section .product h2 .animate-container {
          position: relative;
          top: 300px; }
          #product-scroller .section .product h2 .animate-container.animated {
            top: 0; }
      #product-scroller .section .product h3 {
        position: relative;
        font-size: 40px;
        line-height: .88;
        margin-bottom: 20px;
        overflow: hidden; }
        #product-scroller .section .product h3 .animate-container {
          position: relative;
          top: 300px; }
          #product-scroller .section .product h3 .animate-container.animated {
            top: 0; }
      #product-scroller .section .product p {
        position: relative;
        overflow: hidden; }
        #product-scroller .section .product p .animate-container {
          position: relative;
          top: 300px; }
          #product-scroller .section .product p .animate-container.animated {
            top: 0; }
      #product-scroller .section .product .left-side, #product-scroller .section .product .right-side {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
        background-color: #000; }
        @media (max-width: 1201px) {
          #product-scroller .section .product .left-side, #product-scroller .section .product .right-side {
            position: static;
            width: 100%;
            top: auto;
            right: auto;
            bottom: auto; } }
        #product-scroller .section .product .left-side .bg-img, #product-scroller .section .product .right-side .bg-img {
          background-size: cover;
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: calc(100% + 1000px);
          -webkit-transition: 1s cubic-bezier(0.45, 0, 0.32, 0.86);
          transition: 1s cubic-bezier(0.45, 0, 0.32, 0.86); }
          #product-scroller .section .product .left-side .bg-img.animated, #product-scroller .section .product .right-side .bg-img.animated {
            left: 0; }
        #product-scroller .section .product .left-side .product-content, #product-scroller .section .product .right-side .product-content {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          z-index: 1; }
      #product-scroller .section .product .left-side {
        left: 0; }
        #product-scroller .section .product .left-side .bg-img {
          -webkit-transform: translateY(-50%) translateY(500px);
          transform: translateY(-50%) translateY(500px); }
        #product-scroller .section .product .left-side .product-content {
          padding: 0 180px 0 140px; }
      #product-scroller .section .product .right-side {
        right: 0; }
        #product-scroller .section .product .right-side .bg-img {
          -webkit-transform: translateY(-50%) translateY(-500px);
          transform: translateY(-50%) translateY(-500px); }
        #product-scroller .section .product .right-side .product-content {
          padding: 0 140px 0 180px; }
      #product-scroller .section .product .middle-image-asset {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #product-scroller .section .product .product-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: auto 90%;
        background-attachment: fixed;
        z-index: 101; }
    #product-scroller .section.active .product .left-side .bg-img, #product-scroller .section.active .product .right-side .bg-img {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #product-scroller .scroller-placeholder {
    min-height: 100px;
    top: 0px;
    position: fixed;
    width: 100%;
    margin-top: 40px;
    z-index: 500;
    display: none; }
    #product-scroller .scroller-placeholder.show {
      display: block; }
  #product-scroller .scroller-video-block {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
    #product-scroller .scroller-video-block .video-content {
      position: absolute;
      z-index: 2;
      bottom: 130px;
      width: 100%;
      left: 0;
      padding-left: 9.375%; }
      @media (max-width: 1201px) {
        #product-scroller .scroller-video-block .video-content {
          padding: 0 9.375%; } }
      @media (max-width: 481px) {
        #product-scroller .scroller-video-block .video-content {
          padding-right: 9.375%; } }
      #product-scroller .scroller-video-block .video-content h2, #product-scroller .scroller-video-block .video-content h6, #product-scroller .scroller-video-block .video-content p {
        color: #fff; }
      #product-scroller .scroller-video-block .video-content p {
        max-width: 700px; }
      #product-scroller .scroller-video-block .video-content h6 {
        font-size: 20px; }
      #product-scroller .scroller-video-block .video-content .title-logo {
        display: block;
        width: 70%;
        max-width: 950px;
        min-width: 600px;
        margin: 15px 0 20px; }
        #product-scroller .scroller-video-block .video-content .title-logo + h2 {
          display: none; }
        @media (max-width: 993px) {
          #product-scroller .scroller-video-block .video-content .title-logo {
            margin: 10px 0 15px; } }
        @media (max-width: 769px) {
          #product-scroller .scroller-video-block .video-content .title-logo {
            display: none; }
            #product-scroller .scroller-video-block .video-content .title-logo + h2 {
              display: block; } }
      #product-scroller .scroller-video-block .video-content h2 {
        padding-bottom: 15px;
        margin-left: -5px; }
        @media (max-width: 993px) {
          #product-scroller .scroller-video-block .video-content h2 {
            margin-left: -2px; } }
      #product-scroller .scroller-video-block .video-content .btn, #product-scroller .scroller-video-block .video-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured #product-scroller .scroller-video-block .video-content a:hover::before {
        margin-top: 30px; }
        @media (max-width: 481px) {
          #product-scroller .scroller-video-block .video-content .btn, #product-scroller .scroller-video-block .video-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured #product-scroller .scroller-video-block .video-content a:hover::before {
            width: 100%;
            margin-right: 9.375%; } }
    #product-scroller .scroller-video-block .video {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-size: 100% 100%;
      background-color: black;
      background-position: center center;
      background-size: contain;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 1; }
      @media (max-width: 1201px) {
        #product-scroller .scroller-video-block .video {
          display: none; } }
    #product-scroller .scroller-video-block .sound {
      position: absolute;
      top: 50%;
      right: 10vw;
      width: 20px;
      height: 200px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1; }
      #product-scroller .scroller-video-block .sound * {
        cursor: pointer; }
      @media (max-width: 1201px) {
        #product-scroller .scroller-video-block .sound {
          display: none; } }
      #product-scroller .scroller-video-block .sound h6 {
        position: absolute;
        opacity: 0;
        width: 20px;
        height: inherit;
        color: #fff;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        #product-scroller .scroller-video-block .sound h6.active {
          opacity: 1;
          -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear; }
        #product-scroller .scroller-video-block .sound h6.on:after, #product-scroller .scroller-video-block .sound h6.off:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 5px;
          right: 0;
          height: 15px;
          background-repeat: no-repeat;
          background-position: bottom left; }
        #product-scroller .scroller-video-block .sound h6.on:after {
          background-image: url(../images/icon-sound-on.svg); }
        #product-scroller .scroller-video-block .sound h6.off:after {
          background-image: url(../images/icon-sound-off.svg); }
        #product-scroller .scroller-video-block .sound h6 span {
          display: block; }
  #product-scroller .title-and-arrow {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    #product-scroller .title-and-arrow .arrow-title {
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 15px;
      color: #fff;
      text-transform: uppercase; }

.misc-info-and-stats-block {
  height: auto;
  color: #fff; }
  .misc-info-and-stats-block .container-fluid, .misc-info-and-stats-block .container-sm, .misc-info-and-stats-block .container-md, .misc-info-and-stats-block .container-lg, .misc-info-and-stats-block .container-xl, .misc-info-and-stats-block .container-xxl {
    overflow: hidden; }
  .misc-info-and-stats-block .top {
    position: relative;
    height: 580px;
    background-position: left top;
    background-size: cover; }
    @media (min-width: 993px) {
      .misc-info-and-stats-block .top {
        height: 800px;
        background-repeat: no-repeat;
        background-position: center top; } }
    .misc-info-and-stats-block .top .container {
      padding-top: 140px;
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 769px) {
        .misc-info-and-stats-block .top .container {
          position: relative;
          padding-top: 60px; } }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .top .container {
          position: relative;
          padding-top: 200px; } }
    .misc-info-and-stats-block .top .can-and-glass {
      position: absolute;
      bottom: -45px;
      left: 0;
      right: 0;
      z-index: 1;
      display: block;
      width: 320px;
      margin: 0 auto; }
      @media (min-width: 601px) {
        .misc-info-and-stats-block .top .can-and-glass {
          width: 420px; } }
      @media (min-width: 769px) {
        .misc-info-and-stats-block .top .can-and-glass {
          top: 170px;
          right: 0;
          left: 0;
          width: 420px;
          margin: 0 auto; } }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .top .can-and-glass {
          top: 320px;
          right: auto;
          left: -80px;
          width: 580px;
          max-width: none;
          margin: 0; } }
  .misc-info-and-stats-block .middle {
    position: relative;
    height: auto;
    padding-bottom: 40px;
    background-color: #fff;
    color: #002855;
    text-align: center; }
    @media (min-width: 993px) {
      .misc-info-and-stats-block .middle {
        position: relative;
        height: 0;
        padding-bottom: 0; } }
    .misc-info-and-stats-block .middle .containter {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 15px;
      padding-right: 15px; }
    .misc-info-and-stats-block .middle .bottle .info-block-wrapper {
      margin-top: 160px;
      margin-bottom: 40px;
      padding: 50px 0 25px; }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .middle .bottle .info-block-wrapper {
          margin-left: 9%;
          margin-right: 9%; } }
      @media (min-width: 769px) {
        .misc-info-and-stats-block .middle .bottle .info-block-wrapper {
          padding-top: 0; } }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .middle .bottle .info-block-wrapper {
          margin-top: 0;
          margin-bottom: 60px; } }
    .misc-info-and-stats-block .middle .bottle .info-block {
      padding: 15px 60px; }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .middle .bottle .info-block {
          padding: 15px 25px; } }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .middle .bottle .info-block p {
          font-size: 14px; } }
    .misc-info-and-stats-block .middle .bottle .stat {
      margin-bottom: 40px;
      text-align: center; }
    .misc-info-and-stats-block .middle .bottle .info-block h6,
    .misc-info-and-stats-block .middle .bottle .stat h6 {
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-weight: 800;
      font-size: 20px;
      letter-spacing: 2px; }
    .misc-info-and-stats-block .middle .bottle hr {
      position: absolute;
      top: -40px;
      right: 0;
      left: 0;
      z-index: 2;
      width: 100%; }
      @media (min-width: 769px) {
        .misc-info-and-stats-block .middle .bottle hr {
          top: -60px;
          width: 90%; } }
    .misc-info-and-stats-block .middle .bottle .beer-mug-container {
      position: absolute;
      top: -52px;
      right: 0;
      left: 0;
      z-index: 3;
      width: 100px;
      margin: 0 auto;
      background-color: #fff;
      text-align: center; }
      @media (min-width: 769px) {
        .misc-info-and-stats-block .middle .bottle .beer-mug-container {
          top: -76px; } }
    @media (min-width: 993px) {
      .misc-info-and-stats-block .middle .bottle {
        position: absolute;
        bottom: calc(100% - 320px);
        left: 50%;
        z-index: 1;
        width: 507px;
        height: 1075px;
        padding-top: 220px; }
        .misc-info-and-stats-block .middle .bottle hr {
          position: absolute;
          top: 150px;
          right: 0;
          left: 0;
          z-index: 2;
          width: 80%; }
        .misc-info-and-stats-block .middle .bottle .beer-mug-container {
          position: absolute;
          top: 134px;
          right: 0;
          left: 0;
          z-index: 3;
          width: 100px;
          margin: 0 auto;
          background-color: #fff;
          text-align: center; } }
  .misc-info-and-stats-block .bottom {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #002855; }
    @media (min-width: 993px) {
      .misc-info-and-stats-block .bottom {
        padding-top: 280px;
        padding-bottom: 60px;
        padding-left: 70px;
        padding-right: 70px; } }
    @media (min-width: 993px) {
      .misc-info-and-stats-block .bottom .container-fluid, .misc-info-and-stats-block .bottom .container-sm, .misc-info-and-stats-block .bottom .container-md, .misc-info-and-stats-block .bottom .container-lg, .misc-info-and-stats-block .bottom .container-xl, .misc-info-and-stats-block .bottom .container-xxl {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1201px) {
      .misc-info-and-stats-block .bottom .container-fluid, .misc-info-and-stats-block .bottom .container-sm, .misc-info-and-stats-block .bottom .container-md, .misc-info-and-stats-block .bottom .container-lg, .misc-info-and-stats-block .bottom .container-xl, .misc-info-and-stats-block .bottom .container-xxl {
        padding-left: 45px;
        padding-right: 45px; } }
    .misc-info-and-stats-block .bottom h3 {
      margin-bottom: 40px; }
    .misc-info-and-stats-block .bottom .info-block {
      margin-bottom: 60px; }
      .misc-info-and-stats-block .bottom .info-block:last-child {
        margin-bottom: 0; }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .bottom .info-block {
          margin-bottom: 0;
          padding-left: 35px;
          padding-right: 35px; }
          .misc-info-and-stats-block .bottom .info-block:first-child {
            padding-left: 0; }
          .misc-info-and-stats-block .bottom .info-block:last-child {
            padding-right: 0; } }
      .misc-info-and-stats-block .bottom .info-block h6 {
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 800; }
    .misc-info-and-stats-block .bottom .btn-primary {
      max-width: 280px;
      margin: 0 auto; }
      @media (min-width: 993px) {
        .misc-info-and-stats-block .bottom .btn-primary {
          position: absolute;
          top: 170px;
          left: 170px;
          margin: auto; } }
      @media (min-width: 1201px) {
        .misc-info-and-stats-block .bottom .btn-primary {
          top: auto;
          bottom: calc(100% - 30px);
          left: calc(50% - 155px); } }
      @media (max-width: 481px) {
        .misc-info-and-stats-block .bottom .btn-primary {
          max-width: auto;
          width: 100%; } }
  .misc-info-and-stats-block .icon {
    display: inline-block;
    height: 40px;
    margin-bottom: 30px; }

.events-instagram-block1 {
  position: relative;
  color: #fff; }
  @media (max-width: 1201px) {
    .events-instagram-block1 h4 {
      font-size: 35px;
      line-height: 30px; }
    .events-instagram-block1 h6 {
      font-size: 12px; } }
  .events-instagram-block1 .bg-img {
    display: block;
    width: 100%; }
    @media (max-width: 769px) {
      .events-instagram-block1 .bg-img {
        display: none; } }
  .events-instagram-block1 .bg-img-mobile {
    display: block;
    width: 100%; }
    @media (min-width: 769px) {
      .events-instagram-block1 .bg-img-mobile {
        display: none; } }
  .events-instagram-block1 .left-content {
    position: absolute;
    bottom: 44%;
    left: 9.72%;
    width: 29.2%; }
    @media (max-width: 769px) {
      .events-instagram-block1 .left-content {
        bottom: 51%;
        left: 12.5%;
        width: 77.5%; } }
    .events-instagram-block1 .left-content .btn, .events-instagram-block1 .left-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block1 .left-content a:hover::before {
      margin-top: 30px; }
      @media (max-width: 769px) {
        .events-instagram-block1 .left-content .btn, .events-instagram-block1 .left-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block1 .left-content a:hover::before {
          display: none; } }
  .events-instagram-block1 .right-content {
    position: absolute;
    bottom: 24.1%;
    right: 9.6%;
    width: 32.2%; }
    @media (max-width: 769px) {
      .events-instagram-block1 .right-content {
        display: none; } }
  .events-instagram-block1 .mobile-btn-container {
    position: absolute;
    top: 65%;
    left: 5.625%;
    right: 5.625%; }
    @media (min-width: 769px) {
      .events-instagram-block1 .mobile-btn-container {
        display: none; } }
    .events-instagram-block1 .mobile-btn-container .btn, .events-instagram-block1 .mobile-btn-container .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block1 .mobile-btn-container a:hover::before {
      display: block;
      width: 100%; }

.events-instagram-block2 {
  position: relative;
  color: #fff; }
  @media (max-width: 1201px) {
    .events-instagram-block2 h4 {
      font-size: 35px;
      line-height: 30px; }
    .events-instagram-block2 h6 {
      font-size: 12px; } }
  .events-instagram-block2 .bg-img {
    display: block;
    width: 100%; }
    @media (max-width: 769px) {
      .events-instagram-block2 .bg-img {
        display: none; } }
  .events-instagram-block2 .bg-img-mobile {
    display: block;
    width: 100%; }
    @media (min-width: 769px) {
      .events-instagram-block2 .bg-img-mobile {
        display: none; } }
  .events-instagram-block2 .left-content {
    position: absolute;
    bottom: 18.8%;
    left: 13.2%;
    width: 28.8%; }
    @media (max-width: 769px) {
      .events-instagram-block2 .left-content {
        display: none; } }
  .events-instagram-block2 .right-content {
    position: absolute;
    bottom: 47%;
    left: 59.2%;
    width: 29.9%; }
    @media (max-width: 769px) {
      .events-instagram-block2 .right-content {
        bottom: 46%;
        left: 12.5%;
        width: 77.5%; } }
    .events-instagram-block2 .right-content .btn, .events-instagram-block2 .right-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block2 .right-content a:hover::before {
      margin-top: 30px; }
      @media (max-width: 769px) {
        .events-instagram-block2 .right-content .btn, .events-instagram-block2 .right-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block2 .right-content a:hover::before {
          display: none; } }
  .events-instagram-block2 .mobile-btn-container {
    position: absolute;
    top: 74%;
    left: 5.625%;
    right: 5.625%; }
    @media (min-width: 769px) {
      .events-instagram-block2 .mobile-btn-container {
        display: none; } }
    .events-instagram-block2 .mobile-btn-container .btn, .events-instagram-block2 .mobile-btn-container .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-instagram-block2 .mobile-btn-container a:hover::before {
      display: block;
      width: 100%; }

.events-detail-instagram {
  position: relative;
  color: #fff; }
  @media (max-width: 1201px) {
    .events-detail-instagram h4 {
      font-size: 35px;
      line-height: 30px; }
    .events-detail-instagram h6 {
      font-size: 12px; } }
  @media (max-width: 769px) {
    .events-detail-instagram {
      margin-top: -40%; } }
  @media (max-width: 601px) {
    .events-detail-instagram {
      margin-top: -20%; } }
  @media (max-width: 481px) {
    .events-detail-instagram {
      margin-top: -30%; } }
  .events-detail-instagram .btn, .events-detail-instagram .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-detail-instagram a:hover::before {
    display: inline-block; }
  .events-detail-instagram .bg-img {
    display: block;
    width: 100%; }
    @media (max-width: 769px) {
      .events-detail-instagram .bg-img {
        display: none; } }
  .events-detail-instagram .bg-img-mobile {
    display: block;
    width: 100%; }
    @media (min-width: 769px) {
      .events-detail-instagram .bg-img-mobile {
        display: none; } }
  .events-detail-instagram .left-content {
    position: absolute;
    bottom: 26.6%;
    left: 12%;
    width: 28.4%; }
    @media (max-width: 769px) {
      .events-detail-instagram .left-content {
        bottom: 19%;
        left: 12.5%;
        width: 75%; } }
    .events-detail-instagram .left-content .btn, .events-detail-instagram .left-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-detail-instagram .left-content a:hover::before {
      margin-top: 30px; }
      @media (max-width: 769px) {
        .events-detail-instagram .left-content .btn, .events-detail-instagram .left-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .events-detail-instagram .left-content a:hover::before {
          display: none; } }

.lets-get-social-block {
  position: relative;
  z-index: 10; }
  .lets-get-social-block .bg-img {
    display: block;
    width: 100%; }
    @media (max-width: 769px) {
      .lets-get-social-block .bg-img {
        display: none; } }
  .lets-get-social-block .bg-img-mobile {
    display: block;
    width: 100%; }
    @media (min-width: 769px) {
      .lets-get-social-block .bg-img-mobile {
        display: none; } }
  .lets-get-social-block .block-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff; }
    @media (max-width: 769px) {
      .lets-get-social-block .block-content {
        bottom: auto;
        top: 54.5%;
        left: 5%;
        right: 5%; } }
    .lets-get-social-block .block-content .insta-img1, .lets-get-social-block .block-content .insta-img2, .lets-get-social-block .block-content .insta-img3 {
      position: absolute; }
      @media (max-width: 769px) {
        .lets-get-social-block .block-content .insta-img1, .lets-get-social-block .block-content .insta-img2, .lets-get-social-block .block-content .insta-img3 {
          display: none; } }
      .lets-get-social-block .block-content .insta-img1 img, .lets-get-social-block .block-content .insta-img2 img, .lets-get-social-block .block-content .insta-img3 img {
        display: block;
        width: 100%; }
    .lets-get-social-block .block-content .insta-img1 {
      top: 56.7%;
      left: 42%;
      width: 19.4%; }
    .lets-get-social-block .block-content .insta-img2 {
      top: 28%;
      left: 64%;
      width: 19.4%; }
    .lets-get-social-block .block-content .insta-img3 {
      top: 77%;
      left: 64%;
      width: 19.4%;
      z-index: 1; }
    .lets-get-social-block .block-content .text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 769px) {
        .lets-get-social-block .block-content .text-content {
          position: absolute;
          left: 16.3%;
          top: 42%; } }
    .lets-get-social-block .block-content h6 {
      position: relative; }
      @media (min-width: 1400px) {
        .lets-get-social-block .block-content h6 {
          margin-bottom: 105.9px; } }
      @media (max-width: 1400px) {
        .lets-get-social-block .block-content h6 {
          margin-bottom: 35%; } }
      @media (max-width: 1200px) {
        .lets-get-social-block .block-content h6 {
          margin-bottom: 29%; } }
      @media (max-width: 993px) {
        .lets-get-social-block .block-content h6 {
          margin-bottom: 22%; } }
      @media (max-width: 769px) {
        .lets-get-social-block .block-content h6 {
          position: static;
          top: auto;
          left: auto;
          margin-bottom: 0; } }
    .lets-get-social-block .block-content h4 {
      display: none; }
      @media (max-width: 769px) {
        .lets-get-social-block .block-content h4 {
          display: block;
          margin-bottom: 10px; } }
    .lets-get-social-block .block-content p {
      position: relative; }
      @media (max-width: 993px) and (min-width: 769px) {
        .lets-get-social-block .block-content p {
          max-width: 200px; } }
      @media (min-width: 769px) {
        .lets-get-social-block .block-content p {
          margin-bottom: 10px; } }
      @media (max-width: 769px) {
        .lets-get-social-block .block-content p {
          position: static;
          top: auto;
          left: auto; } }
    .lets-get-social-block .block-content .btn, .lets-get-social-block .block-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .lets-get-social-block .block-content a:hover::before {
      position: relative; }
      @media (max-width: 769px) {
        .lets-get-social-block .block-content .btn, .lets-get-social-block .block-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .lets-get-social-block .block-content a:hover::before {
          position: static;
          top: auto;
          left: auto;
          margin-top: 45px;
          display: block; } }

.styles-finder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
  @media (max-width: 993px) {
    .styles-finder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .styles-finder .view-toggle {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 993px) {
      .styles-finder .view-toggle {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%; } }
    .styles-finder .view-toggle__item {
      width: 50px;
      height: 50px;
      background-color: #E3E3E3;
      cursor: pointer;
      position: relative; }
      @media (max-width: 993px) {
        .styles-finder .view-toggle__item {
          width: 50%;
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 15px 0; } }
      .styles-finder .view-toggle__item::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        background: #ea002a;
        -webkit-transform: scaleX(0);
        transform: scaleX(0); }
        @media (max-width: 993px) {
          .styles-finder .view-toggle__item::after {
            width: 100%;
            height: 2px;
            -webkit-transform: scaleY(0);
            transform: scaleY(0); } }
      .styles-finder .view-toggle__item__icon {
        opacity: 0.3;
        width: 100%; }
        @media (max-width: 993px) {
          .styles-finder .view-toggle__item__icon {
            display: none; } }
      .styles-finder .view-toggle__item__label {
        display: none; }
        @media (max-width: 993px) {
          .styles-finder .view-toggle__item__label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .styles-finder .view-toggle__item--active {
        background-color: #fff;
        cursor: default; }
        .styles-finder .view-toggle__item--active::after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
          @media (max-width: 993px) {
            .styles-finder .view-toggle__item--active::after {
              -webkit-transform: scaleY(1);
              transform: scaleY(1); } }
        .styles-finder .view-toggle__item--active .view-toggle__item__icon {
          opacity: 1; }
  .styles-finder .top-cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    min-width: 500px;
    max-width: 700px;
    background: #F8F8F8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px; }
    @media (max-width: 1201px) {
      .styles-finder .top-cont {
        min-width: 380px;
        padding: 0 40px; } }
    @media (max-width: 993px) {
      .styles-finder .top-cont {
        min-width: 0;
        max-width: none;
        width: 100%; } }
    @media (max-width: 769px) {
      .styles-finder .top-cont {
        padding: 0 20px; } }
    .styles-finder .top-cont .background-logo {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%; }
    .styles-finder .top-cont .logo {
      width: 150px;
      height: 165px;
      background-size: cover;
      background-position: top left;
      margin-top: -25px;
      margin-bottom: 80px; }
      @media (max-width: 993px) {
        .styles-finder .top-cont .logo {
          margin: -25px auto 50px; } }
    .styles-finder .top-cont h6.paginationDisplay {
      padding-bottom: 10px;
      padding-top: 10px;
      opacity: 1;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      padding-top: 20px; }
      @media (max-width: 1201px) {
        .styles-finder .top-cont h6.paginationDisplay {
          font-size: 15px; } }
      .styles-finder .top-cont h6.paginationDisplay.hidden {
        opacity: 0;
        -webkit-transition: 0.1s linear;
        transition: 0.1s linear; }
    .styles-finder .top-cont .content {
      padding-bottom: 50px; }
      .styles-finder .top-cont .content .title .subheader {
        font-weight: 600;
        color: #002855; }
      .styles-finder .top-cont .content .title .header {
        color: #002855;
        padding-bottom: 10px; }
      .styles-finder .top-cont .content .title .description {
        max-width: 650px; }
      .styles-finder .top-cont .content .type-filter {
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .styles-finder .top-cont .content .type-filter__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 25px; }
          @media (max-width: 1201px) {
            .styles-finder .top-cont .content .type-filter__item {
              margin: 0 15px; } }
          @media (max-width: 481px) {
            .styles-finder .top-cont .content .type-filter__item {
              margin: 0 8px; } }
          .styles-finder .top-cont .content .type-filter__item:first-child {
            margin-left: 0; }
          .styles-finder .top-cont .content .type-filter__item:last-child {
            margin-right: 0; }
          .styles-finder .top-cont .content .type-filter__item input[type="checkbox"] {
            display: none; }
            .styles-finder .top-cont .content .type-filter__item input[type="checkbox"]:checked + label::after {
              -webkit-transform: scaleX(1);
              transform: scaleX(1); }
          .styles-finder .top-cont .content .type-filter__item label {
            position: relative;
            padding-top: 10px;
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 14px;
            line-height: 1.2;
            text-align: center;
            cursor: pointer; }
            @media (max-width: 481px) {
              .styles-finder .top-cont .content .type-filter__item label {
                font-size: 12px; } }
            .styles-finder .top-cont .content .type-filter__item label::before, .styles-finder .top-cont .content .type-filter__item label::after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 2px; }
            .styles-finder .top-cont .content .type-filter__item label::before {
              background: #C7C7C7; }
            .styles-finder .top-cont .content .type-filter__item label::after {
              background: #ea002a;
              -webkit-transform-origin: center;
              transform-origin: center;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: 0.15s ease-out;
              transition: 0.15s ease-out; }
      .styles-finder .top-cont .content .filter-section {
        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; }
        .styles-finder .top-cont .content .filter-section__title {
          font-family: 'NeuePlakNarrowSemiBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-size: 14px;
          padding-bottom: 15px;
          color: #002855; }
        .styles-finder .top-cont .content .filter-section__error {
          position: absolute;
          bottom: -7px;
          left: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
          font-family: 'NeuePlakNarrowSemiBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-size: 12px;
          color: #ea002a;
          display: none; }
          .styles-finder .top-cont .content .filter-section__error--vis {
            display: block; }
      .styles-finder .top-cont .content .zip-search {
        margin-bottom: 40px; }
        .styles-finder .top-cont .content .zip-search input[type="text"] {
          border: none;
          outline: none;
          background: none;
          padding-bottom: 5px;
          border-bottom: 1px solid #000;
          font-family: 'NeuePlakNarrowSemiBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-size: 16px;
          color: #000; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::-webkit-input-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::-moz-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::-ms-input-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]:-moz-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]:-ms-input-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::-moz-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
          .styles-finder .top-cont .content .zip-search input[type="text"]::-webkit-input-placeholder {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-size: 16px;
            color: #ACACAC; }
        .styles-finder .top-cont .content .zip-search .filter-section__error--vis + input {
          border-color: #ea002a; }
      .styles-finder .top-cont .content .styles-filter {
        padding-bottom: 60px; }
      .styles-finder .top-cont .content .submit {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        outline: none;
        border: none;
        padding: 20px 50px;
        text-transform: none;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        background: #ea002a;
        cursor: pointer;
        margin-top: 10px; }
        .styles-finder .top-cont .content .submit:hover {
          background-color: #b70021; }
        @media (max-width: 481px) {
          .styles-finder .top-cont .content .submit {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
  .styles-finder .main-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    @media (max-width: 993px) {
      .styles-finder .main-cont {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        padding-top: 60%; } }
    @media (max-width: 601px) {
      .styles-finder .main-cont {
        padding-top: 80%; } }
    @media (max-width: 481px) {
      .styles-finder .main-cont {
        padding-top: 100%; } }
    .styles-finder .main-cont #list, .styles-finder .main-cont #map, .styles-finder .main-cont #vendor {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      visibility: hidden;
      pointer-events: none; }
    .styles-finder .main-cont--map #map, .styles-finder .main-cont--list #list, .styles-finder .main-cont--vendor #vendor {
      visibility: visible;
      pointer-events: all; }
    @media (max-width: 993px) {
      .styles-finder .main-cont--list {
        padding-top: 80%; } }
    @media (max-width: 601px) {
      .styles-finder .main-cont--list {
        padding-top: 110%; } }
    @media (max-width: 481px) {
      .styles-finder .main-cont--list {
        padding-top: 140%; } }
    .styles-finder .main-cont #vendor {
      padding-top: 15px;
      overflow-y: auto;
      background-color: #fff;
      height: auto !important; }
      .styles-finder .main-cont #vendor .toggle-vendor {
        padding-bottom: 15px; }
      .styles-finder .main-cont #vendor .vendor-list-title {
        width: 100%;
        text-align: center;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        color: #002855;
        padding-bottom: 20px; }
      .styles-finder .main-cont #vendor .vendors-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-height: 780px;
        overflow-y: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .styles-finder .main-cont #vendor .vendors-list .vendors-list-item {
          text-align: center; }
          @media (max-width: 993px) {
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item {
              margin: 0; } }
          @media (max-width: 601px) {
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item {
              margin: 0; } }
          @media (max-width: 481px) {
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item {
              margin: 0; } }
          @media (min-width: 1201px) {
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item {
              margin: 10px;
              height: 200px;
              min-width: 220px;
              margin-bottom: 30px; } }
          .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-img-container {
            min-height: 150px;
            display: grid; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-img-container a {
              margin: auto;
              min-width: 220px; }
          .styles-finder .main-cont #vendor .vendors-list .vendors-list-item h3 {
            display: none; }
          .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url.hide {
            display: none !important; }
          .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-mobile {
            display: block;
            /*height: 100%;*/
            padding: 5px; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-mobile .vendor-list-item-img-container a {
              min-width: 150px; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-mobile .vendor-list-item-img {
              max-width: 120px;
              max-height: 120px; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-mobile .shopNowLink {
              display: none; }
          .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-desktop {
            display: block;
            height: 100%;
            padding: 7px; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-desktop .vendor-list-item-img {
              max-width: 220px;
              max-height: 150px; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-desktop a {
              text-decoration: none;
              color: #002855 !important;
              -webkit-transition: 0.35s ease-in-out color;
              transition: 0.35s ease-in-out color;
              font-family: 'NeuePlakNarrowSemiBold';
              font-style: 'Normal';
              font-stretch: 'Condensed';
              font-weight: normal; }
            .styles-finder .main-cont #vendor .vendors-list .vendors-list-item .vendor-list-item-url-desktop a:hover {
              color: #ea002a; }
      .styles-finder .main-cont #vendor.hide {
        display: none !important; }
      .styles-finder .main-cont #vendor.show {
        display: block; }
    .styles-finder .main-cont #map {
      background: #E5E5E5; }
      .styles-finder .main-cont #map #GoogleMap, .styles-finder .main-cont #map .map-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .styles-finder .main-cont #map .map-loader::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #002855;
        opacity: 0.4; }
      .styles-finder .main-cont #map .map-loader__wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        z-index: 1; }
        .styles-finder .main-cont #map .map-loader__wrapper__item {
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 50%;
          margin-right: 13px;
          -webkit-transform: scale(0.2);
          transform: scale(0.2);
          -webkit-animation: map-loader 0.75s ease-in-out infinite alternate;
          animation: map-loader 0.75s ease-in-out infinite alternate;
          -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }
          .styles-finder .main-cont #map .map-loader__wrapper__item:first-child {
            -webkit-animation-delay: 0s;
            animation-delay: 0s; }
          .styles-finder .main-cont #map .map-loader__wrapper__item:last-child {
            margin-right: 0;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }

@-webkit-keyframes map-loader {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes map-loader {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    .styles-finder .main-cont #list {
      background: #fff;
      overflow-y: auto; }
      .styles-finder .main-cont #list .location-list {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 1100px;
        padding: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 993px) {
          .styles-finder .main-cont #list .location-list {
            padding: 40px; } }
        .styles-finder .main-cont #list .location-list__no-results {
          text-align: center;
          font-family: 'NeuePlakNarrowSemiBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-size: 16px;
          line-height: 1.5; }
        .styles-finder .main-cont #list .location-list__item, .styles-finder .main-cont #list .location-list__item--mock {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          position: relative;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 50px; }
          .styles-finder .main-cont #list .location-list__item:last-child, .styles-finder .main-cont #list .location-list__item--mock:last-child {
            margin-bottom: 0; }
          @media (max-width: 993px) {
            .styles-finder .main-cont #list .location-list__item, .styles-finder .main-cont #list .location-list__item--mock {
              margin-bottom: 50px; } }
          @media (max-width: 601px) {
            .styles-finder .main-cont #list .location-list__item, .styles-finder .main-cont #list .location-list__item--mock {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          .styles-finder .main-cont #list .location-list__item__address, .styles-finder .main-cont #list .location-list__item__available-products, .styles-finder .main-cont #list .location-list__item__distance, .styles-finder .main-cont #list .location-list__item--mock__address, .styles-finder .main-cont #list .location-list__item--mock__available-products, .styles-finder .main-cont #list .location-list__item--mock__distance {
            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;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            width: 33%;
            position: relative;
            margin-right: 20px; }
            @media (max-width: 601px) {
              .styles-finder .main-cont #list .location-list__item__address, .styles-finder .main-cont #list .location-list__item__available-products, .styles-finder .main-cont #list .location-list__item__distance, .styles-finder .main-cont #list .location-list__item--mock__address, .styles-finder .main-cont #list .location-list__item--mock__available-products, .styles-finder .main-cont #list .location-list__item--mock__distance {
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px; } }
          .styles-finder .main-cont #list .location-list__item__address .distance, .styles-finder .main-cont #list .location-list__item__address .name, .styles-finder .main-cont #list .location-list__item__address .address, .styles-finder .main-cont #list .location-list__item__address .number, .styles-finder .main-cont #list .location-list__item--mock__address .distance, .styles-finder .main-cont #list .location-list__item--mock__address .name, .styles-finder .main-cont #list .location-list__item--mock__address .address, .styles-finder .main-cont #list .location-list__item--mock__address .number {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            color: #000;
            font-size: 16px;
            line-height: 22px;
            width: 100%; }
          .styles-finder .main-cont #list .location-list__item__address .distance, .styles-finder .main-cont #list .location-list__item--mock__address .distance {
            color: #ea002a; }
          @media (max-width: 601px) {
            .styles-finder .main-cont #list .location-list__item__address .address br, .styles-finder .main-cont #list .location-list__item--mock__address .address br {
              display: none; } }
          .styles-finder .main-cont #list .location-list__item__available-products .title, .styles-finder .main-cont #list .location-list__item__available-products li, .styles-finder .main-cont #list .location-list__item--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock__available-products li {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            color: #000;
            font-size: 16px;
            line-height: 22px;
            width: 100%; }
          .styles-finder .main-cont #list .location-list__item__available-products ul, .styles-finder .main-cont #list .location-list__item--mock__available-products ul {
            width: 100%; }
          @media (max-width: 601px) {
            .styles-finder .main-cont #list .location-list__item__distance, .styles-finder .main-cont #list .location-list__item--mock__distance {
              margin-bottom: 0; } }
          .styles-finder .main-cont #list .location-list__item__distance .block, .styles-finder .main-cont #list .location-list__item--mock__distance .block {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            background: #ea002a;
            padding: 17px 30px;
            text-align: center;
            text-decoration: none; }
          .styles-finder .main-cont #list .location-list__item--mock, .styles-finder .main-cont #list .location-list__item--mock--mock {
            opacity: 0.7; }
            .styles-finder .main-cont #list .location-list__item--mock__address, .styles-finder .main-cont #list .location-list__item--mock__available-products, .styles-finder .main-cont #list .location-list__item--mock--mock__address, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products {
              overflow: hidden;
              position: relative; }
              .styles-finder .main-cont #list .location-list__item--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock__available-products::after, .styles-finder .main-cont #list .location-list__item--mock--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
                background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
                height: 100%;
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
                opacity: 0.6;
                z-index: 1;
                -webkit-animation: loading-lg 1.5s ease-out forwards infinite;
                animation: loading-lg 1.5s ease-out forwards infinite; }
                @media (max-width: 601px) {
                  .styles-finder .main-cont #list .location-list__item--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock__available-products::after, .styles-finder .main-cont #list .location-list__item--mock--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::after {
                    -webkit-animation-name: loading-xs;
                    animation-name: loading-xs;
                    -webkit-animation-duration: 2.5s;
                    animation-duration: 2.5s; } }
                @media (max-width: 481px) {
                  .styles-finder .main-cont #list .location-list__item--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock__available-products::after, .styles-finder .main-cont #list .location-list__item--mock--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::after {
                    -webkit-animation-name: loading-xxs;
                    animation-name: loading-xxs;
                    -webkit-animation-duration: 2s;
                    animation-duration: 2s; } }
                @media (max-width: 400px) {
                  .styles-finder .main-cont #list .location-list__item--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock__available-products::after, .styles-finder .main-cont #list .location-list__item--mock--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock--mock__address::after, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::after {
                    -webkit-animation-name: loading-mob;
                    animation-name: loading-mob; } }
              .styles-finder .main-cont #list .location-list__item--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock__available-products::before, .styles-finder .main-cont #list .location-list__item--mock--mock__address::before, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products::before {
                left: -20px;
                background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
                background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
            .styles-finder .main-cont #list .location-list__item--mock__address .distance, .styles-finder .main-cont #list .location-list__item--mock__address .name, .styles-finder .main-cont #list .location-list__item--mock__address .address, .styles-finder .main-cont #list .location-list__item--mock__address .number, .styles-finder .main-cont #list .location-list__item--mock__address .title, .styles-finder .main-cont #list .location-list__item--mock__address ul li, .styles-finder .main-cont #list .location-list__item--mock__address .block--text, .styles-finder .main-cont #list .location-list__item--mock__available-products .distance, .styles-finder .main-cont #list .location-list__item--mock__available-products .name, .styles-finder .main-cont #list .location-list__item--mock__available-products .address, .styles-finder .main-cont #list .location-list__item--mock__available-products .number, .styles-finder .main-cont #list .location-list__item--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock__available-products ul li, .styles-finder .main-cont #list .location-list__item--mock__available-products .block--text, .styles-finder .main-cont #list .location-list__item--mock__distance .distance, .styles-finder .main-cont #list .location-list__item--mock__distance .name, .styles-finder .main-cont #list .location-list__item--mock__distance .address, .styles-finder .main-cont #list .location-list__item--mock__distance .number, .styles-finder .main-cont #list .location-list__item--mock__distance .title, .styles-finder .main-cont #list .location-list__item--mock__distance ul li, .styles-finder .main-cont #list .location-list__item--mock__distance .block--text, .styles-finder .main-cont #list .location-list__item--mock--mock__address .distance, .styles-finder .main-cont #list .location-list__item--mock--mock__address .name, .styles-finder .main-cont #list .location-list__item--mock--mock__address .address, .styles-finder .main-cont #list .location-list__item--mock--mock__address .number, .styles-finder .main-cont #list .location-list__item--mock--mock__address .title, .styles-finder .main-cont #list .location-list__item--mock--mock__address ul li, .styles-finder .main-cont #list .location-list__item--mock--mock__address .block--text, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .distance, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .name, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .address, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .number, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul li, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .block--text, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .distance, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .name, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .address, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .number, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .title, .styles-finder .main-cont #list .location-list__item--mock--mock__distance ul li, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .block--text {
              height: 16px;
              background-color: #b3b3b3;
              width: 65%;
              border-radius: 4px;
              margin-bottom: 4px; }
            .styles-finder .main-cont #list .location-list__item--mock__address .distance, .styles-finder .main-cont #list .location-list__item--mock--mock__address .distance {
              background-color: #ea002a;
              width: 40%; }
            .styles-finder .main-cont #list .location-list__item--mock__address .address, .styles-finder .main-cont #list .location-list__item--mock--mock__address .address {
              width: 80%; }
              .styles-finder .main-cont #list .location-list__item--mock__address .address--two, .styles-finder .main-cont #list .location-list__item--mock--mock__address .address--two {
                width: 60%; }
            .styles-finder .main-cont #list .location-list__item--mock__address .number, .styles-finder .main-cont #list .location-list__item--mock--mock__address .number {
              width: 45%; }
            .styles-finder .main-cont #list .location-list__item--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock__available-products ul li, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul li {
              opacity: 0.5; }
            .styles-finder .main-cont #list .location-list__item--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .title {
              width: 75%; }
              @media (max-width: 769px) {
                .styles-finder .main-cont #list .location-list__item--mock__available-products .title, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products .title {
                  width: 55%; } }
            .styles-finder .main-cont #list .location-list__item--mock__available-products ul, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul {
              width: 100%; }
              .styles-finder .main-cont #list .location-list__item--mock__available-products ul li, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul li {
                width: 45%; }
                .styles-finder .main-cont #list .location-list__item--mock__available-products ul li:first-child, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul li:first-child {
                  width: 40%; }
                .styles-finder .main-cont #list .location-list__item--mock__available-products ul li:last-child, .styles-finder .main-cont #list .location-list__item--mock--mock__available-products ul li:last-child {
                  width: 50%; }
            .styles-finder .main-cont #list .location-list__item--mock__distance .block, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .block {
              width: 150px;
              padding-top: 21px;
              padding-bottom: 21px; }
              .styles-finder .main-cont #list .location-list__item--mock__distance .block--text, .styles-finder .main-cont #list .location-list__item--mock--mock__distance .block--text {
                background-color: #fff;
                margin-bottom: 0;
                width: 100%; }

@-webkit-keyframes loading-lg {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(300px);
    transform: translateX(300px); } }

@keyframes loading-lg {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(300px);
    transform: translateX(300px); } }

@-webkit-keyframes loading-xs {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(650px);
    transform: translateX(650px); } }

@keyframes loading-xs {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(650px);
    transform: translateX(650px); } }

@-webkit-keyframes loading-xxs {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(525px);
    transform: translateX(525px); } }

@keyframes loading-xxs {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(525px);
    transform: translateX(525px); } }

@-webkit-keyframes loading-mob {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(425px);
    transform: translateX(425px); } }

@keyframes loading-mob {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(425px);
    transform: translateX(425px); } }

.styles-navigation {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  .styles-navigation button {
    background-color: #0081a6;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    width: calc(100% * (1/6)); }
    @media (min-width: 769px) {
      .styles-navigation button {
        padding: 30px 16px;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px; } }
    .styles-navigation button:after {
      content: '';
      background-image: url("../images/down-caret.png");
      background-repeat: no-repeat;
      width: 20px;
      height: 10px;
      position: absolute;
      right: 25px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media (min-width: 769px) {
        .styles-navigation button:after {
          background-image: none; } }
    .styles-navigation button:hover {
      background-color: #002855; }
    .styles-navigation button.active {
      background-color: #002855;
      position: relative;
      display: block; }
      .styles-navigation button.active:before {
        content: "";
        background: #ea002a;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0; }
    .styles-navigation button .boston {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 14px;
      font-family: 'NeuePlakNarrowSemiBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal; }
      @media (min-width: 769px) {
        .styles-navigation button .boston {
          font-size: 16px;
          line-height: 19px; } }

.brewery-events .content {
  color: #fff;
  margin: auto;
  width: 60%;
  padding-bottom: 50px;
  text-align: center; }
  .brewery-events .content .btn-primary {
    margin: 15px auto;
    display: block;
    width: 30%; }
    .brewery-events .content .btn-primary:after {
      content: "  +"; }
    .brewery-events .content .btn-primary.open:after {
      content: "  -"; }

.brewery-events .container {
  background-color: #fff;
  width: 100%;
  padding: 15% 8%; }
  @media (min-width: 993px) {
    .brewery-events .container {
      padding: 2% 8%; } }
  .brewery-events .container .date-row {
    border-top: solid 2px black;
    padding-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px; }
    .brewery-events .container .date-row .description {
      padding-top: 25px; }
      .brewery-events .container .date-row .description .text {
        width: 30%;
        clear: both;
        float: left;
        margin-right: 10%; }
        @media (max-width: 993px) {
          .brewery-events .container .date-row .description .text {
            width: 100%; } }
      .brewery-events .container .date-row .description .date-start, .brewery-events .container .date-row .description .date-end, .brewery-events .container .date-row .description .buttons {
        width: 20%;
        float: left; }
        @media (max-width: 993px) {
          .brewery-events .container .date-row .description .date-start, .brewery-events .container .date-row .description .date-end, .brewery-events .container .date-row .description .buttons {
            width: 50%; } }
        .brewery-events .container .date-row .description .date-start p, .brewery-events .container .date-row .description .date-end p, .brewery-events .container .date-row .description .buttons p {
          font-weight: bold; }
        .brewery-events .container .date-row .description .date-start .btn, .brewery-events .container .date-row .description .date-start .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .date-start a:hover::before, .brewery-events .container .date-row .description .date-end .btn, .brewery-events .container .date-row .description .date-end .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .date-end a:hover::before, .brewery-events .container .date-row .description .buttons .btn, .brewery-events .container .date-row .description .buttons .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .buttons a:hover::before {
          float: right; }
          @media (max-width: 993px) {
            .brewery-events .container .date-row .description .date-start .btn, .brewery-events .container .date-row .description .date-start .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .date-start a:hover::before, .brewery-events .container .date-row .description .date-end .btn, .brewery-events .container .date-row .description .date-end .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .date-end a:hover::before, .brewery-events .container .date-row .description .buttons .btn, .brewery-events .container .date-row .description .buttons .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .brewery-events .container .date-row .description .buttons a:hover::before {
              float: left; } }

.notification-banner {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 30px 50px;
  z-index: 300;
  display: none;
  opacity: 0.8; }
  .notification-banner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .notification-banner .inner .btn, .notification-banner .inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .notification-banner .inner a:hover::before {
      float: right; }
      @media (max-width: 769px) {
        .notification-banner .inner .btn, .notification-banner .inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .notification-banner .inner a:hover::before {
          padding: 15px;
          font-size: 14px; } }
    .notification-banner .inner .text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 15px; }
      @media (max-width: 769px) {
        .notification-banner .inner .text p {
          font-size: 14px; } }
  @media (max-width: 769px) {
    .notification-banner {
      padding: 25px; } }

.steinhoisting-leaderboard {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002856; }
  @media (min-width: 769px) {
    .steinhoisting-leaderboard {
      background-image: url("../images/bg_footer_mobile.png");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (max-width: 769px) {
    .steinhoisting-leaderboard {
      background: #fff; } }
  .steinhoisting-leaderboard p {
    font-family: sans-serif; }
  .steinhoisting-leaderboard .leaderboard-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black; }
    .steinhoisting-leaderboard .leaderboard-card h4 {
      -ms-flex-item-align: center;
      align-self: center;
      text-align: center; }
    @media (max-width: 601px) {
      .steinhoisting-leaderboard .leaderboard-card {
        padding: 20px 0; } }
  .steinhoisting-leaderboard .leaderboard-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .steinhoisting-leaderboard h4 {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal; }
  .steinhoisting-leaderboard .table-striped tbody tr:nth-of-type(odd) {
    background-color: #edd4c3; }
  .steinhoisting-leaderboard .table-striped tbody tr:nth-of-type(even) {
    background-color: #fbfbfb; }
  .steinhoisting-leaderboard .table-bordered {
    border: 1px solid #dee2e6; }
  .steinhoisting-leaderboard .table-bordered th,
  .steinhoisting-leaderboard .table-bordered td {
    border: 1px solid #dee2e6; }
  .steinhoisting-leaderboard .table-bordered thead th,
  .steinhoisting-leaderboard .table-bordered thead td {
    border-bottom-width: 2px; }
  .steinhoisting-leaderboard .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-family: sans-serif;
    margin-top: 20px; }
  .steinhoisting-leaderboard .table th,
  .steinhoisting-leaderboard .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6; }
  .steinhoisting-leaderboard .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .steinhoisting-leaderboard .table .table {
    background-color: #fff; }
  .steinhoisting-leaderboard .participant-time {
    font-weight: bold;
    margin-top: 4%; }
  .steinhoisting-leaderboard .table tr:first-of-type .participant-name {
    font-weight: bold;
    font-size: xx-large; }
  .steinhoisting-leaderboard .participant-name {
    font-weight: bold;
    font-size: larger; }
  .steinhoisting-leaderboard .participant-location {
    font-size: small; }

.hero-with-model-links {
  position: relative;
  /*    .hero-mobile-content {
        position: absolute;
        left: 9.375%;
        right: 9.375%;
        bottom: 30px;
        display: none;

        @media (max-width: $sam-sm) {
            display: block;
        }

        p {
            margin-top: 3px;
        }

        .btn {
            margin-top: 15px;
        }

        &--center {
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);

            p {
                margin-top: 10px;
            }

            .btn {
                margin-top: 20px;
            }
        }

        &--title {
            p, .btn {
                display: none;
            }
        }
    }*/ }
  .hero-with-model-links h3, .hero-with-model-links h2, .hero-with-model-links h6, .hero-with-model-links h4, .hero-with-model-links p {
    color: #fff;
    overflow-wrap: break-word; }
  .hero-with-model-links .btn, .hero-with-model-links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .hero-with-model-links a:hover::before {
    border: 0; }
    @media (max-width: 481px) {
      .hero-with-model-links .btn, .hero-with-model-links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .hero-with-model-links a:hover::before {
        width: 100%; } }
  .hero-with-model-links .hero-block-image {
    position: relative;
    /*img {
            width: 100%;
            display: block;
        }*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .hero-with-model-links .hero-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 769px) {
      .hero-with-model-links .hero-content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; } }
    .hero-with-model-links .hero-content h3, .hero-with-model-links .hero-content h4 {
      margin-bottom: 15px;
      overflow-wrap: break-word; }
    .hero-with-model-links .hero-content .btn, .hero-with-model-links .hero-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .hero-with-model-links .hero-content a:hover::before {
      margin-top: 30px; }
    .hero-with-model-links .hero-content .left-side {
      position: absolute;
      width: 40%;
      left: 9.375%;
      bottom: 30%; }
      @media (max-width: 769px) {
        .hero-with-model-links .hero-content .left-side {
          display: none; } }
    .hero-with-model-links .hero-content .right-side {
      position: absolute;
      width: 50%;
      right: 0;
      padding-left: 4.6875%;
      padding-right: 5%;
      bottom: 25%; }
      @media (max-width: 769px) {
        .hero-with-model-links .hero-content .right-side {
          width: auto;
          right: auto;
          padding-right: 9.375%; }
          .hero-with-model-links .hero-content .right-side p {
            max-width: 400px; } }
      @media (max-width: 769px) {
        .hero-with-model-links .hero-content .right-side {
          position: static;
          background-image: url("../images/bg_home_bluegrit.jpg");
          padding: 4.6875% 9.375% 50px; }
          .hero-with-model-links .hero-content .right-side h3, .hero-with-model-links .hero-content .right-side h4, .hero-with-model-links .hero-content .right-side h6 {
            display: none; } }
  .hero-with-model-links .modal-w-links {
    position: fixed;
    width: 80%;
    background-position: center;
    background-size: cover;
    left: 10%;
    background-color: #002855;
    z-index: 999;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.53);
    color: #fff; }
    @media (min-width: 1400px) {
      .hero-with-model-links .modal-w-links {
        top: 10%; } }
    @media (max-width: 1400px) {
      .hero-with-model-links .modal-w-links {
        top: 10%; } }
    @media (max-width: 1200px) {
      .hero-with-model-links .modal-w-links {
        top: 10%; } }
    @media (max-width: 993px) {
      .hero-with-model-links .modal-w-links {
        top: 10%; } }
    @media (max-width: 769px) {
      .hero-with-model-links .modal-w-links {
        overflow-y: scroll;
        top: 10%;
        max-height: 75vh; } }
    @media (max-width: 601px) {
      .hero-with-model-links .modal-w-links {
        overflow-y: scroll;
        max-height: 75vh;
        top: 10%; } }
    @media (max-width: 481px) {
      .hero-with-model-links .modal-w-links {
        overflow-y: scroll;
        max-height: 75vh;
        top: 10%; } }
    .hero-with-model-links .modal-w-links .link-section-content {
      padding-bottom: 30px !important; }
      .hero-with-model-links .modal-w-links .link-section-content h3 {
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 769px) {
          .hero-with-model-links .modal-w-links .link-section-content h3 {
            text-align: center; } }
        @media (max-width: 601px) {
          .hero-with-model-links .modal-w-links .link-section-content h3 {
            text-align: center; } }
        @media (max-width: 481px) {
          .hero-with-model-links .modal-w-links .link-section-content h3 {
            text-align: center; } }
      .hero-with-model-links .modal-w-links .link-section-content .section-links {
        padding-bottom: 30px !important; }
        .hero-with-model-links .modal-w-links .link-section-content .section-links .section-link {
          margin: 20px; }
          @media (max-width: 769px) {
            .hero-with-model-links .modal-w-links .link-section-content .section-links .section-link {
              margin: 20px 0 0 0; } }
          @media (max-width: 601px) {
            .hero-with-model-links .modal-w-links .link-section-content .section-links .section-link {
              margin: 20px 0 0 0; } }
          @media (max-width: 481px) {
            .hero-with-model-links .modal-w-links .link-section-content .section-links .section-link {
              margin: 20px 0 0 0; } }
    .hero-with-model-links .modal-w-links .close-modal {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #fff; }
      .hero-with-model-links .modal-w-links .close-modal button {
        border: 0;
        background-color: transparent;
        color: #fff;
        font-size: 36px;
        cursor: pointer; }

.generic-content {
  padding: 75px 0;
  position: relative; }
  @media (max-width: 769px) {
    .generic-content {
      padding: 50px 0; } }
  .generic-content > * {
    position: relative; }
  .generic-content .generic-content__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .generic-content .generic-content__picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .generic-content .container {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 769px) {
      .generic-content .container {
        padding: 0 20px; } }
    @media (max-width: 481px) {
      .generic-content .container {
        padding: 0 15px; } }
  .generic-content ul {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3; }
  .generic-content .row {
    padding-top: 40px;
    padding-bottom: 5px; }
    @media (max-width: 769px) {
      .generic-content .row {
        padding-top: 20px; } }
  .generic-content p + p {
    margin-top: 15px; }
    @media (max-width: 769px) {
      .generic-content p + p {
        margin-top: 10px; } }
  .generic-content h6, .generic-content h4 {
    margin-top: 70px; }
    .generic-content h6:first-child, .generic-content h6 + h4, .generic-content h4:first-child, .generic-content h4 + h4 {
      margin-top: 0; }
  .generic-content h4 {
    margin-bottom: 10px; }

#loader,
.map-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.map-loader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #002855;
  opacity: 0.4; }

.map-loader__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1; }

.map-loader__wrapper__item {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 13px;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation: map-loader 0.75s ease-in-out infinite alternate;
  animation: map-loader 0.75s ease-in-out infinite alternate;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.map-loader__wrapper__item:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.map-loader__wrapper__item:last-child {
  margin-right: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@keyframes map-loader {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*@import '../general/_fonts.scss';*/
body {
  overflow-x: hidden; }

.miniFinder {
  background: #002855;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .miniFinder h1, .miniFinder h2, .miniFinder h3, .miniFinder h4, .miniFinder p {
    color: #fff; }
  .miniFinder h3 {
    margin-bottom: 0px; }
    @media (max-width: 575px) {
      .miniFinder h3 {
        margin-bottom: 14px; } }
    @media (min-width: 992px) {
      .miniFinder h3 {
        font-size: 30px;
        margin-right: 60px;
        margin-bottom: 0px; } }
  @media (max-width: 575px) {
    .miniFinder {
      height: 160px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 576px) {
    .miniFinder {
      height: 150px; } }
  @media (min-width: 992px) {
    .miniFinder {
      height: 150px;
      margin: 0px; } }
  .miniFinder .form-control {
    border: 0;
    background: none;
    padding: 5px 0px; }
  .miniFinder input::-webkit-input-placeholder {
    color: #fff; }
  .miniFinder input::-moz-placeholder {
    color: #fff; }
  .miniFinder input::-ms-input-placeholder {
    color: #fff; }
  .miniFinder input::placeholder {
    color: #fff; }
  .miniFinder .miniZipField {
    border-bottom: 3px solid #0081a6; }
    @media (max-width: 575px) {
      .miniFinder .miniZipField {
        width: 100%;
        max-width: 300px; } }
    @media (min-width: 576px) {
      .miniFinder .miniZipField {
        width: 100%;
        max-width: 250px;
        margin-left: 24px; } }
    @media (min-width: 992px) {
      .miniFinder .miniZipField {
        width: 100%;
        max-width: 400px; } }
    .miniFinder .miniZipField .col-auto {
      padding: 0; }
    .miniFinder .miniZipField .zip {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .miniFinder .finderSubmit {
    background: none;
    border: 0; }
  .miniFinder .finderSubmit::before {
    content: '';
    display: block;
    background: url(../images/icon_search.svg) center no-repeat;
    width: 30px;
    height: 30px; }

.finderHeader {
  margin-top: 80px;
  text-align: center; }
  .finderHeader h1 {
    color: #002855;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .finderHeader h1 {
        font-size: 60px; } }
    @media (min-width: 576px) {
      .finderHeader h1 {
        font-size: 72px; } }

.finderForm .form-select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #0081a6; }
  @media (max-width: 575px) {
    .finderForm .form-select {
      margin-top: 14px; } }
  .finderForm .form-select p {
    margin-bottom: 6px; }
  .finderForm .form-select a:hover {
    color: #002855; }
  .finderForm .form-select .form-control {
    padding: 0.6rem 0.75rem; }

.finderForm .addressField {
  position: relative; }
  .finderForm .addressField .finderSubmit {
    background: none;
    border: 0;
    position: absolute;
    right: 0px;
    top: 0px; }
  .finderForm .addressField .finderSubmit::before {
    content: '';
    display: block;
    background: url(../images/finder_location.svg) center no-repeat;
    width: 30px;
    height: 30px; }
  .finderForm .addressField .col-auto {
    padding: 0; }
  .finderForm .addressField .col-sm-6 {
    padding: 0 18px; }
    @media (max-width: 575px) {
      .finderForm .addressField .col-sm-6 {
        margin-left: 3px;
        margin-right: 3px; } }

.finderStyles {
  background: #fff;
  width: 100%; }
  @media (max-width: 575px) {
    .finderStyles {
      margin-bottom: 0px;
      padding: 20px; } }
  @media (min-width: 992px) {
    .finderStyles {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 40px 40px 0; } }
  .finderStyles .finderStyleSwiper .productBlock {
    background: #fff;
    -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 575px) {
      .finderStyles .finderStyleSwiper .productBlock {
        width: 70px;
        padding: 14px;
        margin-bottom: 24px;
        min-height: 185px; } }
    @media (min-width: 768px) {
      .finderStyles .finderStyleSwiper .productBlock {
        min-height: 294px; } }
    @media (min-width: 992px) {
      .finderStyles .finderStyleSwiper .productBlock {
        width: 170px;
        padding: 14px 20px 0px;
        margin-bottom: 44px; } }
    @media (max-width: 575px) {
      .finderStyles .finderStyleSwiper .productBlock img {
        margin-bottom: 0px; } }
    @media (min-width: 576px) {
      .finderStyles .finderStyleSwiper .productBlock img {
        margin-bottom: 18px; } }
    .finderStyles .finderStyleSwiper .productBlock h4 {
      text-align: center;
      padding-bottom: 0px;
      margin-bottom: 0px;
      line-height: 1;
      margin-top: 10px; }
      @media (max-width: 575px) {
        .finderStyles .finderStyleSwiper .productBlock h4 {
          font-size: 14px; } }
      @media (min-width: 576px) {
        .finderStyles .finderStyleSwiper .productBlock h4 {
          font-size: 14px;
          margin-bottom: 18px; } }
      @media (min-width: 992px) {
        .finderStyles .finderStyleSwiper .productBlock h4 {
          font-size: 22px; } }
    .finderStyles .finderStyleSwiper .productBlock.selected {
      background: #0081a6; }
      .finderStyles .finderStyleSwiper .productBlock.selected h4 {
        color: #fff; }

.finderResults {
  position: relative;
  height: 100%; }
  @media (min-width: 576px) {
    .finderResults {
      margin-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    .finderResults .nav {
      position: absolute;
      padding: 30px 30px 20px;
      bottom: 0;
      width: 100%;
      background: #fff;
      z-index: 99;
      -webkit-box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.25);
      border-bottom: 1px solid #000; } }
  @media (min-width: 992px) {
    .finderResults .nav {
      width: 750px;
      margin: 0px auto 100px;
      text-align: center; } }
  @media (max-width: 575px) {
    .finderResults .nav .nav-item {
      width: 33%;
      padding: 0px 4px;
      min-height: 75px; } }
  @media (min-width: 576px) {
    .finderResults .nav .nav-item {
      margin: 0px 14px; } }
  .finderResults .nav .nav-link {
    background: #E22727;
    color: #fff;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    padding: 20px 40px;
    border-radius: 0; }
    @media (max-width: 575px) {
      .finderResults .nav .nav-link {
        font-size: 1.2rem;
        line-height: 1rem;
        padding: 10px;
        height: 54px;
        min-height: 54px;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal; } }
    @media (min-width: 576px) {
      .finderResults .nav .nav-link {
        font-size: 24px; } }
  .finderResults .nav .active {
    background: #ea002a;
    color: #fff; }
  .finderResults .nav .clearSearch {
    width: 100%;
    text-align: center;
    padding: 0px;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .finderResults .nav .clearSearch a, .finderResults .nav .clearSearch a:link, .finderResults .nav .clearSearch a:visited, .finderResults .nav .clearSearch a:hover {
      color: #000; }
    .finderResults .nav .clearSearch #clearsearch {
      background: none;
      color: #000;
      text-decoration: underline;
      text-transform: uppercase;
      letter-spacing: -.25px;
      border: 0;
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-size: 24px;
      color: #002855; }
  .finderResults .mapAndResultsBlock {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto; }
    .finderResults .mapAndResultsBlock .container {
      width: 100%; }
    .finderResults .mapAndResultsBlock .nearYou h5 {
      margin-bottom: 0; }
    @media (max-width: 575px) {
      .finderResults .mapAndResultsBlock .nearYou {
        text-align: center; } }
    .finderResults .mapAndResultsBlock .nearYou .mapToggle {
      width: auto;
      margin: 10px auto;
      padding: 10px 20px; }
      .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button {
        background: #0081a6;
        border-radius: 30px;
        overflow: hidden;
        width: 240px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        position: relative;
        padding-right: 120px;
        position: relative;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase; }
        .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button:before {
          content: "Map View";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 120px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          z-index: 3;
          pointer-events: none;
          color: #fff;
          font-size: 18px; }
        .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button-checkbox {
          cursor: pointer;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 2; }
          .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button-checkbox:checked + .switch-button-label:before {
            -webkit-transform: translateX(120px);
            transform: translateX(120px);
            -webkit-transition: -webkit-transform 300ms linear;
            transition: -webkit-transform 300ms linear;
            transition: transform 300ms linear;
            transition: transform 300ms linear, -webkit-transform 300ms linear; }
          .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button-checkbox + .switch-button-label {
            position: relative;
            padding: 5px 0;
            display: block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none;
            font-size: 18px; }
            .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button-checkbox + .switch-button-label:before {
              content: "";
              background: #002855;
              color: #fff;
              height: 100%;
              width: 100%;
              position: absolute;
              left: 0;
              top: 0;
              border-radius: 30px;
              -webkit-transform: translateX(0);
              transform: translateX(0);
              -webkit-transition: -webkit-transform 300ms;
              transition: -webkit-transform 300ms;
              transition: transform 300ms;
              transition: transform 300ms, -webkit-transform 300ms; }
            .finderResults .mapAndResultsBlock .nearYou .mapToggle .switch-button-checkbox + .switch-button-label .switch-button-label-span {
              position: relative; }
    .finderResults .mapAndResultsBlock .locations {
      margin-top: 20px;
      border-top: 2px solid #002855; }
      @media (max-width: 575px) {
        .finderResults .mapAndResultsBlock .locations {
          height: 600px;
          overflow: scroll;
          padding-bottom: 150px; } }
      @media (max-width: 575px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          padding: 0; } }
      @media (min-width: 992px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          overflow-y: scroll;
          height: 800px; } }
      @media (min-width: 1440px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          overflow-y: scroll;
          height: 800px; } }
      @media (min-width: 1200px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          overflow-y: scroll;
          height: 800px; } }
      @media (min-width: 768px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          overflow-y: scroll;
          height: 800px; } }
      @media (min-width: 576px) {
        .finderResults .mapAndResultsBlock .locations .locationList {
          padding: 0px 20px 0px 0px;
          overflow-y: scroll;
          height: 800px; } }
      .finderResults .mapAndResultsBlock .locations .locationList .storePanel {
        position: relative;
        border-bottom: 1px solid #002855; }
        @media (max-width: 575px) {
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel {
            padding: 20px 30px; } }
        @media (min-width: 576px) {
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel {
            padding: 20px 20px; } }
        @media (min-width: 768px) {
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel {
            padding: 20px 20px; } }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel.active {
          background: #ccc; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel ul {
          list-style: none;
          list-style-position: outside;
          padding: 0; }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel ul li.locationName {
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-style: normal;
            font-size: 26px;
            letter-spacing: .3px;
            padding-bottom: 10px; }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel ul li.address {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            letter-spacing: .5px;
            font-weight: normal; }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel ul li.phone {
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-style: normal;
            padding-top: 16px;
            font-size: 14px;
            letter-spacing: .5px;
            font-weight: normal; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel p {
          margin-bottom: 0; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .directions {
          position: absolute;
          right: 24px;
          top: 103px; }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel .directions h5 {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 14px; }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel .directions p, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .directions a {
            font-size: 14px;
            color: #002855; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .finderResults .mapAndResultsBlock .locations .locationList .storePanel a:hover::before {
          position: relative;
          background: none;
          margin-top: 14px 0px;
          color: #000;
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          border-radius: 0;
          text-decoration: underline; }
          @media (max-width: 575px) {
            .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .finderResults .mapAndResultsBlock .locations .locationList .storePanel a:hover::before {
              padding: 0px 34px 2px 0px;
              text-align: left;
              margin-top: 30px; } }
          @media (min-width: 576px) {
            .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .finderResults .mapAndResultsBlock .locations .locationList .storePanel a:hover::before {
              font-size: 14px;
              padding: 0px 24px 2px 0px;
              text-align: left;
              margin-top: 30px; } }
          @media (min-width: 768px) {
            .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .finderResults .mapAndResultsBlock .locations .locationList .storePanel a:hover::before {
              padding: 0px 24px 2px 0px;
              font-size: 14px;
              text-align: left;
              margin-top: 30px; } }
          @media (min-width: 992px) {
            .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn, .finderResults .mapAndResultsBlock .locations .locationList .storePanel .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .finderResults .mapAndResultsBlock .locations .locationList .storePanel a:hover::before {
              padding: 0px 34px 2px 0px;
              text-align: left;
              margin-top: 30px; } }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn::after {
          content: '';
          background: url(../images/chevron-down_blue.svg) right center no-repeat;
          background-size: 18px;
          display: block;
          height: 18px;
          width: 18px;
          position: absolute;
          right: 0;
          top: 2px; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .btn[aria-expanded="true"]::after {
          content: '';
          background: url(../images/chevron-up_blue.svg) right center no-repeat;
          background-size: 18px;
          display: block;
          height: 18px;
          width: 18px; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .collapse {
          width: 100%;
          padding: 0px 0px; }
        .finderResults .mapAndResultsBlock .locations .locationList .storePanel .productBlock {
          background: #fff;
          padding: 20px;
          margin-top: 20px;
          text-align: center; }
          @media (min-width: 576px) {
            .finderResults .mapAndResultsBlock .locations .locationList .storePanel .productBlock img {
              max-width: 120px; } }
          .finderResults .mapAndResultsBlock .locations .locationList .storePanel .productBlock p {
            text-align: center;
            line-height: 1rem;
            margin: 10px 0px 0px; }
      .finderResults .mapAndResultsBlock .locations .gMap {
        background: url(../images/Finder_Map_placeholder.jpg) 0 0 no-repeat;
        background-size: cover; }
        @media (max-width: 575px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
        @media (min-width: 992px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
        @media (min-width: 1440px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
        @media (min-width: 1200px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
        @media (min-width: 768px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
        @media (min-width: 576px) {
          .finderResults .mapAndResultsBlock .locations .gMap {
            height: 800px; } }
    @media (max-width: 575px) {
      .finderResults .mapAndResultsBlock #delivered {
        padding: 0px 20px 150px;
        overflow-y: scroll;
        height: 600px; } }
    .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container {
      margin: 30px 0px;
      padding: 0px 30px;
      border-bottom: 1px solid #0081a6; }
      .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .col-sm-6 {
        padding-bottom: 30px; }
        .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .col-sm-6 .pack-type {
          width: 75%; }
      .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .vendor_inner_container a {
        width: 90px;
        height: 90px; }
        @media (max-width: 575px) {
          .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .vendor_inner_container a {
            margin: 6px; } }
        @media (min-width: 576px) {
          .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .vendor_inner_container a {
            margin: 20px; } }
        .finderResults .mapAndResultsBlock #delivered #results_set_delivered .vendor_container .vendor_inner_container a img {
          height: 90px;
          width: 90px; }
  .finderResults .noResultsBlock {
    background: #002855;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff; }
    @media (max-width: 575px) {
      .finderResults .noResultsBlock {
        padding: 20px; } }
    @media (min-width: 576px) {
      .finderResults .noResultsBlock {
        padding: 30px 80px; } }
  .finderResults .suggested_item {
    cursor: pointer;
    text-align: center;
    padding: 0px;
    margin: 0px 10px; }
    @media (max-width: 575px) {
      .finderResults .suggested_item h5 {
        font-size: 12px; } }

.yesnovoting .generic-content {
  background-image: url("https://image-repo.s3.amazonaws.com/sam/2023_ColdSnapDay/CSD_votePanel_textureBk.jpg"); }

@media (max-width: 500px) {
  .yesnovoting .flag {
    display: none; }
  .yesnovoting .generic-content {
    min-height: 750px;
    padding: 50px 0 0px 0 !important;
    background-position: center bottom !important;
    background-size: cover !important; }
  .yesnovoting .generic-content h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding: 0px 10px;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent {
    width: 90%;
    border: 5px solid #a2c7e7;
    padding: 10px 20px;
    margin: 0px auto 40px; }
  .yesnovoting .voteBox h2 {
    text-align: center;
    color: #fff;
    font-size: 42px; }
  .yesnovoting .voteBoxContent h2 {
    color: #a2c7e7;
    font-size: 60px;
    line-height: .8;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent h3 {
    color: #a2c7e7;
    font-size: 36px;
    line-height: 1;
    text-align: center; }
  .yesnovoting .dateMarker {
    display: inline-block;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px; }
  .yesnovoting .dateLabel {
    font-size: 18px;
    color: #a2c7e7 !important; }
  .yesnovoting .yes, .yesnovoting .no {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px; }
  .yesnovoting .percentage {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal; }
  .yesnovoting .voteButton {
    background: #447ab1;
    color: #fff;
    text-align: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 10px 2px;
    padding: 8px; }
  .yesnovoting .calloutText {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    display: block; }
  .yesnovoting .eventDate .calloutText {
    font-size: 48px;
    text-align: center;
    display: block;
    padding: 0px 24px 20px; }
  .yesnovoting .calendarIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .yesnovoting .cal {
    display: block;
    max-width: 200px;
    margin: 0px auto 20px; }
  .yesnovoting .live {
    display: block;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    background: #f01313;
    margin: 10px auto;
    width: 95%; }
  .yesnovoting .groundhog {
    max-width: 150px;
    margin: 0 auto; } }

@media (min-width: 501px) {
  .yesnovoting .generic-content {
    min-height: 750px;
    padding: 50px 0 0px 0 !important;
    background-position: center bottom !important;
    background-size: cover !important; }
  .yesnovoting .flag {
    display: none; }
  .yesnovoting .generic-content h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding: 0px 10px;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent {
    width: 90%;
    border: 5px solid #a2c7e7;
    padding: 10px 20px;
    margin: 0px auto 40px; }
  .yesnovoting .voteBox h2 {
    text-align: center;
    color: #fff;
    font-size: 42px; }
  .yesnovoting .voteBoxContent h2 {
    color: #a2c7e7;
    font-size: 60px;
    line-height: .8;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent h3 {
    color: #a2c7e7;
    font-size: 36px;
    line-height: 1;
    text-align: center; }
  .yesnovoting .dateMarker {
    display: inline-block;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px; }
  .yesnovoting .dateLabel {
    font-size: 18px;
    color: #a2c7e7 !important; }
  .yesnovoting .yes, .yesnovoting .no {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px; }
  .yesnovoting .percentage {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal; }
  .yesnovoting .voteButton {
    background: #447ab1;
    color: #fff;
    text-align: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 10px 2px;
    padding: 8px; }
  .yesnovoting .calloutText {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    display: block; }
  .yesnovoting .eventDate .calloutText {
    font-size: 48px;
    text-align: center;
    display: block;
    padding: 0px 24px 20px; }
  .yesnovoting .calendarIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .yesnovoting .cal {
    display: block;
    max-width: 200px;
    margin: 0px auto 20px; }
  .yesnovoting .live {
    display: block;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    background: #f01313;
    margin: 10px auto;
    width: 95%; }
  .yesnovoting .groundhog {
    max-width: 150px;
    margin: 0 auto; } }

@media (min-width: 993px) {
  .yesnovoting .panelHeadline {
    width: 50%;
    font-size: 60px !important;
    margin: 0 auto; }
  .yesnovoting .generic-content {
    min-height: 750px;
    padding: 50px 0 0px 0 !important;
    background-position: center bottom !important;
    background-size: cover !important; }
  .yesnovoting .generic-content h2 {
    text-align: center;
    color: #fff;
    font-size: 72px; }
  .yesnovoting .flag {
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    background: url("https://image-repo.s3.amazonaws.com/sam/2023_ColdSnapDay/flag.png") center center no-repeat;
    background-size: contain; }
  .yesnovoting .leftFlag {
    top: 0;
    left: 60px; }
  .yesnovoting .rightFlag {
    top: 0;
    right: 60px; }
  .yesnovoting .generic-content .row {
    padding-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .yesnovoting .demo {
    margin-top: 20px; }
  .yesnovoting .votePanelContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .yesnovoting .voteBoxContent {
    width: 90%;
    border: 5px solid #a2c7e7;
    padding: 30px 20px;
    margin: 0px auto 40px; }
  .yesnovoting .voteBoxContent h2 {
    color: #a2c7e7;
    font-size: 60px;
    line-height: .8;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent h3 {
    color: #a2c7e7;
    font-size: 30px;
    line-height: 1; }
  .yesnovoting .dateMarker {
    display: inline-block;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal; }
  .yesnovoting .dateLabel {
    font-size: 20px;
    color: #a2c7e7 !important; }
  .yesnovoting .yes, .yesnovoting .no {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px; }
  .yesnovoting .percentage {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px auto 10px;
    line-height: .8; }
  .yesnovoting .voteButton {
    background: #447ab1;
    color: #fff;
    text-align: center;
    /* height: 100px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 99%;
    margin: 10px 4px;
    padding: 4px;
    min-height: 111px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .yesnovoting .eventInfoBlock {
    margin: 40px 0 80px; }
  .yesnovoting .live {
    display: block;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #f01313;
    margin: 10px 0;
    width: 92px; }
  .yesnovoting .groundhog {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 350px; }
  .yesnovoting .leftBlock {
    padding-right: 140px;
    padding-left: 6px;
    text-align: center; }
  .yesnovoting .rightBlock {
    padding-left: 140px;
    padding-right: 6px;
    text-align: center; }
  .yesnovoting .cal {
    margin: 0 16px 0 0;
    max-width: 50px; }
  .yesnovoting .calloutText {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase; }
  .yesnovoting .calendarIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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; }
  .yesnovoting .eventDate .calloutText {
    font-size: 24px;
    text-align: center;
    padding-bottom: 0px; }
  .yesnovoting .groundhog {
    max-width: 350px; } }

@media (min-width: 1280px) {
  .yesnovoting .generic-content {
    min-height: 750px;
    padding: 50px 0 0 0 !important;
    background-position: center bottom !important;
    background-size: cover !important; }
  .yesnovoting .generic-content h2 {
    text-align: center;
    color: #fff;
    font-size: 72px; }
  .yesnovoting .generic-content .row {
    padding-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .yesnovoting .demo {
    margin-top: 20px; }
  .yesnovoting .votePanelContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  .yesnovoting .voteBoxContent {
    width: 90%;
    border: 5px solid #a2c7e7;
    padding: 40px 20px;
    margin: 0px auto 40px; }
  .yesnovoting .voteBoxContent h2 {
    color: #a2c7e7;
    font-size: 72px;
    line-height: .8;
    margin-bottom: 20px; }
  .yesnovoting .voteBoxContent h3 {
    color: #a2c7e7;
    font-size: 36px;
    line-height: 1; }
  .yesnovoting .dateMarker {
    display: inline-block;
    width: 25%;
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal; }
  .yesnovoting .dateLabel {
    font-size: 20px;
    color: #a2c7e7 !important; }
  .yesnovoting .yes, .yesnovoting .no {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px; }
  .yesnovoting .percentage {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: gin, serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px auto 10px;
    line-height: .8; }
  .yesnovoting .voteButton {
    background: #447ab1;
    color: #fff;
    text-align: center;
    /* height: 100px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 99%;
    margin: 10px 4px;
    padding: 4px;
    min-height: 111px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .yesnovoting .eventInfoBlock {
    margin: 40px 0 80px; }
  .yesnovoting .groundhog {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .yesnovoting .leftBlock {
    padding-right: 200px;
    padding-left: 75px;
    text-align: center; }
  .yesnovoting .rightBlock {
    padding-left: 200px;
    padding-right: 75px;
    text-align: center; }
  .yesnovoting .cal {
    margin: 0 16px 0 0;
    max-width: 50px; }
  .yesnovoting .calloutText {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase; }
  .yesnovoting .calendarIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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; }
  .yesnovoting .eventDate .calloutText {
    font-size: 24px;
    text-align: center;
    padding-bottom: 0px; }
  .yesnovoting .live {
    display: block;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #f01313;
    margin: 10px 0;
    width: 92px; }
  .yesnovoting .groundhog {
    max-width: 350px; } }

.yesnovoting .generic-content {
  position: relative !important; }

.yesnovoting .generic-content .container {
  padding: 0 !important;
  width: 100% !important; }

.yesnovoting .voteButton {
  border: 0; }

.yesnovoting .voteButton:hover {
  background: #a2c7e7; }

.yesnovoting .flag {
  position: absolute;
  width: 200px;
  height: 100px;
  background: url("https://image-repo.s3.amazonaws.com/sam/2023_ColdSnapDay/flag.png") center center no-repeat;
  background-size: contain; }

.yesnovoting .leftFlag {
  top: 0;
  left: 60px; }

.yesnovoting .rightFlag {
  top: 0;
  right: 60px; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 993px) {
  .sam-lg--hide {
    display: none !important; } }

@media (min-width: 769px) and (max-width: 993px) {
  .sam-md--hide {
    display: none !important; } }

@media (min-width: 601px) and (max-width: 769px) {
  .sam-sm--hide {
    display: none !important; } }

@media (min-width: 481px) and (max-width: 601px) {
  .sam-xs--hide {
    display: none !important; } }

@media (max-width: 481px) {
  .sam-xxs--hide {
    display: none !important; } }

[class*="offset-0"] {
  margin-left: 0; }

.container,
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px; }

.clearfix:before, .container:before,
.container-fluid:before, .container-sm:before, .container-md:before, .container-lg:before, .container-xl:before, .container-xxl:before, .row:before, .clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  display: table;
  content: ""; }

.clearfix:after, .container:after,
.container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .row:after {
  clear: both; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-push-11 {
  left: 91.66667%; }

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

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-push-10 {
  left: 83.33333%; }

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

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-push-9 {
  left: 75%; }

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

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-push-7 {
  left: 58.33333%; }

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

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-push-6 {
  left: 50%; }

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

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-push-4 {
  left: 33.33333%; }

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

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-push-3 {
  left: 25%; }

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

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-push-1 {
  left: 8.33333%; }

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

@media (min-width: 769px) {
  .container {
    width: 750px; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 993px) {
  .container {
    width: 970px; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1201px) {
  .container {
    width: 1170px; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; } }

.headerCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .headerCarousel .headerCarousel-textContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 9.375%; }
    @media (max-width: 769px) {
      .headerCarousel .headerCarousel-textContainer {
        position: relative;
        text-align: center;
        background-color: #002855;
        padding: 40px 0;
        z-index: 100; } }
    @media (min-width: 769px) {
      .headerCarousel .headerCarousel-textContainer {
        position: absolute;
        left: 0;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .headerCarousel .headerCarousel-textContainer h3 {
      margin-bottom: 14px;
      font-size: 30px;
      line-height: 1; }
      @media (max-width: 769px) {
        .headerCarousel .headerCarousel-textContainer h3 {
          font-size: 24px;
          line-height: 1; } }
    .headerCarousel .headerCarousel-textContainer h6 {
      margin-bottom: 5px; }
    .headerCarousel .headerCarousel-textContainer p {
      margin-bottom: 30px;
      max-width: 575px; }
    .headerCarousel .headerCarousel-textContainer img {
      width: 250px; }
  .headerCarousel .swiper-container {
    z-index: 0; }
    @media (max-width: 769px) {
      .headerCarousel .swiper-container {
        position: relative; } }
    .headerCarousel .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      min-height: 700px; }
      @media (max-width: 993px) {
        .headerCarousel .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-top: 60%;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          min-height: initial; } }
      @media (max-width: 769px) {
        .headerCarousel .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
          padding-top: 80%; } }
      @media (max-width: 601px) {
        .headerCarousel .swiper-container .swiper-wrapper .swiper-slide .swiper-image {
          padding-top: 100%; } }
  .headerCarousel .carouselOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1; }
    @media (max-width: 769px) {
      .headerCarousel .carouselOverlay {
        display: none; } }

/*@import '../general/_fonts.scss';*/
.style-feedback {
  background-color: #002855;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .style-feedback .style-feedback-text {
    color: #fff;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto; }
    .style-feedback .style-feedback-text h3 {
      font-size: 60px; }
      @media (max-width: 769px) {
        .style-feedback .style-feedback-text h3 {
          font-size: 48px;
          text-align: center;
          margin-bottom: 14px; } }
    .style-feedback .style-feedback-text h3, .style-feedback .style-feedback-text p {
      text-align: center; }
  .style-feedback .style-feedback-form input, .style-feedback .style-feedback-form textarea {
    color: #002855;
    min-height: 48px; }
  .style-feedback .style-feedback-form label {
    color: #fff;
    padding: 20px 0 10px;
    text-transform: uppercase; }
  .style-feedback .style-feedback-form button {
    max-width: 150px;
    margin-top: 20px;
    border: 0; }
    @media (max-width: 769px) {
      .style-feedback .style-feedback-form button {
        max-width: 100%; } }

section.productVoter {
  margin-bottom: 20px; }
  section.productVoter .productVoterHeader {
    text-align: center;
    padding: 40px 0; }
    @media (max-width: 575px) {
      section.productVoter .productVoterHeader {
        padding: 20px 0 0; } }
    section.productVoter .productVoterHeader h2 {
      font-size: 200px;
      line-height: .8;
      text-transform: uppercase;
      color: #002855;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        section.productVoter .productVoterHeader h2 {
          font-size: 120px;
          margin-bottom: 20px; } }
      @media (min-width: 576px) {
        section.productVoter .productVoterHeader h2 {
          font-size: 120px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        section.productVoter .productVoterHeader h2 {
          font-size: 120px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        section.productVoter .productVoterHeader h2 {
          font-size: 200px;
          margin-bottom: 20px; } }
    section.productVoter .productVoterHeader p {
      font-size: 24px;
      color: #002855; }
  section.productVoter .productVoterProducts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    section.productVoter .productVoterProducts .selectableProduct {
      width: 250px;
      text-align: center;
      cursor: pointer;
      margin: 20px;
      border: 4px solid white;
      padding: 10px 20px;
      border-radius: 12px;
      text-align: center; }
      @media (max-width: 575px) {
        section.productVoter .productVoterProducts .selectableProduct {
          padding: 10px 0; } }
      @media (min-width: 576px) {
        section.productVoter .productVoterProducts .selectableProduct {
          padding: 10px 20px; } }
      section.productVoter .productVoterProducts .selectableProduct img {
        width: 80px;
        margin: 0 auto 10px; }
      @media (max-width: 575px) {
        section.productVoter .productVoterProducts .selectableProduct .selectableProduct-button {
          padding: 0 20px; } }
      @media (max-width: 575px) {
        section.productVoter .productVoterProducts .selectableProduct .selectableProduct-button {
          padding: 0 20px; } }
      section.productVoter .productVoterProducts .selectableProduct .selectableProduct-button .btn, section.productVoter .productVoterProducts .selectableProduct .selectableProduct-button .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured section.productVoter .productVoterProducts .selectableProduct .selectableProduct-button a:hover::before {
        padding: 18px 24px !important;
        font-size: 14px !important;
        letter-spacing: .7px !important; }
    section.productVoter .productVoterProducts .selectableProduct:hover {
      border: 4px solid #002855; }
    section.productVoter .productVoterProducts .selectableProduct.selected {
      background: rgba(81, 183, 233, 0.5); }
  section.productVoter .productVoter-submit {
    padding: 20px;
    text-align: center; }
    section.productVoter .productVoter-submit .productVoter-warning {
      color: color(red); }
    section.productVoter .productVoter-submit .productVoter-btn {
      margin-top: 20px;
      text-align: center;
      width: 100%; }

/**
 * @license
 * MyFonts Webfont Build ID 3567980, 2018-04-26T09:59:01-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TradeGothicLT by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/trade-gothic-63882/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and 
 * Licensed pageviews: 6,500,000
 * 
 * Webfont: TradeGothicLT-BoldTwo by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/bold-no-2-63882/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and 
 * Licensed pageviews: 6,500,000
 * 
 * Webfont: TradeGothicLTPro-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/trade-gothic/pro-bold/
 * Copyright: Copyright &#x00A9; 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Trade Gothic is either a registered trademark
 * Licensed pageviews: 2,500,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3567980
 * 
 * © 2018 MyFonts Inc
*/
/* 2023 Font Update Fonts and Styles Mixins */
/* Updated June 2023 to Neue Plak for site font */
/* Neue Plak Condensed Bold - Header Font */
/* Neue Plak Narrow Semibold - Body copy font */
/* Neue Plak Text Black - Button Font */
/* Trade Gothic Condensed 18 */
/* Trade Gothic Bold Condensed 20 */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LT/36716C_0_0.eot");
  src: url("../fonts/TradeGothic/LT/36716C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LT/36716C_0_0.woff2") format("woff2"), url("../fonts/TradeGothic/LT/36716C_0_0.woff") format("woff"), url("../fonts/TradeGothic/LT/36716C_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.eot");
  src: url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.woff2") format("woff2"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.woff") format("woff"), url("../fonts/TradeGothic/LT-BoldTwo/36716C_1_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.eot");
  src: url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.woff2") format("woff2"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.woff") format("woff"), url("../fonts/TradeGothic/LTPro-Bold/36716C_2_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadlineWeb';
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot");
  src: url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff2") format("woff2"), url("../fonts/klim-font-files/WebFonts/TiemposHeadlineWeb-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff2") format("woff2"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/379E12_0_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@media (max-width: 575px) {
  .productLanding {
    padding-top: 30px;
    width: 100%;
    margin: 0px auto 40px; } }

@media (min-width: 576px) {
  .productLanding {
    padding-top: 20px;
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .productLanding {
    padding-top: 20px;
    padding-bottom: 60px; } }

.productLanding h2 {
  text-align: center; }
  @media (max-width: 575px) {
    .productLanding h2 {
      margin-bottom: 14px; } }
  @media (min-width: 576px) {
    .productLanding h2 {
      margin-bottom: 80px; } }

.productLanding .chosen-container {
  display: none !important; }

@media (max-width: 575px) {
  .productLanding .bigFilterContainer {
    position: relative;
    margin: 0px auto;
    width: 100%; } }

.productLanding .bigFilterContainer .col-12 {
  margin: 0;
  padding: 0; }

@media (max-width: 575px) {
  .productLanding .filterButtons p {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    /* 145.833% */
    letter-spacing: 0.144px;
    text-align: center; } }

.productLanding .filterButtons .navbar-toggler {
  border-radius: 99px;
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  text-transform: uppercase;
  padding: 14px 20px;
  font-size: 14px;
  width: 100%; }

.productLanding .filterButtons .styleFamily {
  background: white;
  color: black; }
  @media (max-width: 575px) {
    .productLanding .filterButtons .styleFamily {
      width: 100%; } }

.productLanding .productFiltering__title {
  font-family: 'NeuePlakCondensedSemiBold';
  font-stretch: 'Normal';
  font-stretch: 'Normal';
  font-weight: normal;
  color: #002855;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase; }

.productLanding .productBrand {
  color: #002855;
  font-family: 'NeuePlakCondensedSemiBold';
  font-stretch: 'Normal';
  font-stretch: 'Normal';
  font-weight: normal;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 576px) {
    .productLanding .productBrand {
      font-size: 18px; } }

@media (max-width: 575px) {
  .productLanding .productFiltering {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px; } }

@media (min-width: 576px) {
  .productLanding .productFiltering {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px; } }

@media (min-width: 992px) {
  .productLanding .productFiltering {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.productLanding .productFiltering .nav-pills {
  display: none;
  gap: 4px;
  inline-size: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .productLanding .productFiltering .nav-pills {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.productLanding .productFiltering .mobile-select-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002855;
  border-radius: 32px;
  border: 0;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "NeuePlakCondensedSemiBold";
  font-size: 24px;
  padding: 12px 24px 16px;
  text-align: center;
  width: 90%;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media (min-width: 768px) {
    .productLanding .productFiltering .mobile-select-nav {
      display: none !important; } }

.productLanding .productFiltering .nav-link {
  font-family: 'NeuePlakCondensedSemiBold';
  font-stretch: 'Normal';
  font-stretch: 'Normal';
  font-weight: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a8a8a8;
  border-radius: 33px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 12px 30px 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  @media (min-width: 768px) {
    .productLanding .productFiltering .nav-link {
      min-width: 160px; } }
  @media (min-width: 992px) {
    .productLanding .productFiltering .nav-link {
      min-width: 200px; } }
  @media (min-width: 1200px) {
    .productLanding .productFiltering .nav-link {
      min-width: 250px; } }
  .productLanding .productFiltering .nav-link:hover {
    opacity: 0.8; }

.productLanding .selected {
  background: #002855; }

@media (max-width: 575px) {
  .flavorFiltering .filterContainer {
    width: 100%;
    background: #ececec;
    padding: 36px 0px; } }

@media (min-width: 576px) {
  .flavorFiltering .filterContainer {
    width: 100%;
    max-width: 1024px;
    background: white;
    margin: 0px auto;
    padding: 20px 0px; } }

@media (min-width: 992px) {
  .flavorFiltering .filterContainer {
    width: 100%;
    max-width: 1024px;
    background: white;
    margin: 0px auto;
    padding: 20px 0px; } }

.flavorFiltering .filterContainer h6 {
  margin-bottom: 30px; }

.flavorFiltering .filterTasteRange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flavorFiltering .filterTasteRange label {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-size: 0.85rem;
    line-height: 1rem; }

@media (max-width: 575px) {
  .flavorFiltering .filterTasteIcons {
    padding: 0px 18px;
    margin-top: 30px; } }

@media (max-width: 575px) {
  .flavorFiltering .filterTasteIcons .fruitIcon {
    padding: 14px 20px 6px; } }

@media (min-width: 576px) {
  .flavorFiltering .filterTasteIcons .fruitIcon {
    padding: 16px 16px 8px; } }

@media (min-width: 992px) {
  .flavorFiltering .filterTasteIcons .fruitIcon {
    padding: 16px 16px 8px; } }

.flavorFiltering .filterTasteIcons .fruitOption {
  text-align: center; }

.flavorFiltering .filterTasteIcons .fruitOption:focus-within {
  border: 1px solid #000; }

.flavorFiltering .filterTasteIcons .inactive {
  opacity: 0.5; }

.flavorFiltering .filterTasteIcons p {
  font-size: 14px; }

.flavorFiltering h6 {
  font-size: 1rem;
  text-align: center; }

@media (min-width: 576px) {
  .flavorFilterDropdown {
    max-width: 1280px;
    margin: 0px auto; } }

@media (min-width: 992px) {
  .flavorFilterDropdown {
    max-width: 1280px;
    margin: 0px auto; } }

.flavorFilterDropdown .filterButtons {
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  /* 145.833% */
  letter-spacing: 0.144px; }
  .flavorFilterDropdown .filterButtons .navbar-toggler {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    @media (max-width: 575px) {
      .flavorFilterDropdown .filterButtons .navbar-toggler {
        color: white;
        border-radius: 99px;
        padding: 14px 20px;
        font-size: 14px; } }
    @media (min-width: 576px) {
      .flavorFilterDropdown .filterButtons .navbar-toggler {
        border-radius: 0;
        background: none;
        border-bottom: 1px solid #ececec;
        color: #ececec;
        width: 100%; } }
    @media (min-width: 992px) {
      .flavorFilterDropdown .filterButtons .navbar-toggler {
        border-radius: 0;
        background: none;
        border-bottom: 1px solid #ececec;
        color: #ececec;
        width: 100%; } }
    .flavorFilterDropdown .filterButtons .navbar-toggler:hover {
      color: black; }
  .flavorFilterDropdown .filterButtons .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.flavorFilterDropdown .flavorFamily {
  background: red;
  color: white; }

@media (max-width: 575px) {
  .product-title {
    display: none; } }

@media (min-width: 576px) {
  .product-title {
    display: block; } }

.sc_button .sc-btn-retailer-wrapper {
  z-index: 99 !important; }

.productGrid {
  padding: 0 40px;
  text-align: center; }
  @media (max-width: 575px) {
    .productGrid {
      padding: 0 20px;
      margin-top: 10px;
      width: 100%; } }
  @media (min-width: 576px) {
    .productGrid {
      width: 100%;
      margin: 4px auto; } }
  @media (min-width: 992px) {
    .productGrid {
      max-width: 1280px;
      margin: 4px auto; } }
  .productGrid a {
    color: #000; }
  .productGrid .btn-primary {
    background: #ea002a;
    color: white;
    min-width: 120px;
    padding: 20px 10px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-weight: normal; }
    @media (min-width: 768px) {
      .productGrid .btn-primary {
        padding: 20px 40px;
        min-width: 150px; } }
    .productGrid .btn-primary:hover {
      background: #ea002a;
      opacity: 0.75; }
  .productGrid .sort-by-filter {
    display: block;
    text-align: center; }
    @media (min-width: 576px) {
      .productGrid .sort-by-filter {
        display: none; } }
  .productGrid .productThumb {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    position: relative;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
    .productGrid .productThumb a {
      text-decoration: none; }
    @media (max-width: 575px) {
      .productGrid .productThumb {
        width: 50%;
        padding: 12px; } }
    @media (min-width: 576px) {
      .productGrid .productThumb {
        width: 50%;
        padding: 24px; } }
    @media (min-width: 768px) {
      .productGrid .productThumb {
        width: 33%;
        padding: 40px; } }
    @media (min-width: 992px) {
      .productGrid .productThumb {
        width: 25%;
        padding: 40px; } }
    .productGrid .productThumb .productImg {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .productGrid .productThumb .thumbHoverLearnMore {
      font-size: 16px;
      margin: 0;
      padding: 20px 0;
      visibility: hidden; }
    .productGrid .productThumb .sc_button {
      z-index: 999 !important; }
      .productGrid .productThumb .sc_button .sc-btn-ec {
        border-radius: 100px !important;
        min-width: auto !important;
        font-size: 0.75rem !important;
        opacity: 1;
        width: auto !important;
        z-index: 999 !important; }
        @media (min-width: 576px) {
          .productGrid .productThumb .sc_button .sc-btn-ec {
            font-size: 1rem !important;
            opacity: 0; } }
    .productGrid .productThumb .productName {
      font-family: 'NeuePlakCondensedBold';
      font-stretch: 'Normal';
      font-stretch: 'Normal';
      font-weight: normal;
      color: #002855;
      font-size: 22px;
      line-height: 1;
      -webkit-transition: 0.5 ease;
      transition: 0.5 ease;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .productGrid .productThumb .productName {
          font-size: 30px;
          display: block;
          margin: 0; } }
    .productGrid .productThumb .product-flavor__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 14px; }
    .productGrid .productThumb .product-flavor__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 6px; }
    .productGrid .productThumb .btn-primary.mikmak-drawer {
      opacity: 1; }
      @media (min-width: 768px) {
        .productGrid .productThumb .btn-primary.mikmak-drawer {
          opacity: 0; } }
    .productGrid .productThumb .product-flavor__unavailable {
      opacity: 1; }
      @media (min-width: 768px) {
        .productGrid .productThumb .product-flavor__unavailable {
          opacity: 0; } }
  .productGrid .productThumb:hover {
    background: #ececec;
    text-decoration: none; }
    .productGrid .productThumb:hover .btn-primary.mikmak-drawer {
      opacity: 1; }
    .productGrid .productThumb:hover .product-flavor__unavailable {
      opacity: 1; }
  .productGrid .product-flavor__unavailable {
    border: 1px solid #002855;
    padding: 10px; }
    @media (min-width: 768px) {
      .productGrid .product-flavor__unavailable {
        padding: 12px 40px 16px; } }
  .productGrid .product-flavor__unavailable-label {
    color: #002855;
    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;
    line-height: 1;
    gap: 2px; }
  .productGrid .pack-highlight {
    border-bottom: 2px solid #a8a8a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    padding: 37px 24px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .productGrid .pack-highlight {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 75px;
        padding: 30px 37px 90px 37px; } }
  .productGrid .pack-higlight__image-wrapper {
    inline-size: 100%; }
    @media (min-width: 768px) {
      .productGrid .pack-higlight__image-wrapper {
        inline-size: 50%; } }
  .productGrid .pack-highligh__image {
    inline-size: 100%; }
    @media (max-width: 575px) {
      .productGrid .pack-highligh__image {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 10px; } }
  .productGrid .pack-highlight__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    inline-size: 100%; }
    @media (min-width: 768px) {
      .productGrid .pack-highlight__content {
        inline-size: 50%; } }
  .productGrid .pack-highlight__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px; }
    @media (min-width: 768px) {
      .productGrid .pack-highlight__content-header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 2px; } }
  .productGrid .pack-higlight__content-eyebrow {
    color: #002855;
    font-size: 24px; }
  .productGrid .pack-highlight__content-title {
    color: #002855;
    font-size: 44px;
    line-height: 42px; }
    @media (min-width: 768px) {
      .productGrid .pack-highlight__content-title {
        font-size: 72px;
        line-height: 65px;
        text-align: left; } }
  .productGrid .pack-highlight__content-description {
    color: #002855;
    font-size: 18px;
    line-height: 26px;
    text-align: left; }
    @media (max-width: 575px) {
      .productGrid .pack-highlight__content-description {
        text-align: center; } }
  .productGrid .pack-highlight__content-ctas {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .productGrid .pack-highlight__content-ctas {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px; } }
  .productGrid .pack-highlight__learn-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e3102c;
    color: #e3102c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "NeuePlakCondensedBold";
    font-size: 20px;
    gap: 12px;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase; }
    .productGrid .pack-highlight__learn-more::after {
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' viewBox='0 0 9 11' fill='none'%3E%3Cpath d='M9 5.32031L4.64275e-07 10.5165L9.18537e-07 0.12416L9 5.32031Z' fill='%23E3102C' /%3E%3C/svg%3E ");
      content: "";
      height: 10px;
      width: 9px; }
  .productGrid .productThumb:focus {
    border: 1px solid #000;
    background: #ececec; }
  .productGrid .pack-highlight__unavailable {
    border: 1px dashed #002855;
    padding: 21px 68px; }
  .productGrid .pack-highlight__unavailable-label {
    color: #002855;
    font-family: "NeuePlakCondensedBold";
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase; }
  .productGrid .product-flavor-title-box {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    z-index: -1; }
    .productGrid .product-flavor-title-box .product-flavor__title {
      font-size: 34px;
      font-weight: 900; }
      @media (min-width: 576px) {
        .productGrid .product-flavor-title-box .product-flavor__title {
          font-size: 58px; } }
    .productGrid .product-flavor-title-box p {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 1.62;
      text-transform: none; }
      @media (min-width: 576px) {
        .productGrid .product-flavor-title-box p {
          font-size: 24px;
          line-height: 1.65; } }
  .productGrid .product-flavor__product-type {
    font-family: 'NeuePlakCondensedBold';
    font-stretch: 'Normal';
    font-stretch: 'Normal';
    font-weight: normal;
    color: #002855;
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: -1; }
    @media (min-width: 576px) {
      .productGrid .product-flavor__product-type {
        font-size: 72px; } }
  .productGrid .product-flavor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px 0; }
    .productGrid .product-flavor {
      padding: 40px 0; }

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

.slideContainer {
  width: 100%;
  margin: 0px 20px;
  position: relative;
  height: 34px;
  /*generated with Input range slider CSS style generator (version 20210711)
		https://toughengineer.github.io/demo/slider-styler*/
  /*progress support*/
  /*webkit*/
  /*mozilla*/
  /*ms*/ }
  .slideContainer .flavorRank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -27px;
    z-index: 98; }
    .slideContainer .flavorRank :first-child {
      width: 4px;
      height: 20px;
      margin-top: -7px; }
    .slideContainer .flavorRank :last-child {
      width: 4px;
      height: 20px;
      margin-top: -7px; }
  .slideContainer .rangeTick {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2px;
    background: black;
    height: 18px;
    margin-top: -6px; }
  .slideContainer input[type="range"].styled-slider {
    height: 2.2em;
    -webkit-appearance: none;
    z-index: 99;
    background: transparent; }
  .slideContainer input[type="range"].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em)); }
  .slideContainer input[type="range"].styled-slider:focus {
    outline: none; }
  .slideContainer input[type="range"].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    width: 20px;
    height: 60px;
    margin: -28px 0px 0px 0px;
    background: transparent;
    background-color: transparent;
    background-image: url(../images/filters/canSilo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .slideContainer input[type="range"].styled-slider::-webkit-slider-runnable-track {
    height: 1em;
    border-radius: 0;
    background-color: black;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .slideContainer input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear, left top, left bottom, from(#24b9d9), to(#24b9d9)) 0/var(--sx) 100% no-repeat, rgba(255, 255, 255, 0);
    background: linear-gradient(#24b9d9, #24b9d9) 0/var(--sx) 100% no-repeat, rgba(255, 255, 255, 0); }
  .slideContainer input[type="range"].styled-slider::-moz-range-thumb {
    -webkit-appearance: none;
    border: 0;
    width: 20px;
    height: 60px;
    margin: -28px 0px 0px 0px;
    background: transparent;
    background-image: url(../images/filters/canSilo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-align: center; }
  .slideContainer input[type="range"].styled-slider::-moz-range-track {
    height: 1em;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    border: 0;
    box-shadow: none; }
  .slideContainer input[type="range"].styled-slider.slider-progress::-moz-range-track {
    height: 1em;
    background: linear-gradient(#24b9d9, #24b9d9) 0/var(--sx) 100% no-repeat, rgba(255, 255, 255, 0); }
  .slideContainer input[type="range"].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent; }
  .slideContainer input[type="range"].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent; }
  .slideContainer input[type="range"].styled-slider::-ms-thumb {
    border: 0;
    width: 20px;
    height: 60px;
    margin: -28px 0px 0px 0px;
    background: transparent;
    background-image: url(../images/filters/canSilo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-align: center; }
  .slideContainer input[type="range"].styled-slider::-ms-track {
    height: 1em;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box; }
  .slideContainer input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
    min-height: 0px;
    height: calc(1em - 1px - 1px);
    border-radius: 0;
    margin: -1px 0 -1px -1px;
    background: red;
    border: 0;
    border-right-width: 0; }

.slideContainer::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tab {
  overflow: hidden;
  background-color: #0081a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  .tab.open-nav button {
    display: block; }
    .tab.open-nav button:after {
      background-image: none; }
    .tab.open-nav button:first-child:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      background-image: url("../images/down-caret.png");
      background-repeat: no-repeat;
      width: 20px;
      height: 10px;
      position: absolute;
      right: 25px; }
      @media (min-width: 769px) {
        .tab.open-nav button:first-child:after {
          background-image: none; } }
  .tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    width: 100%;
    text-align: left;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400; }
    @media (min-width: 769px) {
      .tab button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 30px 16px;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px; } }
    .tab button:after {
      content: '';
      background-image: url("../images/down-caret.png");
      background-repeat: no-repeat;
      width: 20px;
      height: 10px;
      position: absolute;
      right: 25px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media (min-width: 769px) {
        .tab button:after {
          background-image: none; } }
    .tab button:hover {
      background-color: #002855; }
    .tab button.active {
      background-color: #002855;
      position: relative;
      display: block; }
      .tab button.active:before {
        content: "";
        background: #ea002a;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0; }
    .tab button .boston {
      display: block;
      color: #fff;
      font-size: 12px;
      line-height: 14px;
      font-family: 'NeuePlakNarrowSemiBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal; }
      @media (min-width: 769px) {
        .tab button .boston {
          font-size: 16px;
          line-height: 19px; } }

.tabcontent {
  height: 0;
  overflow-y: hidden;
  border-top: none; }
  .tabcontent.active {
    height: auto;
    overflow: visible; }

.page-editor .tabcontent.active {
  min-height: 300px;
  z-index: 9999; }

.split-tile-block--visit-brewery .single-tile-block {
  width: 100%; }
  @media (min-width: 1201px) {
    .split-tile-block--visit-brewery .single-tile-block {
      width: 50%;
      float: left; } }
  .split-tile-block--visit-brewery .single-tile-block .tile-image.right {
    display: none; }
    @media (min-width: 1201px) {
      .split-tile-block--visit-brewery .single-tile-block .tile-image.right {
        display: block; } }
  @media (min-width: 769px) {
    .split-tile-block--visit-brewery .single-tile-block .tile-image {
      display: block; } }
  .split-tile-block--visit-brewery .single-tile-block .tile-content {
    background-image: url("../images/brewery-img-visit.png");
    padding: 45px 20px;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 1201px) {
      .split-tile-block--visit-brewery .single-tile-block .tile-content {
        text-align: left;
        position: absolute; } }
    @media (min-width: 1201px) {
      .split-tile-block--visit-brewery .single-tile-block .tile-content {
        top: 50%;
        bottom: inherit;
        left: 10%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-image: none; } }
    .split-tile-block--visit-brewery .single-tile-block .tile-content h3 {
      color: #fff;
      margin-bottom: 25px; }
      @media (min-width: 1201px) {
        .split-tile-block--visit-brewery .single-tile-block .tile-content h3 {
          max-width: 500px; } }
    .split-tile-block--visit-brewery .single-tile-block .tile-content p {
      max-width: none; }
      @media (min-width: 1201px) {
        .split-tile-block--visit-brewery .single-tile-block .tile-content p {
          max-width: 500px; } }
    .split-tile-block--visit-brewery .single-tile-block .tile-content .btn, .split-tile-block--visit-brewery .single-tile-block .tile-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-tile-block--visit-brewery .single-tile-block .tile-content a:hover::before {
      display: block;
      width: 100%; }
      @media (min-width: 769px) {
        .split-tile-block--visit-brewery .single-tile-block .tile-content .btn, .split-tile-block--visit-brewery .single-tile-block .tile-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-tile-block--visit-brewery .single-tile-block .tile-content a:hover::before {
          margin-right: 15px;
          width: auto;
          display: inline-block; } }

.split-tile-block--flight-night .single-tile-block {
  width: 100%; }
  .split-tile-block--flight-night .single-tile-block.mobile-hide {
    display: none; }
    @media (min-width: 1201px) {
      .split-tile-block--flight-night .single-tile-block.mobile-hide {
        display: block; } }
  .split-tile-block--flight-night .single-tile-block .blue-transparency {
    display: none; }
    @media (min-width: 1201px) {
      .split-tile-block--flight-night .single-tile-block .blue-transparency {
        display: block; } }
  .split-tile-block--flight-night .single-tile-block .tile-content {
    bottom: inherit; }
    @media (min-width: 769px) {
      .split-tile-block--flight-night .single-tile-block .tile-content .tile-content-top .sub-title {
        padding-bottom: 0; } }
    @media (min-width: 769px) {
      .split-tile-block--flight-night .single-tile-block .tile-content .tile-content-top h3 {
        font-size: 90px;
        line-height: 75px; } }

@media (min-width: 769px) {
  .split-tile-block--basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.split-tile-block--basic .single-tile-block {
  background-image: url("../images/bg_home_bluegrit.jpg"); }

.split-tile-block--basic .tile-content {
  top: inherit;
  padding-top: 50px !important;
  padding-bottom: 80px !important; }
  @media (min-width: 1201px) {
    .split-tile-block--basic .tile-content {
      top: 65%;
      -webkit-transform: translate(0, -70%);
      transform: translate(0, -70%);
      max-width: 425px; } }
  .split-tile-block--basic .tile-content h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    display: block !important; }
    @media (min-width: 769px) {
      .split-tile-block--basic .tile-content h6 {
        font-size: 16px; } }
  .split-tile-block--basic .tile-content h3 {
    font-size: 35px;
    line-height: 30px;
    color: #fff; }
    @media (min-width: 769px) {
      .split-tile-block--basic .tile-content h3 {
        font-size: 60px;
        line-height: 55px;
        padding: 10px 0; } }
  .split-tile-block--basic .tile-content .btn, .split-tile-block--basic .tile-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-tile-block--basic .tile-content a:hover::before {
    width: 100%; }
    @media (min-width: 769px) {
      .split-tile-block--basic .tile-content .btn, .split-tile-block--basic .tile-content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .split-tile-block--basic .tile-content a:hover::before {
        width: auto; } }
  .split-tile-block--basic .tile-content .tile-content-top {
    position: absolute;
    top: -130px;
    width: 100%;
    width: 75%; }
    @media (min-width: 769px) {
      .split-tile-block--basic .tile-content .tile-content-top {
        position: relative;
        top: auto;
        width: auto; } }

.full-hero-block {
  position: relative;
  height: 480px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .full-hero-block {
      height: auto; } }
  .full-hero-block__image {
    width: auto;
    display: block; }
    @media (min-width: 769px) {
      .full-hero-block__image {
        width: 100%; } }
  .full-hero-block__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 25px; }
    @media (min-width: 769px) {
      .full-hero-block__content {
        max-width: 500px;
        top: inherit;
        left: 15%;
        bottom: 15%;
        -webkit-transform: translate(-15%, -15%);
        transform: translate(-15%, -15%);
        padding: 0; } }
    .full-hero-block__content p {
      margin-top: 15px;
      margin-bottom: 40px; }
    .full-hero-block__content .btn-primary {
      width: 100%; }
      @media (min-width: 769px) {
        .full-hero-block__content .btn-primary {
          width: auto; } }

.logo-block {
  position: relative;
  height: 500px;
  background-image: url("../images/img_motto.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }
  @media (min-width: 769px) {
    .logo-block {
      background-position: left top, bottom right; } }
  .logo-block__top-image-asset {
    position: relative;
    top: -30px;
    z-index: 1; }
    .logo-block__top-image-asset img {
      margin: 0 auto;
      display: block;
      max-width: 85px; }
      @media (min-width: 769px) {
        .logo-block__top-image-asset img {
          max-width: inherit; } }
  .logo-block__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #002855;
    width: 100%;
    padding: 20px;
    z-index: 2; }
    @media (min-width: 769px) {
      .logo-block__copy {
        width: auto;
        padding: 0;
        left: 45%; } }
    .logo-block__copy__intro {
      font-size: 16px;
      text-transform: none;
      padding-bottom: 10px;
      display: block;
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-weight: 400;
      letter-spacing: 1px; }

.destination-block {
  position: relative; }
  @media (min-width: 993px) {
    .destination-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 993px) {
    .destination-block__bottom-asset, .destination-block__top-image-asset {
      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; } }
  .destination-block__top-image-asset {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 25px; }
    @media (min-width: 993px) {
      .destination-block__top-image-asset {
        width: 50%; } }
    .destination-block__top-image-asset__content {
      padding: 0 20px 30px 20px;
      color: #002855;
      position: relative;
      z-index: 2; }
      @media (min-width: 993px) {
        .destination-block__top-image-asset__content {
          width: 100%;
          padding-left: 60px;
          padding-right: 60px;
          padding-bottom: 100px; } }
      @media (min-width: 1201px) {
        .destination-block__top-image-asset__content {
          padding-left: 80px;
          padding-right: 80px; } }
      .destination-block__top-image-asset__content .logo {
        width: 150px;
        height: 160px;
        background-size: cover;
        background-position: top left;
        margin-top: -25px;
        margin-bottom: 80px; }
        @media (max-width: 993px) {
          .destination-block__top-image-asset__content .logo {
            margin: -25px 50% 50px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
      .destination-block__top-image-asset__content .hashtag {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 800;
        display: block; }
        @media (min-width: 993px) {
          .destination-block__top-image-asset__content .hashtag {
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 24px; } }
      .destination-block__top-image-asset__content .blurb {
        text-transform: inherit;
        font-size: 16px;
        line-height: 24px;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 400;
        display: block;
        margin-bottom: 20px; }
        @media (min-width: 993px) {
          .destination-block__top-image-asset__content .blurb {
            margin-bottom: 50px; } }
      .destination-block__top-image-asset__content h3 {
        margin-bottom: 20px; }
        @media (min-width: 993px) {
          .destination-block__top-image-asset__content h3 {
            font-size: 90px;
            line-height: 75px;
            margin-bottom: 15px; } }
      .destination-block__top-image-asset__content .btn, .destination-block__top-image-asset__content .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .destination-block__top-image-asset__content a:hover::before {
        min-width: 0;
        width: auto;
        margin-bottom: 20px; }
  .destination-block__bottom-asset {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; }
    @media (min-width: 993px) {
      .destination-block__bottom-asset {
        width: 50%; } }
    @media (max-width: 993px) {
      .destination-block__bottom-asset {
        height: 0;
        padding-top: 60%; } }
    @media (max-width: 601px) {
      .destination-block__bottom-asset {
        padding-top: 80%; } }
    @media (max-width: 481px) {
      .destination-block__bottom-asset {
        padding-top: 130%; } }

.red-block {
  background: #ea002a;
  padding: 70px 20px 90px 20px;
  color: #fff;
  background-image: url("../images/sam-adams-text-logo-white.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain; }
  @media (min-width: 993px) {
    .red-block {
      padding: 50px 0 50px 0;
      background-position: right top;
      background-image: url("../images/sam-adams-text-logo-white-full.png"); } }
  .red-block .container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .red-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .red-block .wrapper--side {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 993px) {
        .red-block .wrapper--side {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .red-block .wrapper--side .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-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 993px) {
          .red-block .wrapper--side .content {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
      .red-block .wrapper--side .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 993px) {
          .red-block .wrapper--side .links {
            padding-left: 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        @media (max-width: 481px) {
          .red-block .wrapper--side .links {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .red-block .wrapper--side .links .btn, .red-block .wrapper--side .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .red-block .wrapper--side .links a:hover::before {
          margin-right: 20px;
          margin-bottom: 20px; }
          @media (max-width: 481px) {
            .red-block .wrapper--side .links .btn, .red-block .wrapper--side .links .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .red-block .wrapper--side .links a:hover::before {
              margin-right: 0;
              width: 100%; } }
          .red-block .wrapper--side .links .btn:last-child, .red-block .wrapper--side .links .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .red-block .wrapper--side .links a:last-child:hover::before {
            margin-right: 0; }
            @media (max-width: 481px) {
              .red-block .wrapper--side .links .btn:last-child, .red-block .wrapper--side .links .text-and-tiles__container__content__item--featured a:last-child:hover::before, .text-and-tiles__container__content__item--featured .red-block .wrapper--side .links a:last-child:hover::before {
                margin-bottom: 0; } }
  .red-block .content h4 {
    width: 100%; }
    .red-block .content h4 + p {
      margin-top: 20px; }
    @media (min-width: 769px) {
      .red-block .content h4 {
        font-size: 40px;
        line-height: 35px;
        padding-right: 25px; }
        .red-block .content h4 + p {
          margin-top: 10px; } }
  .red-block .content p {
    font-size: 16px;
    line-height: 24px;
    width: 100%; }
  .red-block .links {
    padding-top: 20px; }
    @media (min-width: 993px) {
      .red-block .links {
        padding-top: 10px; } }
    .red-block .links .arrow {
      font-size: 14px;
      line-height: 18px;
      display: block;
      text-decoration: none;
      color: #fff;
      text-transform: none;
      margin-bottom: 10px;
      font-family: 'NeuePlakCondensedBold';
      font-style: 'Normal';
      font-stretch: 'Condensed';
      font-weight: normal;
      font-weight: 600;
      position: relative;
      padding-right: 50px; }
      .red-block .links .arrow.btn-transparent:after {
        display: none; }
      .red-block .links .arrow:after {
        content: '';
        background-image: url("../images/right-arrow.png");
        background-repeat: no-repeat;
        height: 20px;
        width: 30px;
        position: absolute;
        bottom: -5px;
        margin-left: 10px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      .red-block .links .arrow:hover::after {
        -webkit-transform: translateX(7px);
        transform: translateX(7px); }
      @media (min-width: 769px) {
        .red-block .links .arrow {
          display: inline-block;
          margin-right: 100px; } }

.hours-block {
  background-image: url("../images/bg_home_bluegrit.jpg");
  color: #fff;
  padding: 60px 20px; }
  @media (min-width: 769px) {
    .hours-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 100px 0; } }
  .hours-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 769px) {
      .hours-block .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: auto; } }
  .hours-block__column {
    padding-bottom: 25px; }
    @media (min-width: 769px) {
      .hours-block__column {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        pointer-events: none; } }
    .hours-block__column h5 {
      position: relative; }
      @media (min-width: 769px) {
        .hours-block__column h5 {
          margin-bottom: 15px; } }
      .hours-block__column h5:after {
        content: '+';
        color: #fff;
        position: absolute;
        right: 0;
        top: 5px; }
        @media (min-width: 769px) {
          .hours-block__column h5:after {
            display: none; } }
    .hours-block__column__container {
      display: none; }
      @media (min-width: 769px) {
        .hours-block__column__container {
          display: block;
          max-width: 225px; } }
      .hours-block__column__container__row {
        border-top: 2px solid #fff;
        padding: 15px 0; }
        .hours-block__column__container__row:first-child {
          border-top: none; }
        .hours-block__column__container__row span {
          display: block;
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 5px;
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-weight: 400; }
          @media (min-width: 769px) {
            .hours-block__column__container__row span {
              font-size: 14px;
              line-height: 18px; } }
          .hours-block__column__container__row span.days {
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 600; }
          .hours-block__column__container__row span.hours {
            font-family: 'NeuePlakCondensedBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal;
            font-weight: 600;
            letter-spacing: 1px; }
            @media (min-width: 769px) {
              .hours-block__column__container__row span.hours {
                font-size: 20px;
                letter-spacing: 1px;
                line-height: 28px; } }
    @media (min-width: 769px) {
      .hours-block__column--tap-room {
        margin: 0 100px; } }

.split-content-hero-block {
  /*.hero-image {
        .main-img {
            display: none;
            
            @media(min-width: $sam-sm) {
                //display: block;
            }
            
        }
    }*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 425px) {
    .split-content-hero-block {
      background-position-y: -60px; } }
  .split-content-hero-block .hero-block-image {
    min-height: 500px; }
    @media (min-width: 769px) {
      .split-content-hero-block .hero-block-image {
        min-height: 100vh; } }
    .split-content-hero-block .hero-block-image .main-img {
      display: none; }
  .split-content-hero-block .hero-content .right-side {
    padding-top: 50px;
    padding-bottom: 80px; }
  .split-content-hero-block--instagram {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1201px) {
      .split-content-hero-block--instagram .hero-block-image .hero-mobile-content {
        display: block; } }
    @media (max-width: 1201px) {
      .split-content-hero-block--instagram .hero-content {
        position: relative; } }
    @media (max-width: 1485px) {
      .split-content-hero-block--instagram .hero-content .left-side {
        left: 5%; } }
    @media (max-width: 1201px) {
      .split-content-hero-block--instagram .hero-content .left-side {
        display: none; } }
    @media (min-width: 1201px) {
      .split-content-hero-block--instagram .hero-content .left-side {
        top: 15%;
        max-width: 320px; } }
    @media (max-width: 1485px) {
      .split-content-hero-block--instagram .hero-content .right-side {
        right: 2%; } }
    @media (max-width: 1320px) {
      .split-content-hero-block--instagram .hero-content .right-side {
        right: 0%; } }
    @media (max-width: 1201px) {
      .split-content-hero-block--instagram .hero-content .right-side {
        padding: 60px 20px;
        position: relative;
        background-image: url(../images/bg_home_bluegrit.jpg);
        padding: 4.6875% 9.375% 50px;
        bottom: 20%;
        width: 100%; } }
    @media (min-width: 1201px) {
      .split-content-hero-block--instagram .hero-content .right-side {
        max-width: 320px;
        top: 50%;
        padding-left: 0; } }
    @media (min-width: 1201px) {
      .split-content-hero-block--instagram .hero-content .right-side p {
        font-size: 18px;
        line-height: 26px; } }
    .split-content-hero-block--instagram .hero-content .instagram-block-1 {
      display: none; }
      @media (min-width: 1201px) {
        .split-content-hero-block--instagram .hero-content .instagram-block-1 {
          display: block;
          position: absolute;
          top: 50%;
          left: 25%; } }
    .split-content-hero-block--instagram .hero-content .instagram-block-2 {
      display: none; }
      @media (min-width: 1201px) {
        .split-content-hero-block--instagram .hero-content .instagram-block-2 {
          display: block;
          position: absolute;
          bottom: -130px;
          right: 20%; } }
    .split-content-hero-block--instagram--tap-room {
      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-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 769px) {
        .split-content-hero-block--instagram--tap-room {
          height: 700px;
          z-index: 1; } }
      .split-content-hero-block--instagram--tap-room .background-img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 1201px) {
          .split-content-hero-block--instagram--tap-room .background-img {
            width: 100%; } }
      .split-content-hero-block--instagram--tap-room .instagram-block-mobile {
        position: relative;
        width: 90%;
        max-width: 500px;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px); }
        @media (min-width: 1201px) {
          .split-content-hero-block--instagram--tap-room .instagram-block-mobile {
            display: none; } }
        .split-content-hero-block--instagram--tap-room .instagram-block-mobile img {
          width: 100%; }
      .split-content-hero-block--instagram--tap-room .hero-mobile-content {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
        padding: 0 9.375% 50px; }
        @media (min-width: 1201px) {
          .split-content-hero-block--instagram--tap-room .hero-mobile-content {
            display: none; } }
        .split-content-hero-block--instagram--tap-room .hero-mobile-content .sub-title {
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 16px;
          color: #fff;
          display: block;
          padding-bottom: 10px;
          text-transform: none;
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal;
          font-weight: 400; }
        .split-content-hero-block--instagram--tap-room .hero-mobile-content h4 {
          font-size: 35px;
          display: block;
          padding-bottom: 15px;
          line-height: 30px; }
        .split-content-hero-block--instagram--tap-room .hero-mobile-content p {
          font-size: 18px;
          line-height: 26px; }
      .split-content-hero-block--instagram--tap-room .hero-content {
        display: none; }
        @media (min-width: 1201px) {
          .split-content-hero-block--instagram--tap-room .hero-content {
            display: block; } }
        .split-content-hero-block--instagram--tap-room .hero-content .left-side {
          top: auto;
          left: 5%;
          bottom: 10%; }
          .split-content-hero-block--instagram--tap-room .hero-content .left-side p {
            font-size: 18px; }
        @media (min-width: 1201px) {
          .split-content-hero-block--instagram--tap-room .hero-content .right-side {
            top: auto;
            right: 5%;
            bottom: 10%;
            max-width: 400px;
            padding-bottom: 0; } }
        .split-content-hero-block--instagram--tap-room .hero-content .right-side .sub-title {
          font-size: 14px;
          letter-spacing: 1px;
          line-height: 12px;
          color: #fff;
          display: block;
          padding-bottom: 10px;
          text-transform: none;
          font-family: 'NeuePlakCondensedBold';
          font-style: 'Normal';
          font-stretch: 'Condensed';
          font-weight: normal; }
        .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-1 {
          display: none; }
          @media (min-width: 1201px) {
            .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-1 {
              top: -25%;
              right: 20%;
              left: auto;
              display: block; } }
        .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-2 {
          display: none; }
          @media (min-width: 1201px) {
            .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-2 {
              top: 20%;
              right: auto;
              left: 15%;
              display: block; } }
        .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-3 {
          display: none; }
          @media (min-width: 1201px) {
            .split-content-hero-block--instagram--tap-room .hero-content .instagram-block-3 {
              position: absolute;
              top: auto;
              bottom: -15%;
              right: auto;
              left: 35%;
              display: block; } }

.three-up {
  background-image: url("../images/three-up.jpg");
  background-size: cover;
  color: #fff;
  padding: 60px 20px; }
  @media (min-width: 769px) {
    .three-up {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .three-up .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 769px) {
      .three-up .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: auto; } }
  .three-up__column {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff; }
    @media (min-width: 769px) {
      .three-up__column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-bottom: 0;
        -ms-flex-line-pack: center;
        align-content: center; } }
    @media (min-width: 769px) {
      .three-up__column:nth-child(2) {
        margin: 0 100px; } }
    .three-up__column--brewfaqs {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
      .three-up__column--brewfaqs h5 {
        padding-bottom: 25px; }
        @media (min-width: 769px) {
          .three-up__column--brewfaqs h5 {
            padding-bottom: 0; } }
    .three-up__column__brewfaqs {
      border-top: 1px solid #fff;
      padding-top: 100px; }
      @media (min-width: 769px) {
        .three-up__column__brewfaqs {
          border-top: 0; } }
      .three-up__column__brewfaqs .more-info {
        font-size: 12px;
        line-height: 16px;
        text-transform: none;
        margin-bottom: 5px;
        display: block;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 400; }
        @media (min-width: 769px) {
          .three-up__column__brewfaqs .more-info {
            font-size: 14px;
            line-height: 18px; } }
      .three-up__column__brewfaqs h6 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 25px;
        text-transform: none;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal; }
        @media (min-width: 769px) {
          .three-up__column__brewfaqs h6 {
            font-size: 40px;
            line-height: 35px; } }
      .three-up__column__brewfaqs .btn, .three-up__column__brewfaqs .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .three-up__column__brewfaqs a:hover::before {
        width: 100%; }
        @media (min-width: 769px) {
          .three-up__column__brewfaqs .btn, .three-up__column__brewfaqs .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .three-up__column__brewfaqs a:hover::before {
            width: auto; } }
    .three-up__column h5 {
      position: relative;
      font-size: 35px;
      line-height: 30px;
      padding-right: 25px; }
      @media (min-width: 769px) {
        .three-up__column h5 {
          margin-bottom: 15px;
          font-size: 60px;
          line-height: 55px;
          padding-right: 0; } }
      .three-up__column h5:after {
        content: '+';
        color: #fff;
        position: absolute;
        right: 0;
        top: 5px; }
        @media (min-width: 769px) {
          .three-up__column h5:after {
            display: none; } }
    .three-up__column__container {
      display: none; }
      @media (min-width: 769px) {
        .three-up__column__container {
          display: block; } }
      .three-up__column__container p {
        padding-top: 10px;
        padding-bottom: 40px; }

.faqs {
  padding: 30px 20px;
  padding-bottom: 75px;
  color: #002855; }
  @media (min-width: 769px) {
    .faqs {
      padding: 75px 0;
      background-image: url("../images/sam-adams-statue-partial.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center right; } }
  .faqs__container .faq-main-title {
    padding-bottom: 15px;
    color: #002855; }
  .faqs__container .faq-description {
    max-width: 450px; }
  .faqs__container__questions {
    margin-top: 50px; }
    @media (min-width: 769px) {
      .faqs__container__questions {
        margin-top: 75px; } }
    .faqs__container__questions__item {
      margin-bottom: 30px; }
      .faqs__container__questions__item .sub-title {
        display: block;
        letter-spacing: 1px;
        font-size: 12px;
        margin-bottom: 5px;
        font-family: 'NeuePlakCondensedBold';
        font-style: 'Normal';
        font-stretch: 'Condensed';
        font-weight: normal;
        font-weight: 800; }
        @media (min-width: 769px) {
          .faqs__container__questions__item .sub-title {
            font-size: 16px;
            line-height: 24px; } }
      .faqs__container__questions__item .faq-title {
        display: block;
        margin-bottom: 10px; }
      .faqs__container__questions__item p {
        padding-bottom: 25px;
        color: #000; }

/*.sam-explore-block {
    overflow: hidden;
    
    &--brewery {
        .hero-content {
            top: 60%;
            
            @media (min-width: $sam-sm) {
                top: 60%;
            }
        }
    }
    &--tap-room {
        .hero-content {
            top: 60%;
            
            @media (min-width: $sam-sm) {
                top: 75%; 
            }

            @media (max-width: $sam-xl) {
                top: 60%; 
            }

            h3 {
                max-width: 70%;
            }

            h6 {
                margin-bottom: 5px;
            }
        }
    }
}*/
.text-and-tiles {
  background-image: url(../images/sam-adams-statue-background.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 50px; }
  @media (min-width: 769px) {
    .text-and-tiles {
      padding: 90px 0; } }
  .text-and-tiles__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .text-and-tiles__container__header {
      padding: 35px 20px; }
      @media (min-width: 769px) {
        .text-and-tiles__container__header {
          padding: 0; } }
      .text-and-tiles__container__header h4 {
        margin-bottom: 20px;
        display: block;
        color: #002855; }
      .text-and-tiles__container__header p {
        max-width: 750px;
        display: block; }
        @media (min-width: 769px) {
          .text-and-tiles__container__header p {
            margin-bottom: 30px; } }
    .text-and-tiles__container__content {
      width: 1240px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .text-and-tiles__container__content a {
        border-top: 0px solid #ea002a;
        display: block;
        background-color: blue;
        position: relative;
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .text-and-tiles__container__content a::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0px solid #ea002a;
          background-color: #002855;
          pointer-events: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 2;
          opacity: 0; }
        .text-and-tiles__container__content a:hover::after {
          border-top-width: 8px;
          opacity: 0.9; }
      .text-and-tiles__container__content .featured-block {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        padding-top: 50%;
        margin: 0 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 769px) {
          .text-and-tiles__container__content .featured-block {
            margin: 0;
            width: 100%;
            padding-top: 0;
            min-height: 600px;
            padding: 30px 0;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; } }
        .text-and-tiles__container__content .featured-block:first-child {
          margin-left: 0; }
        .text-and-tiles__container__content .featured-block:last-child {
          margin-right: 0; }
        .text-and-tiles__container__content .featured-block::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0px solid #ea002a;
          -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          pointer-events: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 2; }
          @media (max-width: 769px) {
            .text-and-tiles__container__content .featured-block::after {
              display: none; } }
        .text-and-tiles__container__content .featured-block-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 35px 10px 10px; }
          @media (max-width: 769px) {
            .text-and-tiles__container__content .featured-block-wrapper {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              padding: 15px 0 0; } }
        .text-and-tiles__container__content .featured-block-content {
          position: absolute;
          bottom: 30px;
          left: 0;
          padding: 0 30px;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .text-and-tiles__container__content .featured-block-content h3, .text-and-tiles__container__content .featured-block-content h6, .text-and-tiles__container__content .featured-block-content p {
            color: #fff; }
          .text-and-tiles__container__content .featured-block-content h3 {
            max-width: 400px; }
            .text-and-tiles__container__content .featured-block-content h3 + p {
              margin-top: 5px; }
          @media (max-width: 769px) {
            .text-and-tiles__container__content .featured-block-content {
              bottom: 0;
              position: relative;
              padding: 0 15px; } }
        .text-and-tiles__container__content .featured-block .btn, .text-and-tiles__container__content .featured-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .text-and-tiles__container__content .featured-block a:hover::before {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          opacity: 0; }
          @media (max-width: 769px) {
            .text-and-tiles__container__content .featured-block .btn, .text-and-tiles__container__content .featured-block .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .text-and-tiles__container__content .featured-block a:hover::before {
              display: none; } }
        .text-and-tiles__container__content .featured-block:hover::after {
          border-width: 8px; }
        .text-and-tiles__container__content .featured-block:hover .btn, .text-and-tiles__container__content .featured-block:hover .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .text-and-tiles__container__content .featured-block:hover a:hover::before {
          opacity: 1; }
      .text-and-tiles__container__content__item {
        position: relative;
        width: 50%; }
        @media (min-width: 769px) {
          .text-and-tiles__container__content__item {
            width: 25%;
            margin-bottom: 20px;
            padding: 0 10px;
            margin: 10px -10px; } }
        .text-and-tiles__container__content__item--featured {
          display: none;
          width: 50%;
          position: relative;
          padding: 0 10px;
          margin: 10px -10px; }
          .text-and-tiles__container__content__item--featured:hover img {
            border: 10px solid #ea002a; }
          .text-and-tiles__container__content__item--featured a:hover::before {
            content: 'See More';
            background-color: #ea002a;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          @media (min-width: 769px) {
            .text-and-tiles__container__content__item--featured {
              display: block; } }
          .text-and-tiles__container__content__item--featured img {
            width: 100%;
            height: auto;
            display: block; }
          .text-and-tiles__container__content__item--featured .text {
            position: absolute;
            bottom: 30px;
            left: 40px;
            color: #fff; }
            .text-and-tiles__container__content__item--featured .text h3 {
              margin-bottom: 10px;
              display: block; }
            .text-and-tiles__container__content__item--featured .text .type {
              font-size: 16px;
              line-height: 24px;
              letter-spacing: 1px;
              text-transform: none;
              font-family: 'NeuePlakNarrowSemiBold';
              font-style: 'Normal';
              font-stretch: 'Condensed';
              font-weight: normal;
              margin-bottom: 5px;
              display: block; }
        .text-and-tiles__container__content__item img {
          width: 100%;
          height: auto;
          display: block; }
        .text-and-tiles__container__content__item .text {
          position: absolute;
          bottom: 20px;
          left: 30px;
          color: #fff; }
          .text-and-tiles__container__content__item .text .type {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 1px;
            text-transform: none;
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal; }
          .text-and-tiles__container__content__item .text h5 {
            width: 70%; }
          .text-and-tiles__container__content__item .text .price {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 1px;
            font-family: 'NeuePlakNarrowSemiBold';
            font-style: 'Normal';
            font-stretch: 'Condensed';
            font-weight: normal; }

.split-content-hero-block--brewery-tours .hero-block-image .hero-mobile-content .sub-title {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  color: #fff;
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: normal;
  font-weight: 400;
  padding-bottom: 5px;
  display: block; }

.split-content-hero-block--brewery-tours .hero-content .left-side {
  bottom: 10%; }
  @media (min-width: 769px) {
    .split-content-hero-block--brewery-tours .hero-content .left-side {
      max-width: 600px; } }
  .split-content-hero-block--brewery-tours .hero-content .left-side .sub-title {
    text-transform: none;
    color: #fff;
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    font-weight: normal;
    font-weight: 400;
    padding-bottom: 5px;
    display: block; }
    @media (min-width: 769px) {
      .split-content-hero-block--brewery-tours .hero-content .left-side .sub-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px; } }

@media (min-width: 769px) {
  .split-content-hero-block--brewery-tours .hero-content .right-side {
    display: none; } }

.craft-people-cards-block--brewery-tours .bg-top {
  background-image: url("../images/sam-adams-statue-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  @media (min-width: 769px) {
    .craft-people-cards-block--brewery-tours .bg-top {
      background-size: contain;
      background-position: center; } }

.craft-people-cards-block--brewery-tours .top-content .container h6 {
  color: #002855;
  letter-spacing: 1px; }

.craft-people-cards-block--brewery-tours .top-content .container h3 {
  color: #002855; }

.craft-people-cards-block--brewery-tours .bottom-content .card-carousel {
  margin-bottom: 25px; }
  .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card {
    outline: none; }
    .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner.card-1 {
        background-image: url("../images/brewery-tour-card1.jpg"); }
        @media (min-width: 1400px) {
          .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner.card-1 {
            margin-right: 0; } }
      .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner.card-2 {
        background-image: url("../images/brewery-tour-card2.jpg"); }
      .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner.card-3 {
        background-image: url("../images/brewery-tour-card3.jpg"); }
        @media (min-width: 1400px) {
          .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner.card-3 {
            margin-left: 0; } }
      .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner p {
        color: #fff;
        margin-bottom: auto; }
      .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner .btn, .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner a:hover::before {
        position: inherit;
        margin-bottom: 10px;
        left: inherit;
        right: inherit; }
        @media (min-width: 769px) {
          .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner .btn, .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block--brewery-tours .bottom-content .card-carousel .single-card .single-card-inner a:hover::before {
            width: auto; } }

@media (min-width: 769px) {
  .craft-people-cards-block--brewery-tours .bottom-content .extra-content .content-body {
    max-width: 350px;
    font-size: 14px;
    line-height: 18px; } }

.craft-people-cards-block--events .bg-top {
  background-repeat: no-repeat;
  background-image: url("../images/img_events_bg_motto.jpg");
  background-position: right; }
  @media (min-width: 769px) {
    .craft-people-cards-block--events .bg-top {
      background-position: inherit; } }

.craft-people-cards-block--events .top-image-asset img {
  max-width: 85px; }
  @media (min-width: 769px) {
    .craft-people-cards-block--events .top-image-asset img {
      max-width: none; } }

.craft-people-cards-block--events .top-content h3 {
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .craft-people-cards-block--events .top-content h3 {
      margin-bottom: 100px; } }

.craft-people-cards-block--events .bottom-content .card-carousel {
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .craft-people-cards-block--events .bottom-content .card-carousel {
      background-position: inherit;
      margin-bottom: 100px; } }
  .craft-people-cards-block--events .bottom-content .card-carousel .single-card .single-card-inner.card-1 {
    background-image: url("../images/brewery-events-card1.jpg"); }
    @media (min-width: 1400px) {
      .craft-people-cards-block--events .bottom-content .card-carousel .single-card .single-card-inner.card-1 {
        margin-right: 0; } }
  .craft-people-cards-block--events .bottom-content .card-carousel .single-card .single-card-inner.card-2 {
    background-image: url("../images/brewery-events-card2.jpg"); }
  .craft-people-cards-block--events .bottom-content .card-carousel .single-card .single-card-inner.card-3 {
    background-image: url("../images/brewery-events-card3.jpg"); }
    @media (min-width: 1400px) {
      .craft-people-cards-block--events .bottom-content .card-carousel .single-card .single-card-inner.card-3 {
        margin-left: 0; } }

.craft-people-cards-block--events .bottom-content .extra-content {
  text-align: center;
  padding-bottom: 100px; }
  @media (min-width: 769px) {
    .craft-people-cards-block--events .bottom-content .extra-content {
      padding-bottom: 200px; } }
  .craft-people-cards-block--events .bottom-content .extra-content .content-body {
    width: 100%; }
    .craft-people-cards-block--events .bottom-content .extra-content .content-body h4 {
      margin-bottom: 25px; }
    .craft-people-cards-block--events .bottom-content .extra-content .content-body .btn, .craft-people-cards-block--events .bottom-content .extra-content .content-body .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block--events .bottom-content .extra-content .content-body a:hover::before {
      width: 100%; }
      @media (min-width: 769px) {
        .craft-people-cards-block--events .bottom-content .extra-content .content-body .btn, .craft-people-cards-block--events .bottom-content .extra-content .content-body .text-and-tiles__container__content__item--featured a:hover::before, .text-and-tiles__container__content__item--featured .craft-people-cards-block--events .bottom-content .extra-content .content-body a:hover::before {
          width: auto; } }
