html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container-fluid {
  padding: 0px; }

.container-wide {
  width: 100%;
  padding: 0;
  margin: 0; }

.row {
  margin: 0px !important; }

/* Updated June 2023 to Neue Plak for site font */
/* Neue Plak Condensed Bold - Header Font */
/* Neue Plak Narrow Semibold - Body copy font */
/* Neue Plak Text Black - Button Font */
/* Trade Gothic Condensed 18 */
/* Trade Gothic Bold Condensed 20 */
h1 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  text-transform: uppercase; }

h2 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed'; }

h3 {
  font-family: "JuanaSemiBold";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase; }

h4 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  text-transform: uppercase; }

h5 {
  font-family: 'NeuePlakCondensedBold';
  font-style: 'Normal';
  font-stretch: 'Condensed';
  font-weight: 700; }

p {
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed'; }

li {
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed'; }

.centerBlock, .centerBlock--center-center, .centerBlock--center-left, .centerBlock--center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .centerBlock--center-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center; }
    .centerBlock--center-center .container {
      width: auto; }
  .centerBlock--center-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media (max-width: 575px) {
      .centerBlock--center-left {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 40px; } }
  .centerBlock--center-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: right; }
    @media (max-width: 575px) {
      .centerBlock--center-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 40px; } }

