:root {
  --color-primary: #e11121;
  --color-secondary: #223a67;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #3c3c3c;
  --color-light: #e5e5e5;
  --color-error: #e11121;
  --color-facebook: #3b5998;
  --color-twitter: #1da1f2;
  --color-youtube: #cd201f;
  --rgb-primary: 225, 17, 33;
  --rgb-secondary: 34, 58, 103;
  --rgb-white: 255, 255, 255;
  --rgb-black: 0, 0, 0;
  --rgb-dark: 60, 60, 60;
  --rgb-light: 229, 229, 229;
  --bs-gutter-x: 1.125rem;
  --gutter-xs: 6px;
  --gutter-sm: 12px;
  --gutter-default: 16px;
  --gutter-lg: 24px;
  --gutter-xl: 36px;
  --gutter-xxl: 48px;
  --gutter-section: 72px;
  --finger-size-default: 36px;
  --finger-size-xl: 48px;
  --finger-size-xxl: 56px;
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Judson', serif;
  --font-size-default: 1rem;
  --font-size-section: 3rem;
  --font-size-xxl: 2rem;
  --font-size-xl: 1.5rem;
  --font-size-lg: 1.125rem;
  --font-size-md: 1rem;
  --font-size-sm: 0.938rem;
  --font-size-xs: 0.875rem;
  --font-size-x: 0.75rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi_bold: 500;
  --font-weight-bold: 700;
  --box-shadow-default: 0 20px 30px 0 rgba(var(--rgb-dark), 0.1);
  --transition-default: all 300ms ease-in-out; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0; }

button,
fieldset,
iframe {
  border: 0; }

fieldset,
ul,
ol,
button,
menu {
  padding: 0; }

ol,
ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

*:focus {
  outline: none; }

html,
body {
  min-height: 100vh; }

::-webkit-scrollbar {
  display: none; }

html {
  scroll-behavior: smooth; }

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  background-color: #1c1d1e;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-fixed {
    overflow: hidden; }

a {
  transition: 0.15s;
  text-decoration: none; }

address {
  font-style: normal; }

.main {
  flex: 1 0 auto; }

.iframe-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  /*
  @media (min-width: 991px) {
    .iframe-content {
      width: 60%; 
    }
  }
  */

