@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block--slider {
  padding: 0;
  height: 75rem; }
  @media (max-width: 1175px) {
    .block--slider {
      height: 55rem; } }
  @media (max-width: 500px) {
    .block--slider {
      min-height: initial; } }
  .block--slider .block__heading {
    max-width: 90rem; }
    .block--slider .block__heading--dark {
      color: #003478; }
    .block--slider .block__heading--small.block__heading--dark {
      color: #4a4a4a; }
  .block--slider .block__content {
    flex: 0 0 100%;
    padding: 5rem 0; }
    @media (max-width: 500px) {
      .block--slider .block__content {
        justify-content: center; } }
  .block--slider .block__text {
    max-width: 90rem; }

.block__slider {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  justify-content: initial;
  height: 100%;
  -ms-scroll-snap-points-x: repeat(100vw);
      scroll-snap-points-x: repeat(100vw);
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory; }

.block__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch; }

.bullets {
  z-index: 100;
  list-style: none;
  display: flex;
  padding: 0;
  color: white;
  justify-content: center; }

.bullets label {
  font-size: 4rem;
  cursor: pointer;
  margin: 0 0.5rem; }

.bullets li {
  opacity: 0.3; }

.bullets--dark {
  color: #000; }

.bullets .active {
  opacity: 1; }
