.droid-sans-regular {
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.droid-sans-bold {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* common default browsers CSS overrides */
html {
  font-size: 10px;
}
body {
  background-color: #ffffff;
  position: relative;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
form,
input,
label,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
label,
button {
  color: inherit;
}
input,
textarea {
  color: #010005;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
a {
  text-decoration: none;
}
.pe {
  width: 100%;
}
.pe .pe-ow {
  max-width: 1768px;
  margin: 0 auto;
}
.pe .pe-ow .pe-iw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 130px;
  padding-right: 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .pe .pe-ow .pe-iw {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1151px) {
  .pe .pe-ow .pe-iw {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .pe .pe-ow .pe-iw {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .pe .pe-ow .pe-iw {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1151px) {
  .pe .pe-ow .pe-iw {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .pe .pe-ow .pe-iw {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 0;
    padding-right: 0;
  }
}
.dark-page-overlay {
  background-color: #010005;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  z-index: 2200;
  pointer-events: none;
}
.main-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2500;
}
body.menu-open {
  overflow: hidden;
  padding-right: 10px;
}
body.menu-open .dark-page-overlay {
  pointer-events: all;
}
body.menu-open .main-menu {
  display: block;
}
body.menu-open .language-switcher {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.header .header-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 8.6vw;
  background-color: #010005;
}
@media only screen and (min-width: 1769px) {
  .header .header-background {
    height: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-background {
    height: 140px;
  }
}
.header .header-ow .header-iw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 1.7vw;
  position: relative;
  color: #ffffff;
  padding-right: calc(130px - 0.5em) !important;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw {
    padding-right: calc(110px - 0.5em) !important;
  }
}
@media only screen and (max-width: 1151px) {
  .header .header-ow .header-iw {
    padding-right: calc(100px - 0.5em) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0 !important;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0 !important;
  }
}
.header .header-ow .header-iw .menu-button-wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 1800px;
  margin: 0 auto;
  z-index: 2500;
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding-left: calc(100px - 0.5em) !important;
    padding-right: calc(100px - 0.5em) !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
  position: absolute;
  top: 8.6vw;
  z-index: 3000;
  right: 80px;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    top: 150px;
    width: 55px;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    right: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    right: 30px;
    bottom: 50px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    right: 10px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    right: 10px;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .menu-button-open a img,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close a img,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-open a svg,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close a svg {
  width: auto;
  margin: 0 auto;
  display: block;
  height: 1.8vw;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open a img,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close a img,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open a svg,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close a svg {
    height: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open a img,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close a img,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-open a svg,
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close a svg {
    height: 18px;
    width: 31px;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .menu-button-open a svg .a,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close a svg .a {
  -webkit-transition: fill 200ms ease-in-out;
  -o-transition: fill 200ms ease-in-out;
  transition: fill 200ms ease-in-out;
}
.header .header-ow .header-iw .menu-button-wrapper .menu-button-open a svg:hover .a,
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close a svg:hover .a {
  fill: #b7042c;
}
.header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .menu-button-wrapper .menu-button-close {
    bottom: auto;
    top: 20px;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .language-switcher {
  position: absolute;
  top: 8.6vw;
  z-index: 3000;
  left: 60px;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    top: 150px;
    width: 55px;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    left: 30px;
    bottom: 50px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    left: 10px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher {
    left: 10px;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}
.header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-text {
  width: 1vw;
  padding-right: 0.6vw;
  line-height: 1.1;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-text {
    width: 20px;
    padding-right: 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-text {
    width: 11px;
    font-size: 10px;
    padding-right: 10px;
  }
}
.header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-flag {
  width: 1.5vw;
  height: auto;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-flag {
    width: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .menu-button-wrapper .language-switcher .language-switch-item .language-switch-flag {
    width: 17px;
  }
}
.header .header-ow .header-iw .header-text-part-1,
.header .header-ow .header-iw .header-text-part-2 {
  text-transform: uppercase;
  width: 40vw;
  font-size: 1.65rem;
  z-index: 2100;
  position: relative;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    width: 43%;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    width: 37vw;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 15px;
    letter-spacing: 6px !important;
    width: 100%;
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 12px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .header-text-part-1,
  .header .header-ow .header-iw .header-text-part-2 {
    font-size: 12px;
  }
}
.header .header-ow .header-iw .header-text-part-1 {
  letter-spacing: 0.6rem;
  text-align: left;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .header-text-part-1 {
    letter-spacing: 0.36em;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .header-text-part-1 {
    letter-spacing: 0.63rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .header-text-part-1 {
    text-align: center;
  }
}
.header .header-ow .header-iw .header-text-part-2 {
  letter-spacing: 0.75rem;
  text-align: right;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .header-text-part-2 {
    letter-spacing: 0.47em;
  }
}
@media only screen and (max-width: 1439px) {
  .header .header-ow .header-iw .header-text-part-2 {
    letter-spacing: 0.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .header-text-part-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.header .header-ow .header-iw .logo {
  text-align: center;
  width: 12vw;
  padding-right: 0.5em;
  z-index: 2100;
  position: relative;
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .logo {
    width: 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .logo {
    padding-top: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .logo {
    width: auto;
  }
}
.header .header-ow .header-iw .logo a {
  display: inline;
}
.header .header-ow .header-iw .logo a img {
  width: 10vw;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .logo a img {
    width: 100px;
  }
}
@media only screen and (min-width: 1769px) {
  .header .header-ow .header-iw .logo a img {
    width: 172px;
  }
}
.footer .footer-ow {
  position: relative;
}
.footer .footer-ow .footer-iw {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.footer .footer-ow .footer-iw .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 32px;
  padding-left: 130px;
  padding-right: 130px;
  text-align: right;
}
@media only screen and (max-width: 1151px) {
  .footer .footer-ow .footer-iw .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1439px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1151px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 480px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1151px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 480px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright {
    padding-bottom: 16px;
  }
}
.footer .footer-ow .footer-iw .copyright .copyright-line-1 {
  padding-right: 0.75em;
  margin-right: 0.25em;
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright .copyright-line-1 {
    border: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-ow .footer-iw .copyright .copyright-line-1,
  .footer .footer-ow .footer-iw .copyright .copyright-line-2 {
    display: block;
  }
}
.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
}
.main-menu .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
}
.main-menu .menu-items ul {
  list-style: none;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 28px;
}
.main-menu .menu-items ul li {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  letter-spacing: 0.1em;
}
.main-menu .menu-items ul li a:hover {
  color: #b7042c;
}
.hero-slider .hero-slider-ow .hero-slider-iw {
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .hero-slider .hero-slider-ow .hero-slider-iw {
    padding-bottom: 32px;
  }
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container {
  height: auto;
  position: relative;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-slide-image {
  width: 100%;
  background-size: cover;
  background-position: top center;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-wrapper .swiper-slide .hero-image-label {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-pagination-bullets {
  top: 0;
  right: 10px;
  left: auto;
  height: 100%;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hero-slider .hero-slider-ow .hero-slider-iw #hero-slider-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw {
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw {
    padding-bottom: 32px;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body {
  padding-top: 168px;
  padding-bottom: 168px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1151px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .background-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010005;
  opacity: 0.6;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
  margin: 0 auto;
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  font-size: 1em;
  opacity: 0.8;
}
@media only screen and (min-width: 1769px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column {
    width: 100%;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column:first-of-type {
  padding-right: 50px;
  border-right: 1px solid #ffffff;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column:first-of-type {
    border-right: none;
    padding-right: 0;
    text-align: center;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column:last-of-type {
  padding-left: 50px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column:last-of-type {
    padding-left: 0;
    text-align: center;
  }
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column a:hover {
  color: #b7042c;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column p {
  padding-bottom: 1em;
}
.text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column p strong {
  font-weight: normal;
  font-size: 1.3em;
}
@media only screen and (max-width: 1439px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column p strong {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column p strong {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1769px) {
  .text-content-in-two-columns .text-content-in-two-columns-ow .text-content-in-two-columns-iw .text-content-in-two-columns-body .body-text .column p strong {
    font-size: 24px;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw {
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw {
    padding-bottom: 32px;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1151px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .background-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010005;
  opacity: 0.6;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .heading {
  position: relative;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .subheading {
  position: relative;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1769px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .subheading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .subheading {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .subheading {
    font-size: 15px;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
  position: relative;
  margin: 0 auto;
  width: 32.5%;
  font-size: 1em;
}
@media only screen and (min-width: 1769px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text {
    width: 80%;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text p,
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text ul {
  padding-bottom: 1em;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text ul {
  padding-left: 1em;
  list-style: none;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text ul li:before {
  content: "\00B7";
  font-size: 30px;
  line-height: 0.75em;
  position: absolute;
  left: 0;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .body-text h4 {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
  position: relative;
  width: 35%;
  margin: 0 auto;
  font-size: 1em;
}
@media only screen and (min-width: 1769px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1439px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper {
    width: 80%;
  }
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper .cta-button {
  padding-left: 1em;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper .cta-button a {
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper .cta-button a:hover {
  color: #b7042c;
}
.text-content-in-one-column .text-content-in-one-column-ow .text-content-in-one-column-iw .text-content-in-one-column-body .cta-button-wrapper .cta-button:before {
  content: "\00B7";
  font-size: 40px;
  line-height: 0.45em;
  color: #b7042c;
  position: absolute;
  left: 0;
}
.filmography .filmography-ow .filmography-iw {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .filmography .filmography-ow .filmography-iw {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film {
  width: 75%;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 1024px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film {
    width: 90%;
  }
}
@media only screen and (max-height: 480px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film {
    width: 90%;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .introduction {
  font-size: 1em;
  color: #979797;
  padding-bottom: 0.5em;
  width: 75%;
}
@media only screen and (min-width: 1769px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .introduction {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .introduction {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .introduction {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .introduction {
    width: 100%;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster {
  font-size: 1em;
  color: #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 1769px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1439px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1024px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie {
    width: 100%;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image {
  position: relative;
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image:hover svg.play-button {
  opacity: 1;
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image svg.play-button {
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 0.3;
  width: 5vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1769px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image svg.play-button {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image svg.play-button {
    width: 80px;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .featured-image img {
  width: 100%;
  height: auto;
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .about-movie {
  padding-top: 0.5em;
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .about-movie .poster-image-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .about-movie .poster-image-mobile {
    display: inline;
    float: right;
    width: 20%;
    min-width: 105px;
    margin-left: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .about-movie .poster-image-mobile {
    width: 33%;
  }
}
@media only screen and (max-height: 480px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .featured-image-and-about-movie .about-movie .poster-image-mobile {
    width: 33%;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .poster-image {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .poster-image {
    display: none;
  }
}
.filmography .filmography-ow .filmography-iw .films-listing .film .featured-image-about-movie-and-poster .poster-image img {
  width: 100%;
  height: auto;
}
.photos-slider .photos-slider-ow .photos-slider-iw {
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .photos-slider .photos-slider-ow .photos-slider-iw {
    padding-bottom: 32px;
  }
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper {
  position: relative;
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper #photos-slider-swiper-container .swiper-wrapper .swiper-slide {
  height: 40vw;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1769px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper #photos-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 690px;
  }
}
@media only screen and (max-width: 1024px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper #photos-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 45vw;
    min-height: 300px;
  }
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .swiper-button-next,
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .swiper-button-prev {
  outline: 0;
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E");
  right: -100px;
  -webkit-transition: background-image 200ms ease-in-out;
  -o-transition: background-image 200ms ease-in-out;
  transition: background-image 200ms ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-next {
    right: -95px;
  }
}
@media only screen and (max-width: 1024px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-next {
    right: 30px;
  }
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b7042c'%2F%3E%3C%2Fsvg%3E");
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E");
  left: -100px;
  -webkit-transition: background-image 200ms ease-in-out;
  -o-transition: background-image 200ms ease-in-out;
  transition: background-image 200ms ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-prev {
    left: -95px;
  }
}
@media only screen and (max-width: 1024px) {
  .photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-prev {
    left: 30px;
  }
}
.photos-slider .photos-slider-ow .photos-slider-iw .photos-slider-swiper-container-wrapper .photos-slider-swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23b7042c'%2F%3E%3C%2Fsvg%3E");
}
.photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container {
  margin-top: 16px;
}
.photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide {
  height: 6vw;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media only screen and (min-width: 1769px) {
  .photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 105px;
  }
}
@media only screen and (max-width: 1439px) {
  .photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 8vw;
  }
}
@media only screen and (max-width: 1151px) {
  .photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide {
    height: 100px;
  }
}
.photos-slider .photos-slider-ow .photos-slider-iw #photos-thumbs-slider-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  border: 1px solid #979797;
}
.section-index {
  display: none;
}
[data-responsive-background-image] img {
  display: none;
}
html {
  font-size: 1vw;
}
body {
  padding-top: 8.6vw;
  background-color: #010005;
  color: #ffffff;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 2000px;
}
@media only screen and (min-width: 1769px) {
  body {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 140px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
h2.heading,
h3.heading {
  position: relative;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.65rem;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1769px) {
  h2.heading,
  h3.heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1439px) {
  h2.heading,
  h3.heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  h2.heading,
  h3.heading {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1769px) {
  h2.heading,
  h3.heading {
    letter-spacing: 0.36em;
  }
}
@media only screen and (max-width: 1439px) {
  h2.heading,
  h3.heading {
    letter-spacing: 0.63rem;
  }
}
@media only screen and (max-width: 1024px) {
  h2.heading,
  h3.heading {
    letter-spacing: 6.5px;
  }
}
h2.heading {
  text-align: center;
  padding-bottom: 40px;
  padding-left: 0.5em;
}
.fade-in {
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.faded-in {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.side-padding-small {
  padding-left: 130px;
  padding-right: 130px;
}
@media only screen and (max-width: 1439px) {
  .side-padding-small {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 1151px) {
  .side-padding-small {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .side-padding-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .side-padding-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .side-padding-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 480px) {
  .side-padding-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-background-image {
  position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
#content {
  position: relative;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #b7042c;
}
