﻿/* Box sizing rules */
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
p {
  margin-bottom: 1.15rem;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  line-height: 1.65;
  color: #333;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
  color: #a80000;
}
strong {
  font-weight: 500;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
hr {
  border: none;
  background-color: rgba(0, 0, 0, 0.075);
  height: 1px;
  margin: 1rem 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1.05rem;
  font-weight: 600;
  line-height: 1.25;
}
h1 {
  font-size: 3.052rem;
}
h2 {
  font-size: 2.441rem;
}
h3 {
  font-size: 1.953rem;
}
h4 {
  font-size: 1.563rem;
}
h5 {
  font-size: 1.25rem;
}
small,
.text_small {
  font-size: 0.8rem;
}
.text-muted {
  color: #888;
}
.hidden {
  display: none;
}
.a11y-sr-only,
.a11y-kb-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a11y-kb-only:active,
.a11y-kb-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.brand {
  position: relative;
  z-index: 1;
}
.brand .wordmark {
  position: relative;
}
.brand .wordmark g {
  fill: currentColor;
}
.brand .wordmark .l {
  fill: none;
  stroke: currentColor;
  opacity: 0.1;
}
.brand .wordmark .t,
.brand .wordmark .l {
  display: none;
}
.quick-menu {
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  padding: 0 1rem;
  line-height: 1;
}
.quick-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.quick-menu ul > li.sign-in svg {
  display: block;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.quick-menu ul > li > a {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  padding: 0 1rem;
}
.quick-menu ul > li > a ui-icon {
  margin-left: 0.5rem;
}
.quick-menu ul > li > a:before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  height: calc(100% + 1rem);
  background: transparent;
  width: 0;
  opacity: 0;
  transition: 250ms width ease-in-out, 250ms opacity ease-in-out;
  transform: translateX(-50%);
  border-radius: 34px;
  z-index: -1;
}
.quick-menu ul > li > a:hover {
  color: #ffffff;
}
.quick-menu ul > li > a:hover:before {
  width: 100%;
  opacity: 1;
  background: #a80000;
}
.quick-menu ul > li.active > a {
  color: #a80000;
  position: relative;
}
.quick-menu ul > li.active > a:before {
  width: 100%;
  opacity: 1;
  background: #fff;
}
.quick-menu ul > li.active .submenu {
  display: flex;
}
.quick-menu ul > li .submenu {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(168, 0, 0, 0.85);
  padding: 1rem;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  height: calc(100vh - 115px);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
  color: #fff;
}
.quick-menu ul > li .submenu ul > li {
  padding: 1rem;
  border: 2px solid #fff;
  margin: 0 1rem;
  cursor: pointer;
}
.quick-menu ul > li .submenu ul > li:hover {
  background: rgba(120, 0, 0, 0.8);
}
.quick-menu ul > li .submenu ul > li > a {
  text-align: center;
  color: #fff;
  justify-content: center;
  font-weight: 600;
  flex-direction: column;
}
.quick-menu ul > li .submenu ul > li > a:hover:before {
  display: none;
}
.quick-menu ul > li .submenu ul > li span {
  display: block;
  text-align: center;
}
.quick-menu ul > li .submenu ul > li span + span {
  font-size: 1.5rem;
  max-width: 500px;
  margin-top: 1rem;
}
.quick-menu.submenu-open > ul > li:not(.active) {
  pointer-events: none;
  opacity: 0.5;
}
.quickmenu-open {
  overflow: hidden;
}
.search-menu {
  position: relative;
  z-index: 1;
}
.search-menu .search-toggle {
  display: block;
  color: #fff;
  width: 1.5rem;
  margin-bottom: 0.5rem;
}
.search-menu .search-toggle svg {
  display: block;
  max-width: 100%;
}
.search-menu .search-menu-form {
  display: none;
}
.sign-in > a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.sign-in > a ui-icon {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.row {
  display: flex;
  margin: 0 calc((var(--gap)/2) * -1);
  flex-wrap: wrap;
  margin-top: var(--gap);
}
.row .row {
  margin-top: 0;
}
.f\:row,
.f\:col {
  display: flex;
  gap: var(--gap);
}
.f\:row {
  flex-direction: row;
}
.f\:col {
  flex-direction: column;
}
.a\:center {
  align-items: center;
}
.j\:center {
  justify-content: center;
}
.j\:evenly {
  justify-content: space-evenly;
}
.f\:1 {
  flex: 1;
}
.g\:1 {
  --gap: 1rem;
}
.g\:025 {
  --gap: 0.25rem;
}
.g\:05 {
  --gap: 0.5rem;
}
.row > [class*="col-"] {
  padding: 0 calc(var(--gap)/2) var(--gap) calc(var(--gap)/2);
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .col-phone-1 {
    width: 8.33333333%;
  }
  .col-phone-2 {
    width: 16.66666667%;
  }
  .col-phone-3 {
    width: 25%;
  }
  .col-phone-4 {
    width: 33.33333333%;
  }
  .col-phone-5 {
    width: 41.66666667%;
  }
  .col-phone-6 {
    width: 50%;
  }
  .col-phone-7 {
    width: 58.33333333%;
  }
  .col-phone-8 {
    width: 66.66666667%;
  }
  .col-phone-9 {
    width: 75%;
  }
  .col-phone-10 {
    width: 83.33333333%;
  }
  .col-phone-11 {
    width: 91.66666667%;
  }
  .col-phone-12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-bold-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-demibold-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-demibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-heavy-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-heavy-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-medium-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-regular-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('/content/fonts/avenir-next/avenirnext-ultralight-webfont.woff2') format('woff2'), url('/content/fonts/avenir-next/avenirnext-ultralight-webfont.woff') format('woff');
  font-weight: lighter;
  font-weight: 300;
  font-style: normal;
}
:root {
  --border-color: rgba(0, 0, 0, 0.1);
  --radius: 0.25rem;
  --box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.075);
  --border-color-dark: rgba(0, 0, 0, 0.3);
  --background-color: #fff;
  --background-accent-color: #f9f9f9;
  --border-color-active: rgba(0, 0, 0, 0.3);
  --gap: 1rem;
}
html {
  font-family: 'AvenirNext', -apple-system, sans-serif;
  font-size: 1rem;
  font-size: clamp(14px, 1vmax, 1.2vmax);
  font-variation-settings: 'wght' 500, 'wdth' 100;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --base-border-color: rgba(0, 0, 0, 0.1);
  --primary-color: #a80000;
}
body {
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
strong {
  font-weight: 600;
}
.site-inner {
  position: relative;
  overscroll-behavior: contain;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 12%, rgba(0, 0, 0, 0));
}
.header-inner {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 40px rgba(0, 0, 0, 0.25);
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.page .header {
  position: sticky;
  top: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.page .header:before {
  display: none;
}
.page .header-inner {
  background-color: #880000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%238e0000' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23950000' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%239b0000' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23a10000' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23a80000' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ae0000' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23b50000' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23bb0000' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c20000' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23c80000' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  box-shadow: none;
}
.page .brand {
  padding: 1rem;
}
.page .brand svg {
  max-width: 225px;
}
.page .brand .wordmark {
  position: relative;
}
.page .brand .wordmark .t {
  display: inline-block;
}
.page .brand .wordmark svg {
  position: relative;
}
.page .brand .wordmark:after1 {
  content: '';
  position: absolute;
  background: #880000;
  border-right: 1px solid #b80000;
  width: 2px;
  height: 100%;
  left: 217px;
  top: 0;
}
.page .quick-menu {
  font-size: 1.1rem;
}
.page .quick-menu > a:hover {
  color: #a80000;
}
.page .quick-menu > a:hover:before {
  background: #fff;
}
.page-menu {
  line-height: 1;
  padding: 0 3rem;
  box-shadow: 0 -1px 0 #ddd inset;
  font-size: 0.9rem;
  background: #fff;
}
.page-menu > nav {
  display: flex;
  justify-content: space-between;
}
.page-menu > nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.page-menu > nav ul > li {
  margin: 0;
  font-weight: 500;
  color: #353535;
  display: flex;
  align-items: center;
  height: 3rem;
  border-bottom: 4px solid transparent;
  padding-top: 4px;
  padding: 4px 1rem 0 1rem;
}
.page-menu > nav ul > li.active {
  border-bottom-color: #a80000;
  font-weight: 600;
}
.page-menu > nav ul > li > a {
  color: #353535;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-menu > nav ul > li > a:hover {
  color: #a80000;
}
.page-menu > nav ul > li > a ui-svg {
  width: 1rem;
  margin-right: 0.25rem;
}
body.mainmenu-open {
  overflow: hidden;
}
.brand {
  padding: 2rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}
.brand a {
  display: block;
  color: #fff;
}
.brand svg {
  display: block;
  max-width: 300px;
}
.brand .wordmark {
  max-width: 20vw;
}
.main-menu {
  min-width: 5rem;
}
.main-menu.open .menu-toggle {
  color: #a80000;
}
.main-menu.open .menu-toggle:before,
.main-menu.open .menu-toggle:after {
  width: 100%;
  margin: -0.25rem 0 0 0;
}
.main-menu.open .menu-toggle:before {
  transform: rotate(-45deg);
}
.main-menu.open .menu-toggle:after {
  transform: rotate(45deg);
}
.main-menu.open .menu-panel {
  transform: translate(0, 0);
  pointer-events: all;
}
.main-menu .menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  background: #fff;
  display: none;
  height: 100%;
  transform: translate(100%, 0);
  transition: 250ms ease-in-out;
  pointer-events: none;
  min-height: 100vh;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  font-variation-settings: 'wdth' 75;
  z-index: 1;
  overflow: hidden;
}
.main-menu .menu-panel .menu-panel-header p {
  margin: 0;
  font-weight: 200;
  line-height: 1.2;
  padding: 1rem;
}
.main-menu .menu-panel .menu-panel-content {
  flex: 1 1 auto;
  overflow: auto;
  padding-top: 1rem;
}
.main-menu .menu-panel .menu-panel-title {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
}
.main-menu .menu-panel .menu-panel-title .close a {
  cursor: pointer;
  display: flex;
  background: #a80000;
  color: #fff;
  width: 3rem;
  height: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.main-menu .menu-panel .menu-panel-title .close a svg {
  width: 1rem;
  display: block;
}
.main-menu .menu-panel .menu-panel-title .title {
  margin-left: 1rem;
}
.main-menu .menu-toggle {
  position: relative;
  display: block;
  width: 3rem;
  height: 2rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #fff;
  transition: 250ms all ease-in-out;
}
.main-menu .menu-toggle:before,
.main-menu .menu-toggle:after {
  content: '';
  position: absolute;
  height: 0.4rem;
  background: currentColor;
  border-radius: 2rem;
  width: 100%;
  top: 50%;
  left: 0;
  transition: 250ms all ease-in-out;
}
.main-menu .menu-toggle:before {
  margin-top: -0.8rem;
  width: 75%;
}
.main-menu .menu-toggle:hover:not(.open):before,
.main-menu .menu-toggle:hover:not(.open):after {
  width: 100%;
}
ul.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  z-index: 1;
}
ul.site-menu li {
  margin: 0;
  padding: 0;
}
ul.site-menu li.active > a {
  border-bottom-color: transparent;
}
ul.site-menu li.active ul {
  display: flex;
  flex-direction: column;
}
ul.site-menu li.active ul a {
  padding: 0.5rem;
}
ul.site-menu li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #555;
  font-size: 1.25rem;
}
ul.site-menu li a:hover {
  color: #a80000;
}
ul.site-menu li a svg {
  display: block;
}
ul.site-menu li a .icon svg,
ul.site-menu li a .icon ui-icon {
  display: flex;
  align-items: center;
  width: 2rem;
  margin-right: 0.5rem;
  font-size: 2rem;
}
ul.site-menu li a .name {
  flex: 1 1 auto;
}
ul.site-menu li a .toggle {
  width: 2rem;
  text-align: center;
}
ul.site-menu li a .toggle svg {
  width: 1rem;
}
ul.site-menu li > a {
  border-bottom: 1px solid #eee;
}
ul.site-menu li ul {
  display: none;
  padding-left: 3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
ul.site-menu li ul li a {
  border-bottom: 0;
}
.button,
[appearance="button"] {
  --bg-color: #a80000;
  --text-color: #ffffff;
  display: inline-block;
  background: var(--bg-color);
  color: var(--text-color);
  line-height: 1;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0.25rem;
}
.button[appearance="button"],
[appearance="button"][appearance="button"] {
  padding: 1rem 1.5rem;
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
  font-size: 1rem;
  background: #fff;
}
.card .card-image img {
  max-width: 100%;
}
.card .card-caption {
  padding: 1rem;
}
.card.overlay .card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, #000000);
  padding: 2rem;
  color: #fff;
}
.site-footer {
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #333;
  position: relative;
  overflow: hidden;
  border-top: 8px solid #555;
  color: #ddd;
  --gap: 2rem;
  background-color: #444444;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23414141' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%233d3d3d' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%233a3a3a' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23363636' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23333333' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23303030' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%232c2c2c' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23292929' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23252525' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23222222' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.site-footer .site-footer-inner {
  padding: 2rem 0;
}
.site-footer .row {
  margin-top: 0;
}
.site-footer .row > [class*="col-"] {
  padding-bottom: 0;
}
.site-footer a {
  color: #fff;
}
.site-footer svg path {
  fill: #fff;
}
.site-footer .logos {
  background: #333;
}
.site-footer .logos .row {
  align-items: center;
}
.site-footer .logos ui-svg {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  opacity: 0.75;
}
.site-footer .logos .col-3 {
  border-right: 1px solid #444;
}
.site-footer .logos .col-3:last-child {
  border-right: 0;
}
.site-footer .social {
  line-height: 1;
}
.site-footer .social ui-svg {
  display: block;
  height: 1rem;
}
.footer-links {
  line-height: 1;
  position: relative;
  padding: 1rem 2.5rem;
}
.footer-links .title {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.footer-links nav {
  display: flex;
  flex-direction: column;
  font-size: 90%;
}
.footer-links nav > a {
  padding: 0.25rem 0;
  color: #ddd;
}
@media screen and (max-width: 991px) {
  .header:before {
    max-height: 150px;
  }
  .header-inner {
    flex-wrap: wrap;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .header-inner .brand {
    height: 80px;
    order: 0;
    padding: 0.5rem 1rem;
  }
  .header-inner .brand .wordmark {
    max-width: 150px;
  }
  .header-inner .search-menu {
    order: 1;
  }
  .header-inner .main-menu {
    height: 80px;
    order: 2;
    margin-right: 1rem;
    display: flex;
    align-items: center;
  }
  .header-inner .spacer {
    order: 3;
  }
  .header-inner .quick-menu {
    display: none;
    order: 4;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .header-inner .quick-menu ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
  }
  .header-inner .quick-menu ::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .header-inner .quick-menu > ul {
    white-space: nowrap;
    overflow: auto;
    margin: 0 auto;
  }
  .header-inner .quick-menu > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .header-inner .quick-menu > ul > li > a {
    padding: 0 0.5rem;
    justify-content: center;
  }
  .header-inner .quick-menu > ul > li > a ui-icon {
    margin-left: 0.25rem;
  }
  .header-inner .quick-menu > ul .submenu {
    position: fixed;
    white-space: normal;
    height: 100%;
    padding: 1rem;
    font-size: 2rem;
  }
  .header-inner .quick-menu > ul .submenu > ul {
    flex-direction: column;
  }
  .header-inner .quick-menu > ul .submenu > ul > li span {
    font-size: 1rem;
  }
  .header-inner .quick-menu > ul .submenu > ul > li + li {
    margin-top: 1rem;
  }
}
.embedded-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.embedded-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cover-1 {
  position: relative;
}
.cover-1 .block-inner {
  height: calc(100vh - 6rem);
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-1 .block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.cover-1 .block-video video,
.cover-1 .block-video iframe {
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-1 .block-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/content/themes/nwciowa/assets/img/video-overlay.png);
  background-size: 4px;
}
.cover-1 .caption {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 500%;
  color: #fff;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.cover-1 .caption .line {
  white-space: nowrap;
}
.cover-1 .caption.christmas {
  display: flex;
  font-size: 2rem;
  gap: 3rem;
  width: 80%;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.cover-1 .caption.christmas > div:first-child {
  width: 30%;
}
.cover-1 .caption.christmas > div:first-child + div {
  width: 50%;
  text-align: left;
}
.cover-1 .caption.christmas > div:first-child ui-svg {
  display: block;
}
.cover-1 .caption.christmas .button {
  padding: 1rem;
}
.cover-1 .caption.allnday .logo {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
.cover-1 .caption.allnday .line {
  margin-top: -65px;
}
.cover-1 .caption.allnday .subtext {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.cover-1 .caption.allnday p {
  margin: 1rem 0;
  max-width: 480px;
  margin: 0 auto;
}
.cover-1 .caption.allnday .button {
  display: inline-flex;
  padding: 1rem;
  gap: 0.5rem;
}
.cover-1 .caption.allnday ui-icon {
  display: block;
  vertical-align: middle;
}
.quickmenu-open .cover-1 .caption {
  display: none;
}
@media screen (min-width: 1025px) {
  .cover-1 .caption ui-pen::part(svg) {
    bottom: 17px !important;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .cover-1 .caption.christmas {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.5rem;
    gap: 2rem;
  }
  .cover-1 .caption.christmas > div:first-child {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .cover-1 .block-inner {
    height: calc(100vh - 160px);
  }
  .cover-1 .caption {
    font-size: 300%;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 20px 40px rgba(0, 0, 0, 0.45);
  }
  .cover-1 .caption.christmas {
    flex-direction: column;
    gap: 2rem;
    font-size: 1.5rem;
    width: 100%;
    padding: 0 1rem;
  }
  .cover-1 .caption.christmas > div:first-child {
    width: 90%;
  }
  .cover-1 .caption.christmas > div:first-child ui-svg {
    margin: 0 auto;
  }
  .cover-1 .caption.christmas > div:first-child + div {
    width: 100%;
    text-align: center;
  }
  .cover-1 .caption.christmas > div:first-child ui-svg {
    display: block;
  }
  .cover-1 .caption.christmas .button {
    padding: 1rem;
  }
  .cover-1 .caption.allnday .logo {
    max-width: 200px;
  }
  .cover-1 .caption.allnday .line {
    margin-top: -35px;
  }
}
.apply {
  background-color: #a80000;
  background-image: url(/content/themes/nwciowa/assets/img/bg-texture.png);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.apply .block-inner {
  display: flex;
  align-items: center;
  height: 6rem;
  line-height: 1;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
  max-width: 1260px;
  margin: 0 auto;
}
.apply .title {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-weight: 600;
}
.apply .descr {
  padding: 0 1rem;
  max-width: 500px;
  text-align: center;
  font-size: 1rem;
}
.apply .buttons {
  font-size: 1rem;
  display: flex;
  gap: 1rem;
}
.apply a {
  padding: 0.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 0.25rem;
}
.apply a:hover {
  background: #780000;
  color: #fff;
  border-color: #fff;
}
.apply a ui-svg {
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .apply .block-inner {
    height: auto;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .apply .title {
    width: auto;
    white-space: normal;
    font-size: 1.25rem;
    margin: 0;
    padding: 0 0.5rem;
    text-align: right;
  }
  .apply .descr {
    width: 70%;
    padding: 0 0.5rem;
    text-align: left;
    display: none;
  }
  .apply .buttons {
    flex: 1;
    justify-content: space-evenly;
    gap: 0;
  }
  .apply .buttons a {
    gap: 0.25rem;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .apply .block-inner {
    padding: 1rem;
  }
}
.standout {
  background-color: #ffffff;
}
.standout .block-inner {
  display: flex;
  align-items: center;
  line-height: 1.25;
  justify-content: space-between;
  gap: 2rem;
  padding: 6rem 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.standout .block-inner:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='opacity:.5' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-size: 150%;
  z-index: 0;
  transform: rotate(-45deg);
}
.standout nwc-redpen::part(svg) {
  bottom: -5px !important;
  left: 0 !important;
}
.standout h1 {
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 600;
}
.standout h1 span {
  font-variation-settings: 'wght' 300;
}
.standout p {
  max-width: 680px;
  font-size: 1.25rem;
}
.standout .text,
.standout .video {
  position: relative;
  width: 50%;
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .standout .block-inner {
    padding: 3rem 2rem;
  }
  .standout h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .standout .block-inner {
    flex-wrap: wrap;
    padding: 3rem 2rem;
    text-align: center;
    gap: 0.5rem;
  }
  .standout h1 {
    font-size: 3rem;
    margin-top: 0;
  }
  .standout .text,
  .standout .video {
    width: 100%;
  }
}
.facts {
  background-size: cover;
  font-size: 110%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.facts .block-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.facts .fact-boxes {
  display: flex;
  width: 100%;
  padding: 2rem 1rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
}
.facts .box {
  padding: 2rem;
  color: #333;
  width: 25vw;
  max-width: 350px;
  line-height: 1.2;
  border: 8px solid transparent;
  text-align: center;
}
.facts .box:hover {
  border-color: #a80000;
}
.facts .box:hover .divider {
  width: 100%;
}
.facts .box:hover .divider:before,
.facts .box:hover .divider:after {
  background: #a80000;
}
.facts .box + .box {
  margin-left: 2rem;
}
.facts .box .stat,
.facts .box .title,
.facts .box .divider,
.facts .box .summary {
  display: block;
}
.facts .box .title {
  font-weight: 600;
  white-space: nowrap;
}
.facts .box .stat {
  font-size: 325%;
  font-weight: 600;
  margin: 0;
  color: #a80000;
  white-space: nowrap;
}
.facts .box ui-svg {
  display: block;
  margin: 0 auto;
  color: #333;
}
.facts .box .summary {
  font-size: 80%;
}
.facts .box .divider {
  position: relative;
  width: 60px;
  height: 6px;
  background: #a80000;
  transition: 250ms width ease-in-out;
  margin: 1rem auto;
}
.facts .box .divider:before,
.facts .box .divider:after {
  content: '';
  position: absolute;
  right: -4px;
  width: 20px;
  height: 6px;
  background: transparent;
  transition: 250ms background ease-in-out;
}
.facts .box .divider:before {
  transform: rotate(45deg);
  top: -6px;
}
.facts .box .divider:after {
  transform: rotate(-45deg);
  top: 4px;
}
@media screen and (min-width: 1200px) {
  .facts .box {
    position: relative;
  }
  .facts .box:after {
    content: '';
    position: absolute;
    right: -1.5rem;
    height: 50%;
    border-right: 8px dotted #ddd;
    top: 25%;
  }
  .facts .box:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .facts .box {
    padding: 1rem;
  }
  .facts .box + .box {
    margin-left: 1rem;
  }
  .facts .box .stat {
    font-size: 250%;
  }
  .facts .facts-boxes {
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .facts {
    font-size: 1rem;
  }
  .facts .fact-boxes {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .facts .fact-boxes .box {
    width: 100%/3;
    padding: 0.5rem;
    margin: 0;
  }
  .facts .fact-boxes .box .stat {
    font-size: 275%;
  }
  .facts .fact-boxes .box + .box {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .facts {
    font-size: 1rem;
  }
  .facts .text-with-image {
    padding: 1rem;
    flex-direction: column;
  }
  .facts .text {
    padding: 1rem 0 0 0;
  }
  .facts .fact-boxes {
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
  }
  .facts .fact-boxes .box {
    width: 50%;
    padding: 1rem;
    border-width: 4px;
    margin: 0;
  }
  .facts .fact-boxes .box .stat {
    font-size: 200%;
  }
  .facts .fact-boxes .box .stat ui-svg {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .facts .fact-boxes .box .title {
    font-size: 0.9rem;
  }
  .facts .fact-boxes .box + .box {
    padding: 1rem;
  }
  .facts .fact-boxes .box .summary {
    font-size: 90%;
  }
}
.why-nwc {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='250' x='0' y='0' fill='rgba(168%2c 0%2c 0%2c 1)'%3e%3c/rect%3e%3cpath d='M8 250L258 0L310.5 0L60.5 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M266.6 250L516.6 0L687.6 0L437.6 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M476.20000000000005 250L726.2 0L804.2 0L554.2 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M713.8000000000001 250L963.8000000000001 0L1032.8000000000002 0L782.8000000000001 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M1412 250L1162 0L913 0L1163 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M1201.4 250L951.4000000000001 0L792.4000000000001 0L1042.4 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M954.8 250L704.8 0L523.3 0L773.3 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M719.1999999999999 250L469.19999999999993 0L164.69999999999993 0L414.69999999999993 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M1248.0624123606003 250L1440 58.062412360600376L1440 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M0 250L191.93758763939962 250L 0 58.062412360600376z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1007'%3e%3cstop stop-color='rgba(120%2c 0%2c 0%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(120%2c 0%2c 0%2c 1)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1008'%3e%3cstop stop-color='rgba(120%2c 0%2c 0%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(120%2c 0%2c 0%2c 1)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.why-nwc .block-inner {
  display: flex;
  position: relative;
  z-index: 1;
}
.why-nwc .text {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  padding: 1rem 4rem;
}
.why-nwc .photo svg {
  object-fit: cover;
  width: 100%;
  height: calc(100% + 1rem);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -1rem;
}
.why-nwc .title {
  font-size: 3rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 1rem;
}
.why-nwc .title ui-pen::part(svg) {
  margin-left: 0;
}
.why-nwc .descr {
  padding: 0 2rem;
  max-width: 580px;
  text-align: center;
  line-height: 1.25;
}
.why-nwc .buttons {
  font-size: 1rem;
  display: flex;
  gap: 1rem;
}
.why-nwc a {
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
  border: 2px solid transparent;
  font-weight: 700;
  border-radius: 0;
}
.why-nwc a:hover {
  background: #880000;
}
.why-nwc a ui-svg {
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .why-nwc .block-inner {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .why-nwc .text {
    gap: 1rem;
    padding: 1rem;
  }
  .why-nwc .title {
    text-align: center;
    white-space: normal;
    font-size: 2rem;
  }
  .why-nwc .title ui-pen::part(svg) {
    bottom: -16px !important;
    left: 2px;
  }
  .why-nwc .descr {
    margin-top: 0.5rem;
  }
  .why-nwc .buttons {
    margin-bottom: 1rem;
  }
  .why-nwc .photo svg {
    clip-path: none;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .why-nwc .text {
    padding: 1rem 2rem;
    width: 40%;
  }
  .why-nwc .title {
    font-size: 2.5rem;
    white-space: normal;
    text-align: center;
    line-height: 3rem;
  }
}
.programs {
  padding: 10rem 5rem;
  position: relative;
}
.programs .block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.programs .block-bg:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 100%;
  top: 0;
  left: -20%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='opacity:.5' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-size: 150%;
  z-index: 0;
  transform: rotate(45deg);
}
.programs .block-inner {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.programs .text {
  text-align: center;
}
.programs .text ui-svg {
  display: block;
  margin: 0 auto;
  width: 105%;
}
.programs .line1 {
  font-size: 9rem;
  font-weight: 600;
  color: #a80000;
}
.programs .line2 {
  font-size: 2rem;
  font-weight: 500;
}
.programs .line3 {
  margin-top: 0.5rem;
}
.programs .program-list {
  flex: 1;
  padding-left: 2rem;
  max-width: 1024px;
}
.programs .program-list.is-open .cards {
  visibility: hidden;
}
.programs .cards {
  display: flex;
  gap: 1rem;
}
.programs .card {
  flex: 1 1 auto;
  border: 3px solid rgba(0, 0, 0, 0.1);
}
.programs .card-body {
  padding: 1rem;
  display: flex;
}
.programs .card-body strong {
  flex: 1;
}
.programs .card-body ui-svg {
  width: 1rem;
  color: #a80000;
}
.programs .search-box {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.programs .search-box ui-autocomplete {
  width: 100%;
  --border-color: transparent;
  --border-color-active: transparent;
}
.programs .search-box ui-autocomplete ui-icon {
  font-size: 1.75rem;
  color: #777;
}
.programs .search-box ui-autocomplete[open]::part(base) {
  border-color: transparent;
  outline: 4px solid #a80000;
  padding: 0 0.5rem;
}
.programs .search-box ui-autocomplete::part(input) {
  padding: 0;
}
.programs .search-box ui-autocomplete::part(base) {
  border: 0;
  border-bottom: 2px solid #000;
}
.programs .search-box ui-autocomplete::part(menu) {
  border: 4px solid #ccc;
  margin-top: 6px;
  border-top: 0;
  font-size: 1.2rem;
}
.programs .search-box:focus-within {
  border-bottom-color: transparent;
}
.programs .search-box:focus-within ui-icon {
  color: #a80000;
}
.programs .search-box ui-svg {
  width: 2rem;
  margin: 0 1rem;
  color: #888;
}
.programs .search-box input {
  flex: 1;
  padding: 1rem;
  width: 100%;
  border: 0;
  outline: 0;
  background: none;
  font-size: inherit;
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .programs {
    padding: 3rem;
  }
  .programs .text .line2 {
    font-size: 1.5rem;
  }
  .programs .text ui-svg {
    width: 80%;
    margin: 0 auto;
  }
  .programs .cards {
    flex-direction: column;
  }
  .programs .card {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .programs {
    padding: 1rem;
  }
  .programs .block-inner {
    flex-direction: column;
  }
  .programs .cards {
    flex-direction: column;
  }
  .programs .card {
    flex: none;
    width: 100%;
  }
  .programs .program-list {
    width: 100%;
    padding-left: 0;
  }
  .programs .text .line2 {
    font-size: 1.5rem;
  }
  .programs .text ui-svg {
    width: 80%;
    margin: 0 auto;
  }
}
.outcomes {
  background-size: cover;
  border-top: 1px solid #eee;
}
.outcomes .block-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem 4rem;
  justify-content: space-between;
}
.outcomes h1,
.outcomes h2,
.outcomes h3,
.outcomes h4,
.outcomes h5,
.outcomes h6 {
  font-weight: 700;
  margin: 0;
}
.outcomes h1 {
  font-size: 4rem;
  white-space: nowrap;
  font-weight: 600;
}
.outcomes h1 ui-pen::part(svg) {
  margin-left: -0.5rem;
}
.outcomes h2 {
  font-size: 1.953rem;
}
.outcomes .intro {
  width: 100%;
  text-align: center;
  padding-bottom: 3rem;
}
.outcomes .copy {
  width: 25%;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.outcomes .copy u {
  text-decoration-color: #a80000;
  text-decoration-thickness: 0.25rem;
}
.outcomes .copy h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.outcomes .profiles {
  display: flex;
  align-items: center;
}
.outcomes .slider {
  display: flex;
  margin: 0 auto;
}
.outcomes .slider-wrap {
  margin: 0 auto;
}
.outcomes .slider-item {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 300px;
}
.outcomes .slider-item + .slider-item {
  margin-left: 2%;
}
.outcomes .slider-item img {
  max-width: 100%;
}
.outcomes .slider-item .tag {
  position: absolute;
  display: inline-block;
  background: rgba(187, 0, 0, 0.8);
  top: 0;
  left: 1rem;
  color: #fff;
  padding: 1rem 0.25rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1;
  transform: rotate(180deg);
}
.outcomes .slider-item figure {
  position: relative;
  overflow: hidden;
}
.outcomes .slider-item figure img {
  transition: 500ms transform ease-in-out;
}
.outcomes .slider-item figure:hover figcaption .descr {
  max-height: 500px;
  visibility: visible;
}
.outcomes .slider-item figure:hover img {
  transform: scale(1.2) rotate(5deg);
}
.outcomes .slider-item figure figcaption {
  display: block;
  width: 100%;
  position: absolute;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  padding: 1rem;
  bottom: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85) 45%);
}
.outcomes .slider-item figure figcaption .title {
  display: block;
}
.outcomes .slider-item figure figcaption .descr {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: 650ms visibility ease-in-out, 650ms max-height ease-in-out;
}
.outcomes .slider-item figure figcaption strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.outcomes .learn-more {
  font-size: 2rem;
  text-align: right;
  max-width: 175px;
  position: relative;
  display: flex;
  align-items: center;
}
.outcomes .more {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #252525;
  transform: rotate(180deg);
}
@media (min-width: 992px) and (max-width: 1699px) {
  .outcomes .slider-item {
    width: 225px;
  }
}
@media screen and (max-width: 767px) {
  .outcomes .block-inner {
    padding: 3rem 1rem 1rem 1rem;
  }
  .outcomes .copy {
    width: 100%;
    text-align: center;
  }
  .outcomes .intro {
    padding-bottom: 1rem;
  }
  .outcomes h1 {
    font-size: 2.5rem;
    white-space: normal;
  }
  .outcomes .profiles {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .outcomes .learn-more {
    width: 100%;
    margin: 1rem auto;
  }
  .outcomes .learn-more nwc-svg {
    width: 30px;
    height: 30px;
  }
  .outcomes .learn-more a {
    display: block;
  }
  .outcomes .learn-more a.arrow {
    height: 30px;
  }
  .outcomes .more {
    writing-mode: unset;
    text-orientation: unset;
    margin-right: 1rem;
    transform: none;
  }
  .outcomes .slider-wrap {
    display: flex;
    overflow-x: auto;
  }
  .outcomes .slider-item figure figcaption .descr {
    visibility: visible;
    max-height: 500px;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .outcomes .block-inner {
    padding: 3rem 2rem;
  }
  .outcomes .slider-wrap {
    display: flex;
    overflow-x: auto;
  }
  .outcomes .slider-item {
    width: 260px;
  }
  .outcomes .copy {
    width: 40%;
    padding-right: 1rem;
  }
  .outcomes .profiles {
    width: 60%;
  }
  .outcomes .more {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-right: 1rem;
    transform: none;
  }
  .outcomes .learn-more {
    line-height: 1;
  }
  .outcomes .learn-more nwc-svg {
    width: 40px;
    height: 40px;
  }
}
.news-media {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 2rem;
}
.news-media ui-tabs {
  --base-border-color: transparent;
}
.news-media ui-tab-panel {
  --padding: 0;
}
.news-media ui-tab::part(base) {
  font-weight: 600;
  --border-width: 0;
  --height: 2.5rem;
}
.news-media header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.news-media header h1 {
  margin: 0;
  font-weight: 600;
  font-size: 300%;
}
.news-media header h1 strong {
  font-weight: 900;
  color: #a80000;
}
.news-media header a {
  color: #333;
}
.news-media .news,
.news-media .events {
  display: flex;
  gap: 1rem;
}
.news-media .news .featured,
.news-media .events .featured {
  flex: 1;
}
.news-media .news .featured .card-image,
.news-media .events .featured .card-image {
  width: 100%;
  height: 100%;
}
.news-media .news .featured .card-image img,
.news-media .events .featured .card-image img {
  max-width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-media .cards {
  display: flex;
}
.news-media .cards .card {
  background: none;
}
.news-media .cards .card + .card {
  border-top: 1px solid #ddd;
}
.news-media .news .cards {
  flex-direction: column;
  justify-content: normal;
  max-width: 360px;
}
.news-media .news .more-link {
  padding-left: 1rem;
}
.news-media .more-link {
  display: flex;
  padding-top: 1rem;
}
.news-media .more-link > a {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.news-media .events .cards {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.news-media .events .card {
  background: #fff;
  font-size: 0.85rem;
  width: 25%;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.news-media .events .card h2 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.news-media h1 {
  position: relative;
  margin-bottom: 2rem;
}
.news-media .card {
  font-size: 0.85rem;
}
.news-media .card h2 {
  margin: 0;
  line-height: 1;
  font-size: 110%;
  font-weight: 400;
}
.news-media .card h2 small {
  font-weight: 500;
  opacity: 1;
  font-size: 70%;
  display: block;
  color: #333;
  margin-bottom: 0.5rem;
}
.news-media .card p {
  line-height: 1.2;
}
.news-media .card.overlay {
  font-size: 1rem;
  overflow: hidden;
}
.news-media .card.overlay .card-caption {
  display: flex;
  align-items: center;
  padding: 3rem 2rem 1rem 2rem;
  line-height: 1.2;
  width: 100%;
}
.news-media .card.overlay .details {
  width: 70%;
}
.news-media .card.overlay .link {
  text-align: right;
  flex: 1;
}
.news-media .card.overlay h2 {
  font-size: 180%;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5rem;
}
.news-media .card.overlay h2 a {
  color: #fff;
  border-bottom: 4px solid transparent;
}
.news-media .card.overlay h2:hover a {
  text-decoration: underline;
  text-decoration-color: #a80000;
  text-decoration-thickness: 0.25rem;
}
.news-media footer {
  padding: 3rem 0;
  margin-top: 0;
}
.news-media footer p {
  margin: 0;
  display: flex;
  gap: 2rem;
}
.news-media footer .button {
  font-size: 100%;
  padding: 1rem 1.5rem;
  background: none;
  color: #a80000;
  border: 3px solid #a80000;
}
.news-media .posters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-media .poster {
  width: calc(25% - .5rem);
  position: relative;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  transition: 250ms background ease-in-out;
}
.news-media .poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 250ms mix-blend-mode linear;
}
.news-media .poster:hover {
  background: #a80000;
}
.news-media .poster:hover .caption {
  display: flex;
}
.news-media .poster:hover img {
  mix-blend-mode: color-burn;
}
.news-media .poster .caption {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.news-media .poster .caption ui-icon {
  font-size: 2rem;
}
.news-media .poster .caption > span {
  display: block;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .news-media {
    padding: 2rem 1rem;
  }
  .news-media header {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .news-media h1 {
    margin-bottom: 1rem;
  }
  .news-media .news {
    flex-direction: column;
  }
  .news-media ui-tab-group {
    margin: 1rem 0;
  }
  .news-media section {
    flex-direction: column;
  }
  .news-media .card h2 small {
    font-weight: 600;
  }
  .news-media .card.overlay h2 {
    font-size: 1.5rem;
  }
  .news-media .card.overlay .details {
    width: 100%;
  }
  .news-media .card.overlay p {
    display: none;
  }
  .news-media .events .cards {
    flex-direction: column;
  }
  .news-media .events .cards .card {
    width: 100%;
    background: none;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
  }
  .news-media .events .cards .card + .card {
    padding-top: 1rem;
  }
  .news-media .events .cards .card .card-image {
    width: 100px;
    overflow: hidden;
  }
  .news-media .events .cards .card .card-caption {
    width: calc(100% - 100px);
    padding: 0 0.5rem 0 1rem;
  }
  .news-media .events .cards .card .card-caption p {
    margin-bottom: 0;
  }
  .news-media .poster:hover .caption > span {
    display: none;
  }
}
@media screen and (min-width:768px) and  (max-width: 991px) {
  .news-media .news .cards {
    max-width: 275px;
  }
  .news-media .news .card.overlay .details {
    width: 100%;
  }
  .news-media .news .card.overlay .card-caption p {
    display: none;
  }
  .news-media .events .cards {
    flex-wrap: wrap;
  }
  .news-media .events .cards .card {
    width: 48%;
  }
}
.connect {
  background-color: #a80000;
  background-image: url(/content/themes/nwciowa/assets/img/bg-texture.png);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 2rem;
}
.connect .block-inner {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
  gap: 3rem;
}
.connect .block-inner > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.connect .block-inner > div ui-icon {
  display: block;
}
.connect .block-inner > div.social {
  font-size: 2rem;
}
.connect a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .connect {
    padding: 0 1rem;
    font-size: 1rem;
  }
  .connect .block-inner {
    padding: 1rem 0;
    gap: 1rem;
  }
  .connect .block-inner > div {
    gap: 0.5rem;
  }
  .connect .block-inner > div.social {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .connect .block-inner .divider {
    flex: 1;
  }
  .connect .block-inner .title {
    align-items: center;
  }
  .connect .block-inner .title ui-icon {
    font-size: 2rem;
    height: 1.5rem;
  }
}
.virtual-tour {
  position: relative;
  border-top: 1px solid #eee;
  padding: 0 2rem;
  background: #fff;
}
.virtual-tour.red {
  border-top: 0;
  background-color: #a80000;
  background-image: url(/content/themes/nwciowa/assets/img/bg-texture.png);
  color: #fff;
}
.virtual-tour.red ui-icon {
  color: #fff;
}
.virtual-tour.red .button {
  background: none;
  border: 2px solid #fff;
}
.virtual-tour .block-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.virtual-tour .text {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.virtual-tour ui-icon {
  color: #a80000;
  font-size: 2.5rem;
  display: block;
}
.virtual-tour dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 1rem;
  overscroll-behavior: contain;
}
.virtual-tour dialog .panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  overscroll-behavior: contain;
}
.virtual-tour dialog .panel iframe {
  border: 0;
}
.virtual-tour dialog .panel .body {
  height: 100%;
  width: 100%;
}
.virtual-tour dialog .panel button {
  display: flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: #a80000;
  color: #fff;
  border: 0;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  justify-content: center;
}
.virtual-tour dialog .panel button:hover {
  background: #880000;
}
.virtual-tour dialog .panel button ui-icon {
  display: block;
  color: #fff;
  font-size: 2rem;
}
.virtual-tour dialog[open] {
  display: flex;
}
html.vtour-open {
  overscroll-behavior: none;
}
@media screen and (max-width: 767px) {
  .virtual-tour {
    padding: 1rem;
  }
  .virtual-tour .block-inner {
    height: auto;
    gap: 1rem;
    flex-direction: column;
  }
  .virtual-tour .text {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .quick-menu {
    font-size: 1.1rem;
  }
  .main-menu .menu-panel {
    width: 80%;
  }
}
@media screen and (min-width:992px) and (max-width: 1999px) {
  html ::-webkit-scrollbar {
    width: 0.75rem;
  }
  html ::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: none;
  }
  html ::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
  }
}
@keyframes grow {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.2) translateY(-5%);
  }
}
.footer-contact {
  background: #2c2c2c;
}
.footer-contact .d {
  display: inline-block;
  margin: 0 0.25rem;
}
.footer-contact .d:before {
  content: '|';
}
.footer-contact-inner {
  display: flex;
  padding: 0.5rem 0;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-inner {
    padding: 2rem 1rem;
    text-align: center;
  }
  .site-footer .logos .col-3 {
    border: 0;
  }
  .site-footer .logos ui-svg {
    max-width: 130px;
    margin: 0 auto;
  }
  .site-footer .logos .logo {
    padding: 0.5rem;
  }
  .site-footer .footer-links {
    padding: 1rem;
  }
  .footer-contact-inner {
    padding: 1rem;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-contact .copyright .d:last-child {
    display: none;
  }
  .footer-contact .address {
    display: block;
  }
  .footer-contact .address .d:last-child {
    display: none;
  }
  .footer-contact .links {
    display: block;
    border-top: 1px solid #444;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 1500px;
  }
  html {
    background: #ececec;
    font-size: 20px;
  }
  .site {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
.gradient-text {
  color: #a80000;
}
ui-select {
  --offset-v: 0.5rem;
  --offset-x: 0;
}