/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --primary: #002856;
  --primary-color: #002856;
  --primary85: rgba(0, 40, 86, .85);
  --secondary: #c40d3c;
  --secondary-color: #c40d3c;
  --tertiary: #a8a8a8;
  --tertiary50: rgba(168, 168, 168, .5);
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --primary: #002856;
  --primary85: rgba(0, 40, 86, .85);
  --secondary: #c40d3c;
  --tertiary: #a8a8a8;
  --tertiary50: rgba(168, 168, 168, .5);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.mailChipForm {
  display: flex;
  justify-content: center;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px/44*27);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - 44px/2);
  margin-top: calc(0 - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after,.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000000;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, .1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*1%);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*1%);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-iframe,.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,.fancybox-share__button:visited {
  color: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.socials-list,.footer-nav,.footer-top .address-block address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

body {
  color: #5e6065;
  background-color: #ffffff;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.8571;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #c40d3c;
  color: var(--secondary);
  text-decoration: underline;
}

a:hover {
  color: #c40d3c;
  color: var(--secondary);
  text-decoration: none;
}

a.focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dashed;
  outline-color: currentColor;
}

a:focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: dashed;
  outline-color: currentColor;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #002856;
  color: var(--primary);
}

h1,.h1 {
  font-size: 2.625rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 1.875rem;
  line-height: .9;
  font-weight: 800;
}

h3,.h3 {
  font-size: 1.5rem;
  line-height: 1.16667;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h4,.h4 {
  font-size: 1.375rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.27273;
}

h5,.h5 {
  font-size: 1.25rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
}

h6,.h6 {
  font-size: 1.125rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.6667;
}

.buffer h1,
.buffer .h1 {
  color: #002856;
  color: var(--primary);
  font-size: 3.2rem;
}

.buffer h2,
.buffer .h2 {
  font-size: 2.45rem;
  font-weight: 700;
}

.buffer h3,
.buffer .h3 {
  color: var(--secondary);
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid #707070;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 2.5rem;
  padding: .3125rem 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #002856;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=tel]::-ms-clear,input[type=search]::-ms-clear,input[type=password]::-ms-clear,input[type=url]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=time]::-ms-clear,input[type=week]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=color]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #002856;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
  color: #002856;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.container {
  max-width: 79.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.svg-icon path {
  fill: currentColor;
}

.reduce-motion * {
  animation: none;
  transition: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.nav-active .fixed-position.header-holder .nav-opener {
  top: 0;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header__top {
  color: #ffffff;
  border-bottom: .125rem solid hsla(0, 0%, 100%, .44);
  position: relative;
  z-index: 10;
}

.header__contact-btn {
  display: none !important;
  visibility: hidden;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95), margin-top .35s cubic-bezier(.3, .86, .36, .95);
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}

.header .address-block a {
  color: #ffffff;
  text-decoration: none;
}

.header .address-block a:hover {
  text-decoration: underline;
}

.header .address-block svg path {
  fill: #c40d3c;
  fill: var(--secondary);
}

.header .socials-list {
  grid-column-gap: 1.4375rem;
  -moz-column-gap: 1.4375rem;
  column-gap: 1.4375rem;
}

.logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  width: 10.75rem;
}

.fixed-position .logo {
  width: 13.625rem;
}

.logo--fixed {
  display: none;
}

.fixed-position .logo--fixed {
  display: block;
}

.fixed-position .logo--default {
  display: none;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 1.25rem 1.5rem 1.875rem;
  position: relative;
  z-index: 100;
  justify-content: space-between;
}

.header-holder.fixed-position {
  background-color: #ffffff;
  padding: .625rem .875rem;
  box-shadow: 0 .1875rem .375rem 0 rgba(0, 0, 0, .16);
  padding: .375rem 1.0625rem .3125rem 1.3125rem;
}

.header-holder::after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  content: "";
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  top: -9999px;
  position: absolute;
  background-color: #002856;
  background-color: var(--primary);
  z-index: 10;
}

.drop-holder {
  transition: margin-top .35s cubic-bezier(.3, .86, .36, .95);
  margin-top: .6875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fixed-position .drop-holder {
  margin-top: .8125rem;
}

.main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  line-height: 1;
  color: #002856;
  color: var(--primary);
  text-transform: uppercase;
  grid-gap: .75rem 0;
  gap: .75rem 0;
}

.main-nav>li {
  position: relative;
}

.main-nav>li.current>a,.main-nav>li.active>a {
  color: #c40d3c;
  color: var(--secondary);
}

.main-nav>li>a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #5e6065;
  grid-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
}

.chevron-icon:after {
  content: "";
  background-image: url("/images/arrow.svg");
  display: block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.hover-js .chevron-icon:after {
  transform: rotate(180deg) scaleX(-1);
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav>li>.has-drop-down-a .main-nav__chevron {
  display: block;
  visibility: visible;
}

.main-nav__chevron {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: none;
  visibility: hidden;
  margin-top: -0.9375rem;
}

.main-nav__text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.drop {
  z-index: 3;
}

.drop ul {
  color: #002856;
  color: var(--primary);
  margin: 0;
  list-style: none;
  padding: .625rem 0 .875rem;
  display: flex;
  flex-direction: column;
  grid-gap: .0625rem 0;
  gap: .0625rem 0;
}

.drop ul>li {
  position: relative;
}

.drop ul li {
  margin: 0;
}

.drop .active a {
  color: #c40d3c;
  color: var(--secondary);
}

.drop a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
  padding: .4375rem .8125rem;
  font-weight: 500;
  font-size: .875rem;
  color: #5e6065;
  text-transform: capitalize;
}

.drop .third-level-nav {
  background-color: var(--secondary50);
}

.drop .third-level-nav li.active a {
  background-color: #ffffff;
}

.main-nav-drop-mobile {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  padding: 4.1875rem 1.5rem 5.5rem 3.75rem;
  max-width: 20.1875rem;
  /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55px), 0% 100%);*/
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav-inner {
  display: flex;
  flex-direction: column;
}

.nav-opener {
  transition: top .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  position: relative;
  flex-shrink: 0;
  z-index: 12;
  width: 1.875rem;
  height: 1.25rem;
}

.nav-active .nav-opener {
  top: -1.0625rem;
  height: 1.875rem;
}

.fixed-position .nav-opener {
  color: #002856;
  color: var(--primary);
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  content: "";
  transition: width .3s ease-in-out, height .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, width .3s ease-in-out;
  position: absolute;
  width: 100%;
  height: .25rem;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.nav-active .nav-opener:after,.nav-active .nav-opener:before,.nav-active .nav-opener span {
  width: 2.1875rem;
  height: .1875rem;
  background-color: #c40d3c;
  background-color: var(--secondary);
}

.nav-opener:after {
  top: 1rem;
}

.nav-active .nav-opener:after {
  transform: translateX(-50%) rotate(45deg);
  top: .875rem;
}

.nav-opener span {
  top: .5rem;
}

.nav-active .nav-opener span {
  width: 0 !important;
}

.nav-opener:before {
  top: 0;
}

.nav-active .nav-opener:before {
  transform: translateX(-50%) rotate(-45deg);
  top: .875rem;
}

.js-acc-hidden {
  visibility: hidden;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 1.375rem;
  height: 1.375rem;
}

.search-opener:hover {
  text-decoration: none;
  color: #c40d3c;
  color: var(--secondary);
}

.search-opener svg {
  width: 1.625rem;
  height: auto;
}

.fixed-position .search-opener svg path {
  fill: #002856;
  fill: var(--primary);
}

.search-form {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  z-index: 14;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh;
}

.search-form::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #002856;
  background-color: var(--primary);
  opacity: .75;
  z-index: -1;
}

