html {
  font-size: 16px;
}

body {
  font-family: "hind", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #131008;
  background-color: #ffffff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "silva-text", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #131008;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1, .h1 {
  font-size: 2.875rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #131008;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #131008;
}

h5, .h5 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #131008;
}

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #131008;
}

.page-title.white {
  color: #fff;
}

.page-title.primary {
  color: #131008;
}

.page-title.secondary {
  color: #131008;
}

.page-title.tertiary {
  color: #F2F2F4;
}

.leading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.leading.white {
  color: #fff;
}

.leading.primary {
  color: #131008;
}

.leading.secondary {
  color: #131008;
}

.leading.tertiary {
  color: #F2F2F4;
}

.subheader {
  font-family: "silva-text", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #131008;
  margin-bottom: -0.5rem;
  display: block;
}

.subheader.white {
  color: #fff;
}

.subheader.primary {
  color: #131008;
}

.subheader.secondary {
  color: #131008;
}

.subheader.tertiary {
  color: #F2F2F4;
}

.pretitle,
.subtitle {
  font-family: "hind", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #131008;
  margin-top: -1rem;
  margin-bottom: -0.5rem;
  display: block;
}

.pretitle.white,
.subtitle.white {
  color: #fff;
}

.pretitle.primary,
.subtitle.primary {
  color: #131008;
}

.pretitle.secondary,
.subtitle.secondary {
  color: #131008;
}

.pretitle.tertiary,
.subtitle.tertiary {
  color: #F2F2F4;
}

.pretitle {
  font-family: "hind", sans-serif;
  font-weight: 600;
  margin-top: 0rem;
  margin-bottom: -1rem;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-style: normal;
  margin: 0 0 1rem 0;
}

span.strong,
b, strong {
  font-weight: 600;
}

a {
  color: #131008;
  text-decoration: none;
  outline: 0 none;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #131008;
  text-decoration: none;
  outline: 0 none;
}

a:link {
  outline: 0 none;
}

.editmode a {
  transition: none;
}

.text-center img {
  display: block;
  margin: 0 auto;
}

.btn, .btn-white, .btn-cta-4, .btn-tertiary, .btn-cta-3, .btn-secondary, .btn-cta-2, .btn-primary, .btn-cta-1 {
  position: relative;
  display: inline-block;
  padding: 12px 1.5rem;
  margin-bottom: 1rem;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  letter-spacing: 0.1em;
  font-family: "silva-text", sans-serif;
  line-height: 1;
}

.btn-primary, .btn-cta-1 {
  color: #fff;
  border-color: #131008;
  background: #131008;
}

.btn-primary.active, .btn-primary:active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-cta-1.active, .btn-cta-1:active, .btn-cta-1.active:focus, .btn-cta-1:active:focus {
  color: #fff;
  border-color: #131008;
  background: #131008;
}

.btn-primary.ghost:hover, .btn-cta-1.ghost:hover {
  color: #fff;
  background: #131008;
}

.btn-primary.active:hover, .btn-primary:active:hover, .btn-primary.ghost, .btn-primary:hover, .btn-primary:focus, .btn-cta-1.active:hover, .btn-cta-1:active:hover, .btn-cta-1.ghost, .btn-cta-1:hover, .btn-cta-1:focus {
  color: #131008;
  border-color: #131008;
  background: none;
}

.btn-secondary, .btn-cta-2 {
  color: #fff;
  border-color: #131008;
  background: #131008;
}

.btn-secondary.ghost:hover, .btn-cta-2.ghost:hover {
  color: #fff;
  background: #131008;
}

.btn-secondary.ghost, .btn-secondary:hover, .btn-secondary:focus, .btn-cta-2.ghost, .btn-cta-2:hover, .btn-cta-2:focus {
  color: #131008;
  border-color: #131008;
  background: none;
}

.btn-tertiary, .btn-cta-3 {
  color: #fff;
  border-color: #F2F2F4;
  background: #F2F2F4;
}

.btn-tertiary.ghost:hover, .btn-cta-3.ghost:hover {
  color: #fff;
  background: #F2F2F4;
}

.btn-tertiary.ghost, .btn-tertiary:hover, .btn-tertiary:focus, .btn-cta-3.ghost, .btn-cta-3:hover, .btn-cta-3:focus {
  color: #F2F2F4;
  border-color: #F2F2F4;
  background: none;
}

.btn-white, .btn-cta-4 {
  color: #333333;
  border-color: #ffffff;
  background: #ffffff;
}

.btn-white.ghost:hover, .btn-cta-4.ghost:hover {
  color: #333333;
  background: #ffffff;
}

.btn-white.ghost, .btn-white:hover, .btn-white:focus, .btn-cta-4.ghost, .btn-cta-4:hover, .btn-cta-4:focus {
  color: #ffffff;
  border-color: #ffffff;
  background: none;
}

.btn:focus, .btn-primary:focus, .btn-cta-1:focus, .btn-secondary:focus, .btn-cta-2:focus, .btn-tertiary:focus, .btn-cta-3:focus, .btn-white:focus, .btn-cta-4:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}