.iframe-responsive {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .iframe-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.iframe-map-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.iframe-map-responsive {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  background-color: var(--color-light);
  position: relative; }
  @media (min-width: 991px) {
    .iframe-map-responsive {
      height: 400px;
      padding-top: 0;
      padding-bottom: 0; } }
  .iframe-map-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  /*transform: scaleX(0);*/
  background-color: var(--color-black);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform-origin: right center;
  /* animation-name: uiCoreAnimationsReveal;*/
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  z-index: 1001;
  -webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.loading.is-hidden {
  /*transform: scaleX(0);*/
  -webkit-animation-name: uiCoreAnimationsReveal;
          animation-name: uiCoreAnimationsReveal;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

@-webkit-keyframes uiCoreAnimationsReveal {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@keyframes uiCoreAnimationsReveal {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@-webkit-keyframes uiCoreAnimationsRevealInversed {
  0% {
    transform: scaleX(0);
    transform-origin: left center; }
  70% {
    transform: scaleX(1);
    transform-origin: left center; }
  to {
    transform: scaleX(1);
    transform-origin: left center; } }

@keyframes uiCoreAnimationsRevealInversed {
  0% {
    transform: scaleX(0);
    transform-origin: left center; }
  70% {
    transform: scaleX(1);
    transform-origin: left center; }
  to {
    transform: scaleX(1);
    transform-origin: left center; } }

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

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

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.outer {
  position: relative; }
  .outer:before {
    display: block;
    content: '';
    width: 100%; }

.inner,
.aspect-ratio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.inner {
  background-position: center center;
  background-repeat: no-repeat; }

.aspect-ratio {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.copyright {
  display: flex;
  margin-top: var(--gutter-default);
  align-items: center;
  color: rgba(var(--rgb-white), 0.7);
  font-size: var(--font-size-xs); }
  @media (min-width: 768px) {
    .copyright {
      margin-top: 0; } }
  @media (hover: hover) {
    .copyright:hover {
      opacity: 0.5; } }
      
      .nav {
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-right: var(--gutter-lg);
  padding-left: var(--gutter-lg);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 0 10px var(--color-dark);
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101; }
  .nav.current {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 576px) {
    .nav {
      padding-right: var(--gutter-xxl);
      padding-left: var(--gutter-xxl); } }
  @media (min-width: 768px) {
    .nav {
      width: 50%; } }
  @media (min-width: 1200px) {
    .nav {
      width: inherit;
      height: inherit;
      padding-top: 0;
      padding-right: 0;
      padding-left: 0;
      margin-left: auto;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      opacity: 1;
      visibility: visible;
      box-shadow: inherit;
      background-color: transparent;
      position: inherit;
      top: inherit;
      left: inherit; } }
  .nav-content {
    height: 100%;
    position: relative; }
    @media (min-width: 1200px) {
      .nav-content {
        display: flex; } }
  @media (min-width: 1200px) {
    .nav-item, .nav-btn {
      position: relative; } }
  @media (min-width: 1200px) and (hover: hover) {
    .nav-item:hover > .nav-subs, .nav-btn:hover > .nav-subs {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 1200px) {
    .nav-item:last-child .nav-link {
      padding-right: 0; } }
  @media (hover: hover) {
    .nav-item:hover > .nav-link {
      color: var(--color-primary); }
    .nav-item:hover.nav-expand > a:after {
      color: var(--color-primary); } }
  .nav-item.current > .nav-link {
    color: var(--color-primary); }
  .nav-item.current.nav-expand > a:after {
    color: var(--color-primary); }
  .nav-item .nav-link {
    border-bottom: 1px solid rgba(var(--rgb-light), 0.3); }
    @media (min-width: 1200px) {
      .nav-item .nav-link {
        border-bottom: none; } }
  .nav-btn.nav-expand > a:after {
    margin-left: auto;
    color: var(--color-primary); }
  @media (min-width: 1200px) {
    .nav-btn .nav-link {
      margin-right: var(--gutter-default);
      margin-left: var(--gutter-default);
      color: var(--color-dark);
      transition: var(--transition-default); } }
  @media (min-width: 1200px) and (hover: hover) {
    .nav-btn .nav-link:hover {
      color: var(--color-primary);
      background-color: rgba(var(--rgb-primary), 0.1); } }
  .nav-link {
    display: flex;
    height: var(--finger-size-xxl);
    color: var(--color-white);
    font-size: var(--font-size-xs);
    font-weight: 600;
    line-height: 1.5em;
    flex-shrink: 0;
    align-items: center; }
    @media (min-width: 1200px) {
      .nav-link {
        height: 80px;
        padding-right: var(--gutter-xs);
        padding-left: var(--gutter-xs); } }
    @media (min-width: 1400px) {
      .nav-link {
        padding-right: var(--gutter-sm);
        padding-left: var(--gutter-sm); } }
  .nav-expand > a:after {
    content: '';
    height: 12px;
    width: 12px;
    margin-right: var(--gutter-xs);
    margin-left: auto;
    color: var(--color-primary);
    border-style: solid;
    border-width: 0 2px 2px 0;
    flex-shrink:0;
    box-sizing: border-box;
    transform: rotate(-45deg); }
    @media (min-width: 576px) {
      .nav-expand > a:after {
        width: 15px;
        height: 15px; } }
    @media (min-width: 1200px) {
      .nav-expand > a:after {
        width: 10px;
        height: 10px;
        margin-right: 0;
        margin-bottom: var(--gutter-xs);
        margin-left: var(--gutter-sm);
        color: var(--color-white);
        transform: rotate(45deg); } }
  .nav-expand.active > .nav-subs {
    visibility: visible;
    transform: translateX(0%); }
    @media (min-width: 991px) {
      .nav-expand.active > .nav-subs__primary {
        transform: translateX(-50%);
      }
    }
  .nav-subs {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    transform: translateX(-100%);
    transition: var(--transition-default);
    visibility: hidden;
    overflow-x:scroll;
    background-color: var(--color-black);
    position: absolute;
    top: 0;
    z-index: 103; }
    @media (min-width: 1200px) {
      .nav-subs {
        width: 350px;
        height: inherit;
        max-height: 600px;
        padding-top: 20px;
        padding-bottom: var(--gutter-sm);
        opacity: 0;
        transform: translateX(0);
        overflow-x:inherit;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
        background-color: var(--color-white);
        top: 100%; } }
    @media (min-width: 1200px) {
      .nav-subs__primary {
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 1200px) {
      .nav-subs__secondary {
        top: 0;
        right: 100%; } }
    @media (min-width: 1200px) {
      .nav-subs .nav-link {
        height: var(--finger-size-xl); } }
    .nav-subs .nav-btn:not(:last-child) .nav-link {
      border-bottom: 1px solid rgba(var(--rgb-light), 0.3); }
      @media (min-width: 1200px) {
        .nav-subs .nav-btn:not(:last-child) .nav-link {
          border-bottom: 1px solid rgba(var(--rgb-primary), 0.3); } }
  .nav-title {
    display: flex;
    height: var(--finger-size-xl);
    margin-bottom: var(--gutter-default);
    padding-left: var(--gutter-xxl);
    align-items: center;
    color: var(--color-primary);
    font-size: 17px;
    font-weight: 700;
    line-height:1.5em;
    flex-shrink:0;
    border-bottom: 1px solid rgba(var(--rgb-primary), 0.5); }
    @media (min-width: 1200px) {
      .nav-title {
        display: none; } }
  .nav-toggle, .nav-back {
    display: flex;
    width: var(--finger-size-xl);
    height: var(--finger-size-xl);
    align-items: center;
    cursor: pointer;
    justify-content: center; }
  .nav-toggle {
    margin-left: auto;
    position: relative;
    z-index: 131; }
    @media (min-width: 1200px) {
      .nav-toggle {
        display: none; } }
    .nav-toggle.is-active span {
      border-color: transparent; }
      .nav-toggle.is-active span:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .nav-toggle.is-active span:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .nav-toggle span {
      display: block;
      width: 30px;
      height: 18px;
      background: transparent;
      border-top: 2px solid;
      border-bottom: 2px solid;
      color: var(--color-white);
      transition: var(--transition-default);
      position: relative; }
      .nav-toggle span:before, .nav-toggle span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: currentColor;
        transform: translate(-50%, -50%);
        transition: var(--transition-default);
        position: absolute;
        top: 50%;
        left: 50%; }
  .nav-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101; }
    @media (min-width: 1200px) {
      .nav-back {
        display: none; } }
    .nav-back:before {
      content: '';
      height: 12px;
      width: 12px;
      margin-right: 12px;
      color: var(--color-primary);
      border-style: solid;
      border-width: 0 2px 2px 0;
      box-sizing: border-box;
      transform: rotate(135deg); }
      @media (min-width: 576px) {
        .nav-back:before {
          width: 15px;
          height: 15px; } }
      @media (min-width: 1200px) {
        .nav-back:before {
          display: none; } }