.search-active .search-form {
  opacity: 1;
  visibility: visible;
}

.search-form .svg-icon path {
  fill: #002856;
  fill: var(--primary);
}

.search-form .search-opener {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 2;
  top: 50%;
  margin: -0.375rem 0 0;
  transform: translateY(-50%);
  right: .0625rem;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(168, 168, 168, .5);
  background-color: var(--tertiary50);
}

.search-form .search-opener:hover {
  background-color: #002856;
  background-color: var(--primary);
}

.search-form .search-opener:before,.search-form .search-opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffffff;
  width: .1875rem;
  height: 1.0625rem;
}

.search-form .search-opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  top: 2.75rem;
  right: 3rem;
}

.search-form .btn-search:hover {
  opacity: .75;
}

.search-form .btn-search .svg-icon {
  width: 100%;
  height: 100%;
}

.search-form .search-drop {
  padding: 2.3125rem 1.625rem 2.6875rem 1.875rem;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 .1875rem .375rem 0 rgba(0, 0, 0, .16);
}

.search-form .search-drop__holder {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #002856;
  color: var(--primary);
  background: rgba(0, 0, 0, 0);
  height: 2.5625rem;
  font-size: 1.125rem;
  padding: 0 4.875rem 0 0;
  border: 0;
  border-bottom: 1px solid #707070;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #002856;
  color: var(--primary);
  font-weight: 500;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #002856;
  color: var(--primary);
  font-weight: 500;
}

.search-form input[type=search].focus-visible,.search-form input[type=text].focus-visible {
  outline: none;
}

.search-form input[type=search]:focus-visible,.search-form input[type=text]:focus-visible {
  outline: none;
}

.footer {
  background: #002856;
  background: var(--primary);
  position: relative;
  color: #ffffff;
}

.footer a.focus-visible,.footer button.focus-visible {
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}

.footer a:focus-visible,.footer button:focus-visible {
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}

.footer-top {
  padding: 3.75rem 0 2.8125rem;
}

.footer-top .address-block {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6667;
}

.footer-top .address-block h6,.footer-top .address-block .h6 {
  color: inherit;
  margin-bottom: 0;
}

.footer-top .address-block address {
  font-style: normal;
  margin: 0;
  padding: 0;
}

.footer-top .address-block address p {
  margin: 0;
}

.footer-top .address-block address a {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: none;
}

.footer-top .address-block address a:hover {
  box-shadow: inset 0 -1px 0 currentColor;
}

.footer-logo {
  display: block;
  flex: 0 0 auto;
  max-width: 15.25rem;
  color: #ffffff;
  margin: 0 auto 2.9375rem;
}

.footer-logo a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer-bottom {
  padding-bottom: 2.25rem;
}

.footer-bottom .container {
  max-width: 100%;
}

.back-to-top-holder {
  display: flex;
  align-items: center;
  margin-bottom: 2.8125rem;
}

.back-to-top-holder::before,.back-to-top-holder::after {
  content: "";
  flex: 1 0 auto;
  height: .125rem;
  background-color: #dddddd;
}

.back-to-top-holder .back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6875rem;
  height: 4.6875rem;
  border: .125rem solid #dddddd;
  border-radius: 50%;
  z-index: 1;
  flex: 0 0 auto;
  color: #ffffff;
}

.back-to-top-holder .back-to-top:hover {
  background-color: #dddddd;
  color: #002856;
  color: var(--primary);
}

.back-to-top-holder .back-to-top svg path {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
  fill: currentColor;
}

.footer-nav-holder {
  margin-bottom: 1.625rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  line-height: 1.35714;
}

.footer-nav li {
  display: flex;
  align-items: center;
}

.footer-nav li::after {
  content: "|";
  display: block;
  margin: 0 .375rem;
}

.footer-nav li:last-child::after {
  display: none;
}

.footer-nav a {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover {
  box-shadow: inset 0 -1px 0 currentColor;
}

.socials-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  grid-gap: 1.3125rem;
}

.socials-list a {
  color: #ffffff;
  text-decoration: none;
}

.socials-list a:hover {
  color: #c40d3c;
  color: var(--secondary);
}

.socials-list a svg path {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
  fill: currentColor;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  padding: .9375rem 2.0625rem;
  font-size: 1rem;
  line-height: 1.0625;
  font-weight: 700;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 9.625rem;
}

.btn:hover {
  text-decoration: none;
}

.btn.focus-visible {
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 2px;
}

.btn:focus-visible {
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 2px;
}

.btn {
  text-transform: uppercase;
}

.btn.btn-primary {
  border-color: #002856;
  border-color: var(--primary);
  background-color: #002856;
  background-color: var(--primary);
  color: #ffffff;
}

.btn.btn-primary.focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-primary:focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-primary-outline {
  color: #002856;
  color: var(--primary);
  box-shadow: 0 0 0 1px #002856;
  box-shadow: 0 0 0 1px var(--primary);
}

.btn.btn-primary-outline:hover {
  box-shadow: 0 0 0 1px #c40d3c;
  box-shadow: 0 0 0 1px var(--secondary);
  background-color: #c40d3c;
  background-color: var(--secondary);
  color: #ffffff;
}

.btn.btn-primary-outline.focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-primary-outline:focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-secondary {
  background-color: #c40d3c;
  background-color: var(--secondary);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #c40d3c;
  box-shadow: inset 0 0 0 1px var(--secondary);
}

.btn.btn-secondary:hover {
  background-color: #ffffff;
  color: #c40d3c;
  color: var(--secondary);
}

.btn.btn-secondary.focus-visible {
  outline-color: #c40d3c;
  outline-color: var(--secondary);
}

.btn.btn-secondary:focus-visible {
  outline-color: #c40d3c;
  outline-color: var(--secondary);
}

.btn.btn-secondary-outline {
  color: #c40d3c;
  color: var(--secondary);
  box-shadow: 0 0 0 1px #c40d3c;
  box-shadow: 0 0 0 1px var(--secondary);
}

.btn.btn-secondary-outline:hover {
  box-shadow: 0 0 0 1px #002856;
  box-shadow: 0 0 0 1px var(--primary);
  background-color: #002856;
  background-color: var(--primary);
  color: #ffffff;
}

.btn.btn-secondary-outline.focus-visible {
  outline-color: #c40d3c;
  outline-color: var(--secondary);
}

.btn.btn-secondary-outline:focus-visible {
  outline-color: #c40d3c;
  outline-color: var(--secondary);
}