.btn-lg {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.btn-full-width {
  width: 100%;
  text-align: left;
}

.btn-icon {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 4rem;
  text-align: left;
}

.btn-icon:after {
  position: absolute;
  font: normal normal normal 1.375rem/1 FontAwesome;
  content: "\f105";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.ccm-inline-toolbar-button .btn, .ccm-inline-toolbar-button .btn-primary, .ccm-inline-toolbar-button .btn-cta-1, .ccm-inline-toolbar-button .btn-secondary, .ccm-inline-toolbar-button .btn-cta-2, .ccm-inline-toolbar-button .btn-tertiary, .ccm-inline-toolbar-button .btn-cta-3, .ccm-inline-toolbar-button .btn-white, .ccm-inline-toolbar-button .btn-cta-4,
p .btn,
p .btn-primary,
p .btn-cta-1,
p .btn-secondary,
p .btn-cta-2,
p .btn-tertiary,
p .btn-cta-3,
p .btn-white,
p .btn-cta-4 {
  margin-bottom: 0;
}

.container-highlight {
  position: relative;
  background: #f2f2f4;
}

.container-highlight.primary {
  background: #131008;
  color: #fff;
}

.container-highlight.secondary {
  background: #131008;
  color: #fff;
}

.container-highlight.tertiary {
  background: #F2F2F4;
  color: #fff;
}

.img-left img,
.text-left img {
  margin: 0 auto 0 0;
}

.img-right img,
.text-right img {
  margin: 0 0 0 auto;
}

.img-center img,
.text-center img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .img-left img,
  .img-right img,
  .text-left img,
  .text-right img {
    margin: 0 auto;
  }
}
.indent {
  display: block;
  margin-left: 10%;
}

@media (min-width: 768px) {
  .indent {
    margin-left: 100px;
  }
}
.margin-100 {
  margin: 100px 0;
}

.margin-90 {
  margin: 90px 0;
}

.margin-80 {
  margin: 80px 0;
}

.margin-70 {
  margin: 70px 0;
}

.margin-60 {
  margin: 60px 0;
}

.margin-50 {
  margin: 50px 0;
}

.margin-45 {
  margin: 45px 0;
}

.margin-40 {
  margin: 40px 0;
}

.margin-30 {
  margin: 30px 0;
}

.margin-20 {
  margin: 20px 0;
}

.margin-15 {
  margin: 15px 0;
}

.margin-10 {
  margin: 10px 0;
}

.margin-0 {
  margin: 0;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-0 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .margin-sm-0 {
    margin: 0;
  }
  .margin-sm-15 {
    margin: 15px 0;
  }
  .margin-sm-30 {
    margin: 30px 0;
  }
  .margin-top-sm-0 {
    margin-top: 0;
  }
  .margin-top-sm-15 {
    margin-top: 15px;
  }
  .margin-top-sm-30 {
    margin-top: 30px;
  }
  .margin-bottom-sm-0 {
    margin-bottom: 0;
  }
  .margin-bottom-sm-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-sm-30 {
    margin-bottom: 30px;
  }
}
.ccm-page label {
  font-family: "silva-text", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.ccm-page .form-actions label {
  display: none;
}

@media (min-width: 1230px) {
  .ccm-page .form-row-template .fields {
    margin: 0 -15px;
  }
  .ccm-page .form-row-template .form-group {
    margin-bottom: 0;
    padding: 0 15px;
    float: left;
    width: 25%;
  }
  .ccm-page .form-row-template .form-group label {
    font-size: 1.5rem;
  }
  .ccm-page .form-row-template .form-group.field-radios {
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .ccm-page .form-row-template .form-group.field-radios label {
    width: 100%;
  }
  .ccm-page .form-row-template .form-group.field-radios .radio {
    float: left;
    margin: 15px 15px 0 0;
  }
  .ccm-page .form-row-template .form-group.field-radios .radio label {
    font-size: 1.125rem;
  }
  .ccm-page .form-row-template .form-actions label {
    display: block;
  }
  .ccm-page .form-row-template .btn, .ccm-page .form-row-template .btn-primary, .ccm-page .form-row-template .btn-cta-1, .ccm-page .form-row-template .btn-secondary, .ccm-page .form-row-template .btn-cta-2, .ccm-page .form-row-template .btn-tertiary, .ccm-page .form-row-template .btn-cta-3, .ccm-page .form-row-template .btn-white, .ccm-page .form-row-template .btn-cta-4 {
    width: 100%;
  }
}
.ccm-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 1rem;
}

.ccm-page .alert {
  border-radius: 0;
}

.ccm-page .alert.alert-danger {
  border-color: #d83636;
  background: none;
}

.ccm-page .form-control,
.ccm-page textarea {
  border: 2px solid #131008;
  padding: 12px 1rem;
  border-radius: 0;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  color: #131008;
  box-shadow: none;
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .ccm-page .form-control,
  .ccm-page textarea {
    margin-bottom: 0;
  }
}
.has-success .form-control {
  border-color: #d83636;
  color: #d83636;
}

.has-error .form-control {
  border-color: #d83636;
  color: #d83636;
}

.div.alert-error, div.alert-danger {
  border: 2px solid #d83636 !important;
  background-color: #E4B5B5 !important;
}

.has-error .form-control:focus {
  box-shadow: none;
}

.form-control:focus {
  border: 2px solid #333;
}

.slider_form-modal {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 30px;
  z-index: 1200;
}

.slider_form-modal .btn-secondary {
  color: #131008;
}

.slider_form-modal .btn-secondary:hover {
  color: #131008;
}

.modal .h2 {
  color: #fff;
}

.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131008;
  color: #fff;
  transform: scale(0);
  -webkit-transition: opacity 0.2s, transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s ease-out;
  z-index: -1;
  display: block;
}

.modal.is-visible {
  z-index: 1200;
  opacity: 1;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s ease-out;
}

.modal .outer {
  display: table;
  width: 100%;
  height: 100%;
}

.modal .inner {
  display: table-cell;
  vertical-align: middle;
}

.btn-modal--close {
  cursor: pointer;
  position: absolute;
  color: #fff;
  top: 2em;
  right: 2em;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 50%;
  font-size: 18px;
}

.logo-container picture {
  float: left;
  width: 50%;
  padding: 15px;
}

@media (min-width: 480px) {
  .logo-container picture {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .logo-container picture {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .logo-container picture {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .logo-container picture {
    width: 25%;
  }
}
.logo-container picture {
  transition: all 0.5s ease-in-out;
}

.logo-container picture:hover {
  opacity: 0.8;
}

.footer {
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
}

@media (min-width: 767px) {
  .footer {
    text-align: left;
  }
  .footer .column-2 {
    text-align: right;
  }
}
.footer a {
  color: #131008;
}

.footer a:hover {
  color: #131008;
}

.footer p {
  font-size: 1rem;
  margin: 0;
  line-height: 50px;
}

/* Swiper Slider Default hover settings */
.swiper-container-wrapper .swiper-button-prev,
.swiper-container-wrapper .swiper-button-next,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  opacity: 0.9;
  -webkit-transition: opacity 400ms, -webkit-transform 300ms, padding 300ms;
  transition: opacity 400ms, transform 300ms, padding 300ms;
}

.swiper-container-wrapper .swiper-button-prev,
.swiper-container .swiper-button-prev,
.swiper-container-wrapper .swiper-button-next,
.swiper-container .swiper-button-next {
  -webkit-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

.swiper-container-wrapper:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-prev {
  -webkit-transform: translateX(-10%) translateY(-50%);
  -ms-transform: translateX(-10%) translateY(-50%);
  transform: translateX(-10%) translateY(-50%);
  opacity: 1;
}

.swiper-container-wrapper:hover .swiper-button-next,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(10%) translateY(-50%);
  -ms-transform: translateX(10%) translateY(-50%);
  transform: translateX(10%) translateY(-50%);
  opacity: 1;
}

.swiper-container-wrapper.vertical .swiper-button-prev,
.swiper-container-vertical .swiper-button-prev {
  -webkit-transform: translateX(0%) translateY(-10%);
  -ms-transform: translateX(0%) translateY(-10%);
  transform: translateX(0%) translateY(-10%);
}

.swiper-container-wrapper.vertical .swiper-button-next,
.swiper-container-vertical .swiper-button-next {
  -webkit-transform: translateX(0%) translateY(10%);
  -ms-transform: translateX(0%) translateY(10%);
  transform: translateX(0%) translateY(10%);
}

.swiper-container-wrapper.vertical:hover .swiper-button-prev,
.swiper-container-vertical:hover .swiper-button-prev,
.swiper-container-wrapper.vertical:hover .swiper-button-next,
.swiper-container-vertical:hover .swiper-button-next {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}

/* Swiper Slider Default Styles  */
.swiper-swiper-wrapper {
  position: relative;
}

.swiper-container {
  width: 100%;
}

.swiper-container--content,
.swiper-container--hero {
  height: 100vh;
  max-height: 100vh;
  min-height: 500px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .swiper-container--content,
  .swiper-container--hero {
    height: 100vh !important;
    max-height: 65vh !important;
    min-height: 500px !important;
  }
}
.swiper-overlay-slide,
.swiper-slide {
  position: relative;
  text-align: center;
  background: #fff no-repeat center center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide__outer {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Buttons */
.swiper-button-prev, .swiper-button-next {
  background: none;
  border: 2px solid transparent;
  color: #428bca;
  font-size: 2rem;
  line-height: 1rem;
  text-align: center;
  margin: 0;
  padding: 18px;
  transition: color 300ms, width 300ms;
  transform: translateY(-50%);
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    padding: 8px;
  }
}
.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev i,
.swiper-button-next i {
  width: 2rem;
  font-size: 2.875rem;
}

.swiper-container .container-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper-container .container-nav .swiper-button-prev {
  margin-left: 15px;
}

.swiper-container .container-nav .swiper-button-next {
  margin-right: 15px;
}

/* Button Styles */
.swiper-button-icon.swiper-button-next,
.swiper-button-icon.swiper-button-prev {
  background: transparent;
  border: 2px solid transparent;
  color: #131008;
}

.swiper-button-border.swiper-button-next,
.swiper-button-border.swiper-button-prev {
  background: transparent;
  border: 2px solid #131008;
  color: #131008;
}

.swiper-button-border-round.swiper-button-next,
.swiper-button-border-round.swiper-button-prev {
  background: transparent;
  border: 2px solid #131008;
  color: #131008;
  border-radius: 100%;
}

.swiper-button-fill.swiper-button-next,
.swiper-button-fill.swiper-button-prev {
  background: #131008;
  border: 2px solid #131008;
  color: #fff;
}

.swiper-button-fill-round.swiper-button-next,
.swiper-button-fill-round.swiper-button-prev {
  background: #131008;
  border: 2px solid #131008;
  color: #fff;
  border-radius: 100%;
}

/* Buttons Disabled */
.swiper-container .swiper-button-disabled,
.swiper-container-wrapper .swiper-button-disabled {
  opacity: 0.5 !important;
}

/* Pagination */
.swiper-container-horizontal .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal .swiper-pagination-fraction {
  transition: initial;
  line-height: 1;
  padding: 5px 15px;
  background: #fff;
  right: 0;
  bottom: 0;
  left: auto;
  left: initial;
  width: auto;
}

.swiper-container--hero.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 80px;
}

.swiper-pagination-bullet {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: #fff;
}

.swiper-pagination-square {
  line-height: 0;
}

.swiper-pagination-square.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  width: 70px;
  height: 3px;
  border-radius: 0;
}

.swiper-pagination-square.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 767px) {
  .swiper-pagination-square.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 45px;
  }
}
/* Title */
.swiper__title {
  font-weight: 300;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.swiper-container-wrapper--content,
.swiper-container-wrapper--hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  z-index: 1;
}