.bottomBlock, .bottomBlock--bottom-center, .bottomBlock--bottom-left, .bottomBlock--bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .bottomBlock--bottom-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .bottomBlock--bottom-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bottomBlock--bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.navbarBk {
  background: none;
  padding: 0;
  margin: 0; }
  .navbarBk .container {
    padding: 0px;
    margin: 0px; }
    @media (min-width: 576px) {
      .navbarBk .container {
        max-width: 1024px;
        margin: 0px auto; } }
    @media (min-width: 992px) {
      .navbarBk .container {
        max-width: 1280px; } }
  .navbarBk .centerLogo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 10px; }
    @media (max-width: 575px) {
      .navbarBk .centerLogo .centerLogoLink {
        z-index: 998; } }
    @media (min-width: 576px) {
      .navbarBk .centerLogo .centerLogoLink {
        z-index: 998; } }
    @media (min-width: 992px) {
      .navbarBk .centerLogo .centerLogoLink {
        z-index: 999; } }
  @media (max-width: 575px) {
    .navbarBk .headerLogo {
      width: 52px;
      height: 61px; } }
  @media (min-width: 576px) {
    .navbarBk .headerLogo {
      width: 100px; } }
  @media (min-width: 992px) {
    .navbarBk .headerLogo {
      width: 80px; } }
  .navbarBk .navbar {
    padding: 0;
    margin: 0; }
    @media (max-width: 575px) {
      .navbarBk .navbar {
        padding: 30px 30px; } }
    @media (min-width: 576px) {
      .navbarBk .navbar {
        padding: 20px 30px;
        height: 130px; } }
    @media (min-width: 992px) {
      .navbarBk .navbar {
        padding: 0px 0px;
        height: 110px; } }
    .navbarBk .navbar .nav-item {
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .navbarBk .navbar .nav-item {
          margin-right: 5px;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          text-align: center; } }
    @media (min-width: 992px) {
      .navbarBk .navbar .dropdown {
        position: unset; } }
    .navbarBk .navbar .dropdown .dropdown-menu {
      position: absolute;
      margin: 0px auto;
      top: 72px;
      border: 0;
      border-radius: 0;
      padding: 20px;
      left: 0;
      right: 0;
      height: 150px; }
  @media (max-width: 575px) {
    .navbarBk .navbar-collapse .mobileNavContainer {
      height: 100vh; } }
  @media (min-width: 992px) {
    .navbarBk .navbar-collapse .mobileNavContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .navbarBk .navbar-collapse .mobileNavContainer {
      width: 100%; } }
  @media (max-width: 575px) {
    .navbarBk .navbar-collapse {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      background: #002857;
      padding-top: 80px;
      z-index: 998; } }
  @media (min-width: 576px) {
    .navbarBk .navbar-collapse {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      background: #002857;
      padding: 40px 0px;
      z-index: 998; } }
  @media (min-width: 992px) {
    .navbarBk .navbar-collapse {
      background: transparent; }
      .navbarBk .navbar-collapse .ml-auto {
        width: 440px;
        margin: 0px auto; } }
  @media (min-width: 1200px) {
    .navbarBk .navbar-collapse .ml-auto {
      width: 500px; } }
  @media (max-width: 575px) {
    .navbarBk .navbar-nav .nav-link {
      color: #fff;
      font-size: 40px; } }
  @media (min-width: 576px) {
    .navbarBk .navbar-nav .nav-link {
      color: #fff;
      font-size: 30px; } }
  @media (min-width: 992px) {
    .navbarBk .navbar-nav .nav-link {
      font-size: 18px;
      color: #002857; } }
  @media (max-width: 575px) {
    .navbarBk .navbar-nav {
      text-align: center; } }
  @media (min-width: 576px) {
    .navbarBk .navbar-nav {
      text-align: center; } }

.navbar-toggler {
  border: none;
  background: transparent;
  z-index: 999;
  position: absolute;
  background: #002857;
  border: 0;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 18px; }
  @media (max-width: 575px) {
    .navbar-toggler {
      height: 54px;
      width: 54px;
      right: 20px;
      top: 14px; } }
  @media (min-width: 576px) {
    .navbar-toggler {
      height: 54px;
      width: 54px;
      right: 30px;
      top: 24px; } }
  .navbar-toggler .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #333; }
  .navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 15% 90%;
    transform-origin: 15% 90%; }

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.heroBlock, .heroBlock--fullBlock, .heroBlock--halfBlock, .heroBlock--triBlock {
  position: relative;
  width: 100%;
  background: #fff; }
  .heroBlock--halfBlock {
    padding: 0; }
    @media (max-width: 575px) {
      .heroBlock--halfBlock {
        height: 600px; } }
    @media (min-width: 576px) {
      .heroBlock--halfBlock {
        height: 500px; } }
    @media (min-width: 768px) {
      .heroBlock--halfBlock {
        height: 500px; } }
    @media (min-width: 992px) {
      .heroBlock--halfBlock {
        height: 500px; } }
    .heroBlock--halfBlock .contentBlock {
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .heroBlock--halfBlock .contentBlock {
          margin-bottom: 0;
          padding: 40px;
          background: #666; } }
  .heroBlock--triBlock {
    padding: 0; }
    @media (max-width: 575px) {
      .heroBlock--triBlock {
        height: 300px; } }
    @media (min-width: 576px) {
      .heroBlock--triBlock {
        height: 300px; } }
    @media (min-width: 768px) {
      .heroBlock--triBlock {
        height: 350px; } }
    @media (min-width: 992px) {
      .heroBlock--triBlock {
        height: 450px; } }
    .heroBlock--triBlock h4 {
      font-size: 24px;
      text-transform: uppercase; }
  .heroBlock .container-wide, .heroBlock--fullBlock .container-wide, .heroBlock--halfBlock .container-wide, .heroBlock--triBlock .container-wide {
    width: 100%; }
    .heroBlock .container-wide .row, .heroBlock--fullBlock .container-wide .row, .heroBlock--halfBlock .container-wide .row, .heroBlock--triBlock .container-wide .row {
      margin-left: 0;
      margin-right: 0; }
  @media (max-width: 575px) {
    .heroBlock .contentBlock, .heroBlock--fullBlock .contentBlock, .heroBlock--halfBlock .contentBlock, .heroBlock--triBlock .contentBlock {
      width: 100%; } }
  @media (min-width: 992px) {
    .heroBlock .contentBlock, .heroBlock--fullBlock .contentBlock, .heroBlock--halfBlock .contentBlock, .heroBlock--triBlock .contentBlock {
      width: 100%; } }
  @media (max-width: 575px) {
    .heroBlock .contentBlock h1, .heroBlock--fullBlock .contentBlock h1, .heroBlock--halfBlock .contentBlock h1, .heroBlock--triBlock .contentBlock h1 {
      font-size: 60px; } }

h3 {
  color: #002857; }
  @media (max-width: 575px) {
    h3 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 10px; } }
  @media (min-width: 576px) {
    h3 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 8px; } }

@media (max-width: 575px) {
  p {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 576px) {
  p {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 992px) {
  p {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 22px; } }

.bigBlockHeader {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 575px) {
    .bigBlockHeader {
      margin: 30px auto 0px;
      width: 95%;
      height: 275px; } }
  @media (min-width: 576px) {
    .bigBlockHeader {
      margin: 30px auto 0px;
      width: 95%;
      height: 400px; } }
  @media (min-width: 992px) {
    .bigBlockHeader {
      margin: 40px auto 0px;
      width: 95%;
      height: 550px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .bigBlockHeader {
      margin: 10px auto 0px;
      width: 95%;
      height: 620px;
      padding-bottom: 30px; } }
  @media (min-width: 1440px) {
    .bigBlockHeader {
      margin: 10px auto 0px;
      width: 95%;
      height: 620px;
      padding-bottom: 30px; } }

@media (max-width: 575px) {
  .bigInfoImgBlock {
    width: 100%; } }

@media (min-width: 576px) {
  .bigInfoImgBlock {
    max-width: 900px; } }

@media (min-width: 992px) {
  .bigInfoImgBlock {
    max-width: 865px;
    margin: 0px auto; } }

@media (min-width: 1200px) {
  .bigInfoImgBlock {
    max-width: 940px; } }

@media (min-width: 1440px) {
  .bigInfoImgBlock {
    max-width: 1024px; } }

@media (max-width: 575px) {
  .bigInfoImgBlock .mainProductSilo {
    width: 200px;
    margin-right: 28px; } }

@media (min-width: 576px) {
  .bigInfoImgBlock .mainProductSilo {
    width: 350px;
    margin-right: 60px; } }

@media (min-width: 992px) {
  .bigInfoImgBlock .mainProductSilo {
    width: 466px; } }

@media (min-width: 1200px) {
  .bigInfoImgBlock .mainProductSilo {
    width: 550px; } }

@media (min-width: 1440px) {
  .bigInfoImgBlock .mainProductSilo {
    width: 600px; } }

.bigInfoImgBlock .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .bigInfoImgBlock .textBlock h1 {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    color: #002857;
    text-align: left; }
  @media (max-width: 575px) {
    .bigInfoImgBlock .textBlock {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0px 14px; }
      .bigInfoImgBlock .textBlock h1 {
        font-size: 22px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 20px; } }
  @media (min-width: 576px) {
    .bigInfoImgBlock .textBlock {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .bigInfoImgBlock .textBlock h1 {
        font-size: 22px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-left: 50px;
        padding-bottom: 59px; } }
  @media (min-width: 992px) {
    .bigInfoImgBlock .textBlock {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .bigInfoImgBlock .textBlock h1 {
        font-size: 24px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-left: 0px;
        padding-bottom: 86px; } }
  @media (min-width: 1200px) {
    .bigInfoImgBlock .textBlock {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .bigInfoImgBlock .textBlock h1 {
        font-size: 24px;
        padding-bottom: 100px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-left: 40px; } }
  @media (min-width: 1440px) {
    .bigInfoImgBlock .textBlock h1 {
      padding-bottom: 44px; } }

.specialtyHeroBlock {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575px) {
    .specialtyHeroBlock {
      width: 100%;
      padding: 0px 5%; } }
  @media (min-width: 576px) {
    .specialtyHeroBlock {
      width: 95%; } }
  @media (min-width: 992px) {
    .specialtyHeroBlock {
      width: 95%; } }
  .specialtyHeroBlock h2 {
    color: #002857;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (max-width: 575px) {
      .specialtyHeroBlock h2 {
        font-size: 40px;
        margin-bottom: 14px; } }
    @media (min-width: 576px) {
      .specialtyHeroBlock h2 {
        font-size: 75px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .specialtyHeroBlock h2 {
        font-size: 75px; } }
    @media (min-width: 992px) {
      .specialtyHeroBlock h2 {
        font-size: 100px; } }
    @media (min-width: 1200px) {
      .specialtyHeroBlock h2 {
        font-size: 100px; } }
  .specialtyHeroBlock .singleVideo {
    position: relative; }
  @media (max-width: 575px) {
    .specialtyHeroBlock h3 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 10px; }
    .specialtyHeroBlock p {
      font-size: 18px;
      line-height: 22px; }
    .specialtyHeroBlock .singleVideoHero {
      width: 100%;
      margin-bottom: 20px; }
      .specialtyHeroBlock .singleVideoHero .singleVideo {
        background: #666;
        margin-bottom: 14px;
        display: block; } }
  @media (min-width: 576px) {
    .specialtyHeroBlock .singleVideoHero {
      max-width: 800px;
      margin: 0px auto;
      -ms-flex-item-align: center;
      align-self: center; }
      .specialtyHeroBlock .singleVideoHero .singleVideo {
        margin-bottom: 24px; }
      .specialtyHeroBlock .singleVideoHero .singleVideoCopy {
        padding-left: 40%; } }
  @media (min-width: 768px) {
    .specialtyHeroBlock .singleVideoHero {
      max-width: 800px;
      margin: 0px auto;
      -ms-flex-item-align: center;
      align-self: center; }
      .specialtyHeroBlock .singleVideoHero .singleVideo {
        margin-bottom: 24px; }
      .specialtyHeroBlock .singleVideoHero .singleVideoCopy {
        padding-left: 40%; } }
  @media (min-width: 992px) {
    .specialtyHeroBlock .singleVideoHero {
      max-width: 800px;
      margin: 0px auto;
      -ms-flex-item-align: center;
      align-self: center; }
      .specialtyHeroBlock .singleVideoHero .singleVideo {
        margin-bottom: 24px; }
      .specialtyHeroBlock .singleVideoHero .singleVideoCopy {
        padding-left: 40%; } }
  @media (min-width: 1200px) {
    .specialtyHeroBlock .singleVideoHero {
      max-width: 900px;
      margin: 0px auto 30px;
      -ms-flex-item-align: center;
      align-self: center; }
      .specialtyHeroBlock .singleVideoHero .singleVideo {
        max-width: 900px;
        background: #666;
        margin-bottom: 36px; }
      .specialtyHeroBlock .singleVideoHero .singleVideoCopy {
        padding-left: 44%; } }

.specialtySplitHeroBlock {
  margin: 40px auto; }
  .specialtySplitHeroBlock .row {
    margin: 0px !important; }
  .specialtySplitHeroBlock .col-sm-6 {
    margin: 0;
    padding: 0; }
  .specialtySplitHeroBlock h2 {
    color: #002857;
    text-transform: uppercase; }
  .specialtySplitHeroBlock h4 {
    font-family: 'NeuePlakCondensedBold';
    font-style: 'Normal';
    font-stretch: 'Condensed';
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .specialtySplitHeroBlock h4 {
        font-size: 24px;
        margin-bottom: 6px; } }
  @media (max-width: 575px) {
    .specialtySplitHeroBlock {
      width: 90%; }
      .specialtySplitHeroBlock h2 {
        font-size: 40px; }
      .specialtySplitHeroBlock h4 {
        font-size: 30px;
        margin-bottom: 4px; } }
  @media (min-width: 576px) {
    .specialtySplitHeroBlock h2 {
      font-size: 75px; } }
  @media (min-width: 992px) {
    .specialtySplitHeroBlock {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .specialtySplitHeroBlock h2 {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 100px;
        margin-bottom: 20px;
        line-height: 90px; }
      .specialtySplitHeroBlock ul {
        min-height: 80px; } }
  .specialtySplitHeroBlock .splitHeroTastingNote {
    margin-top: 36px; }
    .specialtySplitHeroBlock .splitHeroTastingNote .row {
      margin: 0px; }
    @media (max-width: 575px) {
      .specialtySplitHeroBlock .splitHeroTastingNote .col-sm-6 {
        width: 50%; } }
  @media (min-width: 576px) {
    .specialtySplitHeroBlock ul {
      margin-bottom: 18px; } }
  @media (min-width: 992px) {
    .specialtySplitHeroBlock ul {
      margin-bottom: 20px; } }
  @media (min-width: 576px) {
    .specialtySplitHeroBlock h4 {
      font-size: 30px; } }
  .specialtySplitHeroBlock li {
    font-family: 'NeuePlakNarrowSemiBold';
    font-style: 'Normal';
    font-stretch: 'Condensed'; }
    @media (max-width: 575px) {
      .specialtySplitHeroBlock li {
        line-height: 20px; } }
    @media (min-width: 576px) {
      .specialtySplitHeroBlock li {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .specialtySplitHeroBlock li {
        font-size: 16px;
        line-height: 20px; } }
  .specialtySplitHeroBlock .lglist {
    font-size: 36px; }
    @media (max-width: 575px) {
      .specialtySplitHeroBlock .lglist {
        margin-bottom: 18px; } }
  .specialtySplitHeroBlock .splitHeroImageBlock {
    overflow: hidden; }
    @media (max-width: 575px) {
      .specialtySplitHeroBlock .splitHeroImageBlock {
        height: 500px;
        margin-bottom: 20px; } }
    @media (min-width: 576px) {
      .specialtySplitHeroBlock .splitHeroImageBlock {
        height: 800px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .specialtySplitHeroBlock .splitHeroImageBlock {
        height: 800px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .specialtySplitHeroBlock .splitHeroImageBlock {
        height: auto;
        margin-bottom: 20px;
        height: 700px; } }
    @media (min-width: 1200px) {
      .specialtySplitHeroBlock .splitHeroImageBlock {
        height: auto;
        margin-bottom: 20px;
        height: 820px; } }
  .specialtySplitHeroBlock .imageBlock {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .specialtySplitHeroBlock .splitHeroCopyBlock {
    margin: 0; }
    @media (max-width: 575px) {
      .specialtySplitHeroBlock .splitHeroCopyBlock {
        width: 95%;
        margin: 0px auto; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h2 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h3 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock p {
          font-size: 18px;
          line-height: 22px; } }
    @media (min-width: 576px) {
      .specialtySplitHeroBlock .splitHeroCopyBlock {
        padding: 0px 80px 0px 40px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h2 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h3 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock p {
          font-size: 18px;
          line-height: 22px; } }
    @media (min-width: 992px) {
      .specialtySplitHeroBlock .splitHeroCopyBlock {
        padding: 0px 80px 0px 40px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h2 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock h3 {
          margin-bottom: 10px; }
        .specialtySplitHeroBlock .splitHeroCopyBlock p {
          font-size: 18px;
          line-height: 22px; } }
  .specialtySplitHeroBlock .disclaimer {
    margin-bottom: 10px; }

@media (max-width: 575px) {
  .backgroundImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media (min-width: 576px) {
  .backgroundImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media (min-width: 992px) {
  .backgroundImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }

.splitVideoBlock .row {
  margin: 0px;
  width: 100%; }

.splitVideoBlock .col-sm-6 {
  padding: 0px; }

@media (max-width: 575px) {
  .splitVideoBlock {
    margin: 10px 0px; } }

@media (min-width: 576px) {
  .splitVideoBlock {
    margin: 40px 0px; } }

@media (min-width: 992px) {
  .splitVideoBlock {
    margin: 60px 0px; } }

@media (max-width: 575px) {
  .splitVideoBlock .splitVideoCopyBlock {
    padding: 20px 30px; } }

@media (min-width: 576px) {
  .splitVideoBlock .splitVideoCopyBlock {
    padding: 20px 30px; } }

@media (min-width: 992px) {
  .splitVideoBlock .splitVideoCopyBlock {
    padding: 0px 60px 0px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.specialtyBackgroundBlock {
  margin: 0px auto; }
  .specialtyBackgroundBlock .tint {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .specialtyBackgroundBlock h2 {
    color: #fff;
    text-transform: uppercase; }
  .specialtyBackgroundBlock h4 {
    color: #fff;
    text-transform: uppercase; }
  .specialtyBackgroundBlock p {
    color: #fff; }
  .specialtyBackgroundBlock .backgroundBlockCopy {
    z-index: 1; }
  @media (max-width: 575px) {
    .specialtyBackgroundBlock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .specialtyBackgroundBlock h2 {
        font-size: 100px;
        line-height: 90px;
        margin: 10px 0px 20px;
        min-height: 360px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .specialtyBackgroundBlock h4 {
        color: #002857;
        font-size: 24px; }
      .specialtyBackgroundBlock p {
        color: #000;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; }
      .specialtyBackgroundBlock .specialtyBackgroundTitle {
        -ms-flex-item-align: center;
        align-self: center; }
      .specialtyBackgroundBlock .specialtyBackgroundCopy {
        background: #fff;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 20px 20px; } }
  @media (min-width: 576px) {
    .specialtyBackgroundBlock {
      height: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .specialtyBackgroundBlock h2 {
        font-size: 80px;
        line-height: 74px;
        width: 95%;
        margin-top: -10px; }
      .specialtyBackgroundBlock h3 {
        font-size: 30px;
        margin-bottom: 18px;
        color: #fff; }
      .specialtyBackgroundBlock h4 {
        font-size: 30px;
        margin-bottom: 18px; }
      .specialtyBackgroundBlock p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; }
      .specialtyBackgroundBlock .backgroundBlockCopy {
        width: 69%;
        margin: 0px auto; }
      .specialtyBackgroundBlock .specialtyBackgroundCopy {
        -ms-flex-item-align: center;
        align-self: center; } }
  @media (min-width: 992px) {
    .specialtyBackgroundBlock {
      height: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .specialtyBackgroundBlock h2 {
        font-size: 100px;
        line-height: 90px;
        width: 95%;
        margin-top: -10px; }
      .specialtyBackgroundBlock h4 {
        font-size: 30px;
        margin-bottom: 18px; }
      .specialtyBackgroundBlock p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px; }
      .specialtyBackgroundBlock .backgroundBlockCopy {
        width: 70%;
        margin: 0px auto; } }
  @media (min-width: 1200px) {
    .specialtyBackgroundBlock {
      height: 800px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .specialtyBackgroundBlock h2 {
        font-size: 120px;
        line-height: 100px;
        width: 95%;
        margin-top: -10px; }
      .specialtyBackgroundBlock h4 {
        font-size: 36px;
        margin-bottom: 20px; }
      .specialtyBackgroundBlock p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px; }
      .specialtyBackgroundBlock .backgroundBlockCopy {
        width: 70%;
        margin: 0px auto; } }

.videoBlock {
  height: auto; }

.btn-primary {
  margin: 14px 0px;
  padding: 10px 48px;
  text-transform: uppercase;
  font-weight: 700; }
  @media (max-width: 575px) {
    .btn-primary {
      padding: 18px 30px;
      width: 90%; } }

.pageBody {
  padding: 80px 0px; }
  .pageBody .bodyBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 575px) {
      .pageBody .bodyBlock {
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .pageBody .bodyBlock {
        padding-right: 72px; } }
    .pageBody .bodyBlock .btn {
      margin-top: auto;
      -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (max-width: 575px) {
    .pageBody {
      padding: 60px 36px; } }
  @media (max-width: 575px) {
    .pageBody h2 {
      font-size: 48px; } }
  @media (min-width: 576px) {
    .pageBody h2 {
      font-size: 52px; } }
  @media (min-width: 992px) {
    .pageBody h2 {
      font-size: 60px; } }
  @media (max-width: 575px) {
    .pageBody h3 {
      font-size: 30px; } }
  @media (min-width: 576px) {
    .pageBody h3 {
      font-size: 42px; } }
  @media (min-width: 992px) {
    .pageBody h3 {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .pageBody h4 {
      font-size: 20px; } }
  @media (min-width: 576px) {
    .pageBody h4 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .pageBody h4 {
      font-size: 20px; } }
  .pageBody h6 {
    font-size: 18px; }
  .pageBody p {
    margin: 16px 0px 22px;
    font-size: 16px;
    line-height: 22px; }

.carouselBlock {
  background: #fff; }
  .carouselBlock .swiper-button-prev {
    left: 14px; }
  .carouselBlock .swiper-button-next {
    right: 14px; }
  .carouselBlock .swiper-button-prev,
  .carouselBlock .swiper-button-next {
    top: 50%; }
  @media (max-width: 575px) {
    .carouselBlock .swiper-button-prev,
    .carouselBlock .swiper-button-next {
      top: 76px !important; } }
  .carouselBlock .sliderContent .slick-dotted {
    margin-bottom: 0px; }
  .carouselBlock .sliderContent .slick-dots {
    bottom: 12px; }
  .carouselBlock .sliderContentBlock {
    width: 75%;
    margin: 0px auto; }
    @media (max-width: 575px) {
      .carouselBlock .sliderContentBlock {
        width: 85%;
        text-align: center; } }
    .carouselBlock .sliderContentBlock h2.timelineYear {
      color: #ccc; }
      @media (max-width: 575px) {
        .carouselBlock .sliderContentBlock h2.timelineYear {
          font-size: 130px; } }
      @media (min-width: 576px) {
        .carouselBlock .sliderContentBlock h2.timelineYear {
          font-size: 240px;
          text-align: center; } }
      @media (min-width: 768px) {
        .carouselBlock .sliderContentBlock h2.timelineYear {
          text-align: left;
          margin: 0;
          padding: 0; } }
      @media (min-width: 992px) {
        .carouselBlock .sliderContentBlock h2.timelineYear {
          font-size: 200px; } }
      @media (min-width: 1200px) {
        .carouselBlock .sliderContentBlock h2.timelineYear {
          font-size: 250px; } }
  .carouselBlock .timelineCopyBlock {
    padding-left: 90px; }
    @media (max-width: 575px) {
      .carouselBlock .timelineCopyBlock {
        padding-left: 0px; }
        .carouselBlock .timelineCopyBlock h3 {
          margin-bottom: 10px; } }
    @media (min-width: 576px) {
      .carouselBlock .timelineCopyBlock {
        padding-left: 0px;
        margin-top: -50px;
        padding-left: 50px;
        text-align: left; }
        .carouselBlock .timelineCopyBlock p {
          font-size: 18px;
          line-height: 22px; } }
    @media (min-width: 992px) {
      .carouselBlock .timelineCopyBlock h3 {
        font-size: 24px;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .carouselBlock .timelineCopyBlock h3 {
        font-size: 26px;
        margin-bottom: 10px; } }
  @media (max-width: 575px) {
    .carouselBlock .timelineImg {
      max-width: 260px;
      margin: 10px auto; } }

.miniFinder {
  background: #333; }
  @media (min-width: 992px) {
    .miniFinder {
      height: 250px;
      padding: 20px 40px; } }
  .miniFinder .zipBox {
    width: 100%;
    max-width: 1024px;
    height: 150px;
    padding: 20px;
    background: #fff; }
    .miniFinder .zipBox .miniZipBox {
      border: 1px solid #000; }
    .miniFinder .zipBox .btn {
      float: right; }

.site-footer {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  font-family: 'NeuePlakNarrowSemiBold';
  font-style: 'Normal';
  font-stretch: 'Condensed'; }
  @media (max-width: 601px) {
    .site-footer {
      background-position: bottom right; } }
  @media (min-width: 1201px) {
    .site-footer .container {
      padding: 0 15px; } }
  @media (max-width: 1201px) {
    .site-footer .container {
      padding: 0 9.375%; } }
  .site-footer .footer-logos {
    margin-top: 160px; }
    @media (max-width: 1201px) {
      .site-footer .footer-logos {
        margin: 30px 0; } }
    .site-footer .footer-logos .logo-img {
      display: inline-block; }
      .site-footer .footer-logos .logo-img img {
        display: block;
        height: 80px;
        margin-right: 30px; }
        @media (max-width: 481px) {
          .site-footer .footer-logos .logo-img img {
            height: 60px;
            margin-right: 20px; } }
      .site-footer .footer-logos .logo-img:last-child img {
        margin-right: 0; }
  .site-footer .footer-text h3 {
    color: #002857;
    margin-top: 10px; }
  .site-footer .footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
    @media (max-width: 1201px) {
      .site-footer .footer-social-links {
        margin: 3px 0 40px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }
    .site-footer .footer-social-links a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px;
      height: 30px; }
      .site-footer .footer-social-links a img {
        display: block;
        height: 16px; }
      @media (max-width: 1201px) {
        .site-footer .footer-social-links a {
          padding: 10px;
          height: 44px; }
          .site-footer .footer-social-links a img {
            height: 18px; } }
  .site-footer .footer-split-nav {
    margin-top: 20px; }
    .site-footer .footer-split-nav:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .footer-split-nav .split-nav {
      font-size: 18px;
      text-transform: uppercase; }
      .site-footer .footer-split-nav .split-nav.left-side {
        float: left; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav.left-side {
            float: none;
            margin-bottom: 30px; } }
        .site-footer .footer-split-nav .split-nav.left-side li {
          margin-right: 30px; }
      .site-footer .footer-split-nav .split-nav.right-side {
        float: right;
        text-align: right; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav.right-side {
            float: none;
            text-align: left; } }
        .site-footer .footer-split-nav .split-nav.right-side li {
          margin-left: 30px; }
          @media (max-width: 1201px) {
            .site-footer .footer-split-nav .split-nav.right-side li {
              margin-left: 0; } }
      .site-footer .footer-split-nav .split-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav ul {
            display: block; } }
        @media (max-width: 1201px) {
          .site-footer .footer-split-nav .split-nav ul li {
            margin-bottom: 10px; }
            .site-footer .footer-split-nav .split-nav ul li:last-child {
              margin-bottom: 0; } }
        .site-footer .footer-split-nav .split-nav ul li a {
          color: #002857;
          text-decoration: none;
          line-height: 1.5;
          position: relative;
          display: block; }
          .site-footer .footer-split-nav .split-nav ul li a:hover:after {
            width: 100%; }
          .site-footer .footer-split-nav .split-nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            width: 0%;
            height: 2px;
            background-color: #002857;
            -webkit-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
            @media (max-width: 1201px) {
              .site-footer .footer-split-nav .split-nav ul li a:after {
                display: none; } }
  .site-footer .footer-blue-row {
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    background-color: #002857;
    margin-top: 35px; }
    .site-footer .footer-blue-row .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-footer .footer-blue-row .footer-copyright {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 1.5; }
      .site-footer .footer-blue-row .footer-copyright .copyright-text,
      .site-footer .footer-blue-row .footer-copyright .copyright-year {
        display: inline-block;
        margin-right: 30px;
        font-family: 'NeuePlakNarrowSemiBold';
        font-style: 'Normal';
        font-stretch: 'Condensed'; }
    @media (max-width: 1201px) {
      .site-footer .footer-blue-row .secondary-footer-nav {
        display: none; } }
    .site-footer .footer-blue-row .secondary-footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-footer .footer-blue-row .secondary-footer-nav ul li {
        margin-left: 30px; }
        .site-footer .footer-blue-row .secondary-footer-nav ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 12px;
          position: relative;
          display: block;
          line-height: 1.5; }
          .site-footer .footer-blue-row .secondary-footer-nav ul li a:hover:after {
            width: 100%; }
          .site-footer .footer-blue-row .secondary-footer-nav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            width: 0%;
            height: 2px;
            background-color: #fff;
            -webkit-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }

.enjoyNotes {
  margin-top: 30px; }

.accordion {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 0px 0px 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  font-family: 'NeuePlakTextBlack';
  font-style: 'Normal';
  font-stretch: 'Normal';
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (max-width: 575px) {
    .accordion {
      font-size: 20px; } }

.faqctive, .accordion:hover {
  background-color: #fff; }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.faqctive:after {
  content: "\2212"; }

.panel {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
  border-bottom: 1px solid #666; }
  .panel p {
    padding-bottom: 24px; }

.panel p {
  padding-top: 14px; }

.imageGroup_trio {
  display: grid;
  position: relative; }
  @media (max-width: 575px) {
    .imageGroup_trio {
      grid-template-columns: repeat(12, 1fr);
      margin-bottom: 24px; } }
  @media (min-width: 576px) {
    .imageGroup_trio {
      grid-template-columns: repeat(12, 1fr);
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .imageGroup_trio {
      grid-template-columns: repeat(12, 1fr); } }
  @media (max-width: 575px) {
    .imageGroup_trio .img_lg {
      grid-column: 1 / span 12;
      grid-row: 1;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 576px) {
    .imageGroup_trio .img_lg {
      grid-column: 1 / span 12;
      grid-row: 1;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 992px) {
    .imageGroup_trio .img_lg {
      grid-column: 1 / span 12;
      grid-row: 1;
      z-index: 1;
      width: 100%; } }
  @media (max-width: 575px) {
    .imageGroup_trio .img_md {
      grid-column: 2/8;
      grid-row: 2;
      margin-top: -55px;
      width: 100%;
      z-index: 2; } }
  @media (min-width: 576px) {
    .imageGroup_trio .img_md {
      grid-column: 2/8;
      grid-row: 2;
      margin-top: -74px;
      width: 100%;
      z-index: 2; } }
  @media (min-width: 992px) {
    .imageGroup_trio .img_md {
      grid-column: 2/8;
      grid-row: 2;
      margin-top: -78px;
      width: 100%;
      z-index: 2; } }
  @media (max-width: 575px) {
    .imageGroup_trio .img_sm {
      grid-column: 12/7;
      grid-row: 2;
      margin-top: -43px;
      width: 100%;
      z-index: 3; } }
  @media (min-width: 576px) {
    .imageGroup_trio .img_sm {
      grid-column: 12/7;
      grid-row: 2;
      margin-top: -55px;
      width: 100%;
      z-index: 3; } }
  @media (min-width: 992px) {
    .imageGroup_trio .img_sm {
      grid-column: 11/7;
      grid-row: 2;
      margin-top: -41px;
      width: 100%;
      z-index: 3; } }

.imageGroup_duo {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  margin: 0px auto;
  width: 100%; }
  @media (max-width: 575px) {
    .imageGroup_duo .img_right {
      grid-column: 1/span 12;
      grid-row: 2;
      z-index: 4;
      width: 100%; } }
  @media (min-width: 576px) {
    .imageGroup_duo .img_right {
      grid-column: 4/span 12;
      grid-row: 2;
      z-index: 2;
      width: 100%; } }
  @media (min-width: 992px) {
    .imageGroup_duo .img_right {
      grid-column: 6/11;
      grid-row: 1;
      z-index: 2;
      width: 100%;
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    .imageGroup_duo .img_right {
      grid-column: 6/11;
      grid-row: 1;
      z-index: 2;
      width: 100%; } }
  @media (max-width: 575px) {
    .imageGroup_duo .img_left {
      grid-column: 1/span 12;
      grid-row: 3;
      margin-top: 20px;
      z-index: 3;
      width: 100%; } }
  @media (min-width: 576px) {
    .imageGroup_duo .img_left {
      grid-column: 1/span 8;
      grid-row: 3;
      margin-top: -70px;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 992px) {
    .imageGroup_duo .img_left {
      grid-column: 5/8;
      grid-row: 2;
      margin-top: -50px;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 1200px) {
    .imageGroup_duo .img_left {
      grid-column: 5/8;
      grid-row: 2;
      margin-top: -50px;
      z-index: 1;
      width: 100%; } }
  @media (max-width: 575px) {
    .imageGroup_duo .textBlock {
      grid-column: 1/span 12;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 576px) {
    .imageGroup_duo .textBlock {
      grid-column: 1/span 12;
      grid-row: 1;
      z-index: 1;
      width: 90%;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .imageGroup_duo .textBlock h4 {
      font-size: 24px;
      margin-bottom: 10px; }
    .imageGroup_duo .textBlock p {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 992px) {
    .imageGroup_duo .textBlock {
      grid-column: 2/6;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .imageGroup_duo .textBlock {
      grid-column: 2/6;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-top: 20px;
      padding-right: 20px; } }

.imageGroup_duo_reverse {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  margin: 0px auto;
  width: 100%; }
  @media (max-width: 575px) {
    .imageGroup_duo_reverse .img_right {
      grid-column: 1/span 12;
      grid-row: 2;
      z-index: 2;
      width: 100%; } }
  @media (min-width: 576px) {
    .imageGroup_duo_reverse .img_right {
      grid-column: 4/span 12;
      grid-row: 2;
      z-index: 2;
      width: 100%; } }
  @media (min-width: 992px) {
    .imageGroup_duo_reverse .img_right {
      grid-column: 2/7;
      grid-row: 1;
      z-index: 2;
      width: 100%;
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    .imageGroup_duo_reverse .img_right {
      grid-column: 2/7;
      grid-row: 1;
      z-index: 2;
      width: 100%; } }
  @media (max-width: 575px) {
    .imageGroup_duo_reverse .img_left {
      grid-column: 1/span 12;
      grid-row: 3;
      margin-top: 20px;
      z-index: 3;
      width: 100%; } }
  @media (min-width: 576px) {
    .imageGroup_duo_reverse .img_left {
      grid-column: 1/span 8;
      grid-row: 3;
      margin-top: -70px;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 992px) {
    .imageGroup_duo_reverse .img_left {
      grid-column: 5/8;
      grid-row: 2;
      margin-top: -50px;
      z-index: 1;
      width: 100%; } }
  @media (min-width: 1200px) {
    .imageGroup_duo_reverse .img_left {
      grid-column: 5/8;
      grid-row: 2;
      margin-top: -50px;
      z-index: 1;
      width: 100%; } }
  @media (max-width: 575px) {
    .imageGroup_duo_reverse .textBlock {
      grid-column: 1/span 12;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 576px) {
    .imageGroup_duo_reverse .textBlock {
      grid-column: 1/span 12;
      grid-row: 1;
      z-index: 1;
      width: 90%;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .imageGroup_duo_reverse .textBlock h4 {
      font-size: 24px;
      margin-bottom: 10px; }
    .imageGroup_duo_reverse .textBlock p {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 992px) {
    .imageGroup_duo_reverse .textBlock {
      grid-column: 8/12;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .imageGroup_duo_reverse .textBlock {
      grid-column: 8/12;
      grid-row: 1;
      z-index: 1;
      width: 100%;
      margin-top: 20px;
      padding-right: 20px; } }

.imageGroupText {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 575px) {
    .imageGroupText {
      padding: 0px 20px 0px; } }
  @media (min-width: 992px) {
    .imageGroupText {
      padding: 0px 120px 0px 20px; } }

.videoScrollContainer {
  margin: 80px auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }
  .videoScrollContainer .scrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px 5%; }
    .videoScrollContainer .scrollBox .scrollGroup {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .videoScrollContainer .scrollBox .scrollGroup h3 {
        font-size: 20px;
        line-height: 28px; }
      .videoScrollContainer .scrollBox .scrollGroup h4 {
        font-size: 24px; }
      .videoScrollContainer .scrollBox .scrollGroup p {
        font-size: 18px; }
      @media (max-width: 575px) {
        .videoScrollContainer .scrollBox .scrollGroup .scrollItem {
          width: 350px; } }

.revealBlock {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .revealBlock.visible {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #002857;
  color: #fff;
  border-radius: 999px; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 100%; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev"; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next"; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.splitVideoBlock video {
  max-width: 100%; }

.specialtyHeroBlock video {
  max-width: 100%; }

video {
  -o-object-fit: cover;
  object-fit: cover; }

.notification-banner {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 30px 50px;
  z-index: 300;
  display: none;
  opacity: 0.8; }
  .notification-banner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .notification-banner .inner .btn {
      float: right; }
      @media (max-width: 575px) {
        .notification-banner .inner .btn {
          padding: 15px;
          font-size: 14px; } }
    .notification-banner .inner .text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 15px; }
      @media (max-width: 575px) {
        .notification-banner .inner .text p {
          font-size: 14px; } }
  @media (max-width: 575px) {
    .notification-banner {
      padding: 25px; } }