.btn.btn-white-outlined {
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.btn.btn-white-outlined:hover {
  box-shadow: 0 0 0 1px #002856;
  box-shadow: 0 0 0 1px var(--primary);
  background-color: #002856;
  background-color: var(--primary);
  color: #ffffff;
}

.btn.btn-white-outlined.focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-white-outlined:focus-visible {
  outline-color: #002856;
  outline-color: var(--primary);
}

.btn.btn-tertiary {
  background-color: #a8a8a8;
  background-color: var(--tertiary);
  color: #ffffff;
}

.btn.btn-tertiary:hover {
  background-color: #002856;
  background-color: var(--primary);
}

.btn.btn-tertiary.focus-visible {
  outline-color: #a8a8a8;
  outline-color: var(--tertiary);
}

.btn.btn-tertiary:focus-visible {
  outline-color: #a8a8a8;
  outline-color: var(--tertiary);
}

.btn.btn-sm {
  min-width: 171px;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #c40d3c;
  background: var(--secondary);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 4.375rem 0 3.875rem;
  font-size: .75rem;
  line-height: 1.33;
  font-weight: 500;
  max-height: 0;
}

.alert-bar__holder {
  min-height: 4.4375rem;
  width: 100%;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 1.125rem;
  top: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  color: #ffffff;
}

.alert-bar .alert-close:hover {
  opacity: .75;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  padding: 1.125rem 0 .375rem;
}

.alert-bar .text p {
  margin: 0;
}

.alert-bar .icon-holder {
  position: absolute;
  left: .875rem;
  top: 1.125rem;
  width: 2.0625rem;
  height: 2.0625rem;
  animation: animate-pulse 3s linear infinite;
  border-radius: 50%;
}

.alert-bar .icon-holder .svg-icon {
  width: 100%;
  height: 100%;
}

.alert-bar .link {
  font-weight: 900;
  text-transform: capitalize;
  text-decoration: underline;
  color: currentColor;
}

.alert-bar .link:hover {
  text-decoration: none;
}

.alert-bar .btn:focus {
  outline-color: #ffffff;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .7);
  }

  40% {
    box-shadow: 0 0 0 15px hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, .7);
  }

  80% {
    box-shadow: 0 0 0 15px hsla(0, 0%, 100%, 0), 0 0 0 12px hsla(0, 0%, 100%, 0);
  }

  100% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 12px hsla(0, 0%, 100%, 0);
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 2.4375rem;
}

.section-heading h2,.section-heading .h2 {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  grid-gap: .25rem;
}

.section-heading h2::after,.section-heading .h2::after {
  content: "";
  width: 2.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.819' height='34.942' viewBox='0 0 43.819 34.942'%3E%3Cg id='Group_10639' data-name='Group 10639' transform='translate(-111.096 -133.501)'%3E%3Cpath id='Path_20591' data-name='Path 20591' d='M137.183,150.266,123.131,133.5H111.1l14.53,17.336-12.553,17.607h11.15Z' fill='%23c40d3c'/%3E%3Cpath id='Path_20592' data-name='Path 20592' d='M152.708,150.266,138.656,133.5H126.62l14.531,17.336L128.6,168.443h11.15Z' transform='translate(2.207)' fill='%23c40d3c'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}

.section-heading h2:last-child,.section-heading .h2:last-child {
  margin-bottom: 0;
}

.section-heading h2:only-child,.section-heading .h2:only-child {
  width: 100%;
}

.intro-section {
  background-color: #002856;
  background-color: var(--primary);
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-top: 11rem;
  padding-bottom: 5.375rem;
}

.intro-section .container {
  max-width: 60.875rem;
}

.intro-section .video-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.intro-section .video-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #002856;
  background-color: var(--primary);
  opacity: .65;
}

.intro-section .video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-section .content-block {
  text-align: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  line-height: 1.714286;
}

.intro-section h1,.intro-section .h1 {
  margin-bottom: .875rem;
}

.intro-section .text-block {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.0625rem;
}

.intro-section .text-block p:last-child {
  margin-bottom: 0;
}

.features-section {
  position: relative;
  z-index: 2;
  margin-top: -3.0625rem;
  padding-bottom: 1.125rem;
}

.features-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: .9375rem;
  padding: 0 .5rem;
}

.feature-item {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 1.6875rem 2.3125rem 3.3125rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), 0% 100%);
  display: grid;
  grid-template-columns: 2.875rem 1fr;
  grid-gap: .875rem 1.0625rem;
  position: relative;
}

.feature-item::before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #707070;
  z-index: -1;
  transform: translateX(-100%);
}

.feature-item:hover {
  color: #ffffff;
}

.feature-item:hover::before {
  transform: translateX(0);
}

.feature-item.upcoming-hearings {
  background-color: #002856;
  background-color: var(--primary);
}


.feature-item.upcoming-hearings .img-block {
  width: 2.875rem;
}

.feature-item.issues-and-priorities {
  background-color: #a8a8a8;
  background-color: var(--tertiary);
}

.feature-item.issues-and-priorities .img-block {
  width: 3.5625rem;
}

.feature-item.committee-members {
  background-color: #c40d3c;
  background-color: var(--secondary);
}

.feature-item.committee-members .img-block {
  width: 3.0625rem;
}

.feature-item .img-block {
  grid-column: 1/2;
  justify-self: center;
  align-self: center;
}

.feature-item h3,.feature-item .h3, .feature-title {
  color: currentColor;
  text-transform: uppercase;
  grid-column: 2/3;
  margin: .1875rem 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16667;
}

.feature-item .link-more {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-transform: capitalize;
  grid-column: 1/3;
  font-size: 1rem;
  font-weight: 500;
  grid-gap: .625rem;
}

.feature-item .link-more::after {
  content: "";
  width: .5rem;
  height: .5rem;
  border-left: .125rem solid currentColor;
  border-bottom: .125rem solid currentColor;
  transform: rotate(-135deg);
}

.subscribe-section {
  background-color: #c40d3c;
  background-color: var(--secondary);
  color: #ffffff;
  padding-top: 2.875rem;
  padding-bottom: 3.125rem;
}

.subscribe-section .section-title {
  font-size: 1rem;
  margin-bottom: 1.6875rem;
}

.subscribe-section .section-title h2,.subscribe-section .section-title .h2 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.125rem;
  line-height: 1.32353;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0;
}

.subscribe-section .section-title .text {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-section .section-title p:last-child {
  margin-bottom: 0;
}

.subscribe-section input[type=text],.subscribe-section input[type=email],.subscribe-section input[type=tel],.subscribe-section input[type=search],.subscribe-section input[type=password],.subscribe-section input[type=url],.subscribe-section input[type=date],.subscribe-section input[type=datetime],.subscribe-section input[type=datetime-local],.subscribe-section input[type=time],.subscribe-section input[type=week],.subscribe-section input[type=month],.subscribe-section input[type=number],.subscribe-section input[type=color],.subscribe-section input:not([type]),.subscribe-section textarea {
  background-color: #ffffff;
  height: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  border: 0;
}

.subscribe-section input[type=text]::-moz-placeholder, .subscribe-section input[type=email]::-moz-placeholder, .subscribe-section input[type=tel]::-moz-placeholder, .subscribe-section input[type=search]::-moz-placeholder, .subscribe-section input[type=password]::-moz-placeholder, .subscribe-section input[type=url]::-moz-placeholder, .subscribe-section input[type=date]::-moz-placeholder, .subscribe-section input[type=datetime]::-moz-placeholder, .subscribe-section input[type=datetime-local]::-moz-placeholder, .subscribe-section input[type=time]::-moz-placeholder, .subscribe-section input[type=week]::-moz-placeholder, .subscribe-section input[type=month]::-moz-placeholder, .subscribe-section input[type=number]::-moz-placeholder, .subscribe-section input[type=color]::-moz-placeholder, .subscribe-section input:not([type])::-moz-placeholder, .subscribe-section textarea::-moz-placeholder {
  color: #878787;
}

.subscribe-section input[type=text]::placeholder,.subscribe-section input[type=email]::placeholder,.subscribe-section input[type=tel]::placeholder,.subscribe-section input[type=search]::placeholder,.subscribe-section input[type=password]::placeholder,.subscribe-section input[type=url]::placeholder,.subscribe-section input[type=date]::placeholder,.subscribe-section input[type=datetime]::placeholder,.subscribe-section input[type=datetime-local]::placeholder,.subscribe-section input[type=time]::placeholder,.subscribe-section input[type=week]::placeholder,.subscribe-section input[type=month]::placeholder,.subscribe-section input[type=number]::placeholder,.subscribe-section input[type=color]::placeholder,.subscribe-section input:not([type])::placeholder,.subscribe-section textarea::placeholder {
  color: #878787;
}

.subscribe-section input[type=text]:focus,.subscribe-section input[type=email]:focus,.subscribe-section input[type=tel]:focus,.subscribe-section input[type=search]:focus,.subscribe-section input[type=password]:focus,.subscribe-section input[type=url]:focus,.subscribe-section input[type=date]:focus,.subscribe-section input[type=datetime]:focus,.subscribe-section input[type=datetime-local]:focus,.subscribe-section input[type=time]:focus,.subscribe-section input[type=week]:focus,.subscribe-section input[type=month]:focus,.subscribe-section input[type=number]:focus,.subscribe-section input[type=color]:focus,.subscribe-section input:not([type]):focus,.subscribe-section textarea:focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

.subscribe-section .form-layout {
  display: flex;
}

.subscribe-section .btn[type=submit] {
  flex: 0 0 auto;
  min-width: 0;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.subscribe-section+.mission-section {
  padding-top: 0;
}

.mission-section {
  padding-bottom: 2.375rem;
  position: relative;
  padding-top: 2.875rem;
}

.mission-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 20rem;
  background-color: #c40d3c;
  background-color: var(--secondary);
}

.mission-section .content-block {
  background-attachment: fixed;
  background-position: 35% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  z-index: 1;
  padding: 3.375rem .6875rem 5.5rem 1.375rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), 0% 100%);
  font-size: .875rem;
  line-height: 1.85714;
}