.swiper-container--content,
.swiper-container--hero {
  position: relative;
  overflow: visible;
  /*
  &:before{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    height:100%;
    content:"";
    display: block;
    background:url('../svg/ribbon-hoogveld.svg') center center no-repeat;
    background-size:cover;
    z-index:11;
  }
  */
}

.swiper__logo--content img,
.swiper__logo--hero img {
  max-width: 100%;
}

.swiper__title--content,
.swiper__subtitle--content,
.swiper__description--content,
.swiper__title--hero,
.swiper__subtitle--hero,
.swiper__description--hero {
  color: #fff;
}

.swiper__title--content,
.swiper__subtitle--content,
.swiper__title--hero,
.swiper__subtitle--hero {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem 0;
  line-height: 3rem;
}

.swiper__subtitle--content,
.swiper__subtitle--hero {
  margin-bottom: 1.5rem;
}

.swiper__description--content,
.swiper__description--hero {
  font-size: 1.067rem;
}

.swiper-slide__inner__content--content,
.swiper-slide__inner__content--hero {
  text-align: center;
}

@media (max-width: 1229px) {
  .swiper-slide__inner__content--content,
  .swiper-slide__inner__content--hero {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .swiper__subtitle--content,
  .swiper__title--content,
  .swiper__subtitle--hero,
  .swiper__title--hero {
    font-size: 4.267rem;
    line-height: 4.267rem;
    margin-bottom: 1rem;
  }
  .swiper__subtitle--content,
  .swiper__subtitle--hero {
    margin-bottom: 1.5rem;
  }
  .swiper__description--content,
  .swiper__description--hero {
    font-size: 1.2rem;
  }
}
.swiper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 9;
}