.mission-section .content-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .71);
  z-index: -1;
  opacity: .8;
}

.mission-section .content-block h2,.mission-section .content-block .h2 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.41666;
  margin-bottom: 21px;
  font-weight: 700;
}

.mission-section .content-block p:last-of-type {
  margin-bottom: 1.125rem;
}

.upcoming-events-section {
  padding-top: 2.375rem;
  padding-bottom: 2.3125rem;
  position: relative;
}

.upcoming-events-section .section-heading {
  margin-bottom: 1.75rem;
}

.upcoming-events-section .section-heading h2,.upcoming-events-section .section-heading .h2 {
  line-height: 1;
}

.upcoming-events-section .section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 1.875rem;
  max-width: 31.5rem;
  margin-left: auto;
  margin-right: auto;
}

.upcoming-events-section .btn-holder {
  text-align: center;
}

.upcoming-events-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2.1875rem;
}

.upcoming-events-item {
  color: rgba(0, 40, 86, .65);
  font-size: .875rem;
  line-height: 1.3333;
  display: flex;
  grid-gap: 1.5625rem;
}

.upcoming-events-item h5,.upcoming-events-item .h5 {
  margin-bottom: .125rem;
}

.upcoming-events-item h5 a,.upcoming-events-item .h5 a {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: none;
}

.upcoming-events-item h5 a:hover,.upcoming-events-item .h5 a:hover {
  box-shadow: inset 0 -0.125rem currentColor;
}

.upcoming-events-item .events-date {
  background-color: #c40d3c;
  background-color: var(--secondary);
  color: #ffffff;
  font-size: .8125rem;
  line-height: 1.1;
  font-weight: 700;
  display: block;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 4.6875rem;
  height: 5.75rem;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 0% 100%);
  flex: 0 0 auto;
  padding-top: .875rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  padding-bottom: 1.25rem;
}

.upcoming-events-item .events-date span:not([class]) {
  font-size: 2.25rem;
  display: block;
}

.upcoming-events-item .events-content {
  padding-top: .25rem;
}

.upcoming-events-item .events-content p:last-child {
  margin-bottom: 0;
}

.datepicker-holder {
  margin-bottom: 1.125rem;
}

.datepicker-holder .ui-datepicker {
  border-radius: 0;
  background: none;
  border: none;
  color: inherit;
  width: 100%;
  padding: 0;
  color: #002856;
  color: var(--primary);
}

.datepicker-holder .ui-datepicker .ui-datepicker-header {
  display: none;
}

.datepicker-holder .ui-datepicker .ui-datepicker-calendar {
  width: calc(100% + 1.75rem);
  font-size: .875rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  margin: 0 -0.75rem;
}

.datepicker-holder .ui-datepicker .ui-datepicker-calendar th {
  font-size: 1.6875rem;
  line-height: 1.2963;
  text-transform: uppercase;
  font-weight: 700;
}

.datepicker-holder .ui-datepicker .ui-state-default {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 2.25rem;
  height: 2.3125rem;
  background: none;
  border: none;
  color: inherit;
  text-align: center;
  padding: .5rem;
  margin: 0 0 .1875rem;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
}

.datepicker-holder .ui-datepicker .ui-state-default:hover,.datepicker-holder .ui-datepicker .ui-state-default.ui-state-active,.datepicker-holder .ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active, .ui-datepicker .date-match {
  background: #c40d3c;
  background: var(--secondary);
  color: #ffffff;
  text-decoration: none;
}

.datepicker-holder .ui-datepicker .ui-state-default:hover:focus,.datepicker-holder .ui-datepicker .ui-state-default.ui-state-active:focus,.datepicker-holder .ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active:focus, .ui-datepicker .date-match:focus {
  outline-color: #c40d3c;
  outline-color: var(--secondary);
}

.datepicker-holder .ui-datepicker .ui-state-default.ui-state-highinherit {
  background: none;
  color: #ffffff;
}

.datepicker-holder .ui-datepicker .ui-icon {
  background-image: none;
}

.gallery-section {
  padding-top: 2.3125rem;
  padding-bottom: 5.75rem;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  overflow: visible;
}

.gallery-slider .swiper-wrapper {
  display: flex;
  height: 100%;
}

.gallery-slider .swiper-wrapper .swiper-slide {
  display: flex;
  width: 13.625rem;
  height: auto;
}

.gallery-item {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  background: #002856;
  background: var(--primary);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-item .link {
  color: #002856;
  color: var(--primary);
  text-decoration: none;
  display: block;
  width: 100%;
}

.gallery-item .link:hover .img-block figcaption,.gallery-item .link:hover .img-block::before {
  opacity: 1;
  visibility: visible;
}

.gallery-item .img-block {
  display: block;
  margin: 0;
  position: relative;
  z-index: -2;
  min-height: 14.875rem;
}

.gallery-item .img-block::before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  height: 13.625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.gallery-item .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-item .img-block figcaption {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  position: absolute;
  left: 1.0625rem;
  bottom: 1.0625rem;
  right: 1.1875rem;
  font-size: .875rem;
  line-height: 1.35714;
  padding-top: .75rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.gallery-item .img-block figcaption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: .5rem;
  width: 4.125rem;
  background-color: #c40d3c;
  background-color: var(--secondary);
}

.scrollbar-holder {
  overflow: hidden;
  padding-top: 1.75rem;
  position: relative;
}

.swiper-scrollbar {
  height: .125rem !important;
  background: #002856;
  background: var(--primary);
  border-radius: 0 !important;
  bottom: 0 !important;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #002856;
  background: var(--primary);
  height: .5rem;
  border-radius: 0 !important;
  top: -0.375rem !important;
}

.swiper-scrollbar .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  background: #002856;
  background: var(--primary);
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 99%;
}

.news-section {
  padding-top: 1.125rem;
  padding-bottom: 4rem;
}

.news-section .section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 3.625rem;
  align-items: flex-start;
}

.main-article-preview {
  background-color: rgba(168, 168, 168, .17);
  min-height: 20.0625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main-article-preview .date-block {
  display: block;
  border-top: .75rem solid #c40d3c;
  border-top: .75rem solid var(--secondary);
  padding-top: .9375rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-bottom: .625rem;
  color: #c40d3c;
  color: var(--secondary);
  text-align: center;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: .25rem;
}

.main-article-preview .date-block .month,.main-article-preview .date-block .date {
  display: block;
  text-transform: uppercase;
  line-height: .9;
  font-weight: 800;
}

.main-article-preview .date-block .month {
  font-size: 2.25rem;
  line-height: 1;
}

.main-article-preview .date-block .date {
  font-size: 3.8125rem;
}

.main-article-preview h3,.main-article-preview .h3 {
  width: 100%;
  padding-left: .875rem;
  padding-right: .875rem;
  line-height: 1.25;
}

.main-article-preview h3 a,.main-article-preview .h3 a {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: none;
}

.main-article-preview h3 a:hover,.main-article-preview .h3 a:hover {
  color: #c40d3c;
  color: var(--secondary);
}

.main-article-preview .btn {
  margin-top: auto;
}

.news-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 3rem;
}

.article-preview {
  display: block;
  padding-bottom: 2.8125rem;
  border-bottom: .0625rem solid #707070;
}

.article-preview:nth-last-child(1) {
  border-bottom: 0;
}

.article-preview time,.article-preview .time {
  display: block;
  color: #c40d3c;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  line-height: 1.3125;
}

.article-preview h4,.article-preview .h4 {
  padding-right: .625rem;
}

.article-preview h4:last-child,.article-preview .h4:last-child {
  margin-bottom: 0;
}

.article-preview h4 a,.article-preview .h4 a {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: none;
}

.article-preview h4 a:hover,.article-preview .h4 a:hover {
  color: #c40d3c;
  color: var(--secondary);
}

body.subscribe-open {
  overflow: hidden;
  height: 100vh;
}

.subscribe-open-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background-color: rgba(0, 40, 86, .85);
  background-color: var(--primary85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-open-close.subscribe-open {
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-wrapper {
  max-height: 100svh;
  overflow: auto;
  padding: .9375rem 1.875rem 1.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.subscribe-open-close .popup-wrapper::-webkit-scrollbar {
  display: none;
}

.subscribe-open-close .opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  text-decoration: none;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: 3.75rem;
  right: -0.9375rem;
}

.subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1875rem;
  height: 2.0625rem;
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:hover {
  opacity: .75;
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .inner-holder {
  background: #ffffff;
}

.subscribe-open-close .image-holder {
  width: 100%;
  padding-top: 60%;
  position: relative;
  min-height: 124px;
  z-index: 1;
}

.subscribe-open-close .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.subscribe-open-close .content-holder {
  padding: 1.25rem 1.4375rem 2.8125rem;
}

.subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
  text-align: center;
  font-size: 1.625rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0 0 .5rem;
}

.subscribe-open-close .content-holder .text-block {
  text-align: center;
  font-size: .875rem;
  line-height: 1.45;
  margin: 0 -0.4375rem;
}

.subscribe-open-close .input-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.375rem;
}

.subscribe-open-close .input-group .input-holder {
  width: 100%;
  padding: 0 .375rem;
  margin: 0 0 .5625rem;
}

.subscribe-open-close .input-group input {
  color: #002856;
  color: var(--primary);
  font-size: 1.125rem;
  height: 3.75rem;
  padding: .5rem 1rem;
  width: 100%;
  background-color: #e1e1e1;
  border-radius: .625rem;
  border: 0;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-open-close .input-group input::-moz-placeholder {
  color: #a8a8a8;
  color: var(--tertiary);
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-open-close .input-group input::placeholder {
  color: #a8a8a8;
  color: var(--tertiary);
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-open-close button[type=submit] {
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  border-radius: .625rem;
}

.subscribe-open-close button[type=submit]:hover {
  background-color: #c40d3c;
  background-color: var(--secondary);
}

.subscribe-open-close .popup-subscribe-form {
  max-width: 480px;
  width: 100%;
}

.group,
#leadership {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping to multiple rows */
  justify-content: center; /* Adjusts spacing between columns */
}

#leadership .column {
  margin: 5px;
  display: block;
  width: calc(50% - 10px);
  text-align: center;
}

#leadership .member {
  display: block;
  margin: 5px auto;
  max-width: 300px;
  text-align:center;
}

.member {
  flex: 1 1 calc(25% - 10px); /* Set 4 columns: 25% width minus some space */
  margin: 5px; /* Adjust margins as needed */
  box-sizing: border-box; /* Include padding and border in element's total width */
  max-width: 25%;
  text-decoration: none;
}

.member:hover .team-image img {
  transform: scale(1.05);
}

.team-image {
  position: relative;
  min-height: 350px;
  max-width: 300px;
  margin: 0 auto;
}

.team-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-info {
  text-align: center;
}

.team-info h3 {
  font-size: 1.2rem;
  margin: .4rem 0 0;
  color: var(--primary);
}

/* Calendar of Events */
.article-item {
  margin: 0 0 1rem;
  position: relative;
  padding: 0 0 1rem;
  border-bottom: .0625rem solid #707070;
}

.article-item address {
  display: inline-block;
  padding: 0 .25rem 0 0;
  font-style: normal;
  font-weight: bold;
}

.article-item h3 {
  font-size: 1.4rem;
  margin: 0;
}

.article-item h3 a {
  text-decoration: none;
}

#news-search.callie .search-title {
  margin: 1rem 0;
}

#news-search.callie .selector.halves {
  width: 100%;
}