.swiper-overlay-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent no-repeat center center;
  background-size: cover;
}

.swiper-container--content {
  height: auto;
}

.swiper-container--content .swiper-slide--content {
  color: #fff;
  margin: 0;
}

.swiper-container--content .swiper-slide--content .swiper__title--content {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.swiper-container--content .swiper-slide--content .swiper__subtitle--content {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.swiper-container--content .swiper-slide--content .swiper__description--content p {
  color: #fff;
}

@media (min-width: 768px) {
  .swiper-container--content .swiper-slide--content .swiper__description--content {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .swiper-container--content .swiper-slide--content .swiper__description--content {
    margin: 0 auto;
  }
}
.swiper-container--content50 {
  height: auto;
}

.swiper-container--content50 .swiper-slide {
  transform: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  .swiper-container--content50 .swiper-slide {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
}
.swiper-container--content50 .swiper-slide--content50 .swiper__content {
  text-align: left;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content .swiper__title--content50 h2 {
  font-size: 2.375rem;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content .to-next {
  left: 30px;
  top: 15px;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content .to-next:after {
  left: 0;
  transform: translateX(0) translateY(-50%);
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content blockquote {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .swiper-container--content50 .swiper-slide--content50 .swiper__content {
    width: 75%;
    margin: 0 auto;
    float: none;
  }
}
.swiper-container--content50 .swiper-slide--content50 .swiper__content-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 50%;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content-logo p {
  margin: 0;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content-logo img {
  width: 170px;
  height: 170px;
}

.swiper-container--content50 .swiper-slide--content50 .swiper__content-image {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .swiper-container--content50 .swiper-slide--content50 .swiper__content-image {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .swiper-container--content50 .swiper-slide--content50 .swiper__content-image {
    width: 50%;
    height: 100%;
    opacity: 1;
  }
}
.swiper-container--content50 .swiper-slide--content50-right .swiper__content-logo {
  left: 0;
}

.swiper-container--content50 .swiper-slide--content50-right .swiper__content-image {
  left: 0;
  top: 0;
}

.swiper-container--content50 .swiper-slide--content50-right .swiper__content {
  padding-left: 30px;
}

.swiper-container--content50 .swiper-slide--content50-left .swiper__content-logo {
  right: 0;
}

.swiper-container--content50 .swiper-slide--content50-left .swiper__content-image {
  right: 0;
  left: auto;
  left: initial;
  top: 0;
}

.swiper-container--content50 .swiper-slide--content50-left .swiper__content {
  padding-right: 30px;
}

.swiper-container--content50 .swiper-slide--content50-center {
  opacity: 0.3;
}

.swiper-container--content50 .swiper-slide--content50 .container {
  margin: 0;
}

@media (max-width: 767px) {
  .swiper-container--content50 .swiper-slide--content50 .swiper__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-container--content50 .swiper-slide--content50 .swiper__content-logo {
    top: 50px;
    width: 100%;
  }
  .swiper-container--content50 .swiper-slide--content50 .swiper__content-logo img {
    width: 50px;
    height: 50px;
  }
}
.swiper-container--content50.has-pagination {
  padding: 0 0 75px 0;
}

.swiper-container--content50.has-pagination .swiper-button-next,
.swiper-container--content50.has-pagination .swiper-button-prev {
  margin-top: -37px;
}

.swiper-container--content50 .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: -30px;
  line-height: 0;
  margin-bottom: 0;
}

.swiper-container--content50 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border: 2px solid #131008;
}

.swiper-container--content50 .swiper-pagination .swiper-pagination-bullet-active {
  background: #131008;
}

.swiper-container--gallery-wrapper,
.swiper-container--carousel-wrapper {
  overflow: hidden;
}

.swiper-container--gallery-wrapper .swiper-container--gallery,
.swiper-container--gallery-wrapper .swiper-container--carousel,
.swiper-container--carousel-wrapper .swiper-container--gallery,
.swiper-container--carousel-wrapper .swiper-container--carousel {
  margin: 30px 0;
}

.swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
.swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
.swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
.swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f9f9f9;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1680px) {
  .swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 1679px) {
  .swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
    width: 33%;
  }
}
@media (max-width: 1439px) {
  .swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide,
  .swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide {
    width: 90%;
  }
}
.swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide.contained,
.swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide.contained,
.swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide.contained,
.swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide.contained {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide .lg-thumbnail,
.swiper-container--gallery-wrapper .swiper-container--carousel .swiper-slide .lg-thumbnail,
.swiper-container--carousel-wrapper .swiper-container--gallery .swiper-slide .lg-thumbnail,
.swiper-container--carousel-wrapper .swiper-container--carousel .swiper-slide .lg-thumbnail {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.swiper-container--gallery-wrapper .swiper-pagination,
.swiper-container--carousel-wrapper .swiper-pagination {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.swiper-container--gallery-wrapper .swiper-pagination .swiper-pagination-bullet,
.swiper-container--carousel-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border: 2px solid #131008;
}

.swiper-container--gallery-wrapper .swiper-pagination .swiper-pagination-bullet-active,
.swiper-container--carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #131008;
  border: 2px solid #131008;
}

.lg-outer .lg-thumb-item {
  border-radius: 0 !important;
}

.swiper-container--gallery .swiper-slide .zoom-image,
.swiper-container--carousel .swiper-slide .zoom-image {
  position: absolute;
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.swiper-container--gallery .swiper-slide .zoom-image i,
.swiper-container--carousel .swiper-slide .zoom-image i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.swiper-container--gallery .swiper-slide:hover .zoom-image,
.swiper-container--carousel .swiper-slide:hover .zoom-image {
  opacity: 1;
  background: rgba(19, 16, 8, 0.5);
}

@media (max-width: 767px) {
  .swiper-container--gallery-wrapper .swiper-container-multirow {
    min-height: 320px !important;
    height: 50vh !important;
  }
}
.swiper-container--gallery-wrapper .swiper-button-prev, .swiper-container--gallery-wrapper .swiper-button-next {
  margin-top: 5px;
}

.swiper-container--gallery-wrapper,
.swiper-container--carousel-wrapper {
  position: relative;
  /* Navigation Bullets */
}

.swiper-container--gallery-wrapper .swiper-content-wrapper,
.swiper-container--carousel-wrapper .swiper-content-wrapper {
  text-align: center;
  padding: 0;
}

.swiper-container--gallery-wrapper .swiper-content-wrapper h1, .swiper-container--gallery-wrapper .swiper-content-wrapper h2,
.swiper-container--carousel-wrapper .swiper-content-wrapper h1,
.swiper-container--carousel-wrapper .swiper-content-wrapper h2 {
  font-size: 2.875rem;
}

.swiper-container--gallery-wrapper .swiper-container--gallery,
.swiper-container--gallery-wrapper .swiper-container--carousel,
.swiper-container--carousel-wrapper .swiper-container--gallery,
.swiper-container--carousel-wrapper .swiper-container--carousel {
  margin: 0 auto;
}

.swiper-container--gallery-wrapper .swiper-pagination,
.swiper-container--carousel-wrapper .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 0;
  line-height: 0;
  margin-bottom: 0;
}

.swiper-container--gallery-wrapper.has-background,
.swiper-container--carousel-wrapper.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.swiper-container--gallery-wrapper.has-background .swiper-content-wrapper *,
.swiper-container--carousel-wrapper.has-background .swiper-content-wrapper * {
  color: #fff;
}

.swiper-container--gallery-wrapper.has-pagination,
.swiper-container--carousel-wrapper.has-pagination {
  padding-bottom: 0;
}

.swiper-container--gallery-wrapper.has-pagination .swiper-pagination,
.swiper-container--carousel-wrapper.has-pagination .swiper-pagination {
  margin-top: 30px;
}

.swiper-container--gallery-wrapper.has-content.has-background,
.swiper-container--carousel-wrapper.has-content.has-background {
  padding-bottom: 30px;
}

.swiper-container--gallery-wrapper.has-content.has-background .swiper-content-wrapper,
.swiper-container--carousel-wrapper.has-content.has-background .swiper-content-wrapper {
  padding-top: 15px;
}

.swiper-container--gallery-wrapper.has-pagination.has-content.has-background,
.swiper-container--carousel-wrapper.has-pagination.has-content.has-background {
  padding-bottom: 0;
}

.swiper-container--gallery-wrapper.has-pagination.has-content.has-background .swiper-pagination,
.swiper-container--carousel-wrapper.has-pagination.has-content.has-background .swiper-pagination {
  padding-bottom: 30px;
}

.swiper-container .zoom-image-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.swiper-container .zoom-image-meta .zoom-image-title {
  font-size: 1rem;
  padding: 0 15px;
}

.swiper-container .zoom-image-meta .zoom-image-description {
  font-size: 1.2rem;
  padding: 0 15px;
  font-weight: 600;
}

.swiper-container .link-wrap .zoom-image {
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

.swiper-container .link-wrap .link-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(19, 16, 8, 0.25);
  opacity: 0;
}

.swiper-container .link-wrap .link-page .link-title {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 15px;
  font-weight: 600;
}

.swiper-container .link-wrap .link-page .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}

.swiper-container .link-wrap .link-page:hover {
  opacity: 1;
}

.swiper-container .link-wrap .link-page:hover .fa {
  opacity: 1;
}

.swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide {
  height: 50%;
}

.swiper-container--gallery-wrapper .swiper-container--gallery .swiper-slide .lg-thumbnail {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.swiper-container--thumbs .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container--thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.swiper-container--thumbs .lg-thumbnail {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.swiper-container--thumbs .gallery-top {
  height: 70%;
  width: 100%;
}

.swiper-container--thumbs .gallery-thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-container--thumbs .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s;
}

.swiper-container--thumbs .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-container--thumbs .gallery-thumbs .swiper-slide-active:hover {
  opacity: 1;
}

.swiper-container--thumbs .gallery-thumbs .swiper-slide.is-selected {
  opacity: 1;
}

.gallery-thumbs .swiper-slide:hover {
  opacity: 1;
}

.swiper-container-wrapper--parallax {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
  overflow: hidden;
}

.swiper-container--parallax .swiper-slide {
  background: transparent;
}

.swiper-container--parallax .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.swiper-container--parallax.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 30px;
}

.swiper-container-wrapper.vertical .swiper-container.has-pagination {
  margin-bottom: 0;
  padding-bottom: 0;
}

.swiper-container-wrapper.vertical .swiper-container .swiper-pagination,
.swiper-container-wrapper.vertical .swiper-container > .swiper-pagination {
  left: 23px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  float: left;
}

.swiper-container-wrapper.vertical .swiper-pagination-bullet {
  display: block;
  margin: 10px 0;
}

.swiper-container-wrapper.vertical .swiper-button-prev,
.swiper-container-wrapper.vertical .swiper-button-next {
  margin: 0;
}

.swiper-container-wrapper.vertical .swiper-button-prev {
  left: 15px;
  top: 0;
  bottom: auto;
  right: auto;
}

.swiper-container-wrapper.vertical .swiper-button-prev i:before {
  content: "\f106";
}

.swiper-container-wrapper.vertical .swiper-button-next {
  bottom: 0;
  left: 15px;
  top: auto;
  right: auto;
}

.swiper-container-wrapper.vertical .swiper-button-next i:before {
  content: "\f107";
}

@media (min-width: 768px) {
  .swiper-container-wrapper.vertical .swiper-container--content50.pagination-right .swiper-slide--content50-right .swiper__content {
    padding-right: 90px;
  }
  .swiper-container-wrapper.vertical .swiper-container--content50.pagination-right .swiper-slide--content50-right .swiper__content {
    padding-left: 30px;
  }
  .swiper-container-wrapper.vertical .swiper-container--content50.pagination-left .swiper-slide--content50-left .swiper__content {
    padding-right: 30px;
  }
  .swiper-container-wrapper.vertical .swiper-container--content50.pagination-left .swiper-slide--content50-left .swiper__content {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .swiper-container-wrapper.vertical .swiper-container--content50 .swiper-slide--content50 .swiper__content {
    width: 100%;
  }
  .swiper-container-wrapper.vertical .swiper-container .container-nav .swiper-pagination,
  .swiper-container-wrapper.vertical .swiper-container .container-nav > .swiper-pagination {
    display: none;
  }
}
.swiper-container-wrapper.vertical .pagination-right .swiper-pagination, .swiper-container-wrapper.vertical .pagination-right > .swiper-pagination {
  right: 23px;
  left: initial;
  float: right;
}

.swiper-container-wrapper.vertical .pagination-right .swiper-button-prev,
.swiper-container-wrapper.vertical .pagination-right .swiper-button-next {
  right: 15px;
  left: auto;
}

.gotonext {
  position: absolute;
  z-index: 999;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 15px;
}

.gotonext:before {
  display: none;
  content: "";
  position: relative;
  height: 40px;
  width: 50%;
  left: -40px;
  float: left;
}

.gotonext:after {
  display: none;
  content: "";
  position: relative;
  height: 40px;
  width: 50%;
  right: -40px;
  float: right;
}

@keyframes move-up-down {
  0% {
    top: -55px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -55px;
  }
}
.to-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  left: 50%;
  top: -55px;
  z-index: 1;
  text-decoration: none;
  animation-name: move-up-down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.to-next:after {
  position: absolute;
  content: "\f107";
  z-index: 1;
  color: #131008;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-in-out;
  width: 40px;
}

.to-next:hover:after {
  top: 55%;
  color: #131008;
}

.streamer {
  display: table;
  padding: 6rem 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: cover;
  color: #131008;
  width: 100%;
  backface-visibility: hidden;
}

.container .streamer .container {
  width: auto;
}

.container .streamer.accent .container {
  width: auto;
  padding: 0;
}

.clip-svg,
.clip-svg-t {
  position: absolute;
}

@media (max-width: 991px) {
  .streamer.default-height-set {
    max-height: initial !important;
    min-height: auto !important;
    height: auto !important;
  }
  .streamer.mobile-height-set {
    max-height: initial !important;
    height: auto !important;
  }
}
.streamer.background-position--top {
  background-position: top center;
}

.streamer.background-position--top .streamer__content-image {
  background-position: top center;
}

.streamer.background-position--top-left {
  background-position: top left;
}

.streamer.background-position--top-left .streamer__content-image {
  background-position: top left;
}

.streamer.background-position--top-right {
  background-position: top right;
}

.streamer.background-position--top-right .streamer__content-image {
  background-position: top right;
}

.streamer.background-position--left {
  background-position: center left;
}

.streamer.background-position--left .streamer__content-image {
  background-position: center left;
}

.streamer.background-position--right {
  background-position: center right;
}

.streamer.background-position--right .streamer__content-image {
  background-position: center right;
}

.streamer.background-position--bottom {
  background-position: bottom center;
}

.streamer.background-position--bottom .streamer__content-image {
  background-position: bottom center;
}

.streamer.background-position--bottom-left {
  background-position: bottom left;
}

.streamer.background-position--bottom-left .streamer__content-image {
  background-position: bottom left;
}

.streamer.background-position--bottom-right {
  background-position: bottom right;
}

.streamer.background-position--bottom-right .streamer__content-image {
  background-position: bottom right;
}

.streamer--default {
  position: relative;
  display: table;
  width: 100%;
  padding: 45px 0;
  font-size: 1rem;
  color: #131008;
  line-height: 1.6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .streamer--default .streamer__content-wrapper {
    text-align: center;
  }
}
.streamer--default .streamer__content-wrapper h1:last-child,
.streamer--default .streamer__content-wrapper h2:last-child {
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper p:last-child {
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper ul li:before {
  color: #131008;
}

.streamer--default .streamer__content-wrapper .streamer__image {
  margin-bottom: 30px;
  margin-right: 65px;
}

.streamer--default .streamer__content-wrapper .streamer__image img {
  width: 170px;
  height: auto;
}

@media (max-width: 767px) {
  .streamer--default .streamer__content-wrapper .streamer__image {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.streamer--default .streamer__content-wrapper .streamer__image:last-child {
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper .streamer__content {
  overflow: hidden;
}

@media (max-width: 767px) {
  .streamer--default .streamer__content-wrapper .streamer__content {
    max-width: 100%;
  }
}
.streamer--default .streamer__content-wrapper .streamer__content .streamer__content-inner-wrapper {
  width: 100%;
}

.streamer--default .streamer__content-wrapper .streamer__content .streamer__content-inner-wrapper .streamer__header-inner {
  margin-bottom: 1rem;
}

.streamer--default .streamer__content-wrapper .streamer__content .streamer__content-inner-wrapper .streamer__header-inner:last-child {
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper .streamer__content .streamer__content-inner-wrapper .streamer__content-inner {
  margin-bottom: 1.5rem;
}

.streamer--default .streamer__content-wrapper .streamer__content .streamer__content-inner-wrapper .streamer__content-inner:last-child {
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper .btn, .streamer--default .streamer__content-wrapper .btn-primary, .streamer--default .streamer__content-wrapper .btn-cta-1, .streamer--default .streamer__content-wrapper .btn-secondary, .streamer--default .streamer__content-wrapper .btn-cta-2, .streamer--default .streamer__content-wrapper .btn-tertiary, .streamer--default .streamer__content-wrapper .btn-cta-3, .streamer--default .streamer__content-wrapper .btn-white, .streamer--default .streamer__content-wrapper .btn-cta-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.streamer--default .streamer__content-wrapper.empty-content {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
}

@media (min-width: 768px) {
  .streamer--default.bg-fixed {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .streamer--default.bg-fixed-mobile {
    background-attachment: fixed;
  }
}
.streamer--default.streamer--left {
  text-align: left;
}

@media (min-width: 768px) {
  .streamer--default.streamer--left .streamer__image {
    float: left;
    margin-right: 4rem;
    margin-left: 0;
  }
}
.streamer--default.streamer--right {
  text-align: right;
}

@media (min-width: 768px) {
  .streamer--default.streamer--right .streamer__image {
    float: right;
    margin-left: 4rem;
    margin-right: 0;
  }
}
.streamer--default.streamer-vertical-center .streamer-outer {
  display: table-cell;
  vertical-align: middle;
}

.streamer--default.streamer--center {
  text-align: center;
}

.streamer--default.streamer--center .streamer__image {
  float: none;
  margin-left: 4rem;
  margin-right: 4rem;
}

.streamer--fifty {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
}

.streamer--fifty .row {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .streamer--fifty .row {
    margin: 0 -15px;
  }
}
.streamer--fifty .streamer__content-wrapper {
  z-index: 1;
}

.streamer--fifty .streamer__content-wrapper p:last-child {
  margin-bottom: 0.5rem;
}

.streamer--fifty .streamer__content-wrapper .btn, .streamer--fifty .streamer__content-wrapper .btn-primary, .streamer--fifty .streamer__content-wrapper .btn-cta-1, .streamer--fifty .streamer__content-wrapper .btn-secondary, .streamer--fifty .streamer__content-wrapper .btn-cta-2, .streamer--fifty .streamer__content-wrapper .btn-tertiary, .streamer--fifty .streamer__content-wrapper .btn-cta-3, .streamer--fifty .streamer__content-wrapper .btn-white, .streamer--fifty .streamer__content-wrapper .btn-cta-4 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.streamer--fifty .streamer__content-wrapper .streamer-outer {
  padding: 45px 0;
}

.streamer--fifty .streamer__content-wrapper .streamer-inner {
  padding: 0 15px;
}

.streamer--fifty .streamer__content-wrapper.accent {
  padding-left: 60px;
}

.streamer--fifty .streamer__content-wrapper.accent:before {
  position: absolute;
  width: 30px;
  left: 15px;
  background: #131008;
  content: "";
  z-index: 1;
  height: 100%;
}

@media (max-width: 767px) {
  .streamer--fifty .streamer__content-wrapper {
    float: none;
    opacity: 1;
  }
  .streamer--fifty .streamer__content-wrapper .streamer-outer {
    padding: 45px 0;
  }
  .streamer--fifty .streamer__content-wrapper .streamer-inner {
    padding: 0 15px;
  }
}
.streamer--fifty .streamer__content-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
  background-size: cover;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .streamer--fifty .streamer__content-image {
    position: relative;
    float: none;
    opacity: 1;
    width: 100%;
    min-height: 370px;
  }
}
.streamer--fifty .streamer__content-image-title {
  position: absolute;
  float: right;
  padding: 15px 30px;
  z-index: 1;
  background: #fff;
  color: #131008;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: all 0.3s;
  max-width: 340px;
  transform: rotate(90deg) translateX(100%) translateY(100%);
  transform-origin: 100% 100%;
}

.streamer--fifty .streamer__content-overlay {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  bottom: 0;
}

.streamer--fifty .streamer__content-overlay .streamer__inline-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.streamer--fifty.transparent {
  color: #131008;
}

.streamer--fifty.streamer-vertical-center .streamer-outer {
  display: table-cell;
  vertical-align: middle;
}

.streamer--fifty.streamer--right .streamer__content-wrapper .streamer-outer {
  padding: 90px 0;
}

.streamer--fifty.streamer--right .streamer__content-wrapper .streamer-inner {
  padding: 0 0 0 45px;
}

.streamer--fifty.streamer--right .streamer__content-wrapper.accent {
  padding: 30px;
}

.streamer--fifty.streamer--right .streamer__content-wrapper.accent::before {
  top: 0;
  right: -15px;
  left: initial;
}

.streamer--fifty.streamer--right .streamer__content-image {
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .streamer--fifty.streamer--right .streamer__content-image {
    left: -125px;
  }
  .streamer--fifty.streamer--right .streamer__content-image .streamer__inline-image {
    left: 125px;
    width: auto;
  }
}
.streamer--fifty.streamer--right .streamer__content-image-title {
  top: -1px;
  left: 15px;
  transform: rotate(-90deg) translateX(-100%) translateY(0%);
  transform-origin: 0% 0%;
}

.streamer--fifty.streamer--left .streamer__content-wrapper .streamer-outer {
  padding: 90px 0;
}

.streamer--fifty.streamer--left .streamer__content-wrapper .streamer-inner {
  padding: 0 45px 0 0;
}

.streamer--fifty.streamer--left .streamer__content-wrapper.accent {
  padding: 30px;
}

.streamer--fifty.streamer--left .streamer__content-wrapper.accent::before {
  top: 0;
  left: -30px;
}

.streamer--fifty.streamer--left .streamer__content-image {
  right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .streamer--fifty.streamer--left .streamer__content-image {
    right: -125px;
  }
  .streamer--fifty.streamer--left .streamer__content-image .streamer__inline-image {
    right: 125px;
    width: auto;
  }
}
.streamer--fifty.streamer--left .streamer__content-image-title {
  top: -70px;
  right: 30px;
  transform: rotate(90deg) translateX(100%) translateY(100%);
  transform-origin: 100% 100%;
}

.streamer--fifty.streamer--center .streamer__content-wrapper {
  padding: 90px 45px 90px 15px;
}

.streamer--fifty.streamer--center .streamer__content-wrapper .pretitle,
.streamer--fifty.streamer--center .streamer__content-wrapper .subtitle,
.streamer--fifty.streamer--center .streamer__content-wrapper h1,
.streamer--fifty.streamer--center .streamer__content-wrapper h2 {
  color: #131008;
}

.streamer--fifty.streamer--center .streamer__content-wrapper.accent {
  padding: 30px;
}

.streamer--fifty.streamer--center .streamer__content-wrapper.accent::before {
  top: 0;
  left: -30px;
}

.streamer--fifty.streamer--center .streamer__content-image {
  right: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .streamer--fifty.streamer--center .streamer__content-image {
    right: -125px;
  }
  .streamer--fifty.streamer--center .streamer__content-image .streamer__inline-image {
    right: 125px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .streamer--fifty.streamer--center .streamer__content-image {
    position: absolute;
    float: none;
    opacity: 1;
    width: 100%;
    min-height: auto;
  }
}
.streamer--fifty.streamer--center .streamer__content-image-title {
  top: -70px;
  right: 30px;
  transform: rotate(90deg) translateX(100%) translateY(100%);
  transform-origin: 100% 100%;
}

.streamer--fifty.streamer--center .streamer__content-image-title, .streamer--fifty.streamer--right .streamer__content-image-title, .streamer--fifty.streamer--left .streamer__content-image-title {
  display: none;
}

@media (max-width: 767px) {
  .streamer--fifty.streamer--center .streamer__content-wrapper .streamer-outer, .streamer--fifty.streamer--right .streamer__content-wrapper .streamer-outer, .streamer--fifty.streamer--left .streamer__content-wrapper .streamer-outer {
    padding: 45px 0;
  }
  .streamer--fifty.streamer--center .streamer__content-wrapper .streamer-inner, .streamer--fifty.streamer--right .streamer__content-wrapper .streamer-inner, .streamer--fifty.streamer--left .streamer__content-wrapper .streamer-inner {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container .streamer--fifty.streamer--center .streamer__content-wrapper .streamer-outer, .container .streamer--fifty.streamer--right .streamer__content-wrapper .streamer-outer, .container .streamer--fifty.streamer--left .streamer__content-wrapper .streamer-outer {
    padding: 45px 0;
  }
  .container .streamer--fifty.streamer--center .streamer__content-wrapper .streamer-inner, .container .streamer--fifty.streamer--right .streamer__content-wrapper .streamer-inner, .container .streamer--fifty.streamer--left .streamer__content-wrapper .streamer-inner {
    padding: 0;
  }
}
.googleMapMulti {
  background: #131008;
  margin-bottom: 0;
}

.googleMapMulti .map-wrap {
  padding: 0;
}

.googleMapMulti .map-info {
  background: #fff;
  position: absolute;
  z-index: 9;
  padding: 10px;
  font-size: 0.8rem;
  top: 10px;
  left: 10px;
  right: 10px;
  box-shadow: 1px 1px 3px #999;
}

.map-multi-canvas img {
  max-width: none; /* fix for the controls */
}

.map-multi-canvas .balloon-content h4 {
  margin-bottom: 0;
}

.googleMapMulti__locations {
  padding: 15px 0;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

.googleMapMulti__locations h3 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.googleMapMulti__markerlist {
  font-weight: 300;
  font-size: 0.9rem;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 500px) {
  .googleMapMulti__markerlist {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .googleMapMulti__markerlist {
    width: 100%;
    display: block;
  }
}
.googleMapMulti_markerTitle {
  font-weight: 400;
  font-size: 1rem;
}

.googleMapMulti__markerlist:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .googleMapMulti__markerlist {
    width: 50%;
    float: left;
  }
}
.googleMapMulti__markerAnchor {
  padding: 10px 15px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.googleMapMulti__markerAnchor:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}

.swiper-overlay-slide,
.swiper-slide {
  background-position: bottom center;
}

@media (min-width: 1230px) {
  .swiper__logo--content img,
  .swiper__logo--hero img {
    max-width: 900px;
  }
}
/* eof */