#videogallery .vidtitle {
  color: var(--primary) !important;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.6667;
  }

  h1,.h1 {
    font-size: 4rem;
  }

  h2,.h2 {
    font-size: 3rem;
    line-height: 1.14583;
  }

  h3,.h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h4,.h4 {
    font-size: 1.75rem;
    line-height: 1.32143;
  }

  h5,.h5 {
    font-size: 1.5625rem;
  }

  .container {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .nav-active .fixed-position.header-holder .nav-opener {
    left: 0;
  }

  .header__top {
    display: flex;
    justify-content: space-between;
    padding: 1.625rem 3.0625rem 1.375rem 2.8125rem;
  }

  .header .address-block {
    font-style: normal;
    display: flex;
    grid-gap: 0 2.25rem;
    gap: 0 2.25rem;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .header .address-block__item {
    display: flex;
    grid-gap: 0 .625rem;
    gap: 0 .625rem;
    align-items: center;
  }

  .header .address-block__item:first-child svg {
    margin-top: -1px;
  }

  .header .address-block__item svg {
    margin-top: -1px;
  }

  .logo {
    width: 13.8125rem;
  }

  .fixed-position .logo {
    width: 16.25rem;
  }

  .header-holder {
    padding: 1.1875rem 3.125rem 1.1875rem 2.875rem;
  }

  .header-holder.fixed-position {
    padding: .5rem 3.0625rem .5625rem 2.625rem;
  }

  .drop-holder {
    margin-top: 0;
  }

  .fixed-position .drop-holder {
    margin-top: 1.125rem;
  }

  .main-nav {
    margin-bottom: 2rem;
    grid-gap: .8125rem 0;
    gap: .8125rem 0;
  }

  .drop {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .drop a {
    padding: .4375rem .75rem;
  }

  .drop .third-level-nav {
    background-color: #ffffff;
  }

  .main-nav-drop-mobile {
    padding: 4.625rem 3.5625rem 5.125rem 3.5625rem;
    max-width: 22.875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0% 100%);
  }

  .nav-active .nav-opener {
    left: 2rem;
    top: -0.125rem;
  }

  .nav-active .nav-opener:after,.nav-active .nav-opener:before,.nav-active .nav-opener span {
    width: 2.25rem;
  }

  .search-form .search-opener {
    margin: 0;
    width: 3.25rem;
    height: 3.25rem;
  }

  .search-form .search-opener:before,.search-form .search-opener:after {
    height: 1.5rem;
  }

  .search-form .search-drop {
    padding: 4.75rem 2.5rem 5.4375rem 3.625rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    font-size: 2.5rem;
    height: 4.875rem;
  }

  .footer-top {
    padding: 5.25rem 0 2.8125rem;
  }

  .footer-top .top-holder {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top .address-block {
    text-align: left;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-bottom {
    padding-bottom: 3rem;
  }

  .back-to-top-holder {
    margin-bottom: 2.625rem;
  }

  .footer-nav-holder {
    margin-bottom: 1.5rem;
  }

  .footer-nav {
    font-size: 1.125rem;
    line-height: 1.3333;
  }

  .footer-nav li::after {
    margin: 0 .5625rem;
  }

  .alert-bar {
    padding: 0 5.875rem 0 4.875rem;
    font-size: .875rem;
    line-height: 1.428;
  }

  .alert-bar .alert-close {
    right: 1.5rem;
  }

  .alert-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 1.75rem;
    gap: 0 1.75rem;
    padding: 1rem 0;
  }

  .alert-bar .icon-holder {
    left: 1.75rem;
  }

  .alert-bar .link {
    display: none;
  }

  .alert-bar .btn {
    flex-shrink: 0;
    min-width: 0;
    font-size: .875rem;
    padding: .875rem 1.5rem .75rem;
  }

  .section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3.4375rem;
  }

  .section-heading h2,.section-heading .h2 {
    margin-bottom: 0;
  }

  .section-heading h2::after,.section-heading .h2::after {
    width: 2.75rem;
  }

  .intro-section {
    padding-top: 16.375rem;
    padding-bottom: 7.0625rem;
  }

  .intro-section .content-block {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
/*    max-width: 41.25rem;*/
    max-width: 50.25rem;
    line-height: 1.55556;
  }

  .intro-section h1,.intro-section .h1 {
    font-size: 4rem;
    line-height: .86487;
    margin-bottom: 1.5rem;
  }

  .intro-section .text-block {
    padding-left: 0;
    padding-right: 0;
    max-width: 34.375rem;
    margin-bottom: 1.5rem;
  }

  .features-section {
    padding-bottom: 5.25rem;
    margin-top: -1.8125rem;
  }

  .features-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    grid-gap: 2.375rem;
  }

  .feature-item {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0% 100%);
    padding: 1.5625rem 1.4375rem 3.875rem;
  }

  .subscribe-section .section-title {
    font-size: 1.125rem;
  }

  .subscribe-section .section-title h2,.subscribe-section .section-title .h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .subscribe-section input[type=text],.subscribe-section input[type=email],.subscribe-section input[type=tel],.subscribe-section input[type=search],.subscribe-section input[type=password],.subscribe-section input[type=url],.subscribe-section input[type=date],.subscribe-section input[type=datetime],.subscribe-section input[type=datetime-local],.subscribe-section input[type=time],.subscribe-section input[type=week],.subscribe-section input[type=month],.subscribe-section input[type=number],.subscribe-section input[type=color],.subscribe-section input:not([type]),.subscribe-section textarea {
    font-size: 1.125rem;
  }

  .subscribe-section .btn[type=submit] {
    min-width: 11.25rem;
  }

  .mission-section {
    padding-bottom: 2.75rem;
  }

  .mission-section .content-block {
    color: #c5c5c5;
    padding-right: 2.625rem;
    padding-left: 2.625rem;
    padding-top: 3.8125rem;
    padding-bottom: 9.75rem;
    font-size: 1rem;
    line-height: 1.75;
    background-position: 70% 0%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 0% 100%);
  }

  .mission-section .content-block::before {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to left, black 0%, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .mission-section .content-block h2,.mission-section .content-block .h2 {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: .625rem;
  }

  .mission-section .content-block p:last-of-type {
    margin-bottom: 1.75rem;
  }

  .mission-section .text-block {
    width: 59.6%;
    margin-left: auto;
  }

  .upcoming-events-section {
    padding-top: 2.75rem;
    padding-bottom: 3.375rem;
  }

  .upcoming-events-section .section-heading {
    margin-bottom: 3.375rem;
  }

  .upcoming-events-section .section-layout {
    grid-gap: 2.625rem;
  }

  .upcoming-events-section .btn-holder {
    text-align: left;
  }

  .upcoming-events-list {
    grid-gap: 3.75rem;
  }

  .upcoming-events-item {
    grid-gap: 2.375rem;
    font-size: 1.125rem;
  }

  .upcoming-events-item h5,.upcoming-events-item .h5 {
    margin-bottom: .625rem;
  }

  .upcoming-events-item .events-date {
    width: 6.5625rem;
    height: 7.875rem;
    font-size: 1.25rem;
    padding-top: 1.1875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), 0% 100%);
  }

  .upcoming-events-item .events-date span:not([class]) {
    font-size: 3.125rem;
  }

  .upcoming-events-item .events-content {
    padding-top: .4375rem;
  }

  .datepicker-holder .ui-datepicker .ui-datepicker-calendar {
    font-size: 1.125rem;
    margin: 0 -1.875rem;
    width: calc(100% + 3.75rem);
  }

  .datepicker-holder .ui-datepicker .ui-datepicker-calendar th {
    font-size: 2.375rem;
  }

  .datepicker-holder .ui-datepicker .ui-state-default {
    width: 3.1875rem;
    height: 3.1875rem;
    margin-bottom: .375rem;
  }

  .gallery-section {
    padding-top: 3.375rem;
    padding-bottom: 6.1875rem;
  }

  .gallery-slider .swiper-wrapper .swiper-slide {
    width: 29.0625rem;
  }

  .gallery-item .img-block {
    min-height: 25rem;
  }

  .gallery-item .img-block figcaption {
    font-size: 1.25rem;
    line-height: 1.3;
    right: auto;
    max-width: 75%;
    left: 2.4375rem;
    bottom: 1.6875rem;
    padding-top: 1.5rem;
  }

  .scrollbar-holder {
    padding-top: 3.625rem;
  }

  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 1.0625rem;
    top: -0.9375rem !important;
  }

  .news-section {
    padding-top: 5.25rem;
    padding-bottom: 3.625rem;
  }

  .news-section .section-layout {
    grid-gap: 3.5rem;
  }

  .main-article-preview {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .main-article-preview .date-block {
    margin-bottom: 2rem;
  }

  .main-article-preview h3,.main-article-preview .h3 {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }

  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3.375rem 1.375rem;
  }

  .article-preview:nth-last-child(2) {
    border-bottom: 0;
  }

  .article-preview h4,.article-preview .h4 {
    padding-right: 0;
  }

  .subscribe-open-close .popup-wrapper {
    padding: 1.25rem 3.75rem 3.75rem;
  }

  .subscribe-open-close .opener {
    right: -0.1875rem;
    margin-bottom: .8125rem;
  }

  .subscribe-open-close .inner-holder {
    display: flex;
  }

  .subscribe-open-close .image-holder {
    width: 36.4%;
    min-height: auto;
    padding-top: 0;
  }

  .subscribe-open-close .content-holder {
    width: 63.6%;
    padding: 3rem 1rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    text-align: left;
    font-size: 1.875rem;
    margin: 0 0 .3125rem;
    letter-spacing: 0;
  }

  .subscribe-open-close .content-holder .text-block {
    text-align: left;
    font-size: 1rem;
    margin: 0 0 1.125rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 .625rem;
  }

  .subscribe-open-close .input-group input {
    padding: 1rem 2.375rem;
    height: 5.5rem;
  }

  .subscribe-open-close button[type=submit] {
    font-size: 1rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    max-width: 907px;
    position: relative;
  }
}

/*@media (max-width: 960px) {
  .header .address-block__item:first-child {
    display: none;
  }
}*/

@media (max-width: 767px){
  .intro-section .container .content-block h1{
    font-size: 2rem;
  }

  .holder {
    max-width: calc(100vw - 6rem);
    overflow-x: auto;
    margin: 0 auto;
  }
}

@media (min-width: 765px) and (max-width: 1130px) {
  .header .address-block {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    margin-right: 10px;
  }
}

@media (min-width: 765px) and (max-width: 900px) {
  .header-socials-holder .socials-list {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  h1,.h1 {
    font-size: 5rem;
  }

  .for-desktop {
    display: none;
    visibility: hidden;
  }

  .header__top {
    padding-right: 1.9375rem;
  }

  .header__contact-btn {
    min-width: 8.375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-left: 1.25rem;
    display: block !important;
    visibility: visible;
  }

  .logo {
    width: 14.5rem;
  }

  .fixed-position .logo {
    width: 16.3125rem;
  }

  .header-holder {
    padding: 2rem 1.6875rem .1875rem 2.875rem;
    justify-content: start;
  }

  .header-holder.fixed-position {
    padding: .4375rem 1.75rem .5625rem 2.5625rem;
  }

  .drop-holder {
    flex-grow: 1;
    margin: -0.75rem 0 0;
  }

  .fixed-position .drop-holder {
    margin-top: .375rem;
  }

  .main-nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 0 1.5rem;
    gap: 0 1.5rem;
  }

  .fixed-position .main-nav {
    grid-gap: 0 1.5rem;
    gap: 0 1.5rem;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #a8a8a8 !important;
    color: var(--tertiary) !important;
  }

  .main-nav>li.hover-js .main-nav__chevron,.main-nav>li.hover-tab .main-nav__chevron,.main-nav>li:hover .main-nav__chevron {
    transform: rotate(-180deg);
    margin-top: 0;
  }

  .main-nav>li:last-child .drop {
    left: auto;
    right: 0;
  }

  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }

  .main-nav>li>a {
    font-size: 1rem;
    color: #ffffff;
    grid-column-gap: .4375rem;
    -moz-column-gap: .4375rem;
    column-gap: .4375rem;
  }

  .fixed-position .main-nav>li>a {
    color: #002856;
    color: var(--primary);
  }

  .main-nav>li>.drop {
    margin-left: -1.3125rem;
    width: 11.6875rem;
    padding-top: 1.375rem;
  }

  .main-nav__chevron {
    margin-top: -0.25rem;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .third-level-nav>li.active>a,.third-level-nav>li.hover-js>a,.third-level-nav>li.hover-tab>a,.second-level-nav>li.active>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.hover-tab>a {
    background-color: rgba(146, 146, 146, .27);
  }

  .third-level-nav>li.hover-js>.drop,.third-level-nav>li.hover-tab>.drop,.second-level-nav>li.hover-js>.drop,.second-level-nav>li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    width: 13rem;
    line-height: 1.4;
    font-size: .875rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .drop ul {
    background-color: #ffffff;
    padding: .6875rem 0 .75rem;
    grid-gap: 0;
    gap: 0;
  }

  .drop ul::after {
    content: "";
    left: 0;
    right: 0;
    bottom: -1.1875rem;
    position: absolute;
    height: 1.25rem;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 0% 100%);
  }

  .drop ul li {
    margin-bottom: -0.1875rem;
  }

  .drop .active a {
    background-color: rgba(146, 146, 146, .27);
    color: #5e6065;
  }

  .drop a {
    padding: .625rem 1.1875rem .5625rem;
  }

  .drop a:hover {
    background-color: rgba(146, 146, 146, .27);
  }

  .drop .drop {
    left: 100%;
    top: 0;
    padding-top: 0;
  }

  .drop .third-level-nav {
    background-color: #ffffff;
  }

  .main-nav-drop-mobile {
    padding: 0;
    clip-path: none;
    max-width: none;
  }

  .main-nav-inner {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }

  .nav-opener {
    display: none;
  }

  .search-opener {
    margin-left: 1.5rem;
    width: 1.625rem;
    height: 1.625rem;
  }

  .search-opener svg {
    width: 1.75rem;
  }

  .search-form .search-drop {
    padding: 4.5625rem 3.6875rem 5.4375rem 1.5rem;
  }

  .footer-top {
    padding: 4.375rem 0 1.875rem;
  }

  .footer-logo {
    max-width: 19rem;
  }

  .footer-bottom {
    padding-bottom: 1.9375rem;
  }

  .footer-bottom .container {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .footer-bottom .inner-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .back-to-top-holder {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
    margin-bottom: -0.6875rem;
  }

  .footer-nav-holder {
    margin-bottom: 0;
    max-width: calc(50% - 2.5rem);
  }

  .footer-socials-holder {
    max-width: calc(50% - 2.5rem);
  }

  .alert-bar {
    font-size: 1.0625rem;
    padding-left: 10.5rem;
    padding-right: 13.6875rem;
    line-height: 1.34;
  }

  .alert-bar__holder {
    min-height: 0;
  }

  .alert-bar .alert-close {
    right: 1.8125rem;
    margin-top: .0625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    width: 100%;
    padding: .9375rem 0 1rem;
    max-width: 57.375rem;
    margin: 0 auto;
  }

  .alert-bar .icon-holder {
    left: 1.75rem;
    margin-top: .0625rem;
    transform: translateY(-50%);
    top: 50%;
  }

  .intro-section {
    padding-top: 18.0625rem;
    padding-bottom: 17.3125rem;
  }

  .intro-section .content-block {
    font-size: 1.3125rem;
    line-height: 1.42857;
  }

  .intro-section h1,.intro-section .h1 {
    font-size: 5rem;
    line-height: .9;
    margin-bottom: .9375rem;
  }

  .intro-section .text-block {
    max-width: 100%;
    margin-bottom: 1.8125rem;
  }

  .features-section {
    padding-bottom: 2.5625rem;
    margin-top: -5.9375rem;
  }

  .features-list {
    margin-left: 0;
    margin-right: 0;
    grid-gap: 1.75rem;
  }

  .feature-item {
    grid-template-columns: 4.1875rem 1fr;
    padding: 1.6875rem 1.9375rem 2.5rem;
  }

  .feature-item.upcoming-hearings .img-block {
    width: 3.375rem;
  }

  .feature-item.issues-and-priorities .img-block {
    width: 4.25rem;
  }

  .feature-item.committee-members .img-block {
    width: 4rem;
  }

  .feature-item h3,.feature-item .h3, .feature-title {
    font-size: 1.45rem;
    line-height: 1.10714;
  }

  .feature-item .link-more {
    grid-column: 2/3;
  }

  .subscribe-section {
    padding-top: 4.125rem;
    padding-bottom: 4.9375rem;
  }

  .subscribe-section .section-layout {
    display: flex;
    align-items: flex-end;
    grid-gap: 5.1875rem;
  }

  .subscribe-section .section-title {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .subscribe-section input[type=text],.subscribe-section input[type=email],.subscribe-section input[type=tel],.subscribe-section input[type=search],.subscribe-section input[type=password],.subscribe-section input[type=url],.subscribe-section input[type=date],.subscribe-section input[type=datetime],.subscribe-section input[type=datetime-local],.subscribe-section input[type=time],.subscribe-section input[type=week],.subscribe-section input[type=month],.subscribe-section input[type=number],.subscribe-section input[type=color],.subscribe-section input:not([type]),.subscribe-section textarea {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }

  .subscribe-section .form-holder {
    flex: 1 0 auto;
    max-width: 68.8%;
  }

  .subscribe-section .form-layout {
    margin: .5rem 0 -0.1875rem;
  }

  .mission-section {
    padding-top: 4.125rem;
  }

  .mission-section .content-block {
    padding-left: 5.0625rem;
    padding-top: 5.9375rem;
    padding-right: 5.0625rem;
    font-size: 1.125rem;
    line-height: 1.6667;
    padding-bottom: 8rem;
    background-position: right center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 99px), 0% 100%);
  }

  .mission-section .content-block h2,.mission-section .content-block .h2 {
    font-size: 2.375rem;
    line-height: 1.26316;
    margin-bottom: 1.0625rem;
  }

  .mission-section .content-block p:last-of-type {
    margin-bottom: 2.125rem;
  }

  .upcoming-events-section {
    padding-top: 3.875rem;
    padding-bottom: 3.9375rem;
  }

  .upcoming-events-section .section-heading h2,.upcoming-events-section .section-heading .h2 {
    justify-content: flex-start;
  }

  .upcoming-events-section .section-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .upcoming-events-section .section-layout .column:nth-child(2) {
    border-left: .0625rem solid #707070;
  }

  .upcoming-events-list {
    margin-left: 2.5rem;
  }

  .datepicker-holder {
    margin-bottom: 1.1875rem;
    margin-left: auto;
    max-width: 36.875rem;
    padding-right: 1.125rem;
  }

  .datepicker-holder .ui-datepicker .ui-datepicker-calendar {
    margin: 0 -1.875rem;
    margin-right: 0;
    width: calc(100% + 1.875rem);
  }

  .gallery-section {
    padding-top: 3.875rem;
    padding-top: 3.9375rem;
  }

  .news-section {
    padding-top: 2.5625rem;
    padding-bottom: 5.5rem;
  }

  .news-section .section-layout {
    grid-template-columns: 21.875rem minmax(0, 1fr);
    grid-gap: 2.5rem;
  }

  .main-article-preview {
    min-height: 32.5625rem;
  }

  .main-article-preview .date-block {
    margin-bottom: 1.5rem;
  }

  .main-article-preview h3,.main-article-preview .h3 {
    margin-top: auto;
    margin-bottom: .6875rem;
  }

  .news-list {
    grid-gap: 1.75rem 1.375rem;
  }

  .article-preview {
    padding-top: 1.625rem;
  }

  .article-preview:nth-last-child(1),.article-preview:nth-last-child(2) {
    padding-bottom: 1.25rem;
  }

  .subscribe-open-close .opener {
    margin-bottom: 1.5625rem;
  }

  .subscribe-open-close .content-holder {
    padding: 2.375rem 1.5625rem 2.1875rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 2.5rem;
    margin: 0 .3125rem .75rem;
  }

  .subscribe-open-close .content-holder .text-block {
    font-size: 1.125rem;
    margin: 0 .375rem 1.125rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 .8125rem;
  }

  .subscribe-open-close .input-group .input-holder.w50 {
    width: 50%;
  }

  .subscribe-open-close button[type=submit] {
    min-height: 5.5rem;
    margin-top: .5rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    width: 907px;
  }
}

@media (min-width: 1280px) {
  .logo {
    width: 17.375rem;
  }

  .main-nav {
    grid-gap: 0 2.625rem;
    gap: 0 2.625rem;
  }

  .fixed-position .main-nav {
    grid-gap: 0 2.5625rem;
    gap: 0 2.5625rem;
  }

  .search-opener {
    margin-left: 3.3125rem;
  }

  .feature-item {
    grid-template-columns: 6.5rem 1fr;
  }

  .feature-item.upcoming-hearings .img-block {
    width: 4.2rem;
  }

  .feature-item.issues-and-priorities .img-block {
    width: 5rem;
  }

  .feature-item.committee-members .img-block {
    width: 4.6rem;
  }

  .upcoming-events-list {
    margin-left: 4.875rem;
  }

  .news-section .section-layout {
    grid-template-columns: 26.5rem minmax(0, 1fr);
    grid-gap: 3.6875rem;
  }

  .news-list {
    grid-gap: 1.75rem 2.5rem;
  }
}

@media (min-width: 1600px) {
  .header .address-block__item svg {
    margin-top: 0;
  }
}

@media (max-width: 576px) {

  .mission-section .content-block {
    background-attachment: fixed;
  }
  
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {
  .header__top {
    display: none;
  }

  .btn.btn-md {
    font-size: 12px;
    line-height: 1;
    padding: 13px 30px;
    min-width: 0;
  }

  .btn.btn-sm {
    font-size: 11px;
    line-height: 1.09091;
    padding: 11px 30px;
    min-width: 122px;
  }

  .alert-bar .btn {
    display: none;
  }

  .alert-bar .btn:hover {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1023px) {

  .member {
    flex: 1 1 calc(33% - 10px);
    max-width: 33%;
  }

  .nav-active .header-holder::after {
    opacity: .9;
    visibility: visible;
  }

  .drop-holder {
    grid-column-gap: 1.3125rem;
    -moz-column-gap: 1.3125rem;
    column-gap: 1.3125rem;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    margin: auto 0;
  }

  .main-nav>li.active-item>a {
    color: #c40d3c;
    color: var(--secondary);
  }

  .main-nav>li.active-item .main-nav__chevron {
    transform: rotate(-180deg);
    margin: .25rem 0 -0.25rem;
  }

  .main-nav>li>.js-acc-hidden {
    right: 100% !important;
    top: 0 !important;
    display: none !important;
  }

  .drop .third-level-nav {
    padding: 0 0 0 1.5rem;
  }

  .main-nav-drop-mobile {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    z-index: 12;
    top: 0;
    right: 0;
    width: 91vw;
    display: flex;
    flex-direction: column;
  }

  .nav-active .main-nav-drop-mobile {
    opacity: 1;
    visibility: visible;
  }

  .main-nav-drop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .drop .drop.js-acc-hidden {
    right: 100% !important;
    top: 0 !important;
    display: none !important;
  }

    .features-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*.feature-item {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: .6875rem;
  }

  .feature-item .img-block {
    justify-self: start;
    align-self: start;
  }

  .feature-item h3,.feature-item .h3, .feature-item {
    grid-column: 1/2;
  }*/
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .main-article-preview h3,.main-article-preview .h3 {
    font-size: 2.125rem;
  }

  .article-preview h4,.article-preview .h4 {
    font-size: 1.375rem;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}


/*INTERNAL*/

.body.internal .main-content{
  padding: 4rem 0;
}

.banner-area {
  min-height: 400px;
  position: relative;
}

.banner-title {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.banner-title::before {
 content: "";
 background-color: #c40d3c;
 background-color: var(--secondary);
 display: block;
 margin: 0 auto .6875rem .45rem;
 width: 12.125rem;
 height: .6rem;
 transform: skew(-45deg);
}

.section-heading-img {
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.section-heading-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #002856;
  background-color: var(--primary);
  opacity: .65;
}

.banner-area .container,
.main-content .container {
  padding-left: 3rem;
  padding-right: 3rem;
}


.banner-area h1 {
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
  font-size: 3.95rem;
}


@media (max-width: 767px) {
  .banner-area h1 {
    font-size: 2.75rem;
  }

  .member {
    flex: 1 1 calc(50% - 10px);
    max-width: 50%;
  }
}

@media (max-width: 560px) {

  .group,
  #leadership {
    display: block;
  }

  .member,
  #leadership .column {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}