@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*$lws-green: darken(#4F8EC1, 15%);*/
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #272C35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #4F8EC1;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(60.9371428571, 122.8571428571, 172.9828571429);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 64rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E3E3E3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #E3E3E3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #E3E3E3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button, #cancel-comment-reply-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 1em 1.5em;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] #cancel-comment-reply-link {
  outline: 0;
}
.button.tiny, .tiny#cancel-comment-reply-link {
  font-size: 0.6rem;
}
.button.small, #cancel-comment-reply-link {
  font-size: 0.75rem;
}
.button.large, .large#cancel-comment-reply-link {
  font-size: 1.2rem;
}
.button.expanded, .expanded#cancel-comment-reply-link {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, #cancel-comment-reply-link, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #4F8EC1;
  color: #fefefe;
}
.button:hover, #cancel-comment-reply-link:hover, .button:focus, #cancel-comment-reply-link:focus {
  background-color: rgb(60.2285714286, 121.4285714286, 170.9714285714);
  color: #fefefe;
}
.button.primary, #cancel-comment-reply-link, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #4F8EC1;
  color: #fefefe;
}
.button.primary:hover, #cancel-comment-reply-link:hover, .button.primary:focus, #cancel-comment-reply-link:focus {
  background-color: rgb(56.6857142857, 114.2857142857, 160.9142857143);
  color: #fefefe;
}
.button.secondary, .secondary#cancel-comment-reply-link, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #272C35;
  color: #fefefe;
}
.button.secondary:hover, .secondary#cancel-comment-reply-link:hover, .button.secondary:focus, .secondary#cancel-comment-reply-link:focus {
  background-color: rgb(31.2, 35.2, 42.4);
  color: #fefefe;
}
.button.dark, .dark#cancel-comment-reply-link, .button.dark.disabled, .button.dark[disabled], .button.dark.disabled:hover, .button.dark[disabled]:hover, .button.dark.disabled:focus, .button.dark[disabled]:focus {
  background-color: #272C35;
  color: #fefefe;
}
.button.dark:hover, .dark#cancel-comment-reply-link:hover, .button.dark:focus, .dark#cancel-comment-reply-link:focus {
  background-color: rgb(31.2, 35.2, 42.4);
  color: #fefefe;
}
.button.success, .success#cancel-comment-reply-link, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #fefefe;
}
.button.success:hover, .success#cancel-comment-reply-link:hover, .button.success:focus, .success#cancel-comment-reply-link:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fefefe;
}
.button.warning, .warning#cancel-comment-reply-link, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.warning:hover, .warning#cancel-comment-reply-link:hover, .button.warning:focus, .warning#cancel-comment-reply-link:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fefefe;
}
.button.alert, .alert#cancel-comment-reply-link, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .alert#cancel-comment-reply-link:hover, .button.alert:focus, .alert#cancel-comment-reply-link:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .hollow#cancel-comment-reply-link, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .hollow#cancel-comment-reply-link, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #4F8EC1;
  color: #4F8EC1;
}
.button.hollow:hover, .hollow#cancel-comment-reply-link:hover, .button.hollow:focus, .hollow#cancel-comment-reply-link:focus {
  border-color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
  color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
}
.button.hollow.primary, .hollow#cancel-comment-reply-link, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #4F8EC1;
  color: #4F8EC1;
}
.button.hollow.primary:hover, .hollow#cancel-comment-reply-link:hover, .button.hollow.primary:focus, .hollow#cancel-comment-reply-link:focus {
  border-color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
  color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
}
.button.hollow.secondary, .hollow.secondary#cancel-comment-reply-link, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #272C35;
  color: #272C35;
}
.button.hollow.secondary:hover, .hollow.secondary#cancel-comment-reply-link:hover, .button.hollow.secondary:focus, .hollow.secondary#cancel-comment-reply-link:focus {
  border-color: rgb(19.5, 22, 26.5);
  color: rgb(19.5, 22, 26.5);
}
.button.hollow.dark, .hollow.dark#cancel-comment-reply-link, .button.hollow.dark.disabled, .button.hollow.dark[disabled], .button.hollow.dark.disabled:hover, .button.hollow.dark[disabled]:hover, .button.hollow.dark.disabled:focus, .button.hollow.dark[disabled]:focus {
  border: 1px solid #272C35;
  color: #272C35;
}
.button.hollow.dark:hover, .hollow.dark#cancel-comment-reply-link:hover, .button.hollow.dark:focus, .hollow.dark#cancel-comment-reply-link:focus {
  border-color: rgb(19.5, 22, 26.5);
  color: rgb(19.5, 22, 26.5);
}
.button.hollow.success, .hollow.success#cancel-comment-reply-link, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .hollow.success#cancel-comment-reply-link:hover, .button.hollow.success:focus, .hollow.success#cancel-comment-reply-link:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .hollow.warning#cancel-comment-reply-link, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .hollow.warning#cancel-comment-reply-link:hover, .button.hollow.warning:focus, .hollow.warning#cancel-comment-reply-link:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .hollow.alert#cancel-comment-reply-link, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .hollow.alert#cancel-comment-reply-link:hover, .button.hollow.alert:focus, .hollow.alert#cancel-comment-reply-link:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .clear#cancel-comment-reply-link, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .clear#cancel-comment-reply-link, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #4F8EC1;
}
.button.clear:hover, .clear#cancel-comment-reply-link:hover, .button.clear:focus, .clear#cancel-comment-reply-link:focus {
  color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
}
.button.clear.primary, .clear#cancel-comment-reply-link, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #4F8EC1;
}
.button.clear.primary:hover, .clear#cancel-comment-reply-link:hover, .button.clear.primary:focus, .clear#cancel-comment-reply-link:focus {
  color: rgb(35.4285714286, 71.4285714286, 100.5714285714);
}
.button.clear.secondary, .clear.secondary#cancel-comment-reply-link, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #272C35;
}
.button.clear.secondary:hover, .clear.secondary#cancel-comment-reply-link:hover, .button.clear.secondary:focus, .clear.secondary#cancel-comment-reply-link:focus {
  color: rgb(19.5, 22, 26.5);
}
.button.clear.dark, .clear.dark#cancel-comment-reply-link, .button.clear.dark.disabled, .button.clear.dark[disabled], .button.clear.dark.disabled:hover, .button.clear.dark[disabled]:hover, .button.clear.dark.disabled:focus, .button.clear.dark[disabled]:focus {
  color: #272C35;
}
.button.clear.dark:hover, .clear.dark#cancel-comment-reply-link:hover, .button.clear.dark:focus, .clear.dark#cancel-comment-reply-link:focus {
  color: rgb(19.5, 22, 26.5);
}
.button.clear.success, .clear.success#cancel-comment-reply-link, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .clear.success#cancel-comment-reply-link:hover, .button.clear.success:focus, .clear.success#cancel-comment-reply-link:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .clear.warning#cancel-comment-reply-link, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .clear.warning#cancel-comment-reply-link:hover, .button.clear.warning:focus, .clear.warning#cancel-comment-reply-link:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .clear.alert#cancel-comment-reply-link, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .clear.alert#cancel-comment-reply-link:hover, .button.clear.alert:focus, .clear.alert#cancel-comment-reply-link:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .disabled#cancel-comment-reply-link, .button[disabled], [disabled]#cancel-comment-reply-link {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .dropdown#cancel-comment-reply-link::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}
.button.dropdown.hollow::after, .dropdown.hollow#cancel-comment-reply-link::after, .button.dropdown.clear::after, .dropdown.clear#cancel-comment-reply-link::after {
  border-top-color: #4F8EC1;
}
.button.dropdown.hollow.primary::after, .dropdown.hollow#cancel-comment-reply-link::after, .button.dropdown.clear.primary::after, .dropdown.clear#cancel-comment-reply-link::after {
  border-top-color: #4F8EC1;
}
.button.dropdown.hollow.secondary::after, .dropdown.hollow.secondary#cancel-comment-reply-link::after, .button.dropdown.clear.secondary::after, .dropdown.clear.secondary#cancel-comment-reply-link::after {
  border-top-color: #272C35;
}
.button.dropdown.hollow.dark::after, .dropdown.hollow.dark#cancel-comment-reply-link::after, .button.dropdown.clear.dark::after, .dropdown.clear.dark#cancel-comment-reply-link::after {
  border-top-color: #272C35;
}
.button.dropdown.hollow.success::after, .dropdown.hollow.success#cancel-comment-reply-link::after, .button.dropdown.clear.success::after, .dropdown.clear.success#cancel-comment-reply-link::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .dropdown.hollow.warning#cancel-comment-reply-link::after, .button.dropdown.clear.warning::after, .dropdown.clear.warning#cancel-comment-reply-link::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .dropdown.hollow.alert#cancel-comment-reply-link::after, .button.dropdown.clear.alert::after, .dropdown.clear.alert#cancel-comment-reply-link::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after, .arrow-only#cancel-comment-reply-link::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a#cancel-comment-reply-link:hover, a.button:focus, a#cancel-comment-reply-link:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.9189814815rem;
  margin: 0 0 1rem;
  padding: 0.7407407407rem;
  border: 1px solid #272C35;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #272C35;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #4F8EC1;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E3E3E3;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #272C35;
}

::-moz-placeholder {
  color: #272C35;
}

:-ms-input-placeholder {
  color: #272C35;
}

::-ms-input-placeholder {
  color: #272C35;
}

::placeholder {
  color: #272C35;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #E3E3E3;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9189814815rem;
  margin: 0 0 1rem;
  padding: 0.7407407407rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #272C35;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #272C35;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #4F8EC1;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #E3E3E3;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #E3E3E3;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #4F8EC1;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #E3E3E3;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #E3E3E3;
  border-bottom: 0;
  background-color: #fefefe;
  color: #272C35;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4F8EC1 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4F8EC1 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu #cancel-comment-reply-link {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #4F8EC1;
  color: #000;
}
.menu .active > a {
  background: #4F8EC1;
  color: #000;
}
.menu.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small, .dropdown-pane#cancel-comment-reply-link {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4F8EC1 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #4F8EC1;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4F8EC1 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4F8EC1;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4F8EC1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4F8EC1 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4F8EC1;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4F8EC1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4F8EC1 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4F8EC1;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4F8EC1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4F8EC1 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4F8EC1;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4F8EC1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4F8EC1 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4F8EC1;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4F8EC1 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4F8EC1;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(39, 44, 53, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset 0px 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0 0px 0px rgba(0, 0, 0, 0);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 0px 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0 0px 0px rgba(0, 0, 0, 0);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #E3E3E3;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #272C35;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #272C35;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #E3E3E3;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #E3E3E3;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #E3E3E3;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary, .tabs#cancel-comment-reply-link {
  background: #4F8EC1;
}
.tabs.primary > li > a, .tabs#cancel-comment-reply-link > li > a {
  color: #000;
}
.tabs.primary > li > a:hover, .tabs#cancel-comment-reply-link > li > a:hover, .tabs.primary > li > a:focus, .tabs#cancel-comment-reply-link > li > a:focus {
  background: rgb(68.9428571429, 135.5428571429, 189.4571428571);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #4F8EC1;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(60.9371428571, 122.8571428571, 172.9828571429);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #272C35;
  color: #fefefe;
}

.tabs-content {
  border: 1px solid #E3E3E3;
  border-top: 0;
  background: transparent;
  color: #272C35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #E3E3E3;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -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;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #4F8EC1;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #4F8EC1;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #4F8EC1;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@font-face {
  font-family: "sportazinas-icons";
  src: url("../fonts/sportazinas-icons.eot?1762154905");
  src: url("../fonts/sportazinas-icons.eot?1762154905#iefix") format("eot"), url("../fonts/sportazinas-icons.woff2?1762154905") format("woff2"), url("../fonts/sportazinas-icons.woff?1762154905") format("woff"), url("../fonts/sportazinas-icons.ttf?1762154905") format("truetype"), url("../fonts/sportazinas-icons.svg?1762154905#sportazinas-icons") format("svg");
}
.icon:before {
  font-family: "sportazinas-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-account-comments:before {
  content: "\e001";
}

.icon-account:before {
  content: "\e002";
}

.icon-arrow-down:before {
  content: "\e003";
}

.icon-arrow-left:before {
  content: "\e004";
}

.icon-arrow-login:before {
  content: "\e005";
}

.icon-arrow-r:before {
  content: "\e006";
}

.icon-arrow-right:before {
  content: "\e007";
}

.icon-arrow-up:before {
  content: "\e008";
}

.icon-articles:before {
  content: "\e009";
}

.icon-auto-moto:before {
  content: "\e00a";
}

.icon-basketball:before {
  content: "\e00b";
}

.icon-boxing:before {
  content: "\e00c";
}

.icon-camera:before {
  content: "\e00d";
}

.icon-cancel:before {
  content: "\e00e";
}

.icon-check:before {
  content: "\e00f";
}

.icon-close:before {
  content: "\e010";
}

.icon-comments:before {
  content: "\e011";
}

.icon-contrast:before {
  content: "\e012";
}

.icon-draugiem:before {
  content: "\e013";
}

.icon-email:before {
  content: "\e014";
}

.icon-exit:before {
  content: "\e015";
}

.icon-facebook-circle:before {
  content: "\e016";
}

.icon-facebook-light:before {
  content: "\e017";
}

.icon-facebook:before {
  content: "\e018";
}

.icon-fantasy-sports-star:before {
  content: "\e019";
}

.icon-fantasy-sports:before {
  content: "\e01a";
}

.icon-fantasy:before {
  content: "\e01b";
}

.icon-fiba:before {
  content: "\e01c";
}

.icon-fire:before {
  content: "\e01d";
}

.icon-football:before {
  content: "\e01e";
}

.icon-game:before {
  content: "\e01f";
}

.icon-google-circle:before {
  content: "\e020";
}

.icon-google:before {
  content: "\e021";
}

.icon-hockey:before {
  content: "\e022";
}

.icon-home-icon:before {
  content: "\e023";
}

.icon-home:before {
  content: "\e024";
}

.icon-instagram-circle:before {
  content: "\e025";
}

.icon-instagram-light:before {
  content: "\e026";
}

.icon-instagram:before {
  content: "\e027";
}

.icon-link:before {
  content: "\e028";
}

.icon-linkedin:before {
  content: "\e029";
}

.icon-live:before {
  content: "\e02a";
}

.icon-moon:before {
  content: "\e02b";
}

.icon-new-account:before {
  content: "\e02c";
}

.icon-notification:before {
  content: "\e02d";
}

.icon-profile:before {
  content: "\e02e";
}

.icon-search:before {
  content: "\e02f";
}

.icon-select-down:before {
  content: "\e030";
}

.icon-sharp-bolt:before {
  content: "\e031";
}

.icon-socials:before {
  content: "\e032";
}

.icon-sporta-abc:before {
  content: "\e033";
}

.icon-star:before {
  content: "\e034";
}

.icon-sun:before {
  content: "\e035";
}

.icon-sz:before {
  content: "\e036";
}

.icon-target:before {
  content: "\e037";
}

.icon-tennis:before {
  content: "\e038";
}

.icon-tiktok-circle:before {
  content: "\e039";
}

.icon-tiktok-light:before {
  content: "\e03a";
}

.icon-tiktok:before {
  content: "\e03b";
}

.icon-totalizator:before {
  content: "\e03c";
}

.icon-trophy:before {
  content: "\e03d";
}

.icon-twitter-circle:before {
  content: "\e03e";
}

.icon-twitter-light:before {
  content: "\e03f";
}

.icon-twitter:before {
  content: "\e040";
}

.icon-video:before {
  content: "\e041";
}

.icon-volleyball:before {
  content: "\e042";
}

.icon-white-arrow-next:before {
  content: "\e043";
}

.icon-white-arrow-pre:before {
  content: "\e044";
}

.icon-youtube-dark:before {
  content: "\e045";
}

.icon-youtube-mobile:before {
  content: "\e046";
}

.icon-youtube:before {
  content: "\e047";
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 500;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  margin-left: -28px;
  border: 1px solid rgba(39, 44, 53, 0.1);
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0px;
  line-height: 26px;
  margin-left: -26px;
  padding-left: 3px;
  font-size: 1rem;
  color: #000;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  position: absolute;
  margin: 4px 4px 4px -14px;
  opacity: 0;
  z-index: 1;
  width: 18px;
  height: 17px;
}
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: 0;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "sportazinas-icons";
  content: "\e008";
}
.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 0;
  margin-left: -22.5px;
  margin-top: 11px;
}
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #E3E3E3;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  display: inline-block;
}

.checkbox.primary input[type=checkbox]:checked + label::before, .checkbox#cancel-comment-reply-link input[type=checkbox]:checked + label::before,
.checkbox.primary input[type=radio]:checked + label::before,
.checkbox#cancel-comment-reply-link input[type=radio]:checked + label::before {
  background-color: #4F8EC1;
  border-color: #4F8EC1;
}
.checkbox.primary input[type=checkbox]:checked + label::after, .checkbox#cancel-comment-reply-link input[type=checkbox]:checked + label::after,
.checkbox.primary input[type=radio]:checked + label::after,
.checkbox#cancel-comment-reply-link input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox.secondary input[type=checkbox]:checked + label::before,
.checkbox.secondary input[type=radio]:checked + label::before {
  background-color: #272C35;
  border-color: #272C35;
}
.checkbox.secondary input[type=checkbox]:checked + label::after,
.checkbox.secondary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox.alert input[type=checkbox]:checked + label::before,
.checkbox.alert input[type=radio]:checked + label::before {
  background-color: #cc4b37;
  border-color: #cc4b37;
}
.checkbox.alert input[type=checkbox]:checked + label::after,
.checkbox.alert input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox.warning input[type=checkbox]:checked + label::before,
.checkbox.warning input[type=radio]:checked + label::before {
  background-color: #ffae00;
  border-color: #ffae00;
}
.checkbox.warning input[type=checkbox]:checked + label::after,
.checkbox.warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox.success input[type=checkbox]:checked + label::before,
.checkbox.success input[type=radio]:checked + label::before {
  background-color: #3adb76;
  border-color: #3adb76;
}
.checkbox.success input[type=checkbox]:checked + label::after,
.checkbox.success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox.primary input[type=checkbox]:indeterminate + label::before, .checkbox#cancel-comment-reply-link input[type=checkbox]:indeterminate + label::before,
.checkbox.primary input[type=radio]:indeterminate + label::before,
.checkbox#cancel-comment-reply-link input[type=radio]:indeterminate + label::before {
  background-color: #4F8EC1;
  border-color: #4F8EC1;
}
.checkbox.primary input[type=checkbox]:indeterminate + label::after, .checkbox#cancel-comment-reply-link input[type=checkbox]:indeterminate + label::after,
.checkbox.primary input[type=radio]:indeterminate + label::after,
.checkbox#cancel-comment-reply-link input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox.secondary input[type=checkbox]:indeterminate + label::before,
.checkbox.secondary input[type=radio]:indeterminate + label::before {
  background-color: #272C35;
  border-color: #272C35;
}
.checkbox.secondary input[type=checkbox]:indeterminate + label::after,
.checkbox.secondary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox.alert input[type=checkbox]:indeterminate + label::before,
.checkbox.alert input[type=radio]:indeterminate + label::before {
  background-color: #cc4b37;
  border-color: #cc4b37;
}
.checkbox.alert input[type=checkbox]:indeterminate + label::after,
.checkbox.alert input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox.warning input[type=checkbox]:indeterminate + label::before,
.checkbox.warning input[type=radio]:indeterminate + label::before {
  background-color: #ffae00;
  border-color: #ffae00;
}
.checkbox.warning input[type=checkbox]:indeterminate + label::after,
.checkbox.warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox.success input[type=checkbox]:indeterminate + label::before,
.checkbox.success input[type=radio]:indeterminate + label::before {
  background-color: #3adb76;
  border-color: #3adb76;
}
.checkbox.success input[type=checkbox]:indeterminate + label::after,
.checkbox.success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  height: 23px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  margin-left: -28px;
  border: 1px solid #272C35;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
  margin-left: -28px;
  border-radius: 50%;
  background-color: #272C35;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  position: absolute;
  margin: 4px 4px 4px -18px;
  opacity: 0;
  z-index: 1;
  width: 18px;
  height: 17px;
}
.radio input[type=radio]:focus + label::before {
  outline: 0;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
  display: inline-block;
}

.radio.primary input[type=radio] + label::after, .radio#cancel-comment-reply-link input[type=radio] + label::after {
  background-color: #4F8EC1;
}
.radio.primary input[type=radio]:checked + label::before, .radio#cancel-comment-reply-link input[type=radio]:checked + label::before {
  border-color: #4F8EC1;
}
.radio.primary input[type=radio]:checked + label::after, .radio#cancel-comment-reply-link input[type=radio]:checked + label::after {
  background-color: #4F8EC1;
}

.radio.secondary input[type=radio] + label::after {
  background-color: #272C35;
}
.radio.secondary input[type=radio]:checked + label::before {
  border-color: #272C35;
}
.radio.secondary input[type=radio]:checked + label::after {
  background-color: #272C35;
}

.radio.alert input[type=radio] + label::after {
  background-color: #cc4b37;
}
.radio.alert input[type=radio]:checked + label::before {
  border-color: #cc4b37;
}
.radio.alert input[type=radio]:checked + label::after {
  background-color: #cc4b37;
}

.radio.warning input[type=radio] + label::after {
  background-color: #ffae00;
}
.radio.warning input[type=radio]:checked + label::before {
  border-color: #ffae00;
}
.radio.warning input[type=radio]:checked + label::after {
  background-color: #ffae00;
}

.radio.success input[type=radio] + label::after {
  background-color: #3adb76;
}
.radio.success input[type=radio]:checked + label::before {
  border-color: #3adb76;
}
.radio.success input[type=radio]:checked + label::after {
  background-color: #3adb76;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "sportazinas-icons";
  content: "\e008";
}
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}
input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.alignleft {
  float: left;
  margin: 0.25rem 1.25rem 1.25rem 0;
  clear: left;
}

.alignright {
  float: right;
  margin: 0.25rem 0 1.25rem 1.25rem;
  clear: right;
}

.aligncenter {
  display: block;
  margin: 0.25rem auto;
}

.wp-caption {
  background: #E3E3E3;
  border: 1px solid #E3E3E3;
  max-width: 100%;
  padding: 0.5625rem 0.5625rem 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.wp-caption img {
  margin-bottom: 0.5625rem;
}
body.dark .wp-caption {
  background-color: #272C35;
  border-color: #272C35;
}

.gallery {
  margin-bottom: 20;
}

.wp-caption-text, .gallery-caption {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 912px) {
  body {
    padding-top: 3.125rem;
  }
}
body.dark {
  background-color: #17181C;
  color: #fefefe;
}

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

a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button, #cancel-comment-reply-link {
  font-weight: 500;
}

.login-page {
  padding: 3.75rem 0;
  min-height: calc(100vh - 62px - 130px);
}
.login-page--content {
  max-width: 37.5rem;
  margin: auto;
}
.login-page input {
  border-radius: 0.625rem;
}
.login-page .footer-main--social {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.login-page .footer-main--social a {
  font-size: 1.5625rem;
}
.login-page .footer-main--social a:nth-child(2):hover {
  color: #4BB748;
}
.login-page .button.primary, .login-page #cancel-comment-reply-link {
  border-radius: 0.625rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.login-page .button.primary:hover, .login-page #cancel-comment-reply-link:hover {
  color: #fefefe;
}

.tabs {
  border: 0px solid #fefefe;
}

.tabs-title > a {
  color: #272C35;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}
body.dark .tabs-title > a {
  color: #fefefe;
}
body.dark .tabs-title > a:hover, body.dark .tabs-title > a:focus {
  background-color: #272C35;
  color: #fefefe;
}

.tabs-content {
  border: 0px solid #fefefe;
}
body.dark .tabs-content {
  color: #fefefe;
}

.display {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

input.valiation-error, textarea.valiation-error {
  border-color: #cc4b37;
}

div.valiation-error {
  color: #cc4b37;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
div.valiation-error.success {
  color: #4BB748;
}

body.dark thead, body.dark tbody, body.dark tfoot {
  background-color: #17181C;
  border-color: #272C35;
}

body.dark tbody tr:nth-child(2n) {
  background-color: #272C35;
}

/*#postcomment {
  background-color: $lws-gray-lightest;
  body.dark & {
    background-color: $lws-secondary;
  }
  padding: rem-calc(36 24);

  textarea {
    min-height: rem-calc(230);
  }
}*/
#cancel-comment-reply-link {
  margin-left: 0.875rem;
  margin-bottom: 0.1875rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  float: right;
  background: transparent;
  color: #272C35;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.dark #cancel-comment-reply-link {
  color: #fefefe;
}
body.dark #cancel-comment-reply-link:hover {
  color: #cc4b37;
}
#cancel-comment-reply-link:hover {
  background: transparent;
  color: #cc4b37;
}
#cancel-comment-reply-link i {
  font-size: 0.71875rem;
}

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

.comment-respond {
  background-color: #272C35;
  margin-bottom: 1.5625rem;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
body.dark .comment-respond {
  background-color: #454e5e;
}
.comment-respond {
  padding: 0.875rem 0.875rem 0.625rem;
}
.comment-respond h3 {
  display: none;
}
.comment-respond textarea {
  min-height: 14.375rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
.comment-respond #comment-error {
  color: #fefefe;
}

@media (max-width: 767px) {
  .comment-respond {
    padding: 0;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .comment-respond .cell.medium-12 {
    padding: 0.3125rem;
  }
  .comment-respond .cell.medium-12 textarea {
    margin-bottom: 0;
  }
}
.comments {
  padding: 1.5rem 0 0 0;
  margin: 1.25rem 0;
  list-style: none;
  border-top: 1px solid rgba(39, 44, 53, 0.2);
  display: block;
}
.comments .comment-respond {
  border-radius: 0.5rem;
  margin-top: -1.875rem;
}
.comments li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .comments li .comment--tile > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: unset;
    flex-flow: unset;
    width: 100%;
  }
  .comments li .comment--tile > div > .cell {
    width: 70%;
  }
  .comments li .comment--tile > div > .cell:first-child {
    width: 20%;
  }
  .comments li .comment--tile > div > .cell .comment--tile-text p {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
  .comments li .comment--tile > div > .cell .comment--tile-time {
    font-size: 0.875rem;
  }
  .comments li .comment--tile > div > .cell img {
    margin-left: 0.625rem;
    max-width: 70%;
  }
}

.comment--tile {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(39, 44, 53, 0.2);
}
.comment--tile-title {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
  margin-right: 0.5rem;
}
.comment--tile-title a {
  color: #000;
}
body.dark .comment--tile-title a {
  color: #ffcb08;
}
.comment--tile-title a:hover, .comment--tile-title a:focus {
  color: #4F8EC1;
}
.comment--tile-date {
  font-size: 1rem;
}
.comment--tile-meta {
  margin-bottom: 1rem;
}
.comment--tile-reply i {
  margin-left: 0.5rem;
  font-size: 0.5rem;
}
.comment--tile-reply a {
  color: #272C35;
}
.comment--tile-reply a:hover, .comment--tile-reply a:focus {
  color: #4F8EC1;
}

.admin-bar .header-main {
  top: 32px;
}

.header-main {
  background-color: #272C35;
  color: #fefefe;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.header-main .nav-menu {
  padding: 0 0.9375rem;
}
.header-main .nav-menu .header-menu {
  margin: 0;
  padding: 0.8125rem 0;
}
.header-main .nav-menu .header-menu > .menu-item {
  display: inline-block;
  margin-right: 1.75rem;
  position: relative;
}
.header-main .nav-menu .header-menu > .menu-item.marked-item a {
  color: #4BB748;
}
.header-main .nav-menu .header-menu > .menu-item > .sub-menu {
  width: 10.875rem;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #272C35;
  padding: 1.25rem 0.3125rem 0.625rem;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  z-index: 12;
}
.header-main .nav-menu .header-menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}
.header-main .nav-menu .header-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 0.9375rem;
  line-height: 2.125rem;
  color: #fefefe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.header-main .nav-menu .header-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #bbb;
}
.header-main .nav-menu .header-menu > .menu-item:hover > a {
  color: #bbb;
}
.header-main .nav-menu .header-menu > .menu-item > a {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .nav-menu .header-menu > .menu-item > a .plus {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  position: relative;
  margin-left: 0.125rem;
  pointer-events: none;
}
.header-main .nav-menu .header-menu > .menu-item > a .plus:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 10%;
  height: 0.4375rem;
  width: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.601 0.399772L6.25416 5.70273L1.90734 0.399773C1.47042 -0.133256 0.764616 -0.133256 0.327693 0.399773C-0.109231 0.932803 -0.109231 1.79385 0.327693 2.32688L5.46994 8.60023C5.90687 9.13326 6.61267 9.13326 7.04959 8.60023L12.1918 2.32688C12.6288 1.79385 12.6288 0.932802 12.1918 0.399772C11.7549 -0.11959 11.0379 -0.133257 10.601 0.399772Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .nav-menu .header-menu > .menu-item:hover > a .plus:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91854 8.60023L6.26537 3.29727L10.6122 8.60023C11.0491 9.13326 11.7549 9.13326 12.1918 8.60023C12.6288 8.0672 12.6288 7.20615 12.1918 6.67312L7.04959 0.399773C6.61267 -0.133257 5.90687 -0.133257 5.46994 0.399773L0.327693 6.67312C-0.10923 7.20615 -0.109231 8.0672 0.327692 8.60023C0.764616 9.11959 1.48162 9.13326 1.91854 8.60023Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .nav-menu .header-menu a.current-menu-item {
  color: #bbb;
}
@media print, screen and (max-width: 63.99875em) {
  .header-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    padding: 0.4375rem 0;
  }
}
.header-main--padding {
  padding: 0.9375rem 0;
}
.header-main--dropdown-pane-account {
  background-color: #272C35;
  color: #fefefe;
  border: 0px;
  width: 13.75rem;
  -webkit-box-shadow: 0 3px 6px -1px rgba(7, 10, 25, 0.2);
  box-shadow: 0 3px 6px -1px rgba(7, 10, 25, 0.2);
}
.header-main--dropdown-pane-search {
  background-color: #272C35;
  color: #272C35;
  border: 0px;
  width: 20rem;
  -webkit-box-shadow: 0 3px 6px -1px rgba(7, 10, 25, 0.2);
  box-shadow: 0 3px 6px -1px rgba(7, 10, 25, 0.2);
}
.header-main--width {
  min-width: 10rem;
}
@media print, screen and (max-width: 89.99875em) {
  .header-main--width {
    min-width: 11.875rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header-main--width {
    min-width: 1px;
  }
}
.header-main--logo {
  background-image: url("../images/logo.png");
  width: 10.9375rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 89.99875em) {
  .header-main--logo {
    width: 9.5625rem;
    height: 1.75rem;
    display: block;
    margin: auto;
  }
}
.header-main--burger-toggle {
  display: inline-block;
  color: #fefefe;
  vertical-align: middle;
  padding-right: 0.625rem;
  position: relative;
  z-index: 30;
}
.header-main--mobile-menu-toggle {
  display: inline-block;
  color: #fefefe;
  vertical-align: middle;
  padding-right: 0.625rem;
  position: relative;
  z-index: 30;
}
.header-main--burger-icon {
  width: 1.875rem;
  height: 1.375rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-main--burger-icon span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #fefefe;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-main--burger-icon span:nth-child(1) {
  top: 0px;
}
.header-main--burger-icon span:nth-child(2), .header-main--burger-icon span:nth-child(3) {
  top: 0.5625rem;
}
.header-main--burger-icon span:nth-child(4) {
  top: 1.125rem;
}
.header-main--burger-icon.active span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
.header-main--burger-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-main--burger-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-main--burger-icon.active span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
.header-main--nav {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.header-main--nav .dropdown.menu > li > a {
  font-size: 0.9375rem;
  color: #fefefe;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media print, screen and (max-width: 89.99875em) {
  .header-main--nav .dropdown.menu > li > a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.header-main--nav .dropdown.menu > li > a:hover, .header-main--nav .dropdown.menu > li > a:focus {
  color: #4F8EC1;
}
.header-main--nav .dropdown.menu > li.current-menu-item > a {
  color: #4F8EC1;
}
.header-main--nav .dropdown.menu > li.current-menu-parent > a {
  color: #4F8EC1;
}
.header-main--icon-link {
  color: #fefefe;
  font-size: 1.375rem;
  padding-right: 0.75rem;
  margin-left: 0.75rem;
  vertical-align: middle;
  line-height: 2.125rem;
  border-right: 1px solid #878F9C;
}
@media print, screen and (max-width: 89.99875em) {
  .header-main--icon-link {
    font-size: 1.375rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header-main--icon-link {
    font-size: 1.375rem;
    margin-left: 0;
    padding-right: 0;
    border-right: 0px;
  }
}
.header-main--icon-link i {
  vertical-align: middle;
}
.header-main--lang {
  padding-right: 0.75rem;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  vertical-align: top;
  line-height: 2.125rem;
  color: #fefefe;
}
.header-main--submenu {
  background-color: #4F8EC1;
  color: #fefefe;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.header-main--submenu .menu > li > a {
  font-size: 0.8125rem;
  color: #272C35;
  padding-top: 0.8125rem;
  padding-bottom: 0.75rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.header-main--submenu .menu > li > a:hover, .header-main--submenu .menu > li > a:focus {
  color: #fefefe;
}
.header-main--submenu .menu > li.current-menu-item > a {
  color: #fefefe;
}
.header-main--submenu .menu > li.current-menu-parent > a {
  color: #fefefe;
}
.header-main--dropdown-pane-account {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid rgba(39, 44, 53, 0.2);
  text-align: left;
}
.header-main--account-info {
  margin-bottom: 0.9375rem;
}
.header-main--account-info-letter {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  background-color: #fefefe;
  color: #272C35;
  border-radius: 999px;
  margin-right: 0.625rem;
}
.header-main--account-info-name {
  font-weight: 700;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.header-main--account-menu .menu li a {
  font-size: 1rem;
  color: #fefefe;
  padding: 0.375rem 0;
}
.header-main--account-menu .menu li a:hover, .header-main--account-menu .menu li a:focus {
  color: #bbb;
}
.header-main--account-menu .menu li a.active {
  background-color: transparent;
}
.header-main--account-menu .menu li.active a {
  color: rgb(44.2857142857, 89.2857142857, 125.7142857143);
  background-color: transparent;
}

@media (max-width: 1280px) {
  .header-main .grid-x > .large-shrink.header-logo {
    width: auto;
    padding-top: 0.625rem;
  }
  .header-main--width {
    min-width: 8.5rem;
  }
  .header-main--icon-link {
    font-size: 1.25rem;
  }
  .header-main .nav-menu .header-menu > .menu-item {
    margin-right: 1.25rem;
  }
  .header-main .nav-menu .header-menu > .menu-item > a {
    font-size: 0.875rem;
  }
  .header-main .nav-menu .header-menu > .menu-item > .sub-menu .menu-item > a {
    font-size: 0.96875rem;
  }
}
@media (max-width: 1024px) {
  .header-main .header-main--width {
    min-width: 5rem;
  }
  .header-main .nav-menu-wrap {
    max-width: 46.75rem;
  }
  .header-main .grid-x > .large-shrink.header-logo {
    width: 8.75rem;
    padding-top: 0.625rem;
  }
  .header-main--width {
    min-width: 8.5rem;
  }
  .header-main--icon-link {
    font-size: 1.25rem;
  }
  .header-main .nav-menu .header-menu > .menu-item {
    margin-right: 0.9375rem;
  }
  .header-main .nav-menu .header-menu > .menu-item > a {
    font-size: 0.875rem;
  }
  .header-main .nav-menu .header-menu > .menu-item > .sub-menu .menu-item > a {
    font-size: 0.96875rem;
  }
}
@media (max-width: 1023px) {
  .header-main--width a {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .header-main .header-menu > .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.footer-main {
  background-color: #E3E3E3;
  padding: 1.25rem 0;
  color: #272C35;
}
.footer-main .grid-container {
  background-color: #E3E3E3 !important;
}
.footer-main img {
  height: 3.125rem;
}
.footer-main .footer-menu {
  margin-top: 2.8125rem;
}
.footer-main .mobile-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-main .mobile-footer-buttons i {
  display: block;
  margin-bottom: -0.3125rem;
}
.footer-main .mobile-footer-buttons a {
  font-size: 0.8125rem;
  padding: 0.3125rem 0 0.25rem;
  color: #fefefe;
  border-radius: 0.625rem;
  width: calc(33% - 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-main .mobile-footer-buttons a:nth-child(1) {
  background: #4F8EC1;
}
.footer-main .mobile-footer-buttons a:nth-child(2) {
  background: #E84641;
}
.footer-main .mobile-footer-buttons a:nth-child(3) {
  background: #4BB748;
}
.footer-main .mobile-footer-buttons a:hover {
  background: rgba(39, 44, 53, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-main .mobile-footer-buttons .mobile-totalizators {
  width: 100%;
  background: #fdd20a;
  margin: 0.9375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 13px 32%;
}
.footer-main .mobile-footer-buttons .mobile-totalizators i {
  font-size: 1.625rem;
  margin-right: 0.5rem;
}
.footer-main .mobile-footer-buttons .mobile-totalizators:hover {
  background: rgba(39, 44, 53, 0.7);
}
.footer-main .mobile-footer-buttons .mobile-totalizators span {
  margin-top: 0.625rem;
}
.footer-main--logo-icon {
  font-size: 2rem;
  margin-right: 1.5625rem;
}
.footer-main--logo-text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #000;
}
.footer-main--copyrights-text {
  font-size: 0.75rem;
  margin-top: 5rem;
  font-weight: 300;
  color: #000;
}
.footer-main--social {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.footer-main--social a {
  display: inline-block;
  font-size: 1.1875rem;
  color: #272C35;
  margin-left: 0.625rem;
  border-radius: 9999px;
  background-color: transparent;
  line-height: 1;
  vertical-align: middle;
  width: auto;
  height: 1.25rem;
}
.footer-main--social a:hover, .footer-main--social a:focus {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-main--social a:nth-child(1):hover {
  color: #e26845;
}
.footer-main--social a:nth-child(2):hover {
  color: #000;
}
.footer-main--social a:nth-child(3):hover {
  color: #000;
}
.footer-main--social a:nth-child(4):hover {
  color: #3159A3;
}
.footer-main--social a:nth-child(5):hover {
  color: #ff0000;
}
.footer-main--social a:nth-child(5) {
  font-size: 1.375rem;
}
.footer-main--nav.menu a {
  color: #000;
  font-size: 0.875rem;
  padding: 0.375rem 0;
  line-height: 1.0625rem;
  display: inline-block;
}
.footer-main--nav.menu a:hover, .footer-main--nav.menu a:focus {
  color: #4F8EC1;
}

@media (max-width: 1023px) {
  .footer-main {
    text-align: center;
  }
  .footer-main--nav.menu.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-main--nav.menu.vertical li {
    padding-right: 0.5rem;
  }
  .footer-main--copyrights-text {
    margin-top: 2.5rem;
  }
  .footer-main--social {
    margin-top: 1.4375rem;
  }
  .footer-main .footer-mob-column {
    width: calc(100% - 1.875rem);
  }
}
#account-canvas.position-right {
  width: 40%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media print, screen and (max-width: 63.99875em) {
  #account-canvas.position-right {
    width: 100%;
  }
}

#account-canvas.position-right.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

#mobile-menu-canvas.position-top {
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#mobile-menu-canvas.position-top.is-open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#account-canvas.off-canvas.is-transition-overlap {
  z-index: 30 !important;
}

#mobile-menu-canvas {
  background-color: #fefefe;
  height: 100vh;
}

#burger-canvas {
  background-color: #272C35;
}

.burger-canvas {
  background-color: #272C35;
}
.burger-canvas--nav-list.menu a {
  color: #fefefe;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.burger-canvas--nav-list.menu > li {
  border-bottom: 1px solid rgba(254, 254, 254, 0.05);
}
.burger-canvas--nav-list.menu > li .submenu-toggle {
  width: 2.875rem;
  height: 2.875rem;
}
.burger-canvas--nav-list.menu > li .submenu-toggle:after {
  display: none;
}
.burger-canvas--nav-list.menu > li .submenu-toggle:before {
  color: rgba(254, 254, 254, 0.8);
  font-size: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.burger-canvas--nav-list.menu > li .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.burger-canvas--nav-list.menu > li > a {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.burger-canvas--nav-list .submenu {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.burger-canvas--nav-list .submenu li a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: block;
  font-size: 0.75rem !important;
}

.account-canvas {
  position: relative;
  color: #272C35;
}
.account-canvas--close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.account-canvas--close:hover, .account-canvas--close:focus {
  color: #4F8EC1;
}
.account-canvas--logo {
  margin-bottom: 1.5625rem;
  margin-left: 1.875rem;
}
.account-canvas--content {
  max-width: 21.25rem;
  margin: 6.25rem auto 3.125rem auto;
}
.account-canvas--content .button.primary, .account-canvas--content #cancel-comment-reply-link {
  border-radius: 0.625rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.account-canvas--content .button.primary:hover, .account-canvas--content #cancel-comment-reply-link:hover {
  color: #fefefe;
}
.account-canvas--content input {
  border-radius: 0.625rem;
}
.account-canvas--content .footer-main--social {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.account-canvas--content .footer-main--social a {
  font-size: 1.5625rem;
}
.account-canvas--content .footer-main--social a:nth-child(2):hover {
  color: #4BB748;
}
.account-canvas--subtitle {
  margin-bottom: 1.25rem;
}
.account-canvas--networks {
  text-align: center;
}
.account-canvas--networks-icon {
  font-size: 2.5rem;
  color: #272C35;
  display: inline-block;
  margin: 0.3125rem;
}
.account-canvas--info-text {
  padding-top: 0.625rem;
  text-align: center;
  font-size: 0.8125rem;
}
.account-canvas--bottom-title {
  padding-top: 2.1875rem;
  margin-bottom: 0.3125rem;
}

.mobile-menu-canvas {
  padding: 5rem 0;
  text-align: center;
}
.mobile-menu-canvas .mobile-additional--social {
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  margin-bottom: 1.25rem;
}
.mobile-menu-canvas .mobile-additional--social a {
  font-size: 1.375rem;
  padding: 0.25rem 0 0.1875rem;
  color: #fefefe;
  background: rgba(39, 44, 53, 0.7);
  border-radius: 0.625rem;
  width: calc(20% - 6px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(1):hover {
  background: #3159A3;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(2):hover {
  background: #e26845;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(3):hover {
  background: #000;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(4):hover {
  background: #000;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(5):hover {
  background: #ff0000;
}
.mobile-menu-canvas .mobile-additional--social a:nth-child(5) {
  font-size: 1.4375rem;
}
.mobile-menu-canvas .mobile-additional-menu {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  list-style: none;
}
.mobile-menu-canvas .mobile-additional-menu li a {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #272C35;
}
.mobile-menu-canvas .mobile-additional-menu .submenu {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  padding: 0.875rem 0 0.6875rem 2.9375rem;
  text-align: left;
}
.mobile-menu-canvas .mobile-additional-menu .submenu:after {
  content: "";
  width: 0.5rem;
  height: 0.6875rem;
  display: block;
  position: absolute;
  right: 1.125rem;
  bottom: 1.125rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.929474 9.00064L5.0185 5.46533L0.929474 1.93003C0.518463 1.57467 0.518463 1.00064 0.929474 0.645288C1.34048 0.289934 2.00443 0.289934 2.41544 0.645288L7.25272 4.82752C7.66373 5.18287 7.66373 5.7569 7.25272 6.11226L2.41544 10.2945C2.00443 10.6498 1.34048 10.6498 0.929474 10.2945C0.529002 9.93914 0.518463 9.35599 0.929474 9.00064Z' fill='%23212D31'/%3E%3C/svg%3E%0A");
}
.mobile-menu-canvas .mobile-additional-menu .submenu a {
  display: block;
  width: 100%;
}
.mobile-menu-canvas .mobile-additional-menu .submenu a:hover {
  color: #E84641;
}
.mobile-menu-canvas .mobile-additional-menu .submenu a .icon {
  font-size: 1.25rem;
  position: absolute;
  left: 0.9375rem;
}
.mobile-menu-canvas .mobile-additional-menu .submenu a .icon.icon-articles {
  font-size: 1.0625rem;
}
.mobile-menu-canvas .mobile-additional-menu .mobile-totalizators {
  background: #FDD10A;
  margin-bottom: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 13px 32%;
}
.mobile-menu-canvas .mobile-additional-menu .mobile-totalizators:hover {
  color: #fefefe;
  background: #E84641;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu-canvas .mobile-additional-menu .mobile-totalizators > .icon {
  font-size: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}
.mobile-menu-canvas .mobile-additional-menu .mobile-totalizators > span {
  display: block;
}
.mobile-menu-canvas--icon-link {
  font-size: 1.5rem;
  color: #272C35;
}
.mobile-menu-canvas--links {
  margin-bottom: 0.8125rem;
  background: #fefefe;
  border-radius: 0.625rem;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.mobile-menu-canvas--nav-list {
  margin: 0 1.125rem 1.875rem;
}
.mobile-menu-canvas--nav-list.menu a {
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: left;
  font-family: "Fira Sans";
  font-weight: 400;
  line-height: 1.125rem;
  color: #000;
}
.mobile-menu-canvas--nav-list.menu a .icon {
  font-size: 1.25rem;
  position: absolute;
  left: 0.9375rem;
}
.mobile-menu-canvas--nav-list.menu > li {
  background: rgba(39, 44, 53, 0.1);
  border-radius: 0.625rem;
  margin-bottom: 0.8125rem;
}
.mobile-menu-canvas--nav-list.menu > li .submenu-toggle {
  width: 2.875rem;
  height: 2.875rem;
}
.mobile-menu-canvas--nav-list.menu > li .submenu-toggle:after {
  display: none;
}
.mobile-menu-canvas--nav-list.menu > li .submenu-toggle:before {
  display: inline-block;
  position: absolute;
  right: 0.9375rem;
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  right: 1.125rem;
  top: 1.125rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.56036 0.308258L5.09567 4.39729L8.63098 0.308258C8.98633 -0.102753 9.56036 -0.102753 9.91572 0.308258C10.2711 0.719269 10.2711 1.38321 9.91572 1.79422L5.73348 6.6315C5.37813 7.04251 4.8041 7.04251 4.44875 6.6315L0.266515 1.79422C-0.0888383 1.38321 -0.0888383 0.719269 0.266515 0.308258C0.621868 -0.092214 1.20501 -0.102753 1.56036 0.308258Z' fill='%23212D31'/%3E%3C/svg%3E");
}
.mobile-menu-canvas--nav-list.menu > li .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu-canvas--nav-list.menu > li > a {
  margin-right: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #272C35;
  padding: 0.6875rem 0 0.8125rem 2.9375rem;
}
.mobile-menu-canvas--nav-list.menu > li > a:hover, .mobile-menu-canvas--nav-list.menu > li > a:focus {
  color: #E84641;
}
.mobile-menu-canvas--nav-list > li > a.sz-football:hover {
  color: #4ab648;
}
.mobile-menu-canvas--nav-list > li > a.sz-hockey:hover {
  color: #0a53fd;
}
.mobile-menu-canvas--nav-list > li > a.sz-basketball:hover {
  color: #EC4441;
}
.mobile-menu-canvas--nav-list > li > a.sz-auto-moto:hover {
  color: #B8860B;
}
.mobile-menu-canvas--nav-list > li > a.sz-boxing:hover {
  color: #a417a4;
}
.mobile-menu-canvas--nav-list .submenu {
  background-color: #fefefe;
  margin: 0;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.mobile-menu-canvas--nav-list .submenu li {
  margin-left: 2.9375rem;
  margin-right: 1.125rem;
  border-bottom: 1px solid #D9D9D9;
}
.mobile-menu-canvas--nav-list .submenu li a {
  padding-top: 0.8125rem;
  padding-bottom: 0.9375rem;
  display: block;
  font-size: 0.9375rem;
  padding-left: 0;
  position: relative;
}
.mobile-menu-canvas--nav-list .submenu li a:hover {
  margin-left: 0.375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-menu-canvas--nav-list .submenu li a:after {
  content: "";
  width: 0.5rem;
  height: 0.6875rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.125rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.929474 9.00064L5.0185 5.46533L0.929474 1.93003C0.518463 1.57467 0.518463 1.00064 0.929474 0.645288C1.34048 0.289934 2.00443 0.289934 2.41544 0.645288L7.25272 4.82752C7.66373 5.18287 7.66373 5.7569 7.25272 6.11226L2.41544 10.2945C2.00443 10.6498 1.34048 10.6498 0.929474 10.2945C0.529002 9.93914 0.518463 9.35599 0.929474 9.00064Z' fill='%23212D31'/%3E%3C/svg%3E%0A");
}

.icon-arrow-down:before {
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  right: 1.125rem;
  top: 1.125rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.56036 0.308258L5.09567 4.39729L8.63098 0.308258C8.98633 -0.102753 9.56036 -0.102753 9.91572 0.308258C10.2711 0.719269 10.2711 1.38321 9.91572 1.79422L5.73348 6.6315C5.37813 7.04251 4.8041 7.04251 4.44875 6.6315L0.266515 1.79422C-0.0888383 1.38321 -0.0888383 0.719269 0.266515 0.308258C0.621868 -0.092214 1.20501 -0.102753 1.56036 0.308258Z' fill='%23212D31'/%3E%3C/svg%3E");
}

@media screen and (max-width: 375px) {
  .mobile-menu-canvas {
    padding: 4.0625rem 0;
  }
  .mobile-menu-canvas--nav-list {
    margin: 0 1.125rem 0.3125rem;
  }
  .mobile-menu-canvas .mobile-additional-menu .mobile-totalizators {
    margin-bottom: 0.3125rem;
  }
}
.form-main--error {
  color: #cc4b37;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
.form-main--error.success {
  color: #4BB748;
}
.form-main--loading {
  text-align: center;
  padding: 0.3125rem 0 0.625rem 0;
}
.form-main--notice {
  background-color: rgba(227, 227, 227, 0.5);
  padding: 1.875rem;
  text-align: center;
  max-width: 50rem;
  margin: auto;
}
.form-main--notice .button, .form-main--notice #cancel-comment-reply-link {
  margin-bottom: 0px;
}
.form-main .checkbox label {
  font-weight: 400;
  line-height: 1.12;
  font-size: 0.8125rem;
}
.form-main .checkbox label a {
  color: #272C35;
}
.form-main .checkbox label a:hover, .form-main .checkbox label a:focus {
  text-decoration: underline;
}
.form-main--social-login-error {
  padding: 0.75rem 1.25rem;
  text-align: center;
  background-color: #cc4b37;
  color: #fefefe;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}

.archive-main h1 {
  font-size: 1.625rem;
  line-height: 2.4375rem;
  font-weight: 700;
}
.archive-main h4 {
  font-size: 1.375rem;
}
.archive-main {
  padding: 2.5rem 0;
}
.archive-main > .totalizator {
  display: none;
}
.archive-main .tab-slider-button-next,
.archive-main .tab-slider-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive-main .tab-slider-button-next .icon,
.archive-main .tab-slider-button-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 8px 8px 9px 8px;
  border-radius: 0 8px 8px 0;
  opacity: 0.85;
}
body.dark .archive-main .tab-slider-button-next .icon,
body.dark .archive-main .tab-slider-button-prev .icon {
  background: #3a3a3a;
  color: #fefefe;
}
.archive-main .tab-slider-button-next {
  right: 0;
  left: auto;
}
.archive-main .tab-slider-button-next.swiper-button-disabled {
  display: none;
}
.archive-main .tab-slider-button-prev {
  left: 0;
  right: auto;
}
.archive-main .tab-slider-button-prev.swiper-button-disabled {
  display: none;
}
.archive-main .tab-slider-button-prev .icon {
  border-radius: 8px 0 0 8px;
}
.archive-main--content .post-tile-grid--title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-main--content .post-tile-grid--title .comments_count > span {
  bottom: 0.3125rem;
}
.archive-main--content .post-tile-list--img {
  margin-bottom: 0.875rem;
}
.archive-main--content .post-tile-list--img img {
  margin-bottom: 0.875rem;
}
@media (min-width: 1024px) {
  .archive-main--content .post-tile-list--img img.video {
    min-height: 11.5625rem;
  }
}
@media (max-width: 414px) {
  .archive-main--content .post-tile-list--img img.video {
    width: 9.375rem;
  }
}
.archive-main--content .post-tile-grid--meta {
  font-weight: 500;
  line-height: 1.0625rem;
  color: #7D8085;
  margin-bottom: 0.25rem;
}
.archive-main--items {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.archive-main--pagination {
  margin-bottom: 2.25rem;
  text-align: center;
  width: 100%;
}
.archive-main--pagination-links a, .archive-main--pagination-links span {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  font-size: 1rem;
  color: #000;
  font-family: "Oswald";
  line-height: 1.5rem;
}
body.dark .archive-main--pagination-links a, body.dark .archive-main--pagination-links span {
  color: #fefefe;
}
.archive-main--pagination-links a i, .archive-main--pagination-links span i {
  font-size: 0.5rem;
  vertical-align: middle;
}
.archive-main--pagination-links a:hover, .archive-main--pagination-links a:focus, .archive-main--pagination-links a.current, .archive-main--pagination-links span:hover, .archive-main--pagination-links span:focus, .archive-main--pagination-links span.current {
  color: #4F8EC1;
}
.archive-main .archive--tabs {
  margin-bottom: 2.125rem;
  padding-right: 1.25rem;
  position: relative;
}
.archive-main .archive--tabs .tabs-title {
  border-radius: 0.3125rem;
  border: 1px solid #979797;
  min-width: 9rem;
  text-align: center;
  width: auto;
  padding: 0 0.3125rem;
}
.archive-main .archive--tabs .tabs-title a {
  color: #7D8085;
  line-height: 1.1875rem;
  font-size: 0.9375rem;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  padding: 0.5rem 0;
}
.archive-main .archive--tabs .tabs-title a:hover {
  color: #fefefe;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.archive-main .archive--tabs .tabs-title:hover, .archive-main .archive--tabs .tabs-title.is-active {
  border: 1px solid #272C35;
  background: #272C35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fefefe;
}
body.dark .archive-main .archive--tabs .tabs-title:hover, body.dark .archive-main .archive--tabs .tabs-title.is-active {
  border: 1px solid #fefefe;
}
.archive-main .archive--tabs .tabs-title:hover a, .archive-main .archive--tabs .tabs-title.is-active a {
  color: #fefefe;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.archive-main--search-results-title {
  margin-bottom: 1.5rem;
}
.archive-main--content-ad {
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(39, 44, 53, 0.2);
}
.archive-main--search-form {
  margin-bottom: 1.5rem;
}
.archive-main--search-form .input-group {
  position: relative;
}
.archive-main--search-form .input-group-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.archive-main--search-form .input-group-button .button, .archive-main--search-form .input-group-button #cancel-comment-reply-link {
  background-color: transparent;
  color: #272C35;
  font-size: 22px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.archive-main--search-form .input-group-button .button:hover, .archive-main--search-form .input-group-button #cancel-comment-reply-link:hover, .archive-main--search-form .input-group-button .button:focus, .archive-main--search-form .input-group-button #cancel-comment-reply-link:focus {
  color: #4F8EC1;
}

@media (max-width: 767px) {
  .archive-main > .totalizator {
    display: block;
    position: relative;
  }
  .archive-main .archive-main--content .grid-x .medium-3 .totalizator {
    display: none;
  }
}
@media (max-width: 639px) {
  .archive-main--content .post-tile-list--img {
    float: left;
    margin-right: 0.5625rem;
  }
  .archive-main--content .post-tile-list--img img {
    height: 5.625rem;
  }
  .archive-main--content .post-tile-grid--meta {
    margin-bottom: 0.5625rem;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
  .archive-main--content .post-tile-grid--title {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .archive-main--content .archive-main--items {
    margin: 0;
  }
}
.content-main {
  font-size: 1rem;
  padding: 2.5rem 0;
  line-height: 1.625rem;
}
.content-main--content#single-content {
  margin-bottom: 1.875rem;
}
.content-main > .totalizator {
  display: none;
}
.content-main img {
  max-width: 100%;
  height: auto;
}
.content-main--meta {
  margin-bottom: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-main--meta a {
  color: #000;
}
.content-main--meta .socials .tooltiptext {
  width: 5rem;
  font-size: 0.875rem;
  background-color: #272C35;
  color: #fefefe;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.3125rem;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 90%;
  margin-left: -4.6875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
.content-main--meta .socials .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #272C35 transparent transparent transparent;
}
.content-main--meta .socials .social-on {
  margin-right: 4.25rem;
}
.content-main--meta .socials .social-on a {
  border-radius: 50%;
  background: #272C35;
  color: #fefefe;
  padding: 0.75rem 0.875rem 0.5rem 0.6875rem;
}
.content-main--meta .socials .social-on a:hover {
  background: rgba(39, 44, 53, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-main--meta .hidden-socials {
  background: #272C35;
  border-radius: 0.625rem;
  padding: 0.5rem 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  position: relative;
}
.content-main--meta .hidden-socials a {
  color: #fefefe;
  margin-right: 0.9375rem;
  font-size: 1.25rem;
}
.content-main--meta .hidden-socials a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-main--meta .hidden-socials .close-link {
  margin-right: 0;
  font-size: 0.625rem;
}
@media (max-width: 430px) {
  .content-main--meta .hidden-socials {
    padding: 0.25rem 0.5rem;
    margin-left: 0.5rem;
  }
  .content-main--meta .hidden-socials a {
    margin-right: 0.625rem;
    font-size: 1rem;
  }
}
.content-main--tags {
  margin-top: 0.9375rem;
}
.content-main--tags a.button, .content-main--tags a#cancel-comment-reply-link {
  background: #4BB748;
  color: #fefefe;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.9375rem;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-right: 0.9375rem;
}
.content-main--tags a.button:hover, .content-main--tags a#cancel-comment-reply-link:hover {
  background: rgba(39, 44, 53, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-main--content-ad {
  margin-bottom: 1.5rem;
}
.content-main--share-title {
  margin-right: 1rem;
  font-size: 1rem;
}
.content-main--share a {
  font-size: 2.25rem;
  color: #272C35;
  margin-left: 0.375rem;
}
body.dark .content-main--share a {
  color: #fefefe;
}
.content-main--share a:hover, .content-main--share a:focus {
  color: #4F8EC1;
}
body.dark .content-main--share a:hover, body.dark .content-main--share a:focus {
  color: #4F8EC1;
}
.content-main--featured-image {
  margin-bottom: 3.125rem;
  display: block;
  padding-top: 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-main--featured-video {
  margin-bottom: 3.125rem;
}
.content-main--featured-image-caption {
  margin-bottom: 3.125rem;
  position: relative;
  font-size: 0.875rem;
  text-align: right;
  margin-top: -2.8125rem;
}
.content-main--author-image {
  display: block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 9999px;
  border: 1px solid #000;
}
.content-main--author-image:hover, .content-main--author-image:focus {
  border-color: #4F8EC1;
}
.content-main--author-name {
  color: #272C35;
  margin-right: 0.75rem;
}
body.dark .content-main--author-name {
  color: #fefefe;
}
body.dark .content-main--author-name:hover, body.dark .content-main--author-name:focus {
  color: #4F8EC1;
}
.content-main--breadcrumbs {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}
.content-main--breadcrumbs a {
  color: #272C35;
}
body.dark .content-main--breadcrumbs a {
  color: #fefefe;
}
body.dark .content-main--breadcrumbs a:hover, body.dark .content-main--breadcrumbs a:focus {
  color: #4F8EC1;
}
.content-main--breadcrumbs a:hover, .content-main--breadcrumbs a:focus {
  text-decoration: underline;
}
.content-main--breadcumbs-seperator {
  display: inline-block;
  padding: 0 0.3125rem;
}
.content-main--comments {
  padding-top: 2.875rem;
}
.content-main--comments .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-main--comments .form-submit .comment-submit-button {
  border-radius: 0.5rem;
  background: #FFCB08;
  color: #000;
  width: 12.5rem;
}
.content-main--comments .form-submit .comment-submit-button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .content-main--comments .form-submit .comment-submit-button {
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0.6875rem 0;
  }
}
.content-main--comments .comments--login-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-main--comments .comments--login-register p {
  display: none;
}
.content-main--comments .comments--login-register .comment-submit-button {
  border-radius: 0.5rem;
  background: #FFCB08;
  color: #000;
  width: 100%;
}
.content-main--comments .comments--login-register .comment-submit-button:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .content-main--comments .comments--login-register .comment-submit-button {
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 0.9375rem;
    padding: 0.65625rem 0;
  }
}
.content-main--comments .comment--tile .shrink img {
  max-width: 60%;
  margin-left: 30%;
}
.content-main--comments .comment--tile .comment--tile-reply a {
  color: #4F8EC1;
}
.content-main--comments #comments-list {
  margin-bottom: 1.25rem;
}
.content-main--comments #comments-list.no-comments .comments {
  border-top: 0;
}
.content-main--comments #comments-list h3 {
  font-family: "Oswald";
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.content-main--comments #postcomment {
  display: none;
}
.content-main--comments .comments-buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-main--comments .comments-buttons-block .comments-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-main--comments .comments-buttons-block .comments-buttons a {
  background: #272C35;
  border-radius: 0.625rem;
  color: #fefefe;
  padding: 0.9375rem 1.25rem;
}
body.dark .content-main--comments .comments-buttons-block .comments-buttons a {
  background-color: #454e5e;
}
.content-main--comments .comments-buttons-block .comments-buttons a:hover {
  color: #FFCB08;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-main--comments .comments-buttons-block .comments-buttons a.comment-on {
  border-radius: 0.625rem 0.625rem 0 0;
  color: #FFCB08;
}
@media (max-width: 767px) {
  .content-main--comments .comments-buttons-block .comments-buttons a {
    width: 100%;
    text-align: center;
  }
}
.content-main--comments-pagination {
  padding-bottom: 1.5rem;
  text-align: center;
}
.content-main--comments-pagination a, .content-main--comments-pagination span {
  display: inline-block;
  padding: 0.3125rem 0.5rem;
  font-size: 1.125rem;
  color: #272C35;
}
body.dark .content-main--comments-pagination a, body.dark .content-main--comments-pagination span {
  color: #fefefe;
}
.content-main--comments-pagination a i, .content-main--comments-pagination span i {
  font-size: 0.5rem;
  vertical-align: middle;
}
.content-main--comments-pagination a:hover, .content-main--comments-pagination a:focus, .content-main--comments-pagination a.current, .content-main--comments-pagination span:hover, .content-main--comments-pagination span:focus, .content-main--comments-pagination span.current {
  color: #4F8EC1;
}

@media (max-width: 767px) {
  .content-main > .totalizator {
    display: block;
    position: relative;
  }
  .content-main .content-main--content .grid-x .medium-3 .totalizator {
    display: none;
  }
}
@media (max-width: 639px) {
  .content-main .socials.mobile-on .content-main--share-title,
  .content-main .socials.mobile-on .social-on {
    display: none;
  }
  .content-main .socials .hidden-socials {
    padding: 0.3125rem 0.5rem;
  }
  .content-main .socials .hidden-socials a {
    margin-right: 0.625rem;
    font-size: 1.125rem;
  }
  .content-main .socials .hidden-socials a.close-link {
    margin-right: 0;
    font-size: 0.625rem;
  }
  .content-main .socials .social-on {
    margin-right: 0.25rem;
  }
  .content-main--share-title {
    margin-right: 0.5rem;
  }
  .content-main--breadcrumbs {
    margin-top: 0.625rem;
  }
  .content-main--tags a.button, .content-main--tags a#cancel-comment-reply-link {
    margin-right: 0.5rem;
    font-size: 0.8125rem;
    padding: 0.3125rem 0.625rem;
  }
  .content-main--comments .comments-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .content-main--comments .comments-buttons-block .comments-buttons a {
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
  }
  .content-main--comments .comments-buttons-block .grid-x.align-middle {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 2.5rem;
  }
}
.post-tile-list {
  display: block;
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(39, 44, 53, 0.2);
}
body.dark .post-tile-list {
  border-bottom: 1px solid rgba(254, 254, 254, 0.2);
}
.post-tile-list--image {
  display: block;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/post-placeholder.png");
  background-color: #E3E3E3;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-tile-list--image:hover, .post-tile-list--image:focus {
  border-color: #4F8EC1;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  opacity: 0.85;
}
.post-tile-list--post_nr {
  position: absolute;
  background-color: rgba(39, 44, 53, 0.8);
  height: 100%;
  padding: 0.625rem;
  color: #fefefe;
  top: 0;
  left: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
}
.post-tile-list--meta {
  font-size: 0.875rem;
}
.post-tile-list--meta-date {
  margin-right: 0.625rem;
}
.post-tile-list--author-name {
  color: #272C35;
  margin-right: 0.75rem;
}
body.dark .post-tile-list--author-name {
  color: #fefefe;
}
body.dark .post-tile-list--author-name:hover, body.dark .post-tile-list--author-name:focus {
  color: #4F8EC1;
}
.post-tile-list--title {
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .post-tile-list--title {
    margin-top: 0;
  }
}
.post-tile-list--title a {
  color: #272C35;
}
body.dark .post-tile-list--title a {
  color: #fefefe;
}
body.dark .post-tile-list--title a:hover, body.dark .post-tile-list--title a:focus {
  color: #4F8EC1;
}
.post-tile-list--title a:hover, .post-tile-list--title a:focus {
  color: #4F8EC1;
}

.post-tile-list--img {
  position: relative;
  display: block;
  margin-bottom: 1.125rem;
}
.post-tile-list--img:hover .post-tile-list--post_nr {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  left: -3px;
  height: 102%;
  opacity: 0.85;
  top: -1px;
}
.post-tile-list--img img {
  position: relative;
  display: block;
  margin-bottom: 1.125rem;
}
.post-tile-list--img img:hover, .post-tile-list--img img:focus {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .post-tile-list-small img {
    width: 100%;
  }
}
.post-tile-grid {
  display: block;
  margin-bottom: 2.25rem;
}
.post-tile-grid--image {
  display: block;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/post-placeholder.png");
  background-color: #E3E3E3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 1.125rem;
}
.post-tile-grid--image:hover, .post-tile-grid--image:focus {
  border-color: #4F8EC1;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  opacity: 0.85;
}
.post-tile-grid--meta {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.post-tile-grid--category {
  color: #272C35;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 0.5rem;
}
body.dark .post-tile-grid--category {
  color: #fefefe;
}
.post-tile-grid--author-name {
  color: #272C35;
  margin-right: 0.75rem;
}
body.dark .post-tile-grid--author-name {
  color: #fefefe;
}
body.dark .post-tile-grid--author-name:hover, body.dark .post-tile-grid--author-name:focus {
  color: #4F8EC1;
}
.post-tile-grid--title {
  margin-bottom: 1rem;
}
.post-tile-grid--title a {
  color: #272C35;
}
body.dark .post-tile-grid--title a {
  color: #fefefe;
}
body.dark .post-tile-grid--title a:hover, body.dark .post-tile-grid--title a:focus {
  color: #4F8EC1;
}
.post-tile-grid--title a:hover, .post-tile-grid--title a:focus {
  color: #4F8EC1;
}

.post-tile-grid-large {
  display: block;
  margin-bottom: 2.25rem;
}
.post-tile-grid-large--image {
  display: block;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/post-placeholder.png");
  background-color: #E3E3E3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 1.125rem;
}
.post-tile-grid-large--image:hover, .post-tile-grid-large--image:focus {
  border-color: #4F8EC1;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  opacity: 0.85;
}
.post-tile-grid-large--meta {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.post-tile-grid-large--category {
  color: #272C35;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 0.5rem;
}
body.dark .post-tile-grid-large--category {
  color: #fefefe;
}
body.dark .post-tile-grid-large--category:hover, body.dark .post-tile-grid-large--category:focus {
  color: #4F8EC1;
}
.post-tile-grid-large--author-name {
  color: #272C35;
  margin-right: 0.75rem;
}
body.dark .post-tile-grid-large--author-name {
  color: #fefefe;
}
body.dark .post-tile-grid-large--author-name:hover, body.dark .post-tile-grid-large--author-name:focus {
  color: #4F8EC1;
}
.post-tile-grid-large--intro {
  font-size: 1.0625rem;
}
.post-tile-grid-large--title {
  margin-bottom: 1rem;
}
.post-tile-grid-large--title a {
  color: #272C35;
}
body.dark .post-tile-grid-large--title a {
  color: #fefefe;
}
body.dark .post-tile-grid-large--title a:hover, body.dark .post-tile-grid-large--title a:focus {
  color: #4F8EC1;
}
.post-tile-grid-large--title a:hover, .post-tile-grid-large--title a:focus {
  color: #4F8EC1;
}

.account-main--form-tile {
  margin-bottom: 2.5rem;
  padding: 2.25rem 1.5rem;
}
.account-main--subtitle {
  margin-bottom: 0.625rem;
}
.account-main--hero {
  background-color: rgba(227, 227, 227, 0.5);
  padding: 2.1875rem 0;
}
body.dark .account-main--hero {
  color: #fefefe;
  background-color: rgba(39, 44, 53, 0.5);
}
@media print, screen and (max-width: 63.99875em) {
  .account-main--hero-details {
    text-align: center;
  }
}
.account-main--head-button {
  font-size: 1.375rem;
}
.account-main--head-button:hover, .account-main--head-button:focus {
  background-color: #4F8EC1 !important;
  border-color: #4F8EC1 !important;
}
body.dark .account-main--head-button {
  color: #fefefe !important;
}
body.dark .account-main--head-button:hover, body.dark .account-main--head-button:focus {
  background-color: #4F8EC1 !important;
  border-color: #4F8EC1 !important;
  color: #272C35 !important;
}
.account-main--head-button-icon {
  font-size: 3.25rem;
  margin-bottom: 0.625rem;
}
.account-main--hero-avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 999px;
  height: 5.625rem;
  width: 5.625rem;
  margin-bottom: 0.625rem;
  background-color: #fefefe;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.account-main--hero-name {
  margin-bottom: 0.3125rem;
}
.account-main--hero-button {
  margin-top: 0.75rem;
}
.account-main--account-menu {
  background-color: rgba(227, 227, 227, 0.5);
  padding: 2.1875rem 1.25rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 63.99875em) {
  .account-main--account-menu {
    margin-top: 1.875rem;
  }
}
body.dark .account-main--account-menu {
  background-color: rgba(39, 44, 53, 0.5);
}
.account-main--account-menu .menu li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #272C35;
  padding: 0.5rem 0;
}
.account-main--account-menu .menu li a:hover, .account-main--account-menu .menu li a:focus {
  color: #4F8EC1;
}
body.dark .account-main--account-menu .menu li a {
  color: #fefefe;
}
.account-main--account-menu .menu li a.active {
  background-color: transparent;
}
.account-main--account-menu .menu li.active a {
  color: rgb(44.2857142857, 89.2857142857, 125.7142857143);
  background-color: transparent;
}
body.dark .account-main--account-menu .menu li.active a {
  color: #4F8EC1;
}
.account-main--comments {
  padding-top: 1.5rem;
}
body.dark .account-main--comments .archive-main--no-comments {
  color: #272C35;
}
body.dark .account-main--comments .archive-main--pagination-links span {
  color: #000;
}
body.dark .account-main--comments .archive-main--pagination-links a {
  color: #4F8EC1;
}
.account-main--comment-tile {
  margin-bottom: 1.875rem;
  padding: 1.375rem;
}
body.dark .account-main--comment-tile {
  color: #000;
}
.account-main--comment-tile p {
  margin-bottom: 0.5rem;
}
body.dark .account-main--comment-tile .news-list--tile-time {
  color: rgba(39, 44, 53, 0.8);
}
.account-main--comment-tile-title {
  margin-bottom: 0.5rem;
}
.account-main--comment-tile-title a {
  color: #272C35;
}
body.dark .account-main--comment-tile-title a {
  color: #272C35;
}
.account-main--comment-tile-title a:hover, .account-main--comment-tile-title a:focus {
  color: #4F8EC1;
}

#account-content {
  min-height: 25rem;
}

.today-focus {
  padding: 2.5rem 0;
}
.today-focus > .grid-container {
  padding-bottom: 1.25rem;
}
.today-focus > .grid-container .tablist-ad {
  margin-top: 1.875rem;
}
.today-focus .tab-slider-button-next,
.today-focus .tab-slider-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.today-focus .tab-slider-button-next .icon,
.today-focus .tab-slider-button-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 8px 8px 9px 8px;
  border-radius: 0 3px 3px 0;
  opacity: 0.85;
}
.today-focus .tab-slider-button-next {
  right: 1.1875rem;
  left: auto;
}
.today-focus .tab-slider-button-next.swiper-button-disabled {
  display: none;
}
.today-focus .tab-slider-button-prev {
  left: 1.1875rem;
  right: auto;
}
.today-focus .tab-slider-button-prev.swiper-button-disabled {
  display: none;
}
.today-focus .tab-slider-button-prev .icon {
  border-radius: 3px 0 0 3px;
}
.today-focus .archive--tabs {
  margin-bottom: 2.125rem;
  padding-right: 1.25rem;
}
.today-focus .archive--tabs .tabs-title {
  border-radius: 0.3125rem;
  border: 1px solid #979797;
  min-width: 9rem;
  text-align: center;
  width: auto;
  padding: 0 0.3125rem;
}
.today-focus .archive--tabs .tabs-title a {
  color: #7D8085;
  line-height: 1.1875rem;
  font-size: 0.9375rem;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  padding: 0.5rem 0;
}
.today-focus .archive--tabs .tabs-title a:hover {
  color: #fefefe;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.today-focus .archive--tabs .tabs-title:hover, .today-focus .archive--tabs .tabs-title.is-active {
  border: 1px solid #272C35;
  background: #272C35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fefefe;
}
.today-focus .archive--tabs .tabs-title:hover a, .today-focus .archive--tabs .tabs-title.is-active a {
  color: #fefefe;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.today-focus .silver-img {
  position: relative;
}
.today-focus .silver-img a {
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .today-focus {
    padding-bottom: 0px;
  }
}
.today-focus--list {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.today-focus--list .sticky.is-stuck.is-at-bottom {
  bottom: 60px !important;
}
.today-focus--list .post-tile-grid-large {
  margin-bottom: 2rem;
}
.today-focus--list .post-tile-grid-large .post-tile-list--img {
  margin-bottom: 0.75rem;
}
.today-focus--list .post-tile-grid-large .post-tile-list--img img {
  margin-bottom: 0.75rem;
}
.today-focus--list .post-tile-grid-large .post-tile-list--img img.video {
  height: 11.625rem;
}
@media (max-width: 912px) {
  .today-focus--list .post-tile-grid-large .post-tile-list--img img.video {
    height: 10.1875rem;
  }
}
@media (max-width: 820px) {
  .today-focus--list .post-tile-grid-large .post-tile-list--img img.video {
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .today-focus--list .post-tile-grid-large .post-tile-list--img img.video {
    height: 8.375rem;
  }
}
@media (max-width: 540px) {
  .today-focus--list .post-tile-grid-large .post-tile-list--img img.video {
    height: 5.625rem;
    width: 9.375rem;
  }
}
.today-focus--list .post-tile-grid {
  margin-bottom: 1.25rem;
}
.today-focus--list .post-tile-grid .post-tile-list--img {
  margin-bottom: 0.5rem;
}
.today-focus--list .post-tile-grid .post-tile-list--img img {
  margin-bottom: 0.5rem;
}
.today-focus--list .post-tile-grid .post-tile-list--img img.video {
  height: 7.375rem;
}
@media (max-width: 912px) {
  .today-focus--list .post-tile-grid .post-tile-list--img img.video {
    height: 6.4375rem;
  }
}
@media (max-width: 820px) {
  .today-focus--list .post-tile-grid .post-tile-list--img img.video {
    height: 5.6875rem;
  }
}
@media (max-width: 540px) {
  .today-focus--list .post-tile-grid .post-tile-list--img img.video {
    width: 9.375rem;
  }
}
.today-focus--list h2, .today-focus--list h5 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.today-focus--list h2 span, .today-focus--list h5 span {
  font-family: "Oswald";
  font-size: 1.75rem;
  line-height: 2.5625rem;
  color: #E84641;
  margin-right: 0.9375rem;
  margin-top: -0.75rem;
}
.today-focus--list h2 span.comments_count, .today-focus--list h5 span.comments_count {
  font-size: 0.875rem;
  margin-left: 0.375rem;
  margin-right: 0;
  color: #7d8085;
}
.today-focus--list h2 span.comments_count > span, .today-focus--list h5 span.comments_count > span {
  bottom: 0.3125rem;
  font-family: "Fira Sans";
}
@media (max-width: 540px) {
  .today-focus--list h2 span.comments_count > span, .today-focus--list h5 span.comments_count > span {
    bottom: 0.4375rem;
  }
}
@media (max-width: 639px) {
  .today-focus--list h2 span.comments_count > span, .today-focus--list h5 span.comments_count > span {
    display: block;
  }
}
.today-focus--list h3 {
  font-size: 2rem;
  line-height: 2.9375rem;
  color: #000;
  margin-bottom: 1.875rem;
  margin-top: 1.5625rem;
}
.today-focus--list h3 i {
  color: #E84641;
  margin-right: 1.75rem;
  font-size: 2.3125rem;
}
.today-focus--list h3 a {
  color: #000;
}
body.dark .today-focus--list h3 a {
  color: #fefefe;
}
.today-focus--nav {
  margin-bottom: 0.625rem;
  position: relative;
}
.today-focus--nav .archive--tabs {
  margin: 1.25rem 1.25rem;
  padding-right: 1rem;
}
.today-focus--nav .archive--tabs .tabs-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375rem;
}
.today-focus--nav .archive--tabs .tabs-title i {
  margin-right: 0.375rem;
  font-size: 1.125rem;
}
.today-focus--title {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .today-focus--title {
    margin-bottom: 0.875rem;
  }
}
.today-focus--tabs {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .today-focus--tabs .tabs.align-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.today-focus .tabs-panel {
  padding: 0;
}

.tabs-panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.dark .today-focus .archive--tabs .tabs-title:hover, body.dark .today-focus .archive--tabs .tabs-title.is-active {
  border: 1px solid #fefefe;
}
body.dark .today-focus--list h3 {
  color: #fefefe;
}

@media (min-width: 40em) {
  .today-focus .grid-margin-x .medium-9 {
    width: calc(67% - 1.875rem);
  }
  .today-focus .grid-margin-x .medium-3 {
    width: calc(33% - 1.875rem);
  }
}
@media (max-width: 1023px) {
  .today-focus--nav .tab-slider-button-next .icon,
  .today-focus--nav .tab-slider-button-prev .icon {
    padding: 17px 12px 20px 12px;
  }
  .today-focus--nav .tab-slider-button-prev {
    left: 2rem;
    right: auto;
  }
  .today-focus--nav .archive--tabs .tabs-title a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9375rem;
  }
  .today-focus--nav .archive--tabs .tabs-title i {
    margin-right: 0;
    font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .today-focus--list h2, .today-focus--list h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .today-focus--list h2 span, .today-focus--list h5 span {
    margin-right: 0.375rem;
  }
}
@media (max-width: 767px) {
  .today-focus {
    padding: 0.625rem 0;
  }
  .today-focus .today-focus--list .grid-margin-x > .medium-3 {
    width: 100%;
  }
  .today-focus .today-focus--list .grid-margin-x > .medium-3 .sticky.is-anchored {
    max-width: calc(100% - 20px) !important;
  }
  .today-focus .today-focus--list .grid-margin-x > .medium-9 {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 639px) {
  .today-focus--list .silver-img-wrap {
    display: none;
  }
  .today-focus--list h2, .today-focus--list h5 {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .today-focus--list h2 span, .today-focus--list h5 span {
    display: none;
  }
  .today-focus--list h2 span.comments_count, .today-focus--list h5 span.comments_count {
    display: inline-block;
  }
  .today-focus--list h3 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 0.9375rem;
    line-height: 1.5rem;
  }
  .today-focus--list h3 i {
    margin-right: 0.3125rem;
    font-size: 1.3125rem;
  }
  .today-focus--list .post-tile-list--img {
    float: left;
    margin-right: 0.5625rem;
  }
  .today-focus--list .post-tile-list--img img {
    height: 5.625rem;
  }
  .today-focus--list .post-tile-grid--meta {
    margin-bottom: 0.5625rem;
  }
  .today-focus--nav {
    margin-top: 0.9375rem;
  }
  .today-focus--nav .tab-slider-button-prev {
    left: 0.75rem;
  }
  .today-focus--nav .tab-slider-button-next {
    right: 0.75rem;
  }
  .today-focus--nav .archive--tabs {
    margin: 0 0.625rem;
  }
  .today-focus--nav .archive--tabs .tabs-title a {
    font-size: 0.6875rem;
  }
}
@media (max-width: 540px) {
  .today-focus .today-focus--list .grid-margin-x > .medium-3 {
    width: calc(100% - 1rem);
  }
}
.featured {
  padding: 0 0 2.5rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .featured {
    padding-bottom: 0px;
  }
}
.featured .tabs-panel {
  padding: 0;
}
.featured--nav {
  margin-bottom: 1rem;
}
.featured--bg {
  background-color: #E3E3E3;
  padding: 2.8125rem 2.5rem;
  margin-bottom: 2.5rem;
}
.featured--bg-dark {
  background-color: #272C35;
  color: #fefefe;
}
.featured--bg-dark .tabs-title > a {
  color: #fefefe;
}
.featured--bg-dark .tabs-title > a:hover, .featured--bg-dark .tabs-title > a:focus {
  background-color: #4F8EC1;
  color: #272C35;
}
.featured--bg-dark .menu .is-active > a {
  background-color: #4F8EC1;
  color: #272C35;
}
.featured--tabs {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .featured--tabs .tabs.align-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.related {
  position: relative;
}
.related--ads {
  padding-bottom: 2.5rem;
  position: relative;
}
.related .grid-container {
  background: #fefefe;
}
.related .exclusive {
  position: relative;
}
.related .exclusive .exc-slider-button-next,
.related .exclusive .exc-slider-button-prev {
  position: absolute;
  top: 3.5rem;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related .exclusive .exc-slider-button-next .icon,
.related .exclusive .exc-slider-button-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 0.625rem 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.85;
}
.related .exclusive .exc-slider-button-next {
  right: 0.625rem;
  left: auto;
}
.related .exclusive .exc-slider-button-next.swiper-button-disabled {
  display: none;
}
.related .exclusive .exc-slider-button-prev {
  left: 0.625rem;
  right: auto;
}
.related .exclusive .exc-slider-button-prev.swiper-button-disabled {
  display: none;
}
.related h3 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.5rem;
}
.related h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related h5 .comments_count > span {
  bottom: 0.25rem;
}

body.dark .related .grid-container {
  background: #272C35;
}

@media only screen and (max-width: 912px) and (min-width: 768px) {
  .related h5 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .related .post-tile-list--img {
    margin-bottom: 0.625rem;
  }
  .related .post-tile-list--img img {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 639px) {
  .related h3 {
    font-size: 1rem;
  }
}
.news-list {
  padding: 0 0 2.5rem 0;
  margin-top: -40px;
}
.news-list .grid-container {
  padding-top: 40px;
}
.news-list .news-list--all-link {
  background: #4F8EC1;
  color: #fefefe;
  padding: 10px 20px;
  font-size: 14px;
}
.news-list .news-list--all-link:hover {
  background-color: #4F8EC1;
  color: #0a0a0a;
}
.news-list--bg {
  background-color: rgba(227, 227, 227, 0.2);
  padding: 1.5rem 1rem;
}
body.dark .news-list--bg {
  background-color: #272C35;
}
.news-list--tile {
  margin-bottom: 1.5rem;
}
.news-list--header {
  margin-bottom: 1.5rem;
}
.news-list--tile-title {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-list--tile-title a {
  color: #272C35;
}
body.dark .news-list--tile-title a {
  color: #fefefe;
}
.news-list--tile-title a:hover, .news-list--tile-title a:focus {
  color: #4F8EC1;
}
.news-list--tile-title .comments_count > span {
  bottom: 0.625rem;
}
@media (max-width: 540px) {
  .news-list--tile-title .comments_count > span {
    bottom: 0.6875rem;
  }
}
.news-list--tile-time {
  display: inline-block;
  color: rgba(39, 44, 53, 0.8);
  margin-right: 0.3125rem;
}
body.dark .news-list--tile-time {
  color: #fefefe;
}
.news-list--all-link {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #272C35;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6875rem;
}
body.dark .news-list--all-link {
  color: #fefefe;
}
body.dark .news-list--all-link:hover, body.dark .news-list--all-link:focus {
  color: #4F8EC1;
}
.news-list--all-link:hover, .news-list--all-link:focus {
  color: #4F8EC1;
}

.latest-news-list {
  position: relative;
}
.latest-news-list .grid-container {
  background: #fefefe;
}
.latest-news-list a {
  display: inline-block;
}
.latest-news-list a:hover > h4 {
  color: #4F8EC1;
}
.latest-news-list h4 {
  font-size: 1.625rem;
  line-height: 2.4375rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-news-list h4 i {
  font-size: 2.8125rem;
  color: #fdd20a;
}
.latest-news-list h6 {
  padding-left: 1.25rem;
  min-height: 2.8125rem;
}
.latest-news-list .news-list--header {
  margin-bottom: 1.125rem;
}
.latest-news-list .news-list--all-link {
  background: #D9D9D9;
  color: #000;
  padding: 0.6875rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.latest-news-list .news-list--all-link:hover {
  background: rgba(39, 44, 53, 0.7);
  color: #fefefe;
}
.latest-news-list .news-list--all-link i {
  margin-left: 0.625rem;
}
.latest-news-list .news-list--tile {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #D9D9D9;
  min-height: 4.375rem;
}
.latest-news-list .news-list--tile-title {
  margin-bottom: 0.5rem;
}
.latest-news-list .post-tile-grid--meta {
  padding-left: 1.25rem;
}
.latest-news-list .cell.medium-6:nth-last-child(-n+2) .news-list--tile {
  border-bottom: none;
}
.latest-news-list .news-list--bg {
  background-color: #fefefe;
  padding: 1.5rem 0;
}

body.dark .latest-news-list .grid-container {
  background: #272C35;
}
body.dark .latest-news-list h4 {
  color: #fefefe;
}
body.dark .news-list--all-link {
  color: #000;
}
body.dark .news-list--all-link:focus, body.dark .news-list--all-link:hover {
  color: #fefefe;
  background: #494f5a;
}
body.dark .news-list--tile-title a:hover {
  color: #4F8EC1;
}

@media (max-width: 639px) {
  .latest-news-list {
    padding: 20px 0 !important;
  }
  .latest-news-list .news-list--all-link i {
    display: none;
  }
  .latest-news-list .cell.medium-6:nth-last-child(2) .news-list--tile {
    border-bottom: 1px solid #D9D9D9;
  }
  .latest-news-list .cell.medium-6:nth-of-type(1n+6) {
    display: none;
  }
  .latest-news-list .cell.medium-6:nth-of-type(5) .news-list--tile {
    border-bottom: none;
  }
  .latest-news-list h4 {
    font-size: 1rem;
  }
  .latest-news-list .news-list--bg {
    padding: 0;
  }
  .latest-news-list .news-list--tile-title,
  .latest-news-list .post-tile-grid--meta-date {
    font-size: 0.8125rem;
  }
  .latest-news-list .post-tile-grid--meta, .latest-news-list h6 {
    padding-left: 0.625rem;
  }
}
.category-summary {
  padding-top: 0;
}
.category-summary .category-summary--content {
  padding-bottom: 0 !important;
}
.category-summary .category-summary--content .category-summary--content-bg {
  margin-left: 0;
  margin-right: 0;
}
.category-summary .category-summary--content .grid-container {
  background: #fefefe;
}
.category-summary .grid-margin-x {
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
}
@media print, screen and (max-width: 63.99875em) {
  .category-summary {
    padding-top: 0px;
  }
}
.category-summary--header {
  background-color: #4F8EC1;
}
.category-summary--header-image {
  position: relative;
  margin-top: -3.75rem;
  max-width: 31.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .category-summary--header-image {
    margin-top: 0;
    display: none;
  }
}
.category-summary--header-title {
  font-size: 6.25rem;
}
.category-summary--header-title a {
  color: #272C35;
}
@media print, screen and (max-width: 63.99875em) {
  .category-summary--header-title {
    font-size: 2.875rem;
  }
}
.category-summary--header-details {
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
}
.category-summary--header-details .menu a {
  color: #272C35;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  padding: 0.375rem 0.75rem;
}
.category-summary--header-details .menu a:hover, .category-summary--header-details .menu a:focus {
  text-decoration: underline;
}
.category-summary--bg-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.category-summary--content {
  background-color: #272C35;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .category-summary--content {
    padding-bottom: 0px;
  }
}
body.dark .category-summary--content:not(.disabled-dark-mode-bg) {
  background-color: transparent !important;
}
.category-summary--content-intro {
  /*padding: rem-calc(25 0);*/
}
.category-summary--content-bg {
  background-color: #fefefe;
  padding: 1.25rem;
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  z-index: 5;
}
@media print, screen and (max-width: 63.99875em) {
  .category-summary--content-bg {
    padding-bottom: 0px;
  }
}
body.dark .category-summary--content-bg:not(.disabled-dark-mode) {
  background-color: transparent;
}
body.dark .category-summary--content-bg.disabled-dark-mode {
  color: #272C35;
}
body.dark .category-summary--content-bg.disabled-dark-mode a {
  color: #272C35;
}
body.dark .category-summary--content-bg.disabled-dark-mode a:hover, body.dark .category-summary--content-bg.disabled-dark-mode a:focus {
  color: #4F8EC1;
}
.category-summary--ad-top {
  padding-bottom: 1.25rem;
}
.category-summary--ad-middle {
  padding-bottom: 1.25rem;
}
.category-summary--posts-bottom {
  padding-top: 1.25rem;
}
.category-summary--posts-bottom {
  padding-top: 1.25rem;
}
.category-summary--ad-side {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

body.dark .category-summary .category-summary--content .grid-container {
  background: #17181c;
}

.top-posts {
  padding: 0 0 2.5rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .top-posts {
    padding-top: 0px;
  }
}

.form--avatar-upload-message {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}
.form--avatar-upload-loading {
  margin-bottom: 0.625rem;
  display: none;
}
.form--avatar-tile {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .form--avatar-tile {
    margin-top: 0.9375rem;
  }
}
.form--avatar-upload-button {
  position: absolute;
  bottom: -1.25rem;
  border-radius: 9999px;
  padding: 0;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form--avatar-upload-button.button.primary, .form--avatar-upload-button#cancel-comment-reply-link {
  background-color: #272C35;
  color: #FFD233;
}
.form--avatar-upload-button.button.primary.mob, .form--avatar-upload-button.mob#cancel-comment-reply-link {
  background-color: #fefefe;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.625rem;
}
.form--avatar-upload-button.button.primary i, .form--avatar-upload-button#cancel-comment-reply-link i {
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form--avatar-upload-button.button.primary:hover i, .form--avatar-upload-button#cancel-comment-reply-link:hover i {
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe-form {
  background: #fefefe;
  border-radius: 0.625rem;
  margin-bottom: 0.8125rem;
}
.subscribe-form .input-group .input-group-button {
  border: 1px solid rgba(39, 44, 53, 0.2);
  border-radius: 0.625rem;
  width: 100%;
}
.subscribe-form .input-group .input-group-button ::-webkit-input-placeholder {
  color: #E3E3E3;
  opacity: 1;
}
.subscribe-form .input-group .input-group-button ::-moz-placeholder {
  color: #E3E3E3;
  opacity: 1;
}
.subscribe-form .input-group .input-group-button :-ms-input-placeholder {
  color: #E3E3E3;
  opacity: 1;
}
.subscribe-form .input-group .input-group-button ::-ms-input-placeholder {
  color: #E3E3E3;
  opacity: 1;
}
.subscribe-form .input-group .input-group-button ::placeholder {
  color: #E3E3E3;
  opacity: 1;
}
.subscribe-form .input-group .input-group-button button {
  background: #272C35;
  border-radius: 0 0.625rem 0.625rem 0;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0 0.25rem;
}
.subscribe-form .input-group .input-group-button button:hover {
  background: rgba(39, 44, 53, 0.7);
}
.subscribe-form .input-group .input-group-button input {
  border: none;
  margin-left: 1rem;
  margin-top: 0.8125rem;
  margin-bottom: 0.6875rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.subscribe-form .input-group .input-group-button input:focus {
  border: none;
}

.cookie-notice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5625rem 0;
  background-color: #fdd20a;
  z-index: 100;
  color: #000;
}
body.page-template-default.dark .cookie-notice .grid-container {
  background: transparent;
}
.cookie-notice a {
  border-radius: 8px;
  border: 2px solid #fefefe;
  padding: 11px 18px;
  margin-right: 15px;
  background-color: transparent;
  color: #000;
  font-weight: 400;
  line-height: 19px;
}
.cookie-notice a:hover {
  background-color: #E84641;
}
.cookie-notice a:first-child {
  background-color: #fefefe;
}
.cookie-notice a:first-child:hover {
  background-color: #4BB748;
}

@media (max-width: 540px) {
  .cookie-notice {
    padding: 0.9375rem 0;
  }
  .cookie-notice .medium-shrink {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cookie-notice a {
    padding: 0.375rem 0.625rem;
    margin-right: 0.5rem;
    font-size: 0.75rem;
    width: calc(33% - 16px);
  }
}
#ad-archive-content,
#ad-archive-sidebar,
#ad-category-summary-bottom,
#ad-category-summary-middle,
#ad-category-summary-side,
#ad-category-summary-top,
#ad-featured,
#ad-related,
#ad-single-content,
#ad-single-sidebar,
#ad-top10-sidebar,
#ad-top-featured,
#ad-focus-bottom-featured {
  position: relative;
}
#ad-archive-content img,
#ad-archive-sidebar img,
#ad-category-summary-bottom img,
#ad-category-summary-middle img,
#ad-category-summary-side img,
#ad-category-summary-top img,
#ad-featured img,
#ad-related img,
#ad-single-content img,
#ad-single-sidebar img,
#ad-top10-sidebar img,
#ad-top-featured img,
#ad-focus-bottom-featured img {
  max-width: 100%;
  height: auto;
}

#ad-top-featured,
#ad-focus-bottom-featured {
  margin: 0 5px;
}

#ad-new-sidebar {
  margin-bottom: 1.25rem;
}

#ad-new-sidebar iframe,
#ad-top10-sidebar iframe,
#ad-single-sidebar iframe,
#ad-archive-sidebar iframe {
  max-width: 332px !important;
  margin-left: -0.625rem !important;
}

#ad-archive-content iframe {
  max-width: 332px !important;
  margin-left: -0.625rem !important;
}

@media screen and (max-width: 639px) {
  #ad-top-featured {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 425px) {
  #ad-top-article {
    min-height: 300px;
    margin-top: 0.625rem;
  }
  #ad-new-sidebar iframe,
  #ad-top10-sidebar iframe,
  #ad-single-sidebar iframe,
  #ad-archive-sidebar iframe,
  #ad-archive-content iframe {
    max-width: 336px !important;
    margin-left: 0 !important;
  }
  #ad-category-summary-bottom,
  #ad-single-content,
  #ad-new-sidebar,
  #ad-top10-sidebar,
  #ad-single-sidebar,
  #ad-archive-sidebar,
  #ad-archive-content,
  #ad-fantasy-sidebar,
  #ad-fantasy-summary-bottom,
  #ad-category-summary-middle {
    display: grid;
    place-items: center;
  }
}
.event-koef {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-koef a {
  width: calc(33% - 5px);
  color: #000;
  margin-bottom: 0.625rem;
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6875rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.event-koef a span {
  color: #000;
  font-weight: bold;
  margin-left: 0.3125rem;
  display: block;
}
.event-koef a.bid-active {
  background: #FFCB08;
}
.event-koef a.send-prediction {
  text-transform: uppercase;
  background: #E84641;
  color: #fefefe;
  width: 100%;
  display: block;
}
.event-koef a.send-prediction:hover {
  background: #FFCB08;
  color: #000;
}
.event-koef a.send-prediction.disabled {
  cursor: not-allowed;
  background: #E84641;
}
.event-koef a.send-prediction.disabled:hover {
  background: #FFCB08;
  color: #000;
}
.event-koef a.disabled {
  cursor: not-allowed;
  opacity: 1;
}
.event-koef a.disabled:hover {
  cursor: not-allowed;
  opacity: 0.5;
  background: #fefefe;
}
.event-koef a.disabled:nth-child(1), .event-koef a.disabled:nth-child(2), .event-koef a.disabled:nth-child(3) {
  background: #fefefe;
}
.event-koef a.disabled.user-choise {
  background: #FFCB08;
}
.event-koef a:hover {
  background: #FFCB08;
}

.user-points th {
  width: 18.75rem;
  text-align: left;
}
.user-points td {
  width: 18.75rem;
}

.event-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.event-item-wrapper.alter-layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-item-wrapper.alter-layout .event-item {
  width: calc(50% - 15px);
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .event-item-wrapper.alter-layout .event-item {
    width: 100%;
  }
}
.event-item-wrapper.alter-layout .event-item .event-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 425px) {
  .event-item-wrapper.alter-layout .event-item .event-item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.event-item-wrapper.alter-layout .event-item .event-item-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-item-wrapper.alter-layout .event-item .event-item-title h4 > span {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans";
  letter-spacing: 0.09375rem;
}
.event-item-wrapper.alter-layout .event-item .event-item-title h4 > span.ev-expired {
  color: #E84641;
}
.event-item-wrapper.alter-layout .event-item .event-item-title .teams-info {
  margin: 0;
}
.event-item-wrapper.alter-layout .event-item .event-item-title .teams-info > div .teams-name {
  color: #fefefe;
  text-transform: uppercase;
}
.event-item-wrapper.alter-layout .event-item .event-item-title .teams-info > div span {
  font-size: 0.875rem;
}
.event-item-wrapper.alter-layout .event-item .event-koef a {
  width: 5.625rem;
  padding: 0.5rem 0.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .event-item-wrapper.alter-layout .event-item .event-koef a {
    width: 4.375rem;
  }
}
@media screen and (max-width: 912px) {
  .event-item-wrapper.alter-layout .event-item .event-koef a {
    width: calc(30% - 10px);
  }
}
.event-item-wrapper.alter-layout .event-item .event-koef a.send-prediction {
  width: 5.625rem;
  background: #E84641;
}
@media screen and (max-width: 768px) {
  .event-item-wrapper.alter-layout .event-item .event-koef a.send-prediction {
    width: calc(40% - 10px);
  }
}
.event-item-wrapper.alter-layout .event-item .event-koef a.alter-item-logo {
  background: transparent;
  width: auto;
}
.event-item-wrapper.alter-layout .event-item .event-koef a.alter-item-logo img {
  width: 7.5rem;
}
@media screen and (max-width: 912px) {
  .event-item-wrapper.alter-layout .event-item .event-koef a.alter-item-logo {
    display: none;
  }
}
.event-item-wrapper .event-item {
  padding: 0.625rem 0.9375rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.375rem;
  margin: 0.625rem 0.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #272C35;
  border-radius: 0.375rem;
}
.event-item-wrapper .event-item .event-item-title {
  margin-top: 0.3125rem;
}
.event-item-wrapper .event-item .event-item-title h4 {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 80%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.event-item-wrapper .event-item .event-item-title h4 span {
  display: block;
  font-size: 0.75rem;
}
.event-item-wrapper .event-item .event-item-title h4 span:first-child {
  color: #fefefe;
  font-family: "Fira Sans";
  letter-spacing: 0.0625rem;
  font-weight: 300;
}
.event-item-wrapper .event-item .event-item-title .teams-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fefefe;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.event-item-wrapper .event-item .event-item-title .teams-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-item-wrapper .event-item .event-item-title .teams-info div span {
  color: #FFCB08;
  margin: 0 0.4375rem;
  font-size: 1.0625rem;
}
.event-item-wrapper .event-item .event-item-title .teams-info div span.team-name {
  color: #fefefe;
  margin: 0 0.4375rem 0 0;
  letter-spacing: 0.0625rem;
}
.event-item-wrapper .event-item .event-item-title .teams-info div img {
  height: 1.5rem;
  border-radius: 0.1875rem;
}
.event-item-wrapper .event-item .ev-expired,
.event-item-wrapper .event-item .ev-active {
  color: #E84641;
  padding: 0.125rem 0.25rem;
  margin-top: 0.375rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}
.event-item-wrapper .event-item .ev-active {
  color: #4BB748;
}
@media (max-width: 912px) {
  .event-item-wrapper .event-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .event-item-wrapper .event-item {
    width: 100%;
  }
}

.grid-container.round {
  background: #fefefe;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .grid-container.round {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.grid-container .content-events {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.grid-container .content-events .grid-container.category-summary--ad-bottom {
  background: #fefefe !important;
}
.grid-container .content-events .clue-button {
  height: 2.125rem;
  width: 2.125rem;
  color: #fefefe;
  background: #E84641;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 2.1875rem;
  cursor: pointer;
  margin-right: 0.9375rem;
}
.grid-container .content-events .clue-button.mobile {
  display: none;
}
.grid-container .content-events .current-user-stats {
  background: #272C35;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 0.3125rem;
  margin: 1.25rem 0;
  padding: 0.625rem 0;
}
.grid-container .content-events .current-user-stats > div {
  text-align: center;
}
.grid-container .content-events .current-user-stats > div p {
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
}
.grid-container .content-events .current-user-stats > div h5 {
  margin-bottom: 0;
  font-size: 1.0625rem;
}
@media (max-width: 540px) {
  .grid-container .content-events .current-user-stats > div {
    text-align: center;
  }
  .grid-container .content-events .current-user-stats > div:first-child {
    display: none;
  }
  .grid-container .content-events .current-user-stats > div p {
    font-size: 1.4375rem;
  }
  .grid-container .content-events .current-user-stats > div h5 {
    font-size: 0.9375rem;
  }
}
.grid-container .content-events .results-table {
  border-radius: 0.3125rem;
  overflow: hidden;
  border: 1px solid #000;
  margin-bottom: 1.875rem;
}
.grid-container .content-events .results-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
body.dark .grid-container .content-events .results-table table tbody {
  background: #fefefe;
}
.grid-container .content-events .results-table table tr {
  border-bottom: 1px solid #D9D9D9;
}
.grid-container .content-events .results-table table tr:nth-child(even) {
  background: #fefefe;
}
.grid-container .content-events .results-table table tr.current-user-line {
  background: #FFCB08;
  font-weight: 700;
}
.grid-container .content-events .results-table table tr th {
  text-align: left;
}
.grid-container .content-events .winners-table {
  margin-bottom: 2.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.grid-container .content-events .winners-table table tr th {
  background: #FFCB08;
  color: #272C35;
  font-weight: 500;
}
.grid-container .content-events .winners-table table tr td {
  color: #FFCB08;
  background: #272C35;
  padding: 0.3125rem 1.875rem;
  font-size: 0.9375rem;
}
.grid-container .content-events .winners-table table tr:nth-child(2) td {
  padding: 1.25rem 1.875rem 0.3125rem;
}
.grid-container .content-events .winners-table table tr:last-child td {
  padding: 0.3125rem 1.875rem 1.25rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media (max-width: 540px) {
  .grid-container .content-events .winners-table table tr th {
    font-size: 0.9375rem;
  }
  .grid-container .content-events .winners-table table tr td {
    font-size: 0.8125rem;
  }
}
.grid-container .content-events #more-events,
.grid-container .content-events #more-results {
  background: #FFCB08;
  color: #272C35;
  width: 12.5rem;
  cursor: pointer;
  margin: 30px auto;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.grid-container .content-events #more-events:hover,
.grid-container .content-events #more-results:hover {
  color: #fefefe;
  background: #E84641;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.grid-container .content-events .events-loader {
  display: none;
  width: 40px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #E84641) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  -webkit-animation: l4 1s infinite steps(10);
  animation: l4 1s infinite steps(10);
  margin: 30px auto;
}
@-webkit-keyframes l4 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes l4 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.grid-container .content-events .prize-banner-mob {
  display: none;
}
.grid-container .content-events .prize-banner-desk img,
.grid-container .content-events .prize-banner-mob img {
  width: 100%;
}
@media (max-width: 767px) {
  .grid-container .content-events .prize-banner-mob {
    display: block;
  }
  .grid-container .content-events .prize-banner-desk {
    display: none;
  }
}
.grid-container .content-events .t-and-c {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.grid-container .content-events .t-and-c .show-players-toplist {
  text-align: center;
}
.grid-container .content-events .t-and-c .load-full {
  text-align: center;
}
.grid-container .content-events .t-and-c .load-full a {
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: inline-block;
  width: 12.5rem;
  padding: 0.4375rem;
  color: #000;
}
.grid-container .content-events .t-and-c .load-full a:hover {
  border: 1px solid #E84641;
  color: #E84641;
}
.grid-container .content-events .content-events-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
.grid-container .content-events .content-events-title h1 {
  margin-bottom: 0;
  line-height: 1.375rem;
  margin-left: 0.3125rem;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .grid-container .content-events .content-events-title {
    margin-bottom: 0;
  }
  .grid-container .content-events .content-events-title h1 {
    line-height: 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
  .grid-container .content-events .content-events-title h1 > span {
    display: block;
  }
}
.grid-container .content-events .content-events-title .tabs-title {
  margin-right: 1.25rem;
}
.grid-container .content-events .content-events-title .tabs-title:last-child a {
  background: #FFCB08;
  color: #272C35;
  border: 1px solid #FFCB08;
}
.grid-container .content-events .content-events-title .tabs-title:last-child a:focus {
  background: #FFCB08;
  color: #272C35;
  border: 1px solid #272C35;
}
.grid-container .content-events .content-events-title .tabs-title:last-child a:hover {
  background: #FFCB08;
  color: #272C35;
  border: 1px solid #272C35;
}
.grid-container .content-events .content-events-title .tabs-title:last-child.is-active > a {
  background: #FFCB08;
  color: #272C35;
  border: 1px solid #272C35;
}
.grid-container .content-events .content-events-title .tabs-title.is-active > a {
  color: #fefefe !important;
  background: #272C35;
  border: 1px solid #272C35;
}
.grid-container .content-events .content-events-title .tabs-title > a {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 1.375rem;
  padding: 0.375rem 0.9375rem;
  border-radius: 0.3125rem;
  border: 1px solid #979797;
  text-transform: capitalize;
}
body.dark .grid-container .content-events .content-events-title .tabs-title > a {
  color: #000;
}
.grid-container .content-events .content-events-title .tabs-title > a:focus {
  background: #272C35;
  color: #fefefe;
}
body.dark .grid-container .content-events .content-events-title .tabs-title > a:focus {
  color: #fefefe;
}
.grid-container .content-events .content-events-title .tabs-title > a:hover {
  background: #272C35;
  color: #fefefe;
}
body.dark .grid-container .content-events .content-events-title .tabs-title > a:hover {
  color: #fefefe;
}
@media (max-width: 1023px) {
  .grid-container .content-events .content-events-title .tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.25rem 0.1875rem 0;
  }
  .grid-container .content-events .content-events-title .tabs .tabs-title {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .grid-container .content-events .content-events-title .tabs .tabs-title:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .grid-container .content-events .content-events-title .tabs .tabs-title > a {
    font-size: 0.9375rem;
    padding: 0.375rem 0.625rem;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
  }
  .grid-container .content-events .content-events-title .clue-button {
    display: none;
  }
  .grid-container .content-events .content-events-title .clue-button.mobile {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .grid-container .content-events .content-events-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grid-container .content-events h2 {
  font-family: "Oswald";
  margin: 0.625rem 0.3125rem 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.grid-container .content-events .title {
  text-align: center;
  margin-bottom: 2.25rem;
}
.grid-container .content-events .title p {
  text-align: left;
}
.grid-container .content-events .prediction-steps {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E84641;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 1.5625rem 0.75rem;
  border-radius: 0.375rem;
}
.grid-container .content-events .prediction-steps .prediction-steps-itm {
  background: #fefefe;
  width: calc(33% - 25px);
  color: #272C35;
  padding: 0.9375rem;
  text-align: right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0.375rem;
}
.grid-container .content-events .prediction-steps .prediction-steps-itm p {
  text-align: left;
}
@media (max-width: 912px) {
  .grid-container .content-events .prediction-steps .prediction-steps-itm p {
    font-size: 0.875rem;
  }
}
.grid-container .content-events .prediction-steps .prediction-steps-itm h3 {
  text-transform: uppercase;
  background-color: #E84641;
  color: #fefefe;
  display: block;
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  border-radius: 0.1875rem;
  text-align: center;
  width: 5.5rem;
}
.grid-container .content-events .prediction-steps .prediction-steps-itm .prediction-steps-itm-wrap {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.grid-container .content-events .prediction-steps .prediction-steps-itm .prediction-steps-itm-wrap img {
  width: 7.5rem;
  float: left;
}
.grid-container .content-events .prediction-steps:hover {
  cursor: help;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.grid-container .content-events .prediction-steps-mob {
  display: none;
  height: 18.75rem;
  background: #E84641;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.375rem;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper {
  background: #fefefe;
  height: 100%;
  border-radius: 0.375rem;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 0.9375rem;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs .tabs-title a {
  border-radius: 0.1875rem;
  border: 1px solid #E84641;
  color: #E84641;
  width: 4.5rem;
  text-align: center;
  font-size: 0.6875rem;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs .tabs-title a:hover, .grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs .tabs-title a:focus {
  background: #E84641;
  color: #fefefe;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs .tabs-title.is-active a {
  background: #E84641;
  color: #fefefe;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs::after, .grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs::before {
  content: none;
}
.grid-container .content-events .prediction-steps-mob .prediction-steps-mob-wrapper .tabs-content {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .grid-container .content-events .prediction-steps-mob {
    display: block;
  }
  .grid-container .content-events .prediction-steps {
    display: none !important;
  }
}

.archive-main.archive-main-round .grid-container.round.round-no-login {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  margin-top: -0.3125rem;
}
.archive-main.archive-main-round .account-canvas {
  position: absolute;
  top: 6.25rem;
  width: 100%;
  height: 100%;
}
.archive-main.archive-main-round .account-canvas .account-canvas--content {
  background: #fefefe;
  padding: 1.875rem;
}

body.tax-round.dark {
  background-color: #fefefe;
  color: #272C35;
}
body.dark.page-template-template-esports .grid-container.round {
  background: #17181c;
}

.zinas-link a {
  background-color: #4F8EC1;
  color: #272C35;
  margin: 0 0.625rem 1.875rem;
}
.zinas-link a:hover {
  color: #fefefe;
}

.tmpl-results {
  min-height: 70vh;
}
.tmpl-results .cur-user-points {
  color: #E84641;
  font-weight: bold;
}

.tmpl-user-votes .tabs-title > a {
  font-size: 0.95rem;
}
.tmpl-user-votes .menu li {
  border: 1px solid;
  margin: 0.375rem;
}
.tmpl-user-votes .tabs {
  border: 0px solid #fefefe;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-count {
  margin: 0 auto;
  text-align: center;
}
.container-count .broadcast {
  display: none;
  padding: 1rem;
}
.container-count .broadcast span {
  font-size: 4rem;
  padding: 0 0.5rem;
}
.container-count li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  width: 9.375rem;
}
.container-count li span {
  display: block;
  font-size: 4.5rem;
  color: #fefefe;
  background: #272C35;
}

.tax-round #account-canvas {
  height: auto;
  background: transparent;
}
.tax-round #account-canvas .account-canvas {
  width: 100%;
  top: 13.75rem;
}
.tax-round #account-canvas .account-canvas .account-canvas--content {
  background: #272C35;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .tax-round #account-canvas .account-canvas .account-canvas--content {
    background: #fefefe;
  }
}

.alter-item-logo-mobile {
  display: none;
  margin: 1.25rem 0 0;
}
.alter-item-logo-mobile img {
  width: 100%;
}
@media (max-width: 540px) {
  .alter-item-logo-mobile {
    display: block;
  }
}

.archive-main.archive-main-round .archive--tabs {
  margin-bottom: 0;
}
.archive-main.archive-main-round .archive--tabs .tabs-title {
  border: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0;
}
.archive-main.archive-main-round .tab-slider-button-prev .icon,
.archive-main.archive-main-round .tab-slider-button-next .icon {
  opacity: 1;
}

@media (max-width: 767px) {
  .archive-tab-results {
    display: none !important;
  }
}
.archive-tab-results-mobile {
  display: none;
  background: #FFCB08;
  color: #272C35;
  border: 1px solid #FFCB08;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 0.375rem 0.625rem;
  margin: 0 0.375rem;
  font-size: 0.9375rem;
  text-transform: capitalize;
  font-weight: 500;
}
@media (max-width: 767px) {
  .archive-tab-results-mobile {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-item .event-item-title {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .container-count h1 {
    font-size: 1.5rem;
  }
  .container-count li {
    font-size: 1.125rem;
    padding: 0.75rem;
  }
  .container-count li span {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 425px) {
  .event-koef a {
    margin: 0.75rem 0.125rem;
  }
}
body.dark .category-banner {
  background-color: #272C35;
  color: #fefefe;
}
body.dark .cookie-notice {
  color: #272C35;
}
body.dark .home-top-banner .category-summary--content-bg {
  background-color: #272C35;
  color: #fefefe;
}
body.dark .home-top-banner .category-summary--content-bg a {
  color: #fefefe;
}
body.dark .news-list .grid-container {
  background-color: #272C35;
}
body .home-top-banner .category-summary--content {
  background-color: transparent !important;
}
body .home-top-banner .category-summary--header {
  background-color: transparent;
}
body .home-top-banner .category-summary--header .grid-container .grid-margin-x {
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  z-index: 5;
  background-color: #4F8EC1;
}
body .home-top-banner .category-summary--posts-bottom .cell.medium-9 {
  width: calc(72% - 1.875rem);
}
body .home-top-banner .featured .grid-container {
  background-color: #272C35;
}
body .home-top-banner .news-list .grid-container {
  background-color: #fefefe;
}
body .home-top-banner section {
  padding-bottom: 0;
}
body .home-top-banner header .grid-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .category-banner {
  position: relative;
  background-color: #fefefe;
  padding-top: 0.625rem;
}
body .category-banner .content-main--breadcrumbs {
  padding-top: 1rem;
}
body .archive-top-banner {
  position: relative;
}
body .archive-top-banner .category-summary--content-intro p {
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .archive-top-banner .content-main--content .grid-margin-x > .medium-3 {
    width: calc(33% - 1.875rem);
  }
  .archive-top-banner .content-main--content .grid-margin-x > .medium-9 {
    width: calc(67% - 1.875rem);
  }
  .archive-top-banner .archive-main--content .grid-margin-x > .medium-3 {
    width: calc(33% - 1.875rem);
  }
  .archive-top-banner .archive-main--content .grid-margin-x > .medium-9 {
    width: calc(67% - 1.875rem);
  }
  .content-main--content .grid-margin-x > .medium-3 {
    width: calc(33% - 1.875rem);
  }
  .content-main--content .grid-margin-x > .medium-9 {
    width: calc(67% - 1.875rem);
  }
  .archive-main--content .grid-margin-x > .medium-3 {
    width: calc(33% - 1.875rem);
  }
  .archive-main--content .grid-margin-x > .medium-9 {
    width: calc(67% - 1.875rem);
  }
}
@media (max-width: 767px) {
  .archive-top-banner .content-main--content .grid-margin-x > .medium-3 {
    width: calc(100% - 1.875rem);
  }
  .archive-top-banner .content-main--content .grid-margin-x > .medium-9 {
    width: calc(100% - 1.875rem);
  }
  .archive-top-banner .archive-main--content .grid-margin-x > .medium-3 {
    width: calc(100% - 1.875rem);
  }
  .archive-top-banner .archive-main--content .grid-margin-x > .medium-9 {
    width: calc(100% - 1.875rem);
  }
  .content-main--content .grid-margin-x > .medium-3 {
    width: calc(100% - 1.875rem);
  }
  .content-main--content .grid-margin-x > .medium-9 {
    width: calc(100% - 1.875rem);
  }
  .archive-main--content .grid-margin-x > .medium-3 {
    width: calc(100% - 1.875rem);
  }
  .archive-main--content .grid-margin-x > .medium-9 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (max-width: 425px) {
  .archive-top-banner {
    background: none !important;
  }
  .archive-top-banner .category-summary--content-intro {
    display: none;
  }
}
.fb-cmnt {
  background: #fff;
}

.comments_count {
  font-family: "Fira Sans" !important;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7d8085;
  margin-left: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.comments_count > span {
  color: #fff !important;
  font-size: 0.6875rem !important;
  position: absolute;
  left: 0.4375rem;
  bottom: 0.5625rem;
}
.comments_count > i {
  font-size: 1.25rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.show-for-mob {
  color: #272c35;
}
.show-for-mob:hover {
  color: #4F8EC1;
}

#bs:hover {
  cursor: pointer;
}

.content-main--featured-image-caption {
  margin-top: 0.4rem;
}

.post-featured-image {
  width: 930px;
  max-height: 511px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ad-video-player {
  margin-bottom: 2.5rem;
}

.input-group-search .input-group-button {
  border: 1px solid rgba(39, 44, 53, 0.2);
  border-radius: 0.625rem;
  width: 100%;
  position: relative;
  background: #fefefe;
}
.input-group-search .input-group-button input {
  border: none;
  margin-left: 1rem;
  margin-top: 0.8125rem;
  margin-bottom: 0.6875rem;
}
.input-group-search .input-group-button button {
  margin: 0.375rem;
  background-color: #fefefe;
  color: #272C35;
  padding: 0 0.6875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-group-search .input-group-button button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-group-search .input-group-button button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.75 13.75L18 18M15.875 8.4375C15.875 12.5451 12.5451 15.875 8.4375 15.875C4.32988 15.875 1 12.5451 1 8.4375C1 4.32988 4.32988 1 8.4375 1C12.5451 1 15.875 4.32988 15.875 8.4375Z' stroke='%237D8085' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  background-repeat: no-repeat;
  display: block;
}

.home .totalizator {
  display: none;
  margin-top: 0;
}
.home .home-totalizator {
  position: relative;
}
.home .home-totalizator > .grid-container {
  background: #fefefe;
  padding-bottom: 1.25rem;
}
.home .home-totalizator .totalizator {
  display: block;
}
.home .home-totalizator .totalizator .totalizator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-image: url("../images/totalizator-man.png");
  background-repeat: no-repeat;
  background-position: 7% 90%;
  background-size: 27%;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-logo-wrapper {
  width: calc(35% - 10px);
  margin-bottom: 1.125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-logo-wrapper .bet-logo {
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-logo-wrapper .bet-logo h4 {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  display: none;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-list-wrapper {
  width: calc(65% - 10px);
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .right-col {
  width: 35%;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .left-col {
  width: 65%;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .right-col {
  width: 35%;
}
.home .home-totalizator .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col {
  width: 65%;
}
.home .home-totalizator .totalizator .totalizator-wrapper .totalizator-btn {
  display: none;
}
.home .home-totalizator .totalizator .totalizator-wrapper .totalizator-btn.mobile {
  display: block;
  margin-right: 1rem;
  margin-bottom: 2.8125rem;
}

.page .content-main {
  padding: 5rem 0;
}

.error404 .content-main {
  padding: 0;
}
.error404 .content-main--content {
  min-height: 50vh;
}
.error404 .content-main .grid-container {
  background-color: #fefefe;
  padding: 5rem 0;
  position: relative;
}

.search .archive-main--content {
  min-height: 50vh;
}
.search .archive-main .grid-container {
  background-color: #fefefe;
  position: relative;
}

.author h1 {
  margin-left: 1.5625rem;
}

body.dark.home .home-totalizator > .grid-container {
  background: #272C35;
}

body.dark .grid-container.category-summary--ad-bottom {
  background: #272C35;
}
body.dark.page-template-template-blog .archive-main .grid-container {
  background-color: #17181C;
}
body.dark.search .archive-main .grid-container {
  background-color: #272C35;
}
body.dark.error404 .content-main .grid-container {
  background-color: #272C35;
}

.grid-container.category-summary--ad-bottom {
  background: #fefefe;
  padding: 0 0.9375rem;
  position: relative;
}

.page-template-template-blog .archive-main {
  position: relative;
}
.page-template-template-blog .archive-main .grid-container {
  background-color: #fefefe;
}

.mobile-menu-canvas .menu-item.trophy a {
  color: #E84641;
}

.sidebar-calendar {
  margin-top: 0.9375rem;
}

.grid-container.grid-container-home {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .header-main .nav-menu .header-menu .menu-item.star {
    display: none;
  }
  .header-main .nav-menu .header-menu .menu-item.trophy {
    display: none;
  }
}
@media (min-width: 40em) {
  .home .home-totalizator .grid-margin-x .medium-9 {
    width: calc(65% - 1.875rem);
    margin-top: 1.25rem;
  }
  .home .home-totalizator .grid-margin-x .medium-3 {
    width: calc(35% - 1.875rem);
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1024px) {
  .header-main--width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-main--burger-toggle {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .archive-top-banner {
    background: none !important;
  }
  .category-summary--content-intro {
    display: none;
  }
  .home .totalizator .totalizator-wrapper .totalizator-btn a {
    font-size: 0.75rem;
    padding: 0.5rem 0.875rem;
  }
}
@media screen and (max-width: 820px) {
  .home .home-totalizator .totalizator .totalizator-wrapper {
    background-position: 2% 55%;
  }
}
@media screen and (max-width: 767px) {
  .home .home-totalizator {
    display: none;
  }
  .home .totalizator {
    display: block;
    margin: 1.25rem 0.625rem;
    position: relative;
  }
  .home .totalizator .totalizator-wrapper .totalizator-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .totalizator .totalizator-wrapper .totalizator-btn.mobile {
    display: none;
  }
  .home .home-totalizator .totalizator {
    display: none;
  }
  .home .home-totalizator .grid-margin-x .medium-9 {
    width: calc(100% - 1.875rem);
  }
  .home .home-totalizator .grid-margin-x .medium-3 {
    width: calc(100% - 1.25rem);
  }
  .sticky.is-stuck {
    position: relative !important;
  }
}
@media screen and (max-width: 425px) {
  .wp-embedded-content {
    width: 100% !important;
  }
  .broadcast > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.top-bet-carousel {
  color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.875rem !important;
  background: #004ED2;
  margin-top: 3.5rem;
}
.top-bet-carousel > .grid-container {
  max-width: 100rem !important;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 20.625rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper .bet-btn {
  margin-top: 1.875rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper .bet-btn a {
  color: #000;
  background: #fdd20a;
  padding: 0.6875rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper .bet-btn a:hover {
  color: #fefefe;
  background: #E84641;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper img {
  height: 3.125rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 20.625rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper {
  position: relative;
  border-radius: 0.4375rem;
  background: #fefefe;
  color: #17181C;
  width: 8.4375rem;
  height: 2.1875rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper ul {
  list-style: none;
  margin: 0;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .default_option {
  background: #fefefe;
  border-radius: 0.4375rem;
  border: 1px solid rgba(39, 44, 53, 0.2);
  position: relative;
  cursor: pointer;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .default_option .icon-block {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  font-size: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .default_option li {
  padding: 0.25rem 1.625rem 0.25rem 0.75rem;
  width: 100%;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .select_ul {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  width: 100%;
  padding: 0.25rem;
  background: #fefefe;
  border-radius: 0.4375rem;
  border: 1px solid rgba(39, 44, 53, 0.2);
  display: none;
  text-transform: capitalize;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .select_ul li {
  cursor: pointer;
  border-radius: 0.4375rem;
  margin-bottom: 0.125rem;
  padding: 0.25rem 0.5rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .select_ul li:last-child {
  margin-bottom: 0;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .select_ul li.active, .top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .select_ul li:hover {
  background: #032f7f;
  color: #fefefe;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper.active .select_ul {
  display: block;
  z-index: 20;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper.active .default_option .icon-block {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.5rem;
}
.top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bet-carousel > .grid-container .bet-right {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider {
  padding-right: 0.9375rem;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider a {
  color: #fefefe;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider a:hover {
  opacity: 0.6;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide {
  border: 1px solid #032F7F;
  border-radius: 0.4375rem;
  background: #032F7F;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap {
  padding: 0.8125rem 1rem;
  text-align: center;
  font-family: "Roboto";
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h6 {
  font-family: sans-serif;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  height: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h6 i {
  margin-right: 0.375rem;
  color: #fdd20a;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h4 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
  height: 1.25rem;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap .coeff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap .coeff-block > div {
  background: #fefefe;
  color: #17181C;
  padding: 0.3125rem;
  border-radius: 0.1875rem;
  width: calc(28% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: sans-serif;
  font-size: 0.875rem;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap .coeff-block > div .coeff {
  font-weight: 700;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-next,
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-next .icon,
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-prev .icon {
  font-size: 1.3125rem;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-next {
  right: 0.5rem;
  left: auto;
}
.top-bet-carousel > .grid-container .bet-right .bet-slider-button-prev {
  left: 0;
  right: auto;
}

@media (max-width: 1280px) {
  .top-bet-carousel > .grid-container .bet-left {
    width: 33%;
  }
  .top-bet-carousel > .grid-container .bet-right {
    width: 67%;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h4 {
    font-size: 0.9375rem;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h6 {
    font-size: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .top-bet-carousel {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 912px) {
  .top-bet-carousel .bet-left {
    width: 45%;
  }
  .top-bet-carousel .bet-right {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .top-bet-carousel {
    margin-top: 0;
  }
  .top-bet-carousel > .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bet-carousel > .grid-container .bet-left {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
  .top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper {
    display: none;
  }
  .top-bet-carousel > .grid-container .bet-left .bet-dropdown {
    max-width: 100%;
  }
  .top-bet-carousel > .grid-container .bet-left .bet-dropdown .bet-select-wrapper {
    width: calc(50% - 16px);
    font-size: 0.8125rem;
  }
  .top-bet-carousel > .grid-container .bet-right {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider-button-prev,
  .top-bet-carousel > .grid-container .bet-right .bet-slider-button-next {
    display: none;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap {
    padding: 0.75rem 0.5rem;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h6 {
    font-size: 0.75rem;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap h4 {
    font-size: 0.8125rem;
  }
  .top-bet-carousel > .grid-container .bet-right .bet-slider .swiper-slide .comp-wrap .coeff-block > div {
    font-size: 0.6875rem;
  }
}
.home-category-slider {
  position: relative;
}
.home-category-slider .grid-container {
  background: #fefefe;
  padding-bottom: 1.25rem;
}
.home-category-slider .grid-container .home-category-slider-wrapper {
  background: #272C35;
  padding: 0.625rem 2.5rem 0;
}
.home-category-slider .grid-container .home-category-slider-wrapper .cat-tabs {
  position: relative;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider {
  position: relative;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next,
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev {
  position: absolute;
  top: 4.75rem;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next .icon,
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 0.625rem 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.85;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next {
  right: 0.625rem;
  left: auto;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next.swiper-button-disabled {
  display: none;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev {
  left: 0.625rem;
  right: auto;
}
.home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev.swiper-button-disabled {
  display: none;
}
.home-category-slider .grid-container.category-summary--ad-top {
  background: #fefefe;
  padding: 0 0.9375rem;
  padding-bottom: 1.25rem;
}
.home-category-slider .grid-container.category-summary--ad-middle {
  background: #fefefe;
  padding: 1.25rem 0 0;
}
.home-category-slider a {
  background: #272C35;
  color: #fefefe;
}
.home-category-slider h4 {
  font-size: 1.625rem;
}
.home-category-slider h5 a {
  font-weight: 400;
  font-size: 1rem;
}
.home-category-slider .post-tile-grid {
  margin-bottom: 0;
}
.home-category-slider .post-tile-grid--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-category-slider .post-tile-grid--title .comments_count > span {
  bottom: 0.5625rem;
}
@media (max-width: 540px) {
  .home-category-slider .post-tile-grid--title .comments_count > span {
    bottom: 0.25rem;
  }
}
.home-category-slider .post-tile-grid .post-tile-list--img {
  margin-bottom: 0.625rem;
}
.home-category-slider .post-tile-grid .post-tile-list--img img {
  margin-bottom: 0.625rem;
}
.home-category-slider .post-tile-grid .post-tile-list--img img.video {
  min-height: 8.125rem;
}
@media (max-width: 912px) {
  .home-category-slider .post-tile-grid .post-tile-list--img img.video {
    min-height: 9.5625rem;
  }
}
@media (max-width: 820px) {
  .home-category-slider .post-tile-grid .post-tile-list--img img.video {
    min-height: 8.4375rem;
  }
}
@media (max-width: 768px) {
  .home-category-slider .post-tile-grid .post-tile-list--img img.video {
    min-height: 7.8125rem;
  }
}
@media (max-width: 414px) {
  .home-category-slider .post-tile-grid .post-tile-list--img img.video {
    min-height: 5.5rem;
  }
}
@media (max-width: 375px) {
  .home-category-slider .post-tile-grid .post-tile-list--img img.video {
    min-height: 4.875rem;
  }
}
.home-category-slider .archive--tabs .tabs-title {
  border: none;
}
.home-category-slider .archive--tabs .tabs-title a {
  color: #fefefe;
  font-size: 1rem;
  font-family: "Oswald";
}
.home-category-slider .archive--tabs .tabs-title:hover, .home-category-slider .archive--tabs .tabs-title.is-active {
  border-bottom: 3px solid #fff;
  border-radius: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: -1px;
}
.home-category-slider .archive--tabs .tabs-title:hover a, .home-category-slider .archive--tabs .tabs-title.is-active a {
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-category-slider .archive--tabs .tabs-title:hover a:hover, .home-category-slider .archive--tabs .tabs-title.is-active a:hover {
  background: #272c35;
}

body.dark .home-category-slider .grid-container {
  background: #272C35;
}

@media (max-width: 639px) {
  .home-category-slider .grid-container {
    padding: 0.625rem 0.625rem 0;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper {
    padding: 0.625rem 0.625rem 0;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .tabs-panel {
    padding: 0;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next,
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev {
    position: absolute;
    top: 2.25rem;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next .icon,
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev .icon {
    font-size: 0.875rem;
    background: #b6b6b7;
    color: #000;
    padding: 0.625rem 0.375rem;
    border-radius: 0.1875rem;
    opacity: 0.85;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next {
    right: 0.625rem;
    left: auto;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-next.swiper-button-disabled {
    display: none;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev {
    left: 0.625rem;
    right: auto;
  }
  .home-category-slider .grid-container .home-category-slider-wrapper .category-slider .cat-slider-button-prev.swiper-button-disabled {
    display: none;
  }
  .home-category-slider h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .home-category-slider h4 + .tabs-content {
    margin-top: 1.25rem;
  }
  .home-category-slider h5 {
    line-height: 0.75rem;
  }
  .home-category-slider h5 a {
    font-size: 13px;
    line-height: 18px;
  }
  .home-category-slider .archive--tabs {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .home-category-slider .archive--tabs .tabs-title {
    display: none;
  }
  .home-category-slider .archive--tabs .tabs-title:nth-child(1), .home-category-slider .archive--tabs .tabs-title:nth-child(2) {
    display: block;
  }
  .home-category-slider .archive--tabs .tabs-title a {
    font-size: 14px;
  }
}
.exclusive-slider .grid-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #fefefe;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper {
  padding: 0.9375rem 2.375rem 0;
  background: #272C35;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive {
  position: relative;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next,
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev {
  position: absolute;
  top: 3.5rem;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next .icon,
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 0.625rem 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.85;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next {
  right: 0.625rem;
  left: auto;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next.swiper-button-disabled {
  display: none;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev {
  left: 0.625rem;
  right: auto;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev.swiper-button-disabled {
  display: none;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive-header a {
  font-size: 0.875rem;
  color: #fefefe;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive-header a > h4 {
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  color: #fdd20a;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive-header a:hover {
  color: #fdd20a;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid {
  margin-bottom: 0;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid--title .comments_count > span {
  bottom: 0.5625rem;
}
@media (max-width: 540px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid--title .comments_count > span {
    bottom: 0.25rem;
  }
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img {
  margin-bottom: 0.625rem;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img {
  margin-bottom: 0.625rem;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
  min-height: 8.125rem;
}
@media (max-width: 912px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
    min-height: 9.5625rem;
  }
}
@media (max-width: 820px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
    min-height: 8.4375rem;
  }
}
@media (max-width: 768px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
    min-height: 7.8125rem;
  }
}
@media (max-width: 414px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
    min-height: 5.5rem;
  }
}
@media (max-width: 375px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .post-tile-grid .post-tile-list--img img.video {
    min-height: 4.875rem;
  }
}
.exclusive-slider .grid-container .exclusive-slider-wrapper h5 a {
  font-weight: 400;
  font-size: 1rem;
  color: #fefefe;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper h5 a:hover {
  color: #fdd20a;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .additional-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .additional-buttons h6 {
  margin-top: 0.5rem;
  text-transform: uppercase;
  margin-left: 1.875rem;
  font-family: "Oswald";
}
.exclusive-slider .grid-container .exclusive-slider-wrapper .additional-buttons h6 a {
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .exclusive-slider .grid-container .exclusive-slider-wrapper .additional-buttons h6 {
    margin-top: 0;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .additional-buttons h6 a {
    font-size: 0.9375rem;
  }
}

body.dark .exclusive-slider .grid-container {
  background: #272C35;
}

@media (max-width: 639px) {
  .exclusive-slider .grid-container {
    padding: 0.625rem;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper {
    padding: 0.9375rem 0.625rem 0;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next,
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev {
    position: absolute;
    top: 2.25rem;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next .icon,
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev .icon {
    font-size: 0.875rem;
    background: #b6b6b7;
    color: #000;
    padding: 0.625rem 0.375rem;
    border-radius: 0.1875rem;
    opacity: 0.85;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next {
    right: 0.625rem;
    left: auto;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-next.swiper-button-disabled {
    display: none;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev {
    left: 0.625rem;
    right: auto;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper .exclusive .exc-slider-button-prev.swiper-button-disabled {
    display: none;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper h5 {
    line-height: 1.125rem;
  }
  .exclusive-slider .grid-container .exclusive-slider-wrapper h5 a {
    font-size: 0.8125rem;
  }
}
.totalizator {
  margin-top: 1.875rem;
  padding-bottom: 2em;
}
.totalizator .totalizator-wrapper {
  background: #004ED2;
  padding: 0.625rem 0.875rem;
}
.totalizator .totalizator-wrapper .bet-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fefefe;
}
.totalizator .totalizator-wrapper .bet-logo-wrapper img {
  margin-bottom: 1.25rem;
}
.totalizator .totalizator-wrapper .bet-list-wrapper {
  margin-bottom: 0.625rem;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title {
  padding: 0.6875rem 0.75rem;
  background: #032F7F;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fefefe;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 42%;
  text-align: center;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .right-col div {
  width: 33%;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  color: #fdd20a;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .left-col {
  width: 58%;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list {
  padding: 0.6875rem 0.5rem;
  background: #fefefe;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #000;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 42%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .right-col div {
  width: 33%;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #000;
  border: 1px solid #7D8085;
  border-radius: 0.5rem;
  margin: 0 0.1875rem;
  padding: 0.125rem;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col div {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  width: 85%;
  margin-right: 0.75rem;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col div:first-child {
  color: #7D8085;
  width: 15%;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col div a {
  color: #000;
}
.totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col div a:hover {
  color: #4F8EC1;
}
.totalizator .totalizator-wrapper .totalizator-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.totalizator .totalizator-wrapper .totalizator-btn a {
  color: #000;
  background: #fdd20a;
  padding: 0.6875rem 1.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}
.totalizator .totalizator-wrapper .totalizator-btn a:hover {
  color: #fefefe;
  background: #E84641;
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
  .totalizator .totalizator-wrapper {
    padding: 0.625rem 0.5rem;
  }
  .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title {
    font-size: 0.875rem;
  }
  .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list-title .right-col div {
    font-size: 0.875rem;
  }
  .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list {
    padding: 0.5rem 0.25rem;
  }
  .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .left-col div, .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row .right-col div {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 767px) {
  .totalizator .totalizator-wrapper .bet-list-wrapper .bet-list .bet-list-row:nth-of-type(1n+6) {
    display: none;
  }
}
.contacts-page .contact-img-wrapper {
  height: 29.5625rem;
  width: 25.3125rem;
  background-size: cover;
  float: right;
  margin-right: 1.25rem;
  margin-bottom: 2.1875rem;
}
.contacts-page .content {
  margin-bottom: 3.125rem;
}
.contacts-page .right-text {
  text-align: right;
  margin-right: 1.25rem;
}
.contacts-page .right-text i {
  color: #4BB748;
  margin-right: 0.75rem;
}
.contacts-page .right-text p {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  color: #000;
}
.contacts-page .right-text p:first-child {
  text-transform: uppercase;
  font-family: "Oswald";
}

.about-us-page {
  margin-top: 5rem;
}
.about-us-page .form-section .contact-img-wrapper {
  height: 29.9375rem;
  width: 27.875rem;
  float: right;
}
.about-us-page .form-section h6 {
  font-weight: 400;
  margin-bottom: 3.125rem;
}
.about-us-page p {
  line-height: 1.4375rem;
}
.about-us-page h1, .about-us-page h2 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.9375rem;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
  color: #000;
}
.about-us-page h3 {
  font-size: 1.625rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.about-us-page .intro-img-wrapper {
  height: 18.75rem;
  width: 18.75rem;
  background-size: cover;
}
.about-us-page .about-nav {
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}
.about-us-page .about-nav .about-nav-link {
  border-radius: 0.3125rem;
  border: 1px solid #979797;
  color: #979797;
  min-width: 9rem;
  width: auto;
  padding: 0.625rem;
  display: inline-block;
  margin-right: 1.75rem;
  line-height: 1.1875rem;
}
.about-us-page .about-nav .about-nav-link:hover, .about-us-page .about-nav .about-nav-link.active {
  color: #fefefe;
  background: #272C35;
  border: 1px solid #272C35;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-us-page .members .members-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.about-us-page .members .members-list .member {
  border-radius: 0.3125rem;
  border: 1px solid #979797;
  padding: 0.625rem 0.3125rem 4.375rem;
  width: calc(25% - 25px);
  margin-bottom: 2.5rem;
  text-align: center;
}
.about-us-page .members .members-list .member img {
  border-radius: 100%;
  background: #272C35;
  width: 8.75rem;
  height: 8.75rem;
}
.about-us-page .members .members-list .member a {
  color: #000;
}
.about-us-page .members .members-list .member a:hover {
  opacity: 0.7;
}
.about-us-page .members .members-list .member h4, .about-us-page .members .members-list .member h5 {
  font-family: "Oswald";
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}
.about-us-page .members .members-list .member h5 {
  font-weight: 300;
  font-size: 0.9375rem;
}
.about-us-page .color-section {
  padding: 1.25rem 0.875rem;
  background: #fdd20a;
  margin-bottom: 3.125rem;
}
.about-us-page .color-section img {
  width: 11.5625rem;
  margin-left: 1.875rem;
}
.about-us-page .color-section h3 {
  margin-top: 0;
  margin-left: -0.9375rem;
}
body.dark .about-us-page .color-section h3 {
  color: #272C35 !important;
}
body.dark .about-us-page .color-section p {
  color: #272C35 !important;
}
.about-us-page .parameters-section .content img {
  width: 100%;
  margin-bottom: 3.125rem;
}
.about-us-page .parameters-section .content h4 {
  font-family: "Oswald";
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
}

.about-us-page,
.contacts-page {
  margin: 5rem 0;
}
.about-us-page .contact-form label,
.contacts-page .contact-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 2.125rem;
  font-size: 0.96875rem;
  font-weight: 400;
  margin-bottom: 2.375rem;
}
.about-us-page .contact-form label .req,
.contacts-page .contact-form label .req {
  display: contents;
  color: #E84641;
}
.about-us-page .contact-form label > span, .about-us-page .contact-form label input,
.contacts-page .contact-form label > span,
.contacts-page .contact-form label input {
  max-height: 2.125rem;
  max-width: 18.75rem;
  margin-left: 0.375rem;
  border-radius: 0.3125rem;
  border-color: #979797;
  margin-bottom: 0;
}
.about-us-page .contact-form label > span > span, .about-us-page .contact-form label input > span,
.contacts-page .contact-form label > span > span,
.contacts-page .contact-form label input > span {
  margin: 0.125rem 0.625rem;
}
.about-us-page .contact-form input.wpcf7-submit,
.contacts-page .contact-form input.wpcf7-submit {
  margin-left: 45%;
  border: none;
  border-radius: 0.5rem;
  background: #fdd20a;
  padding: 0.6875rem 1.25rem;
  min-width: 12.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-us-page .contact-form input.wpcf7-submit:hover,
.contacts-page .contact-form input.wpcf7-submit:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #4BB748;
  color: #fefefe;
  cursor: pointer;
}
.about-us-page .contact-form input:focus,
.contacts-page .contact-form input:focus {
  border-color: #4BB748;
}
.about-us-page .contact-form .wpcf7 form.invalid .wpcf7-response-output,
.about-us-page .contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.about-us-page .contact-form .wpcf7 form.payment-required .wpcf7-response-output,
.contacts-page .contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contacts-page .contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contacts-page .contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #E84641;
}

body.dark .about-us-page .contact-form label,
body.dark .contacts-page .contact-form label {
  color: #fefefe;
}
body.dark .about-us-page h1, body.dark .about-us-page h2, body.dark .about-us-page h3, body.dark .about-us-page h4,
body.dark .contacts-page h1,
body.dark .contacts-page h2,
body.dark .contacts-page h3,
body.dark .contacts-page h4 {
  color: #fefefe !important;
}
body.dark .contacts-page .right-text p {
  color: #fefefe;
}

@media screen and (max-width: 912px) {
  .about-us-page .contact-form label,
  .contacts-page .contact-form label {
    font-size: 0.84375rem;
    margin-bottom: 1.875rem;
  }
  .about-us-page .contact-form label > span, .about-us-page .contact-form label input,
  .contacts-page .contact-form label > span,
  .contacts-page .contact-form label input {
    max-width: 12.5rem;
  }
  .contacts-page .contact-img-wrapper {
    height: 26.4375rem;
    width: 21.5625rem;
    margin-right: 0.9375rem;
  }
  .about-us-page .medium-4 {
    width: calc(41% - 1.875rem);
  }
  .about-us-page .medium-8 {
    width: calc(59% - 1.875rem);
  }
  .about-us-page .members .members-list .member {
    padding: 0.625rem 0.3125rem 1.875rem;
  }
  .about-us-page .form-section .contact-img-wrapper {
    height: 29.9375rem;
    width: 13.75rem;
    float: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-us-page,
  .contacts-page {
    margin: 2.5rem 0;
  }
  .about-us-page .medium-6,
  .contacts-page .medium-6 {
    width: calc(100% - 1.875rem);
  }
  .about-us-page .contact-form form > p,
  .contacts-page .contact-form form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.3125rem;
  }
  .about-us-page .contact-form label,
  .contacts-page .contact-form label {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-page .contact-form label .label-title,
  .contacts-page .contact-form label .label-title {
    display: block;
    width: 18.75rem;
    margin-left: 2.1875rem;
  }
  .about-us-page .contact-form label input, .about-us-page .contact-form label span,
  .contacts-page .contact-form label input,
  .contacts-page .contact-form label span {
    max-width: 18.75rem;
  }
  .about-us-page .contact-form input.wpcf7-submit,
  .contacts-page .contact-form input.wpcf7-submit {
    margin-left: 1rem;
    margin-top: 1.5625rem;
  }
  .contacts-page .contact-img-wrapper {
    display: none;
  }
  .about-us-page .medium-4, .about-us-page .medium-8 {
    width: calc(100% - 1.875rem);
  }
  .about-us-page .intro-img-wrapper {
    height: 15.625rem;
    width: auto;
    margin-bottom: 1.25rem;
  }
  .about-us-page .about-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
  }
  .about-us-page .about-nav .about-nav-link {
    min-width: auto;
    width: calc(33% - 5px);
    margin-right: 0;
    padding: 0.3125rem;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-us-page .members .members-list .member {
    padding: 0.625rem 0.3125rem 1.875rem;
    width: calc(50% - 12px);
  }
  .about-us-page .members .members-list .member img {
    width: 6.25rem;
    height: 6.25rem;
  }
  .about-us-page .color-section .medium-4 {
    display: none;
  }
}
#banner-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#banner-popup .popup-mob {
  display: none;
}
#banner-popup .box {
  background-color: transparent;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  margin-left: 50px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#banner-popup .box .banner-box {
  padding: 30px 20px;
  background: transparent;
}
#banner-popup .box .banner-box .close {
  position: absolute;
  right: 3px;
  top: -10px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
}

#banner-popup.show {
  visibility: visible;
  opacity: 1;
}
#banner-popup.show .box {
  opacity: 1;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #banner-popup .popup-mob {
    display: block;
  }
  #banner-popup .popup-desk {
    display: none;
  }
  #banner-popup .box {
    left: 15%;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }
}
.article-bottom-nav {
  background-color: #272C35;
  color: #fefefe;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-bottom-nav a {
  color: #fefefe;
}
.article-bottom-nav .header-main--burger-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-bottom-nav .header-main--mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.25rem;
}
.article-bottom-nav .article-sticky-menu ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-bottom-nav .article-sticky-menu ul li a {
  font-size: 0.8125rem;
  border-right: 1px solid;
  padding: 0.25rem 0.9375rem;
}
.article-bottom-nav .article-sticky-menu ul li a:hover, .article-bottom-nav .article-sticky-menu ul li a:focus {
  color: #4F8EC1;
  border-color: #fefefe;
}
.article-bottom-nav .article-sticky-menu ul li:first-child a {
  font-size: 1.125rem;
  padding: 0 0.9375rem;
}
.article-bottom-nav .article-sticky-menu ul li:last-child a {
  border-right: none;
}

@media screen and (max-width: 375px) {
  .article-bottom-nav .header-main--mobile-menu-toggle {
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .article-bottom-nav .article-sticky-menu ul li a {
    font-size: 0.8125rem;
    padding: 0.25rem 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  .article-bottom-nav .article-sticky-menu ul li a {
    padding: 0.25rem 0.5rem;
  }
}
.archive-main.tournament-category > .grid-container {
  background-color: #f5f5f5;
}
.archive-main.tournament-category h1 {
  text-transform: uppercase;
  font-weight: 700;
}
.archive-main.tournament-category h2 {
  padding: 0 0.625rem;
}
.archive-main.tournament-category h2 a {
  color: #000;
}
body.dark .archive-main.tournament-category h2 a {
  color: #fefefe;
}
body.dark .archive-main.tournament-category h2 a:hover {
  color: #bbb;
}
.archive-main.tournament-category h2 a:hover {
  color: #4F8EC1;
}
.archive-main.tournament-category h1, .archive-main.tournament-category h2 {
  font-family: "Oswald";
  font-size: 2rem;
}
.archive-main.tournament-category .content-main--featured-image-caption {
  text-align: left;
}
.archive-main.tournament-category .content-main--meta {
  padding: 0 0.625rem;
}
.archive-main.tournament-category .content-main--meta .post-full {
  font-size: 1rem;
}
body.dark .archive-main.tournament-category .content-main--meta .post-full {
  color: #fefefe;
}
body.dark .archive-main.tournament-category .content-main--meta .post-full:hover {
  color: #bbb;
}
.archive-main.tournament-category .content-main--meta .post-full:hover {
  color: #4F8EC1;
}
.archive-main.tournament-category .content-main--meta .post-full-mob {
  display: none;
}
.archive-main.tournament-category .content-main--featured-image-caption {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 300;
}
.archive-main.tournament-category .tournament-article {
  margin-bottom: 1.25rem;
  padding: 1.25rem 0 0.625rem;
  border-radius: 0.3125rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background-color: #fefefe;
}
body.dark .archive-main.tournament-category .tournament-article {
  background: #454e5e;
}
.archive-main.tournament-category .tournament-article > p {
  padding: 0 0.625rem;
  font-weight: 300;
}
.archive-main.tournament-category .tournament-summary-block {
  padding: 0.9375rem 1.5625rem;
  border-radius: 0.3125rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1rem;
  font-weight: 300;
  margin-left: 0;
  background-color: #fefefe;
}
body.dark .archive-main.tournament-category .tournament-summary-block {
  background: #454e5e;
}
.archive-main.tournament-category .tournament-summary-block p {
  margin-bottom: 0.625rem;
}
.archive-main.tournament-category .tournament-summary-block li {
  margin-left: 0.9375rem;
}
.archive-main.tournament-category .tournament-summary-block li::marker {
  font-size: 0.75rem;
}
.archive-main.tournament-category .content-main--meta.bottom {
  min-height: 3.0625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.archive-main.tournament-category .tournament-sidebar {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.archive-main.tournament-category .tournament-sidebar h2 {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: capitalize;
}
.archive-main.tournament-category .tournament-sidebar .tournament-sidebar-post {
  padding: 0 0.9375rem;
  background-color: #fefefe;
}
body.dark .archive-main.tournament-category .tournament-sidebar .tournament-sidebar-post {
  background: #454e5e;
}
.archive-main.tournament-category .tournament-sidebar .tournament-sidebar-post:nth-of-type(1) {
  padding-top: 0.9375rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.archive-main.tournament-category .tournament-sidebar .tournament-sidebar-post:nth-of-type(4) {
  padding-top: 0.9375rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.archive-main.tournament-category .tournament-sidebar .post-tile-list--img {
  float: left;
  margin-right: 0.5625rem;
}
.archive-main.tournament-category .tournament-sidebar .post-tile-list--img img {
  height: 5.625rem;
}
.archive-main.tournament-category .tournament-sidebar .post-tile-grid--meta {
  margin-bottom: 0.5625rem;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}
.archive-main.tournament-category .tournament-sidebar .post-tile-grid--title {
  font-size: 0.6875rem;
}

body.dark .archive-main.tournament-category > .grid-container {
  background-color: #272C35;
}

.tournament-live-block {
  margin: 1.25rem 0.25rem 0.9375rem 1.25rem;
}
.tournament-live-block .cell.medium-4 {
  width: 32%;
}
.tournament-live-block .cell.medium-4 .live-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  margin-right: 0.625rem;
}
.tournament-live-block .cell.medium-4 .live-title img {
  height: 2.5rem;
  margin-right: 0.3125rem;
}
.tournament-live-block .cell.medium-4 .live-title h4 {
  font-family: "Oswald";
  font-size: 1.9375rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2.25rem;
}
.tournament-live-block .cell.medium-4 .live-title h4 a {
  color: #272C35;
}
body.dark .tournament-live-block .cell.medium-4 .live-title h4 a {
  color: #fefefe;
}
body.dark .tournament-live-block .cell.medium-4 .live-title h4 a:hover {
  color: #bbb;
}
.tournament-live-block .cell.medium-4 .live-title h4 a:hover {
  color: #4F8EC1;
}
.tournament-live-block .cell.medium-8 {
  width: 68%;
}
.tournament-live-block .cell.medium-8 .post-tile-list--img:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.tournament-live-block h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.9375rem;
}
.tournament-live-block h3 a {
  color: #272C35;
}
body.dark .tournament-live-block h3 a {
  color: #fefefe;
}
body.dark .tournament-live-block h3 a:hover {
  color: #bbb;
}
.tournament-live-block h3 a:hover {
  color: #4F8EC1;
}
.tournament-live-block p {
  font-weight: 300;
  line-height: 1.25rem;
  font-size: 1rem;
  margin-right: 0.625rem;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.tournament-live-block p a {
  color: #272C35;
}
body.dark .tournament-live-block p a {
  color: #fefefe;
}
body.dark .tournament-live-block p a:hover {
  color: #bbb;
}
.tournament-live-block p a:hover {
  color: #4F8EC1;
}

@media screen and (max-width: 912px) {
  .tournament-live-block {
    margin: 5rem 0.625rem 0.9375rem 0.625rem;
  }
}
@media screen and (max-width: 820px) {
  .archive-main.tournament-category .tournament-sidebar .post-tile-list--img img {
    height: 4.375rem;
  }
  .tournament-live-block .cell.medium-4, .tournament-live-block .cell.medium-8 {
    width: 100%;
  }
  .tournament-live-block .cell.medium-4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tournament-live-block .cell.medium-4 .live-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .tournament-live-block .cell.medium-4 .live-title h4 {
    font-size: 1rem;
    line-height: 2.25rem;
  }
  .tournament-live-block .cell.medium-4 .live-title img {
    height: 1.25rem;
  }
  .tournament-live-block .cell.medium-8 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tournament-live-block h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .tournament-live-block p {
    line-height: 1.125rem;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 414px) {
  .archive-main.tournament-category .content-main--meta.bottom .social-on {
    margin-right: 0.625rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .post-full, .archive-main.tournament-category .content-main--meta.bottom .content-main--share-title {
    font-size: 0.9375rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials {
    padding: 0.375rem 0.625rem;
  }
  .archive-main.tournament-category .tournament-sidebar .post-tile-list--img img {
    height: 5.625rem;
  }
}
@media screen and (max-width: 390px) {
  .archive-main.tournament-category .content-main--meta.bottom .social-on {
    margin-right: 0.5rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .post-full, .archive-main.tournament-category .content-main--meta.bottom .content-main--share-title {
    font-size: 0.875rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials {
    padding: 0.3125rem 0.5rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials a {
    margin-right: 0.5625rem;
    font-size: 1.125rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials a.close-link {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 360px) {
  .archive-main.tournament-category .content-main--meta.bottom .social-on {
    margin-right: 0.375rem;
    font-size: 0.6875rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .social-on a {
    padding: 0.625rem 0.75rem 0.375rem 0.5625rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .post-full-mob, .archive-main.tournament-category .content-main--meta.bottom .content-main--share-title {
    font-size: 0.75rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .content-main--share-title {
    margin-right: 0.25rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials {
    padding: 0.3125rem 0.5rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials a {
    margin-right: 0.5rem;
    font-size: 0.875rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .hidden-socials a.close-link {
    font-size: 0.625rem;
  }
  .archive-main.tournament-category .content-main--meta.bottom .post-full {
    display: none;
  }
  .archive-main.tournament-category .content-main--meta.bottom .post-full-mob {
    display: block;
  }
}
body.dark .fantasy-sports__top__head h1 {
  color: #4BB748;
}
body.dark .fantasy-sports__item__title {
  color: #fefefe !important;
}

.fantasy-sports__top {
  background: #272C35;
  padding: 0.9375rem 0.3125rem 1.25rem;
  margin-bottom: 1.25rem;
}
.fantasy-sports__top .breadcrumbs {
  color: #7d8085;
}
.fantasy-sports__top .breadcrumbs a {
  color: #7d8085;
}
.fantasy-sports__top h1 {
  font-family: "Oswald";
  color: #fefefe;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.fantasy-sports__top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}
.fantasy-sports__top__head img {
  margin-right: 2.5rem;
  display: block;
  max-width: 100%;
  height: 100px;
}

.fantasy-sports__video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8.4375rem;
}
.fantasy-sports__video:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.fantasy-sports__video img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.fantasy-sports__video__label {
  position: absolute;
  left: 0.8125rem;
  bottom: 0.625rem;
  width: 5rem;
  height: 2.3125rem;
  border-radius: 0px 2px 0px 0px;
  background: rgba(39, 44, 53, 0.7);
  color: #fefefe;
  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;
}

.fantasy-sports__item {
  color: #fefefe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.fantasy-sports__item__title {
  margin-top: 0.5625rem;
  display: inline-block;
}
.fantasy-sports__item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.fantasy-sports__item:hover__title {
  color: #4F8EC1;
}

.fantasy-sports__top__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.9375rem;
}
.fantasy-sports__top__slider .fantasy-sports__item__title .comments_count {
  display: inline-block;
}
.fantasy-sports__top__slider.single_post .fantasy-sports__items {
  margin-left: 0;
  list-style-type: none;
}
.fantasy-sports__top__slider.single_post .fantasy-sports__item__title {
  color: #000;
}

.fantasy-sports__top__slider-next,
.fantasy-sports__top__slider-prev {
  position: absolute;
  top: 4.75rem;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fantasy-sports__top__slider-next .icon,
.fantasy-sports__top__slider-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 0.625rem 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.85;
}

.fantasy-sports__top__slider-next {
  right: 0.625rem;
  left: auto;
}
.fantasy-sports__top__slider-next.swiper-button-disabled {
  display: none;
}

.fantasy-sports__top__slider-prev {
  left: 0.625rem;
  right: auto;
}
.fantasy-sports__top__slider-prev.swiper-button-disabled {
  display: none;
}

.related-videos__title {
  font-size: 1.625rem;
  line-height: 2.4375rem;
  margin-bottom: 0.75rem;
  margin-top: 2.1875rem;
  margin-left: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-family: "Oswald";
}
.related-videos__title i {
  font-size: 2.8125rem;
  color: #fdd20a;
}

@media (max-width: 540px) {
  .related-videos__title {
    font-size: 1rem;
    margin-left: 0;
  }
}
.fantasy-sports__post .post-full-mob {
  display: none;
}
.fantasy-sports__post h2 {
  font-family: "Oswald";
  font-weight: 500;
}
.fantasy-sports__post h2 a {
  color: #272C35;
}
.fantasy-sports__post .fantasy-sports__post__top-meta .socials {
  display: none;
}
.fantasy-sports__post .socials .social-on {
  margin-right: 0;
}
.fantasy-sports__post .content-main--featured-image-caption {
  text-align: left;
  margin-bottom: 1.125rem;
}
.fantasy-sports__post .tournament-article {
  padding-bottom: 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #d9d9d9;
}
.fantasy-sports__post .tournament-article:hover h2 a {
  color: #4F8EC1;
}
.fantasy-sports__post .tournament-article:hover .fantasy-sports__thumbnail__wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.fantasy-sports__post .fantasy-sports__thumbnail {
  position: relative;
  display: block;
}
.fantasy-sports__post .fantasy-sports__thumbnail.video {
  margin-bottom: 0.9375rem;
}
.fantasy-sports__post .fantasy-sports__thumbnail .fantasy-sports__category {
  position: absolute;
  left: 0;
  top: 0.625rem;
  z-index: 10;
  padding: 0.25rem 0.5rem;
  border-radius: 0px 2px 0px 0px;
  background: rgba(39, 44, 53, 0.7);
  color: #fefefe;
  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;
}
.fantasy-sports__post .fantasy-sports__thumbnail .fantasy-sports__logo {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 3.75rem;
  z-index: 10;
}
.fantasy-sports__post .content-main--featured-video {
  height: 27.3125rem;
  display: block;
  background-size: cover;
  margin-bottom: 1.125rem;
  position: relative;
}

.fantasy-sports__thumbnail__wrapper {
  position: relative;
  overflow: hidden;
  max-height: 31.9375rem;
  display: block;
}
.fantasy-sports__thumbnail__wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fantasy-league__sidebar--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 0.9375rem 0.625rem;
}

.fantasy-league__sidebar--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fantasy-league__sidebar--item:hover .fantasy-league__sidebar--description a {
  color: #4F8EC1;
}
.fantasy-league__sidebar--item .fantasy-league__sidebar--thumbnail {
  width: 7.875rem;
  height: 5rem;
  -webkit-box-flex: 126px;
  -ms-flex: 126px 0 0px;
  flex: 126px 0 0;
}
.fantasy-league__sidebar--item .fantasy-league__sidebar--thumbnail img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.fantasy-league__sidebar--item .content-main--featured-video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  position: relative;
}
.fantasy-league__sidebar--item .fantasy-sports__video__label {
  color: #fefefe;
  font-family: Fira Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 2.75rem;
  height: 1.25rem;
}

.fantasy-league__sidebar--description {
  color: #000;
  font-family: Fira Sans;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fantasy-league__sidebar--description a {
  color: #000;
  font-family: Fira Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.fantasy-league__sidebar--title {
  color: #000;
  font-family: Oswald;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  margin-top: 1.5625rem;
  padding-left: 0.625rem;
}

.fantasy-sports__post .content-main--meta a {
  font-size: 1rem;
}

.dark .fantasy-sports__post .content-main--meta a {
  color: #fefefe;
}
.dark .fantasy-sports__post h2 a {
  color: #fefefe;
}
.dark .fantasy-league__sidebar--description a {
  color: #fefefe;
}
.dark .fantasy-league__sidebar--title {
  color: #fefefe;
}

.fantasy-sports__single .socials .social-on {
  margin-right: 0.375rem;
}
.fantasy-sports__single__comments {
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
  display: block;
  padding-top: 2.875rem;
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fantasy-sports__single__comments .content-main--comments {
  padding-top: 0;
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments .content-main--comments .comments-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fantasy-sports__single__comments .comments-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.fantasy-sports__single__comments .comments-buttons a {
  margin-right: 0 !important;
}
@media (max-width: 912px) {
  .fantasy-sports__single__comments .comments-buttons a {
    padding: 0.9375rem 0.375rem !important;
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments .comments-buttons a {
    padding: 0.9375rem 0.625rem !important;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments .comments-buttons {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.fantasy-sports__single__comments .content-main--meta {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 2.8125rem;
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments .content-main--meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1.25rem;
  }
}
@media (max-width: 540px) {
  .fantasy-sports__single__comments .content-main--meta {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .fantasy-sports__single__comments .content-main--meta .socials.mobile-on .social-on,
  .fantasy-sports__single__comments .content-main--meta .socials.mobile-on .content-main--share-title {
    display: block;
  }
}
.fantasy-sports__single .content-main--featured-image-caption {
  margin-bottom: 1rem;
}

.article-recommended-popup {
  background-color: #272C35;
  color: #fefefe;
  position: fixed;
  bottom: 3.9375rem;
  left: 0.125rem;
  width: calc(100% - 4px);
  z-index: 15;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.1875rem 0.1875rem 0 0;
}
.article-recommended-popup .article-recommended-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-recommended-popup .article-recommended-post .recommended-title {
  font-size: 0.75rem;
  margin-left: 1.25rem;
  color: #fefefe;
}
.article-recommended-popup .article-recommended-post .recommended-img img {
  max-width: none;
}
.article-recommended-popup .article-recommended-popup-header {
  margin: 0 auto;
}
.article-recommended-popup .article-recommended-popup-header img {
  height: 1.875rem;
  position: absolute;
  left: 20px;
  top: 20px;
}
.article-recommended-popup .article-recommended-popup-header h3 {
  margin: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 700;
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button {
  cursor: pointer;
  display: inline-block;
  width: 1.125rem !important;
  position: absolute;
  right: 0.125rem;
  top: 0.625rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #fefefe;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article-recommended-popup .article-recommended-popup-header .popup-close-button span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

.header-main {
  position: unset;
  background-color: transparent;
  margin-top: 5.625rem;
}
@media (max-width: 540px) {
  .header-main .header-main--width .header-main--logo {
    margin: 0 auto;
  }
}
.header-main.fixed {
  position: fixed !important;
  top: 0;
  margin-top: 0;
  -webkit-animation: slideDown 0.45s ease-out;
  animation: slideDown 0.45s ease-out;
}
.header-main.fixed > .bottom-header {
  -webkit-animation: slideDown 0.45s ease-out;
  animation: slideDown 0.45s ease-out;
}
.header-main.fixed > .grid-container:not([class*=" "]) {
  z-index: 1;
}
@media (max-width: 912px) {
  .header-main.fixed {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .header-main .grid-container:nth-child(2) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.header-main .grid-container {
  max-width: 64rem !important;
  background-color: #272C35;
  position: relative;
}
.header-main .grid-container.top-header {
  background-color: #D9D9D9;
  text-align: right;
  padding: 0.125rem 0;
}
.header-main .grid-container.top-header a {
  color: #000;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}
.header-main .grid-container.top-header a:hover {
  color: #4F8EC1;
}
.header-main .grid-container.bottom-header {
  background-color: #454E5E;
  margin-bottom: -0.0625rem;
}
.header-main .grid-container.bottom-header .header-menu {
  text-align: center;
}
@media (max-width: 1023px) {
  .header-main .grid-container.bottom-header {
    display: none;
  }
}
.header-main .grid-container.hidden-header {
  position: relative;
  left: -0.9375rem;
  text-transform: capitalize;
}
.header-main .grid-container.hidden-header .hidden-header-wrap {
  background-color: #272C35;
  position: absolute;
  z-index: 90;
  width: 100%;
  display: none;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row {
  border-bottom: 2px solid #454E5E;
  padding: 0 0.625rem 0 1.5625rem;
  padding-bottom: 0.625rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row:last-child {
  padding-bottom: 1.25rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row h3 {
  font-family: "Oswald";
  font-size: 1.25rem;
  color: #FECB09;
  line-height: normal;
  margin-bottom: 0.9375rem;
  margin-top: 1.5625rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row .hidden-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row .hidden-menu-items .hidden-menu-item {
  width: 16.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row .hidden-menu-items .hidden-menu-item a {
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row .hidden-menu-items .hidden-menu-item a:hover {
  color: #bbb;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-nav .hidden-menu-row .hidden-menu-items .hidden-menu-item a.main-item {
  font-weight: 500;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-footer {
  background-color: #454E5E;
  padding: 0.9375rem 1.5625rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-footer .footer-main--social a {
  color: #fefefe;
  font-size: 1.0625rem;
}
.header-main .grid-container.hidden-header .hidden-header-wrap .hidden-menu-footer .footer-main--social a:last-child {
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .header-main .grid-container .mobile-burger-nav {
    display: none;
  }
}
.header-main .grid-container .large-shrink.header-logo {
  padding-top: 0;
}
.header-main .grid-container .header-main--logo {
  height: 1.875rem;
}
.header-main .grid-container .header-main--icon-link {
  border-right: none;
}
.header-main .grid-container .header-main--icon-link.search-icon {
  border-left: 1px solid #fefefe;
  padding-left: 0.875rem;
}
.header-main .grid-container .nav-menu .header-menu > .menu-item {
  margin-right: 1.25rem;
}
.header-main .grid-container .nav-menu .header-menu > .menu-item > a {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
}
.header-main .grid-container .header-main--width {
  max-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main .grid-container .header-main--width .header--hero-avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 62.4375rem;
  height: 1.875rem;
  width: 1.875rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-main .grid-container .header-main--width .header-main--icon-link {
  line-height: unset;
}
.header-main .grid-container .header-main--width .header-main--icon-link.account-icon {
  line-height: 1rem;
}
.header-main .grid-container .header-main--width .header-main--icon-link.hidden-menu-toggle {
  margin-top: 0.375rem;
}
@media (max-width: 1023px) {
  .header-main .grid-container .header-main--width .header-main--icon-link.hidden-menu-toggle {
    display: none;
  }
}
.header-main .grid-container .header-main--width .account-icon {
  border: 1px solid #FDD10A;
  border-radius: 0.625rem;
  background: #FDD10A;
  color: #272C35;
  font-size: 1rem;
  padding: 0.3125rem 0.75rem;
}
.header-main .grid-container .header-main--width .account-icon span {
  font-family: "Oswald";
  margin-left: 0.375rem;
}
.header-main .grid-container .header-main--width .contrast-switcher {
  border: 1px solid #fefefe;
  border-radius: 0.625rem;
  padding: 0 0.3125rem;
  min-width: 3.375rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.875rem;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .header-main .grid-container .header-main--width .contrast-switcher {
    margin-left: 0.625rem;
  }
}
.header-main .grid-container .header-main--width .contrast-switcher:hover {
  background: #fefefe;
}
.header-main .grid-container .header-main--width .contrast-switcher:hover .icon-sun {
  background: none;
}
.header-main .grid-container .header-main--width .contrast-switcher:hover .icon-moon {
  background: #272C35;
  border-radius: 1.25rem;
  color: #fefefe;
}
.header-main .grid-container .header-main--width .contrast-switcher:focus .icon-sun {
  color: #272C35;
}
.header-main .grid-container .header-main--width .contrast-switcher:focus .icon-moon {
  color: #fefefe;
}
.header-main .grid-container .header-main--width .contrast-switcher .icon-sun {
  font-size: 0.9375rem;
  background: #fefefe;
  color: #272C35;
  padding: 0.25rem 0.25rem 0;
  border-radius: 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main .grid-container .header-main--width .contrast-switcher .icon-moon {
  font-size: 0.75rem;
  padding: 0.3125rem 0.25rem 0.125rem 0.3125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 540px) {
  .header-main .grid-container .header-main--width > a:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header-main .grid-container .header-main--width .contrast-switcher {
    border: none;
    padding: 0;
    min-width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.875rem;
    margin-left: 0;
  }
  .header-main .grid-container .header-main--width .contrast-switcher:hover {
    background: transparent;
    opacity: 0.7;
  }
  .header-main .grid-container .header-main--width .contrast-switcher:hover .icon-sun {
    background: #fefefe;
  }
  .header-main .grid-container .header-main--width .contrast-switcher .icon-sun {
    height: 1.875rem;
    width: 1.875rem;
    display: block;
    padding: 0 0.3125rem 0;
  }
  .header-main .grid-container .header-main--width .contrast-switcher .icon-moon {
    display: none;
  }
  .header-main .grid-container .header-main--width .contrast-switcher .icon {
    font-size: 1.3125rem;
  }
}
.header-main .grid-container .header-main--width .dropdown-pane {
  z-index: 99;
}
.header-main .grid-container .header-main--width .account-user {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.25rem;
}
.header-main .grid-container .header-main--width .account-user:hover {
  opacity: 0.7;
}
.header-main .grid-container .header-main--width .account-user .icon {
  font-size: 1.4375rem;
  position: absolute;
  left: 0.21875rem;
  top: 0.625rem;
}
.header-main .grid-container .header-main--width .account-user .acc-border {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  border: 2px solid;
  top: -0.0625rem;
  border-color: #fdd10a;
  border-radius: 1.25rem;
  left: -0.0625rem;
}
.header-main .grid-container .header-main--width .account-guest:hover {
  opacity: 0.7;
}
@media (max-width: 912px) {
  .header-main .grid-container .header-main--width .account-guest,
  .header-main .grid-container .header-main--width .account-user {
    margin-right: 1.25rem;
  }
  .header-main .grid-container .header-main--width .account-user {
    margin-right: 1.25rem;
    margin-top: 0.0625rem;
  }
  .header-main .grid-container .header-main--width .account-user .icon {
    left: 0.21875rem;
  }
}
.header-main .grid-container .header-main--width .search-icon:hover {
  opacity: 0.7;
  color: #fefefe;
}
.header-main .grid-container .header-main--width .header-login-form {
  position: absolute;
  font-family: "Oswald";
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  top: 3.5625rem;
  padding: 0.75rem;
  background: #272C35;
  border-radius: 0 0 0.625rem 0.625rem;
  z-index: 99;
}
.header-main .grid-container .header-main--width .header-login-form--mob {
  display: none;
}
@media (max-width: 767px) {
  .header-main .grid-container .header-main--width .header-login-form--desk {
    display: none;
  }
  .header-main .grid-container .header-main--width .header-login-form--mob {
    display: block;
  }
}
.header-main .grid-container .header-main--width .header-login-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 912px) {
  .header-main .grid-container .header-main--width .header-login-form.active {
    top: 3.3125rem !important;
    right: 0;
  }
}
.header-main .grid-container .header-main--width .header-login-form a {
  color: #fefefe;
  border: 2px solid;
  width: 11.8125rem;
  border-radius: 0.625rem;
}
.header-main .grid-container .header-main--width .header-login-form a:hover {
  opacity: 0.7;
}
.header-main .grid-container .header-main--width .header-login-form a:first-child, .header-main .grid-container .header-main--width .header-login-form a:nth-child(3) {
  color: #272C35;
  border-color: #FDD10A;
  margin-bottom: 0.75rem;
  background: #FDD10A;
}
.header-main .grid-container .header-main--width .header-login-form a:first-child:hover, .header-main .grid-container .header-main--width .header-login-form a:nth-child(3):hover {
  opacity: 0.7;
}
.header-main .grid-container .header-main--width .header-login-form a .icon {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

@media (max-width: 1024px) {
  body.home {
    padding-top: 0;
  }
  body .header-main {
    margin-top: 0;
  }
}
@media (max-width: 912px) {
  body .header-main {
    position: fixed;
    padding: 0;
  }
  body.home {
    padding-top: 3.75rem;
  }
  body .mobile-menu-canvas {
    padding-top: 7.5rem;
  }
}
body.dark .header-main .grid-container.top-header {
  background-color: #D9D9D9;
}
body.dark .header-main .grid-container.bottom-header {
  background-color: #454E5E;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher {
  background: #fefefe;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher:hover {
  background: #272C35;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher:hover .icon-sun {
  font-size: 0.9375rem;
  background: #fefefe;
  color: #272C35;
  border-radius: 1.25rem;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher:hover .icon-moon {
  font-size: 0.75rem;
  background: transparent;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher .icon-sun {
  background: none;
}
body.dark .header-main .grid-container .header-main--width .contrast-switcher .icon-moon {
  background: #272C35;
  border-radius: 1.25rem;
  color: #fefefe;
}

@media (max-width: 540px) {
  body.home {
    padding-top: 0;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher {
    background: transparent;
    border: 1px solid;
    border-radius: 1.25rem;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher .icon-sun {
    display: none;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher .icon-moon {
    display: block;
    height: 1.8125rem;
    width: 1.8125rem;
    font-size: 1rem;
    padding: 0 0.375rem 0;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher:hover {
    background: transparent;
    color: #fefefe;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher:hover .icon-moon {
    background: transparent;
    font-size: 1rem;
  }
  body.dark .header-main .grid-container .header-main--width .contrast-switcher:focus {
    color: #fefefe;
  }
}
.top-bet-carousel {
  margin-top: 0;
  background: transparent;
  padding: 0 !important;
  position: relative;
}
.top-bet-carousel > .grid-container {
  max-width: 64rem !important;
  background: #004ED2;
  padding: 0.75rem 0.625rem 0.875rem;
  position: relative;
}
.top-bet-carousel > .grid-container .bet-left .bet-logo-wrapper img {
  height: 2.8125rem;
}

.archive-main,
.today-focus {
  padding: 0;
}

.content-main {
  padding-top: 0;
}

.category-summary--content-intro {
  height: 0;
}

.contacts-page {
  margin: 0;
}
.contacts-page .grid-container {
  position: relative;
  background: #fefefe;
  padding-bottom: 28.125rem;
}
@media (max-width: 1024px) {
  .contacts-page .grid-container {
    padding-bottom: 1.25rem;
  }
}

.about-us-page {
  margin: 0;
}
.about-us-page .grid-container {
  position: relative;
  background: #fefefe;
  padding-bottom: 12.5rem;
}
@media (max-width: 1024px) {
  .about-us-page .grid-container {
    padding-bottom: 1.25rem;
  }
}

body.dark .contacts-page .grid-container {
  background: #272C35;
}
body.dark .about-us-page .grid-container {
  background: #272C35;
}

body.page-template-default .content-main {
  padding: 0;
}
body.page-template-default .content-main .grid-container {
  position: relative;
  background: #fefefe;
  padding-bottom: 2.5rem;
}
body.page-template-default #comments {
  display: none;
}
body.page-template-default.dark .grid-container {
  background: #272C35;
}

#account-canvas,
.login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background: #272C35;
}
#account-canvas.off-canvas.is-transition-overlap,
.login-page.off-canvas.is-transition-overlap {
  z-index: 99 !important;
}
#account-canvas.position-right,
.login-page.position-right {
  width: 100%;
}
#account-canvas .account-canvas,
.login-page .account-canvas {
  width: 50%;
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content,
.login-page .account-canvas .account-canvas--content {
  max-width: 26.25rem;
}
#account-canvas .account-canvas .account-canvas--content .user-preferences-block,
.login-page .account-canvas .account-canvas--content .user-preferences-block {
  display: none;
}
#account-canvas .account-canvas .account-canvas--content .canvas-login--social,
.login-page .account-canvas .account-canvas--content .canvas-login--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#account-canvas .account-canvas .account-canvas--content .canvas-login--social a,
.login-page .account-canvas .account-canvas--content .canvas-login--social a {
  background: #fefefe;
  width: 100%;
  border-radius: 0.5rem;
  color: #272C35;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#account-canvas .account-canvas .account-canvas--content .canvas-login--social a img,
.login-page .account-canvas .account-canvas--content .canvas-login--social a img {
  height: 1.25rem;
  margin-right: 0.75rem;
}
#account-canvas .account-canvas .account-canvas--content .canvas-login--social a:first-child(),
.login-page .account-canvas .account-canvas--content .canvas-login--social a:first-child() {
  margin-bottom: 1.625rem;
}
#account-canvas .account-canvas .account-canvas--content .canvas-login--social a:hover,
.login-page .account-canvas .account-canvas--content .canvas-login--social a:hover {
  opacity: 0.7;
}
#account-canvas .account-canvas .account-canvas--content input,
.login-page .account-canvas .account-canvas--content input {
  background-color: #272C35;
  border-color: #fefefe;
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content input::-webkit-input-placeholder, .login-page .account-canvas .account-canvas--content input::-webkit-input-placeholder {
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content input::-moz-placeholder, .login-page .account-canvas .account-canvas--content input::-moz-placeholder {
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content input:-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input:-ms-input-placeholder {
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content input::-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input::-ms-input-placeholder {
  color: #fefefe;
}
#account-canvas .account-canvas .account-canvas--content input::placeholder,
.login-page .account-canvas .account-canvas--content input::placeholder {
  color: #fefefe;
}
@media (max-width: 767px) {
  #account-canvas .account-canvas .account-canvas--content input,
  .login-page .account-canvas .account-canvas--content input {
    background: rgba(39, 44, 53, 0.1);
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input::-webkit-input-placeholder, .login-page .account-canvas .account-canvas--content input::-webkit-input-placeholder {
    color: #fefefe;
  }
  #account-canvas .account-canvas .account-canvas--content input::-moz-placeholder, .login-page .account-canvas .account-canvas--content input::-moz-placeholder {
    color: #fefefe;
  }
  #account-canvas .account-canvas .account-canvas--content input:-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input:-ms-input-placeholder {
    color: #fefefe;
  }
  #account-canvas .account-canvas .account-canvas--content input::-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input::-ms-input-placeholder {
    color: #fefefe;
  }
  #account-canvas .account-canvas .account-canvas--content input::placeholder,
  .login-page .account-canvas .account-canvas--content input::placeholder {
    color: #fefefe;
  }
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--info-text,
.login-page .account-canvas .account-canvas--content .account-canvas--info-text {
  text-align: left;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--info-text a,
.login-page .account-canvas .account-canvas--content .account-canvas--info-text a {
  color: #ffcb08;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--info-text a:hover,
.login-page .account-canvas .account-canvas--content .account-canvas--info-text a:hover {
  opacity: 0.7;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title a.button.expanded, #account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title a.expanded#cancel-comment-reply-link,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title a.button.expanded,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title a.expanded#cancel-comment-reply-link {
  width: auto;
  padding: 0;
  background: transparent;
  color: #ffcb08;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.3125rem;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title a.button.expanded:hover, #account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title a.expanded#cancel-comment-reply-link:hover,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title a.button.expanded:hover,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title a.expanded#cancel-comment-reply-link:hover {
  opacity: 0.7;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title p,
.login-page .account-canvas .account-canvas--content .account-canvas--bottom-title p {
  margin-bottom: 0;
}
#account-canvas .account-canvas .account-canvas--content button,
.login-page .account-canvas .account-canvas--content button {
  background-color: #FFCB08;
  color: #272C35;
}
#account-canvas .account-canvas .account-canvas--content button:hover,
.login-page .account-canvas .account-canvas--content button:hover {
  opacity: 0.7;
}
#account-canvas .account-canvas .account-canvas--content .checkbox,
.login-page .account-canvas .account-canvas--content .checkbox {
  padding-left: 1.75rem;
}
#account-canvas .account-canvas .account-canvas--content .checkbox input[type=checkbox],
.login-page .account-canvas .account-canvas--content .checkbox input[type=checkbox] {
  margin: 4px 4px 4px -20px;
  width: 14px;
  height: 14px;
}
#account-canvas .account-canvas .account-canvas--content .checkbox input[type=checkbox]:checked + label::after,
.login-page .account-canvas .account-canvas--content .checkbox input[type=checkbox]:checked + label::after {
  content: "✔";
  position: absolute;
  top: -0.5rem;
  font-size: 0.9375rem;
  left: -0.1875rem;
}
#account-canvas .account-canvas .account-canvas--content .checkbox input[type=checkbox]:hover,
.login-page .account-canvas .account-canvas--content .checkbox input[type=checkbox]:hover {
  cursor: pointer;
}
#account-canvas .account-canvas .account-canvas--content .checkbox label,
.login-page .account-canvas .account-canvas--content .checkbox label {
  color: #fefefe;
  font-size: 1rem;
  margin-left: 0;
  padding-left: 0;
}
#account-canvas .account-canvas .account-canvas--content .checkbox label::before,
.login-page .account-canvas .account-canvas--content .checkbox label::before {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #272c35;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--logo-wrapper,
.login-page .account-canvas .account-canvas--content .account-canvas--logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.0625rem;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--logo-wrapper img,
.login-page .account-canvas .account-canvas--content .account-canvas--logo-wrapper img {
  margin: 0;
  width: 5.3125rem;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--logo-wrapper p,
.login-page .account-canvas .account-canvas--content .account-canvas--logo-wrapper p {
  font-size: 0.8125rem;
  font-weight: 300;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--title,
.login-page .account-canvas .account-canvas--content .account-canvas--title {
  font-size: 1.625rem;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle,
.login-page .account-canvas .account-canvas--content .account-canvas--subtitle {
  margin-bottom: 2.8125rem;
  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;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle div,
.login-page .account-canvas .account-canvas--content .account-canvas--subtitle div {
  background: #fefefe;
  width: 3.75rem;
  height: 0.0625rem;
}
#account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle p,
.login-page .account-canvas .account-canvas--content .account-canvas--subtitle p {
  margin: 0 1rem;
}
#account-canvas .account-canvas-bg,
.login-page .account-canvas-bg {
  width: 50%;
  position: relative;
}
#account-canvas .account-canvas-bg a,
.login-page .account-canvas-bg a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#account-canvas .account-canvas-bg p,
.login-page .account-canvas-bg p {
  position: absolute;
  bottom: 0;
  right: 1.875rem;
  color: #fefefe;
  font-size: 0.875rem;
}
#account-canvas .account-canvas--close,
.login-page .account-canvas--close {
  z-index: 2;
  color: #fefefe;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  #account-canvas .account-canvas,
  .login-page .account-canvas {
    width: 100%;
  }
  #account-canvas .account-canvas-bg,
  .login-page .account-canvas-bg {
    width: 0;
  }
}

.page-template-template-account-comments,
.page-template-template-account-profile {
  /*.header-main.fixed {
    position: unset !important;
  }*/
}
@media (max-width: 767px) {
  .page-template-template-account-comments .header-main.fixed,
  .page-template-template-account-profile .header-main.fixed {
    position: fixed !important;
  }
}
.page-template-template-account-comments .account-recommended .grid-container,
.page-template-template-account-profile .account-recommended .grid-container {
  padding: 0;
}
.page-template-template-account-comments .account-recommended .grid-container .exclusive-slider-wrapper,
.page-template-template-account-profile .account-recommended .grid-container .exclusive-slider-wrapper {
  background: #fdd20a;
}
.page-template-template-account-comments .account-recommended .grid-container .exclusive-slider-wrapper h4,
.page-template-template-account-profile .account-recommended .grid-container .exclusive-slider-wrapper h4 {
  color: #000;
}
.page-template-template-account-comments .account-recommended .grid-container .exclusive-slider-wrapper h5 a,
.page-template-template-account-profile .account-recommended .grid-container .exclusive-slider-wrapper h5 a {
  color: #000;
}
.page-template-template-account-comments .account-recommended .grid-container .exclusive-slider-wrapper h5 a:hover,
.page-template-template-account-profile .account-recommended .grid-container .exclusive-slider-wrapper h5 a:hover {
  color: #272C35;
}
.page-template-template-account-comments .account-recommended .grid-container .comments_count,
.page-template-template-account-profile .account-recommended .grid-container .comments_count {
  height: 1.5625rem;
}
@media (max-width: 540px) {
  .page-template-template-account-comments .account-recommended .grid-container .comments_count,
  .page-template-template-account-profile .account-recommended .grid-container .comments_count {
    height: 1.3125rem;
  }
}
.page-template-template-account-comments .content-main,
.page-template-template-account-profile .content-main {
  padding: 0;
}
.page-template-template-account-comments .content-main .grid-container,
.page-template-template-account-profile .content-main .grid-container {
  background-color: #272C35;
  position: relative;
}
.page-template-template-account-comments .content-main--content#account-content,
.page-template-template-account-profile .content-main--content#account-content {
  min-height: auto;
}
.page-template-template-account-comments .content-main--content > .grid-x,
.page-template-template-account-profile .content-main--content > .grid-x {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-3,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-3 {
  width: calc(29% - 1.875rem);
}
@media (max-width: 767px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-3,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-3 {
    display: none;
  }
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 {
  background: #fefefe;
  margin: 0;
  width: calc(71% - 1.875rem);
  padding: 2.5rem 0.75rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu > div,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu > div {
  display: none;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 {
  background: #272C35;
  padding: 0.625rem 1.5625rem;
  color: #fefefe;
  cursor: pointer;
  margin: 0;
  font-size: 0.9375rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5:hover,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5:hover {
  color: #FFD233;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 span,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 span i,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 span i {
  font-size: 1.25rem;
  margin-right: 1.125rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5:not(.account-mob-menu-title),
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5:not(.account-mob-menu-title) {
  border-radius: 0 0 0.625rem 0.625rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 a,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 a {
  color: #fefefe;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 a:hover,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5 a:hover {
  color: #FFD233;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5.account-mob-menu-title:first-child,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu h5.account-mob-menu-title:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
@media (min-width: 768px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu > div,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu > div {
    display: block;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu > h5,
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu .account-main--comments,
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9.account-mob-menu .account-main--avatar,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu > h5,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu .account-main--comments,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9.account-mob-menu .account-main--avatar {
    display: none;
  }
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comments-list,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comments-list {
  margin-left: 1.25rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile {
  border-top: 1px solid #E3E3E3;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comments-list,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comments-list {
    margin-left: 0;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile {
    padding: 0.625rem;
    margin-bottom: 0.3125rem;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile h4,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile h4 {
    font-size: 0.875rem;
    margin: 0.3125rem 0;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile p,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-main--comment-tile p {
    font-size: 0.875rem;
  }
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 h1,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 h1 {
  padding-left: 1.375rem;
  font-size: 1.625rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald";
}
@media (max-width: 767px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 h1,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 h1 {
    text-align: center;
    padding-left: 0;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 h2,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 h2 {
    text-align: center;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-family: "Oswald";
    color: #272C35;
  }
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 h4,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 h4 {
  font-size: 1rem;
  margin: 0.625rem 0;
  line-height: 1.5rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 p,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 p {
  font-size: 0.9375rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 1.875rem 1.875rem 3.125rem 1.5625rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div {
  width: 30%;
  margin-bottom: 3.125rem;
  margin-right: 0.9375rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div:last-child,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div:last-child {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div:last-child a,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div:last-child a {
  display: inline-block;
  margin-top: 0.9375rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div h3,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div h3 {
  color: #454E5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div p,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.875rem 0.625rem 0.625rem 0.625rem;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div {
    width: 42%;
    margin-bottom: 0.625rem;
    margin-right: 0;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div p,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div p {
    font-size: 0.9375rem;
  }
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-form-label > div h3,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-form-label > div h3 {
    font-size: 0.8125rem;
  }
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .news-list--tile-time,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .news-list--tile-time {
  font-size: 0.8125rem;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-btn,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-btn {
  color: #fefefe;
  background-color: #272C35;
  display: block;
  margin: 2.5rem auto 0;
  padding: 0.5625rem 1.875rem;
  font-size: 1rem;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9 .account-btn:hover,
.page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 .account-btn:hover {
  cursor: pointer;
  background-color: #454E5E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-template-template-account-comments .content-main--content > .grid-x .cell.medium-9,
  .page-template-template-account-profile .content-main--content > .grid-x .cell.medium-9 {
    width: 100%;
  }
}
.page-template-template-account-comments .content-main .account-main--account-menu,
.page-template-template-account-profile .content-main .account-main--account-menu {
  background-color: transparent;
  margin-top: 1.25rem;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul,
.page-template-template-account-profile .content-main .account-main--account-menu ul {
  margin-top: 3.125rem;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul li a,
.page-template-template-account-profile .content-main .account-main--account-menu ul li a {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul li a > span,
.page-template-template-account-profile .content-main .account-main--account-menu ul li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul li a > span i,
.page-template-template-account-profile .content-main .account-main--account-menu ul li a > span i {
  margin-right: 1.125rem;
  font-size: 1.25rem;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul li a:hover,
.page-template-template-account-profile .content-main .account-main--account-menu ul li a:hover {
  color: #FFD233;
}
.page-template-template-account-comments .content-main .account-main--account-menu ul li.active a,
.page-template-template-account-profile .content-main .account-main--account-menu ul li.active a {
  color: #FFD233;
}
.page-template-template-account-comments.dark .content-main .grid-container,
.page-template-template-account-profile.dark .content-main .grid-container {
  background-color: #272C35;
}
.page-template-template-account-comments.dark .content-main .grid-container h1,
.page-template-template-account-profile.dark .content-main .grid-container h1 {
  color: #000;
}

.page-template-template-login .login-page {
  background: transparent;
  color: #000;
  padding: 0;
}
.page-template-template-login .login-page .grid-container {
  background: #fefefe;
  width: 100%;
}
.page-template-template-login .login-page .grid-container .account-canvas {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content {
  margin: 1.875rem 0.9375rem;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input {
  background: rgba(39, 44, 53, 0.1);
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input::-webkit-input-placeholder {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input::-moz-placeholder {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:-ms-input-placeholder {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input::-ms-input-placeholder {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input::placeholder {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:focus::-webkit-input-placeholder {
  color: #a29b9b;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:focus::-moz-placeholder {
  color: #a29b9b;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:focus:-ms-input-placeholder {
  color: #a29b9b;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:focus::-ms-input-placeholder {
  color: #a29b9b;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input:focus::placeholder {
  color: #a29b9b;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content input[type=checkbox]:checked + label::after {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .checkbox label {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .checkbox label::before {
  border: 1px solid #a29b9b;
  background-color: #e8e8e9;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--info-text {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--info-text a {
  font-weight: 700;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--bottom-title {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--title,
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--subtitle {
  color: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .account-canvas--subtitle div {
  background: #000;
}
.page-template-template-login .login-page .grid-container .account-canvas .account-canvas--content .canvas-login--social a:first-child {
  border: 1px solid #000;
}

@media (max-width: 767px) {
  #account-canvas,
  .login-page {
    background: #fefefe;
    color: #000;
  }
  body.page-template-template-login #account-canvas,
  body.page-template-template-login .login-page {
    height: auto;
  }
  #account-canvas .account-canvas .account-canvas--content,
  .login-page .account-canvas .account-canvas--content {
    margin: 1.875rem 0.9375rem;
  }
  #account-canvas .account-canvas .account-canvas--content .form-main--submit,
  .login-page .account-canvas .account-canvas--content .form-main--submit {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  #account-canvas .account-canvas .account-canvas--content input,
  .login-page .account-canvas .account-canvas--content input {
    height: 2.6875rem;
  }
  #account-canvas .account-canvas .account-canvas--content input::-webkit-input-placeholder, .login-page .account-canvas .account-canvas--content input::-webkit-input-placeholder {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input::-moz-placeholder, .login-page .account-canvas .account-canvas--content input::-moz-placeholder {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input:-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input:-ms-input-placeholder {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input::-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input::-ms-input-placeholder {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input::placeholder,
  .login-page .account-canvas .account-canvas--content input::placeholder {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content input:focus::-webkit-input-placeholder, .login-page .account-canvas .account-canvas--content input:focus::-webkit-input-placeholder {
    color: #a29b9b;
  }
  #account-canvas .account-canvas .account-canvas--content input:focus::-moz-placeholder, .login-page .account-canvas .account-canvas--content input:focus::-moz-placeholder {
    color: #a29b9b;
  }
  #account-canvas .account-canvas .account-canvas--content input:focus:-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input:focus:-ms-input-placeholder {
    color: #a29b9b;
  }
  #account-canvas .account-canvas .account-canvas--content input:focus::-ms-input-placeholder, .login-page .account-canvas .account-canvas--content input:focus::-ms-input-placeholder {
    color: #a29b9b;
  }
  #account-canvas .account-canvas .account-canvas--content input:focus::placeholder,
  .login-page .account-canvas .account-canvas--content input:focus::placeholder {
    color: #a29b9b;
  }
  #account-canvas .account-canvas .account-canvas--content input[type=checkbox]:checked + label::after,
  .login-page .account-canvas .account-canvas--content input[type=checkbox]:checked + label::after {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content .checkbox label,
  .login-page .account-canvas .account-canvas--content .checkbox label {
    color: #000;
    font-size: 0.875rem;
  }
  #account-canvas .account-canvas .account-canvas--content .checkbox label::before,
  .login-page .account-canvas .account-canvas--content .checkbox label::before {
    border: 1px solid #a29b9b;
    background-color: #e8e8e9;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--info-text,
  .login-page .account-canvas .account-canvas--content .account-canvas--info-text {
    color: #000;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--info-text a,
  .login-page .account-canvas .account-canvas--content .account-canvas--info-text a {
    font-weight: 700;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--bottom-title,
  .login-page .account-canvas .account-canvas--content .account-canvas--bottom-title {
    color: #000;
    padding-top: 1.25rem;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--title,
  #account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle,
  .login-page .account-canvas .account-canvas--content .account-canvas--title,
  .login-page .account-canvas .account-canvas--content .account-canvas--subtitle {
    color: #000;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle,
  .login-page .account-canvas .account-canvas--content .account-canvas--subtitle {
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
  }
  #account-canvas .account-canvas .account-canvas--content .account-canvas--subtitle div,
  .login-page .account-canvas .account-canvas--content .account-canvas--subtitle div {
    background: #000;
  }
  #account-canvas .account-canvas .account-canvas--content .canvas-login--social a:first-child,
  .login-page .account-canvas .account-canvas--content .canvas-login--social a:first-child {
    border: 1px solid #000;
    padding: 0.75rem 0;
  }
  #account-canvas .account-canvas .account-canvas--content .canvas-login--social a:last-child,
  .login-page .account-canvas .account-canvas--content .canvas-login--social a:last-child {
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding: 0.53125rem 0;
  }
}
.footer-main {
  position: relative;
}

#account-profile-form,
#account-password-form {
  display: none;
}

.login-page {
  position: relative;
}

body.dark .password-reset-page {
  color: #272C35;
}
.password-reset-page .grid-container {
  position: relative;
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5rem;
}
.password-reset-page .grid-container h1 {
  margin-top: 3.125rem;
  margin-bottom: 4.375rem;
}
.password-reset-page .grid-container form {
  max-width: 25rem;
}
.password-reset-page .grid-container form h4 {
  display: none;
}
.password-reset-page .grid-container form button.button.primary, .password-reset-page .grid-container form button#cancel-comment-reply-link {
  background-color: #FFCB08;
  border-radius: 0.5rem;
  color: #272C35;
}
.password-reset-page .grid-container form button.button.primary:hover, .password-reset-page .grid-container form button#cancel-comment-reply-link:hover {
  opacity: 0.7;
}
.password-reset-page .grid-container form input {
  border-radius: 0.5rem;
}

.tower-ad-section {
  position: relative;
  display: none;
}
body.single .tower-ad-section .grid-container {
  padding: 0;
}
.tower-ad-section .reklama-label {
  color: #fefefe;
  background: #000;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.125rem 0;
}
.tower-ad-section .tower-ad-container {
  height: 36.25rem;
  max-height: 36.25rem;
  position: relative;
}
.tower-ad-section .tower-ad-container .tower-ad-clip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip: rect(auto, auto, auto, auto);
}
.tower-ad-section .tower-ad-container .tower-ad-clip .tower-ad-inner {
  top: 0;
  position: fixed;
  /*visibility: hidden;*/
  visibility: visible;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  -webkit-transform: translate3d(0, 80px, 0px);
  transform: translate3d(0, 80px, 0px);
}
.tower-ad-section .tower-ad-container .tower-ad-clip .tower-ad-inner .tower-ad-content {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 540px) {
  .tower-ad-section {
    display: block;
  }
}
.popular-tags-section {
  position: relative;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: none;
}
.popular-tags-section h4 {
  font-family: "Oswald";
  font-size: 1rem;
  margin: 0.625rem 0 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.popular-tags-section .content-main--tags {
  margin: 0.625rem 0;
}
.popular-tags-section .content-main--tags a.button, .popular-tags-section .content-main--tags a#cancel-comment-reply-link {
  background: rgba(39, 44, 53, 0.7);
  font-size: 0.6875rem;
  margin-right: 0.4375rem;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.4375rem;
}
.popular-tags-section .content-main--tags a.button:hover, .popular-tags-section .content-main--tags a#cancel-comment-reply-link:hover {
  background: #272C35;
}

@media (max-width: 768px) {
  .popular-tags-section {
    display: block;
  }
}
.user-preferences-block .user-tags {
  height: 9.375rem;
  background: #272C35;
  overflow-y: scroll;
  margin-bottom: 2.1875rem;
  border: 1px solid;
  border-radius: 0.5rem 0.25rem 0.25rem 0.5rem;
  padding: 0 0.5rem;
}
.user-preferences-block .user-tags::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 6px 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.75rem;
  background-color: #fefefe;
}
.user-preferences-block .user-tags::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fefefe;
}
.user-preferences-block .user-tags::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  -webkit-box-shadow: inset 6px 0 6px rgba(0, 0, 0, 0.3);
  background-color: #272C35;
  border: 1px solid #fefefe;
}
.user-preferences-block .user-tags .content-main--tags {
  margin-top: 0.75rem;
}
.user-preferences-block .user-tags .content-main--tags a.button, .user-preferences-block .user-tags .content-main--tags a#cancel-comment-reply-link {
  margin-right: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.9375rem;
}
.user-preferences-block .user-tags .content-main--tags a.button:hover, .user-preferences-block .user-tags .content-main--tags a#cancel-comment-reply-link:hover, .user-preferences-block .user-tags .content-main--tags a.button.selected, .user-preferences-block .user-tags .content-main--tags a.selected#cancel-comment-reply-link {
  background: #FFD233;
  color: #272C35;
}
@media (max-width: 767px) {
  .user-preferences-block .user-tags {
    background: rgba(39, 44, 53, 0.1);
  }
  .user-preferences-block .user-tags > ul {
    background: rgba(39, 44, 53, 0.1);
  }
  .user-preferences-block .user-tags > ul li {
    background: rgba(39, 44, 53, 0.1);
    color: #000;
  }
  .user-preferences-block .user-tags .content-main--tags a.button, .user-preferences-block .user-tags .content-main--tags a#cancel-comment-reply-link {
    font-size: 0.875rem;
    margin-right: 0.75rem;
  }
}
.user-preferences-block p {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .user-preferences-block p {
    color: #000;
  }
}
.user-preferences-block .account-canvas--subtitle.text-center {
  margin-bottom: 4.375rem !important;
}
.user-preferences-block .button.primary.preferences-submit, .user-preferences-block .preferences-submit#cancel-comment-reply-link {
  background: #FFD233;
  color: #272C35;
  font-size: 1rem;
}
.user-preferences-block .button.primary.preferences-submit:hover, .user-preferences-block .preferences-submit#cancel-comment-reply-link:hover {
  opacity: 0.7;
}
.user-preferences-block .user-sports {
  position: relative;
  margin-bottom: 2.5rem;
  border: 1px solid;
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports select {
  display: none;
}
.user-preferences-block .user-sports > div {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0.75rem 0.125rem 0.75rem;
  border-radius: 0.5rem;
  background: #272C35;
  font-size: 0.875rem;
  min-height: 2.75rem;
}
.user-preferences-block .user-sports > div .arrow {
  right: 0.0625rem;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 1.75rem;
  position: absolute;
}
.user-preferences-block .user-sports > div .arrow:before, .user-preferences-block .user-sports > div .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  border-bottom: 8px solid #99A3BA;
  top: 43%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-preferences-block .user-sports > div .arrow:before {
  right: 0.75rem;
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
.user-preferences-block .user-sports > div .arrow:after {
  left: 0.5625rem;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
.user-preferences-block .user-sports > div span {
  color: #99A3BA;
  display: block;
  position: absolute;
  left: 0.75rem;
  cursor: pointer;
  top: 0.5rem;
  line-height: 1.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-preferences-block .user-sports > div span.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}
.user-preferences-block .user-sports > div a {
  position: relative;
  padding: 0 1.5rem 0.375rem 0.5rem;
  line-height: 1.75rem;
  color: #272C35;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.375rem 0 0;
}
.user-preferences-block .user-sports > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.user-preferences-block .user-sports > div a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0.375rem;
  width: 100%;
  position: absolute;
  display: block;
  background: #FFD233;
  z-index: -1;
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.75rem;
  display: block;
}
.user-preferences-block .user-sports > div a i:before, .user-preferences-block .user-sports > div a i:after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #272C35;
  border-radius: 0.0625rem;
}
.user-preferences-block .user-sports > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.user-preferences-block .user-sports > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.user-preferences-block .user-sports > div a.notShown {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.user-preferences-block .user-sports > div a.notShown:before {
  width: 1.75rem;
  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.user-preferences-block .user-sports > div a.notShown i {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.user-preferences-block .user-sports > div a.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.user-preferences-block .user-sports > div a.notShown.shown {
  opacity: 1;
}
.user-preferences-block .user-sports > div a.notShown.shown:before {
  width: 100%;
}
.user-preferences-block .user-sports > div a.notShown.shown i {
  opacity: 1;
}
.user-preferences-block .user-sports > div a.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.user-preferences-block .user-sports > div a.remove:before {
  width: 1.75rem;
  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.user-preferences-block .user-sports > div a.remove i {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.user-preferences-block .user-sports > div a.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.user-preferences-block .user-sports > div a.remove.disappear {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.user-preferences-block .user-sports > div a:hover i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.user-preferences-block .user-sports > div a:hover i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.user-preferences-block .user-sports > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  z-index: 1;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.5rem;
  -webkit-transform: translate(0, 20px) scale(0.8);
  -ms-transform: translate(0, 20px) scale(0.8);
  transform: translate(0, 20px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
  -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  background: #272C35;
}
.user-preferences-block .user-sports > ul li {
  color: #fefefe;
  background: #272C35;
  padding: 0.75rem 1rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
.user-preferences-block .user-sports > ul li:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.user-preferences-block .user-sports > ul li:first-child:last-child {
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports > ul li:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.user-preferences-block .user-sports > ul li:last-child:first-child {
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports > ul li:hover {
  background: #454E5E;
  color: #fefefe;
}
.user-preferences-block .user-sports > ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.user-preferences-block .user-sports > ul li.beforeRemove {
  border-radius: 0 0 0.5rem 0.5rem;
}
.user-preferences-block .user-sports > ul li.beforeRemove:first-child {
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports > ul li.afterRemove {
  border-radius: 0.5rem 0.5rem 0 0;
}
.user-preferences-block .user-sports > ul li.afterRemove:last-child {
  border-radius: 0.5rem;
}
.user-preferences-block .user-sports > ul li.remove {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.user-preferences-block .user-sports > ul li.remove:after {
  -webkit-animation: ripple 0.4s ease-out;
  animation: ripple 0.4s ease-out;
}
.user-preferences-block .user-sports > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.4s ease;
  transition: transform 0.35s ease, opacity 0.4s ease, -webkit-transform 0.35s ease;
}
.user-preferences-block .user-sports > ul li.notShown.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .user-preferences-block .user-sports > div {
    background: #e6e6e8;
  }
  .user-preferences-block .user-sports > ul li {
    color: #000;
    background: #e6e6e8;
  }
  .user-preferences-block .user-sports > ul li:hover {
    background: #ffd233;
    color: #000;
  }
}
.user-preferences-block .user-sports.open > div {
  -webkit-box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.user-preferences-block .user-sports.open > div .arrow:before {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.user-preferences-block .user-sports.open > div .arrow:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.user-preferences-block .user-sports.open > ul {
  -webkit-transform: translate(0, 12px) scale(1);
  -ms-transform: translate(0, 12px) scale(1);
  transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
  filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
  border: 1px solid;
}
@media (max-width: 767px) {
  .user-preferences-block .user-sports > ul {
    background: #e6e6e8;
  }
  .user-preferences-block .user-sports > ul li {
    background: #e6e6e8;
    color: #000;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
    transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
    transform: scale(50, 50);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(30, 30);
    transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(50, 50);
    transform: scale(50, 50);
  }
}
.user-preferences-block * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.user-preferences-block *:before, .user-preferences-block *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#account-profile-form .user-preferences-block .account-canvas--title.text-center,
#account-profile-form .user-preferences-block .account-canvas--subtitle.text-center {
  display: none;
}
#account-profile-form .user-preferences-block p {
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 0;
}
#account-profile-form .user-preferences-block .preferences-message,
#account-profile-form .user-preferences-block .preferences-submit {
  display: none !important;
}
#account-profile-form .user-preferences-block .user-sports {
  border-radius: 0;
  border: 1px solid #272C35;
}
#account-profile-form .user-preferences-block .user-sports > .selected {
  background: #fefefe;
}
#account-profile-form .user-preferences-block .user-sports > .selected a {
  color: #fefefe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account-profile-form .user-preferences-block .user-sports > .selected a:before {
  background: #454e5e;
  border-radius: 0;
}
#account-profile-form .user-preferences-block .user-sports > .selected a i:before,
#account-profile-form .user-preferences-block .user-sports > .selected a i:after {
  background: #fefefe;
}
#account-profile-form .user-preferences-block .user-sports > ul {
  border-radius: 0;
  background: #fefefe;
}
#account-profile-form .user-preferences-block .user-sports > ul li {
  color: #272C35;
  background: #fefefe;
  border-right: 1px solid;
}
#account-profile-form .user-preferences-block .user-sports > ul li:hover {
  background: #e3e3e3;
}
#account-profile-form .user-preferences-block .user-sports > ul li:after {
  border-radius: 0;
}
#account-profile-form .user-preferences-block .user-sports > ul li:first-child, #account-profile-form .user-preferences-block .user-sports > ul li:last-child {
  border-radius: 0;
}
#account-profile-form .user-tags {
  border-radius: 0;
  background: #fefefe;
  border: 1px solid #272C35;
}
#account-profile-form .user-tags::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 #454e5e;
  border-radius: 0;
  background-color: #fefefe;
}
#account-profile-form .user-tags::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #fefefe;
}
#account-profile-form .user-tags::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 #454e5e;
  background-color: #454e5e;
  border: 1px solid #fefefe;
}
#account-profile-form .user-tags .content-main--tags a.button, #account-profile-form .user-tags .content-main--tags a#cancel-comment-reply-link {
  border-radius: 0;
  background: #e3e3e3;
  color: #454e5e;
}
#account-profile-form .user-tags .content-main--tags a.button.selected, #account-profile-form .user-tags .content-main--tags a.selected#cancel-comment-reply-link, #account-profile-form .user-tags .content-main--tags a.button:hover, #account-profile-form .user-tags .content-main--tags a#cancel-comment-reply-link:hover {
  background: #454e5e;
  color: #fefefe;
}

.category-banner.sport-videos {
  background-color: #f5f5f5;
}
.category-banner.sport-videos h1 {
  font-family: "Oswald";
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .category-banner.sport-videos h1 {
    font-size: 1.625rem;
  }
}
.category-banner.sport-videos .responsive-embed.widescreen {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
body.dark .category-banner.sport-videos {
  color: #fefefe;
  background-color: #272C35;
}
.category-banner.sport-videos .sport-videos__post .tournament-article {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  background-color: #fefefe;
  padding-bottom: 1.5625rem;
  margin-bottom: 2.1875rem;
}
body.dark .category-banner.sport-videos .sport-videos__post .tournament-article {
  background-color: #454e5e;
}
.category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta {
  margin: 0.875rem;
}
.category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta .socials .social-on {
  margin-right: 0;
}
body.dark .category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta a {
  color: #fefefe;
}
.category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta a.post-full-mob {
  display: none;
}
@media (max-width: 540px) {
  .category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta a.post-full-mob {
    display: block;
  }
  .category-banner.sport-videos .sport-videos__post .tournament-article .content-main--meta a.post-full {
    display: none;
  }
}
.category-banner.sport-videos .sport-videos__post .tournament-article .content-main--featured-video {
  height: auto;
  display: block;
  background-size: cover;
  margin-bottom: 1.125rem;
  position: relative;
}
.category-banner.sport-videos .sport-videos__post .tournament-article h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0.875rem 1.5rem 0.875rem;
}
.category-banner.sport-videos .sport-videos__post .tournament-article h2 a {
  color: #000;
}
body.dark .category-banner.sport-videos .sport-videos__post .tournament-article h2 a {
  color: #fefefe;
}
@media (max-width: 540px) {
  .category-banner.sport-videos .sport-videos__post .tournament-article h2 {
    font-size: 1.25rem;
  }
}
.category-banner.sport-videos .sport-videos__post .tournament-article p {
  font-size: 0.9375rem;
  margin: 0 0.875rem 1.5rem 0.875rem;
}
@media (max-width: 540px) {
  .category-banner.sport-videos .sport-videos__post .tournament-article p {
    font-size: 0.75rem;
  }
}
.category-banner.sport-videos .sport-videos__sidebar {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  background-color: #fefefe;
  margin-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
body.dark .category-banner.sport-videos .sport-videos__sidebar {
  background-color: #454e5e;
}
.category-banner.sport-videos .sport-videos__sidebar--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 0.9375rem 0.625rem;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item:hover .sport-videos__sidebar--description a {
  color: #4F8EC1;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item .sport-videos__sidebar--thumbnail {
  width: 7.875rem;
  height: 5rem;
  -webkit-box-flex: 126px;
  -ms-flex: 126px 0 0px;
  flex: 126px 0 0;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item .sport-videos__sidebar--thumbnail img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item .content-main--featured-video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  position: relative;
}
.category-banner.sport-videos .sport-videos__sidebar--items .sport-videos__sidebar--item .sport-videos__video__label {
  position: absolute;
  left: 0.8125rem;
  bottom: 0.625rem;
  border-radius: 0px 2px 0px 0px;
  background: rgba(39, 44, 53, 0.7);
  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;
  color: #fefefe;
  font-family: "Fira Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 2.75rem;
  height: 1.25rem;
}
.category-banner.sport-videos .sport-videos__sidebar--title {
  font-size: 1.25rem;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.625rem 0.625rem 0 0.625rem;
}
@media (max-width: 540px) {
  .category-banner.sport-videos .sport-videos__sidebar--title {
    font-size: 1rem;
  }
}
.category-banner.sport-videos .sport-videos__sidebar--description {
  color: #000;
  font-family: "Fira Sans";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-banner.sport-videos .sport-videos__sidebar--description a {
  color: #000;
  font-family: "Fira Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.category-banner.sport-videos .sport-videos__sidebar--description a:first-child {
  font-size: 0.75rem;
  line-height: 1rem;
}
body.dark .category-banner.sport-videos .sport-videos__sidebar--description a {
  color: #fefefe;
}

.sport-videos__single.content-main {
  padding-bottom: 0;
}

.sport-videos__top__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  background-color: #fefefe;
  margin-bottom: 1.25rem;
  padding: 0.875rem;
}
body.dark .sport-videos__top__slider {
  background-color: #454e5e;
}
.sport-videos__top__slider.single_post .sport-videos__items {
  margin-left: 0;
  list-style-type: none;
}
.sport-videos__top__slider .sport-videos__item {
  color: #fefefe;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.sport-videos__top__slider .sport-videos__item__title {
  margin-top: 0.5625rem;
  display: inline-block;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
body.dark .sport-videos__top__slider .sport-videos__item__title {
  color: #fefefe;
}
.sport-videos__top__slider .sport-videos__item__title .comments_count {
  display: inline-block;
}
@media (max-width: 540px) {
  .sport-videos__top__slider .sport-videos__item__title {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.sport-videos__top__slider .sport-videos__item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sport-videos__top__slider .sport-videos__item:hover__title {
  color: #4F8EC1;
}
.sport-videos__top__slider .sport-videos__item .sport-videos__video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8.4375rem;
}
.sport-videos__top__slider .sport-videos__item .sport-videos__video:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sport-videos__top__slider .sport-videos__item .sport-videos__video img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.sport-videos__top__slider .sport-videos__item .sport-videos__video__label {
  position: absolute;
  left: calc(50% - 40px);
  bottom: calc(50% - 25px);
  width: 5rem;
  height: 3.125rem;
  border-radius: 0.1875rem;
  background: rgba(39, 44, 53, 0.7);
  color: #fefefe;
  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;
}
.sport-videos__top__slider .sport-videos__item .sport-videos__video__label .triangle-icon {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fefefe;
}
@media (max-width: 1023px) {
  .sport-videos__top__slider .sport-videos__item .sport-videos__video__label {
    left: calc(50% - 20px);
    bottom: calc(50% - 12px);
    width: 2.5rem;
    height: 1.5625rem;
  }
  .sport-videos__top__slider .sport-videos__item .sport-videos__video__label .triangle-icon {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fefefe;
  }
}
@media (max-width: 1023px) {
  .sport-videos__top__slider .sport-videos__item .sport-videos__video {
    height: auto;
  }
}
.sport-videos__top__slider .sport-videos__top__slider-next,
.sport-videos__top__slider .sport-videos__top__slider-prev {
  position: absolute;
  top: 4.75rem;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sport-videos__top__slider .sport-videos__top__slider-next .icon,
.sport-videos__top__slider .sport-videos__top__slider-prev .icon {
  font-size: 0.875rem;
  background: #b6b6b7;
  color: #000;
  padding: 0.625rem 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.85;
}
.sport-videos__top__slider .sport-videos__top__slider-next {
  right: 0.625rem;
  left: auto;
}
.sport-videos__top__slider .sport-videos__top__slider-next.swiper-button-disabled {
  display: none;
}
.sport-videos__top__slider .sport-videos__top__slider-prev {
  left: 0.625rem;
  right: auto;
}
.sport-videos__top__slider .sport-videos__top__slider-prev.swiper-button-disabled {
  display: none;
}

.static-banner {
  padding-bottom: 1.875rem;
}
.static-banner .tracker-code {
  height: 0;
}
.static-banner .tracker-code p {
  margin: 0;
}
.static-banner .tracker-code img {
  width: auto;
}
.static-banner.static-banner-mobile {
  display: none;
}
.static-banner img {
  width: 100%;
}
@media (max-width: 540px) {
  .static-banner.static-banner-mobile {
    display: block;
  }
  .static-banner.static-banner-desk {
    display: none;
  }
}

.casino-toplist-block {
  background: #272C35;
  color: #fefefe;
  padding: 0 0.75rem 0.9375rem 0.75rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.casino-toplist-block .casino-logo-wrapper img {
  margin: 0.9375rem 0;
}
.casino-toplist-block .casino-logo-wrapper p {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.casino-toplist-block .casino-list .casino-item {
  background: #fefefe;
  color: #272C35;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.4375rem;
}
.casino-toplist-block .casino-list .casino-item .casino-item-number {
  font-family: "Oswald";
  font-size: 1.75rem;
  font-weight: 600;
}
@media only screen and (max-width: 912px) and (min-width: 768px) {
  .casino-toplist-block .casino-list .casino-item .casino-item-number {
    font-size: 1.5625rem;
  }
}
.casino-toplist-block .casino-list .casino-item .casino-item-logo img {
  height: 1.875rem;
}
@media only screen and (max-width: 912px) and (min-width: 768px) {
  .casino-toplist-block .casino-list .casino-item .casino-item-logo img {
    max-height: 1.375rem;
  }
}
.casino-toplist-block .casino-list .casino-item .casino-item-link a {
  color: #272C35;
  background: #FFCB08;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.casino-toplist-block .casino-list .casino-item .casino-item-link a:hover {
  background: #d2a704;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 912px) and (min-width: 768px) {
  .casino-toplist-block .casino-list .casino-item .casino-item-link a {
    padding: 0.5rem 0.3125rem;
    font-size: 0.8125rem;
  }
}

.subscribe-form-wrap p {
  font-size: 0.6875rem;
}
.subscribe-form-wrap form.aw-subscribe .inline button {
  background: #272C35;
  color: #fefefe;
}
.subscribe-form-wrap form.aw-subscribe .inline button:hover {
  background: #4BB748;
}
.subscribe-form-wrap form.aw-subscribe.submit-disabled .aw-submit {
  cursor: not-allowed;
}

@media (max-width: 1023px) {
  .subscribe-form-wrap {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .subscribe-form-wrap > p {
    display: none;
  }
}
form.aw-subscribe .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.aw-subscribe .inline input {
  height: 2.8125rem;
  border-color: #fefefe;
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 0.8125rem;
}
form.aw-subscribe .inline input::-webkit-input-placeholder {
  color: #8D9094;
}
form.aw-subscribe .inline input::-moz-placeholder {
  color: #8D9094;
}
form.aw-subscribe .inline input:-ms-input-placeholder {
  color: #8D9094;
}
form.aw-subscribe .inline input::-ms-input-placeholder {
  color: #8D9094;
}
form.aw-subscribe .inline input::placeholder {
  color: #8D9094;
}
form.aw-subscribe .inline button {
  height: 2.8125rem;
  background: #FFCB08;
  color: #000;
  border-radius: 0 0.5rem 0.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.8125rem;
  padding: 0 0.625rem;
}
form.aw-subscribe .inline button:hover {
  background: #4BB748;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscription-form-messages .subscription-form-messages__item {
  display: none;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}
.subscription-form-messages .subscription-form-messages__item.show {
  display: block;
  color: #cc4b37;
}
.subscription-form-messages .subscription-form-messages__item.aw-message-success, .subscription-form-messages .subscription-form-messages__item.aw-message-already {
  color: #4BB748;
}

.aw-preloader {
  display: none;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  width: 120px;
  height: 20px;
  -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(70%, #000), color-stop(0, rgba(0, 0, 0, 0))) left/20% 100%;
  -webkit-mask: linear-gradient(90deg, #000 70%, rgba(0, 0, 0, 0) 0) left/20% 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcb08)) left -25% top 0/20% 100% no-repeat #ddd;
  background: linear-gradient(#ffcb08 0 0) left -25% top 0/20% 100% no-repeat #ddd;
  -webkit-animation: l7 1s infinite steps(6);
  animation: l7 1s infinite steps(6);
}

@-webkit-keyframes l7 {
  100% {
    background-position: right -25% top 0;
  }
}

@keyframes l7 {
  100% {
    background-position: right -25% top 0;
  }
}
.subscribe-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.subscribe-checkbox.unchecked input[type=checkbox] {
  border: 1px solid #cc4b37;
}
.subscribe-checkbox.unchecked label {
  color: #cc4b37;
}
.subscribe-checkbox.unchecked label a {
  color: #cc4b37;
}
.subscribe-checkbox input[type=checkbox] {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.1875rem 0;
  color: #000;
  border: 1px solid #272C35;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.subscribe-checkbox input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border-style: solid;
  border-color: #fefefe;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.subscribe-checkbox input[type=checkbox]:checked {
  color: #fefefe;
  border-color: #4BB748;
  background: #4BB748;
}
.subscribe-checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.subscribe-checkbox input[type=checkbox]:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.subscribe-checkbox label {
  width: calc(100% - 40px);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #272C35;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.subscribe-checkbox label a {
  color: #272C35;
  text-decoration: underline;
}

@media (max-width: 920px) {
  .subscribe-checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .subscribe-checkbox input[type=checkbox] {
    margin: 0;
  }
  .subscribe-checkbox label {
    width: auto;
  }
}
@media (max-width: 430px) {
  .subscribe-checkbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subscribe-checkbox input[type=checkbox] {
    margin: 0.1875rem 0;
  }
  .subscribe-checkbox label {
    width: calc(100% - 40px);
    text-align: left;
  }
}
.post-tile-grid,
.post-tile-grid-large {
  position: relative;
}
.post-tile-grid .exclusive-label,
.post-tile-grid-large .exclusive-label {
  position: absolute;
  top: 4.25rem;
  left: -1.25rem;
  background-color: #fdd10a;
  color: #000;
  padding: 0.3125rem 1.25rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  clip-path: polygon(20.5% 0%, 79% 0%, 100% 100%, 0% 100%);
  font-size: 0.75rem;
  padding: 0.25rem 1.9375rem;
  z-index: 10;
}
@media (max-width: 540px) {
  .post-tile-grid .exclusive-label,
  .post-tile-grid-large .exclusive-label {
    top: 4.125rem;
    left: -0.875rem;
    font-size: 0.625rem;
    padding: 0.125rem 1.9375rem;
    clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
  }
}

.related .post-tile-grid .exclusive-label {
  top: 3.9375rem;
  left: -1.375rem;
  clip-path: polygon(23% 0%, 73% 0%, 100% 100%, 0% 100%);
  padding: 0.0625rem 1.9375rem;
}
@media (max-width: 540px) {
  .related .post-tile-grid .exclusive-label {
    top: 3.8125rem;
    left: -1.25rem;
    clip-path: polygon(23% 0%, 76% 0%, 100% 100%, 0% 100%);
    font-size: 0.625rem;
    padding: 0 1.9375rem;
  }
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyImage {
  height: auto !important;
  max-width: 10.9375rem !important;
  content: url("../images/cookiebot-logo.png") !important;
}
#CybotCookiebotDialog.CybotCloseButtonEnabled .CybotCookiebotBannerCloseButton {
  display: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #272C35 !important;
  border-color: #272C35 !important;
  color: #ffffff !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: transparent !important;
  border-color: #272C35 !important;
  color: #272C35 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #4F8EC1 !important;
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog a:hover:after,
#CybotCookiebotDialog a:hover:before,
#CybotCookiebotDialog button:hover:after,
#CybotCookiebotDialog button:hover:before {
  color: #4F8EC1 !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover {
  color: #4F8EC1 !important;
}

.optibet-event {
  background: #0E1D1C;
  color: #fefefe;
  margin: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 1.875rem 1.25rem;
}
.optibet-event.optibet-advanced-event {
  padding: 0.9375rem 1.875rem 2.5rem;
}
.optibet-event.optibet-advanced-event h3 {
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
}
.optibet-event.optibet-advanced-event .optibet-coeff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.optibet-event.optibet-advanced-event .optibet-coeff-block > div {
  background: #fefefe;
  color: #17181C;
  padding: 0.3125rem;
  border-radius: 0.1875rem;
  width: calc(32% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: sans-serif;
  font-size: 0.875rem;
}
.optibet-event.optibet-advanced-event .optibet-coeff-block > div .coeff {
  font-weight: 700;
}
.optibet-event.optibet-advanced-event .optibet-event__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.optibet-event__left {
  width: 50%;
  margin-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.optibet-event__left h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.optibet-event__left .optibet-coeff-block {
  display: none;
}
.optibet-event__left img {
  border-radius: 0.1875rem;
  margin: 0 0.3125rem;
}
.optibet-event__left span {
  margin: 0 0.3125rem;
}
.optibet-event__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.optibet-event__right img {
  height: 2.25rem;
}
.optibet-event__button {
  margin-bottom: 0.25rem;
}
.optibet-event__button a {
  background: #D00017;
  color: #fefefe;
  border-radius: 0.1875rem;
  padding: 0.65625rem;
  font-size: 0.8125rem;
}

@media (max-width: 912px) {
  .optibet-event {
    padding: 0.9375rem 0.625rem 1.25rem !important;
  }
  .optibet-event__left {
    margin-right: 0.9375rem;
  }
  .optibet-event__right img {
    height: 2rem;
  }
  .optibet-event__button a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .optibet-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .optibet-event.optibet-advanced-event {
    font-size: 1rem;
  }
  .optibet-event__left {
    width: 100%;
    margin: 0 0 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .optibet-event__left h3 {
    text-align: center;
  }
  .optibet-event__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .optibet-event__button {
    margin-bottom: 1.875rem;
  }
  .optibet-event__button a {
    font-size: 0.8125rem;
  }
}
.top5-viewed-posts {
  position: relative;
  padding: 1.5rem 0;
}
.top5-viewed-posts a {
  display: inline-block;
}
.top5-viewed-posts a:hover > h4 {
  color: #4F8EC1;
}
.top5-viewed-posts h3 {
  font-size: 1.25rem;
  line-height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top5-viewed-posts .news-list--header {
  margin-bottom: 1.125rem;
}
.top5-viewed-posts .news-list--tile {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #D9D9D9;
  min-height: 3.75rem;
}
.top5-viewed-posts .post-tile-grid--meta {
  padding-left: 0.625rem;
  font-size: 0.75rem;
  line-height: 100%;
}
.top5-viewed-posts .news-list--tile-title {
  padding-left: 0.625rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.top5-viewed-posts .cell.medium-6:nth-last-child(-n+2) .news-list--tile {
  border-bottom: none;
}

body.dark .top5-viewed-posts .grid-container {
  background: #272C35;
}
body.dark .top5-viewed-posts h3 {
  color: #fefefe;
}
body.dark .news-list--tile-title a:hover {
  color: #4F8EC1;
}

@media (max-width: 639px) {
  .top5-viewed-posts {
    padding: 20px 0 !important;
  }
  .top5-viewed-posts .cell.medium-6:nth-last-child(2) .news-list--tile {
    border-bottom: 1px solid #D9D9D9;
  }
  .top5-viewed-posts .cell.medium-6:nth-of-type(1n+6) {
    display: none;
  }
  .top5-viewed-posts .cell.medium-6:nth-of-type(5) .news-list--tile {
    border-bottom: none;
  }
  .top5-viewed-posts h3 {
    font-size: 1rem;
  }
  .top5-viewed-posts .news-list--tile-title,
  .top5-viewed-posts .post-tile-grid--meta-date {
    font-size: 0.8125rem;
  }
  .top5-viewed-posts .post-tile-grid--meta, .top5-viewed-posts h3 {
    padding-left: 0.625rem;
  }
}
.athlete-profile-header,
.athlete-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
}
.athlete-profile-header .athlete-profile-header__media,
.athlete-header .athlete-profile-header__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.athlete-profile-header .athlete-profile-header__main,
.athlete-header .athlete-profile-header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.athlete-profile-header .athlete-profile-header__stats,
.athlete-header .athlete-profile-header__stats {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #E3E3E3;
  padding-left: 0.9375rem;
}
@media (max-width: 768px) {
  .athlete-profile-header,
  .athlete-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.9375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .athlete-profile-header .athlete-profile-header__media,
  .athlete-header .athlete-profile-header__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
  }
  .athlete-profile-header .athlete-profile-header__media .athlete-mobile-socials,
  .athlete-header .athlete-profile-header__media .athlete-mobile-socials {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
  .athlete-profile-header .athlete-profile-header__main,
  .athlete-header .athlete-profile-header__main {
    display: none;
  }
  .athlete-profile-header .athlete-profile-header__stats,
  .athlete-header .athlete-profile-header__stats {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: none;
    padding-left: 0;
    display: block;
  }
  .athlete-profile-header .athlete-profile-header__stats .athlete-mobile-team,
  .athlete-header .athlete-profile-header__stats .athlete-mobile-team {
    display: block !important;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.625rem;
  }
  .athlete-profile-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name,
  .athlete-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name {
    font-size: 1rem;
    font-weight: 600;
  }
  .athlete-profile-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name a,
  .athlete-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name a {
    color: #272C35;
    text-decoration: none;
  }
  .athlete-profile-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name a:hover,
  .athlete-header .athlete-profile-header__stats .athlete-mobile-team .athlete-mobile-team-name a:hover {
    text-decoration: underline;
    color: #4F8EC1;
  }
  .athlete-profile-header .athlete-profile-header__stats .athlete-mobile-socials,
  .athlete-header .athlete-profile-header__stats .athlete-mobile-socials {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.9375rem;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
    border-top: 1px solid #E3E3E3;
  }
}
.athlete-profile-header .athlete-avatar,
.athlete-header .athlete-avatar {
  background-color: #E3E3E3;
}
.athlete-profile-header .athlete-avatar img,
.athlete-header .athlete-avatar img {
  width: 100%;
}
@media (max-width: 639px) {
  .athlete-profile-header .athlete-avatar img,
  .athlete-header .athlete-avatar img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}
.athlete-profile-header .athlete-name,
.athlete-header .athlete-name {
  font-size: 1.875rem;
  margin: 0 0 0.375rem;
  font-weight: 600;
}
.athlete-profile-header .athlete-position,
.athlete-header .athlete-position {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.athlete-profile-header .athlete-position strong,
.athlete-header .athlete-position strong {
  font-weight: 600;
  margin-left: 0.625rem;
}
.athlete-profile-header .athlete-teams-inline,
.athlete-header .athlete-teams-inline {
  font-size: 0.875rem;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-item,
.athlete-header .athlete-teams-inline .athlete-team-item {
  display: inline-block;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-item + .athlete-team-item,
.athlete-header .athlete-teams-inline .athlete-team-item + .athlete-team-item {
  margin-left: 0.5rem;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-link,
.athlete-header .athlete-teams-inline .athlete-team-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  color: #272C35;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-link:hover,
.athlete-header .athlete-teams-inline .athlete-team-link:hover {
  color: #4F8EC1;
  text-decoration: none;
}
body.dark .athlete-profile-header .athlete-teams-inline .athlete-team-link,
body.dark .athlete-header .athlete-teams-inline .athlete-team-link {
  color: #fefefe;
}
body.dark .athlete-profile-header .athlete-teams-inline .athlete-team-link:hover, body.dark .athlete-profile-header .athlete-teams-inline .athlete-team-link:focus,
body.dark .athlete-header .athlete-teams-inline .athlete-team-link:hover,
body.dark .athlete-header .athlete-teams-inline .athlete-team-link:focus {
  color: #4F8EC1;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-logo,
.athlete-header .athlete-teams-inline .athlete-team-logo {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.athlete-profile-header .athlete-teams-inline .athlete-team-name,
.athlete-header .athlete-teams-inline .athlete-team-name {
  font-weight: 500;
}
.athlete-profile-header .athlete-profile-header__stats .athlete-mobile-team,
.athlete-profile-header .athlete-profile-header__stats .athlete-mobile-socials,
.athlete-header .athlete-profile-header__stats .athlete-mobile-team,
.athlete-header .athlete-profile-header__stats .athlete-mobile-socials {
  display: none;
}
.athlete-profile-header .athlete-profile-header__media .athlete-mobile-socials,
.athlete-header .athlete-profile-header__media .athlete-mobile-socials {
  display: none;
}
@media (max-width: 768px) {
  .athlete-profile-header .athlete-socials,
  .athlete-header .athlete-socials {
    display: none;
  }
}
.athlete-profile-header .athlete-socials__link,
.athlete-header .athlete-socials__link {
  display: inline-block;
  color: #272C35;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  text-decoration: none;
}
body.dark .athlete-profile-header .athlete-socials__link,
body.dark .athlete-header .athlete-socials__link {
  color: #fefefe;
}
body.dark .athlete-profile-header .athlete-socials__link:hover, body.dark .athlete-profile-header .athlete-socials__link:focus,
body.dark .athlete-header .athlete-socials__link:hover,
body.dark .athlete-header .athlete-socials__link:focus {
  color: #fefefe;
}
.athlete-profile-header .athlete-socials__link:hover, .athlete-profile-header .athlete-socials__link:focus,
.athlete-header .athlete-socials__link:hover,
.athlete-header .athlete-socials__link:focus {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.athlete-profile-header .athlete-socials__link .icon,
.athlete-header .athlete-socials__link .icon {
  font-size: 0.9375rem;
}
.athlete-profile-header .athlete-socials__link.fb:hover, .athlete-profile-header .athlete-socials__link.fb:focus,
.athlete-header .athlete-socials__link.fb:hover,
.athlete-header .athlete-socials__link.fb:focus {
  color: #1877f2;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.athlete-profile-header .athlete-socials__link.ig:hover, .athlete-profile-header .athlete-socials__link.ig:focus,
.athlete-header .athlete-socials__link.ig:hover,
.athlete-header .athlete-socials__link.ig:focus {
  color: #e4405f;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.athlete-profile-header .athlete-socials__link.tw:hover, .athlete-profile-header .athlete-socials__link.tw:focus,
.athlete-header .athlete-socials__link.tw:hover,
.athlete-header .athlete-socials__link.tw:focus {
  color: #000;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.athlete-profile-header .athlete-stats,
.athlete-header .athlete-stats {
  font-size: 0.8125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.athlete-profile-header .athlete-stats li,
.athlete-header .athlete-stats li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.athlete-profile-header .athlete-stats li strong,
.athlete-header .athlete-stats li strong {
  font-weight: 600;
  margin-left: 0.625rem;
}
.athlete-profile-header .athlete-stats .athlete-citizenship,
.athlete-header .athlete-stats .athlete-citizenship {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 600;
}
.athlete-profile-header .athlete-stats .athlete-flag,
.athlete-header .athlete-stats .athlete-flag {
  vertical-align: middle;
}

.athlete-news-block {
  margin: 1.875rem 0.3125rem 1.25rem;
}
.athlete-news-block .athlete-news-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}
.athlete-news-block h2 {
  font-size: 1.375rem;
  margin: 0;
}
.athlete-news-block .athlete-news-block__more {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #272C35;
  text-decoration: none;
}
.athlete-news-block .athlete-news-block__more:hover {
  color: #4F8EC1;
}
body.dark .athlete-news-block .athlete-news-block__more {
  color: #fefefe;
}
body.dark .athlete-news-block .athlete-news-block__more:hover, body.dark .athlete-news-block .athlete-news-block__more:focus {
  color: #4F8EC1;
}
.athlete-news-block .athlete-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.athlete-news-block .athlete-news-grid .athlete-news-grid__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 0.625rem);
  flex: 0 0 calc(33.333% - 0.625rem);
  margin: 0 0.3125rem 0;
}
.athlete-news-block .athlete-news-grid .athlete-news-grid__item .post-tile-grid {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .athlete-news-block .athlete-news-grid .athlete-news-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.625rem);
    flex: 0 0 calc(50% - 0.625rem);
  }
}
@media (max-width: 639px) {
  .athlete-news-block .athlete-news-grid {
    margin: 0 -0.3125rem;
  }
  .athlete-news-block .athlete-news-grid .athlete-news-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 0.625rem);
    flex: 0 0 calc(100% - 0.625rem);
    margin: 0 0.3125rem 0;
  }
  .athlete-news-block .athlete-news-grid .athlete-news-grid__item:nth-child(n+4) {
    display: none;
  }
}

.athlete-media-slider-wrapper,
.athlete-video-slider-wrapper {
  margin: 1.875rem 0.3125rem;
  position: relative;
}
@media (max-width: 639px) {
  .athlete-media-slider-wrapper .fantasy-sports__video__label,
  .athlete-video-slider-wrapper .fantasy-sports__video__label {
    bottom: 1.25rem;
  }
  .athlete-media-slider-wrapper .post-tile-list--img img,
  .athlete-video-slider-wrapper .post-tile-list--img img {
    margin-bottom: 0;
  }
  .athlete-media-slider-wrapper .post-tile-grid--title,
  .athlete-video-slider-wrapper .post-tile-grid--title {
    font-size: 0.875rem;
  }
}
.athlete-media-slider-wrapper h2.athlete-section-title,
.athlete-video-slider-wrapper h2.athlete-section-title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.athlete-media-slider-wrapper .swiper,
.athlete-video-slider-wrapper .swiper {
  position: relative;
}
.athlete-media-slider-wrapper .swiper-slide figure,
.athlete-video-slider-wrapper .swiper-slide figure {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.athlete-media-slider-wrapper .swiper-slide img,
.athlete-video-slider-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.athlete-media-slider-wrapper .swiper-slide img:hover,
.athlete-video-slider-wrapper .swiper-slide img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .athlete-media-slider-wrapper .swiper-slide .post-tile-grid,
  .athlete-video-slider-wrapper .swiper-slide .post-tile-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .athlete-media-slider-wrapper .swiper-slide .post-tile-grid .post-tile-list--img,
  .athlete-video-slider-wrapper .swiper-slide .post-tile-grid .post-tile-list--img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.5rem;
  }
  .athlete-media-slider-wrapper .swiper-slide .post-tile-grid .post-tile-grid--title,
  .athlete-video-slider-wrapper .swiper-slide .post-tile-grid .post-tile-grid--title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.3125rem;
  }
}
.athlete-media-slider-wrapper .athlete-media-button-prev,
.athlete-media-slider-wrapper .athlete-media-button-next,
.athlete-media-slider-wrapper .athlete-video-button-prev,
.athlete-media-slider-wrapper .athlete-video-button-next,
.athlete-video-slider-wrapper .athlete-media-button-prev,
.athlete-video-slider-wrapper .athlete-media-button-next,
.athlete-video-slider-wrapper .athlete-video-button-prev,
.athlete-video-slider-wrapper .athlete-video-button-next {
  position: absolute;
  top: 2.5rem;
  padding: 0.625rem 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b6b6b7;
  opacity: 0.85;
  border-radius: 0.25rem;
  cursor: pointer;
  z-index: 5;
}
.athlete-media-slider-wrapper .athlete-media-button-prev .icon,
.athlete-media-slider-wrapper .athlete-media-button-next .icon,
.athlete-media-slider-wrapper .athlete-video-button-prev .icon,
.athlete-media-slider-wrapper .athlete-video-button-next .icon,
.athlete-video-slider-wrapper .athlete-media-button-prev .icon,
.athlete-video-slider-wrapper .athlete-media-button-next .icon,
.athlete-video-slider-wrapper .athlete-video-button-prev .icon,
.athlete-video-slider-wrapper .athlete-video-button-next .icon {
  font-size: 1rem;
}
.athlete-media-slider-wrapper .athlete-media-button-prev[aria-disabled=true],
.athlete-media-slider-wrapper .athlete-media-button-next[aria-disabled=true],
.athlete-media-slider-wrapper .athlete-video-button-prev[aria-disabled=true],
.athlete-media-slider-wrapper .athlete-video-button-next[aria-disabled=true],
.athlete-video-slider-wrapper .athlete-media-button-prev[aria-disabled=true],
.athlete-video-slider-wrapper .athlete-media-button-next[aria-disabled=true],
.athlete-video-slider-wrapper .athlete-video-button-prev[aria-disabled=true],
.athlete-video-slider-wrapper .athlete-video-button-next[aria-disabled=true] {
  display: none;
}
.athlete-media-slider-wrapper .athlete-media-button-prev,
.athlete-media-slider-wrapper .athlete-media-button-next,
.athlete-video-slider-wrapper .athlete-media-button-prev,
.athlete-video-slider-wrapper .athlete-media-button-next {
  top: calc(50% - 1.4375rem);
}
.athlete-media-slider-wrapper .athlete-media-button-prev,
.athlete-media-slider-wrapper .athlete-video-button-prev,
.athlete-video-slider-wrapper .athlete-media-button-prev,
.athlete-video-slider-wrapper .athlete-video-button-prev {
  left: 0.3125rem;
}
.athlete-media-slider-wrapper .athlete-media-button-next,
.athlete-media-slider-wrapper .athlete-video-button-next,
.athlete-video-slider-wrapper .athlete-media-button-next,
.athlete-video-slider-wrapper .athlete-video-button-next {
  right: 0.3125rem;
}
@media (max-width: 639px) {
  .athlete-media-slider-wrapper .athlete-video-button-prev,
  .athlete-media-slider-wrapper .athlete-video-button-next,
  .athlete-video-slider-wrapper .athlete-video-button-prev,
  .athlete-video-slider-wrapper .athlete-video-button-next {
    top: 3.125rem;
  }
}

.athlete-media-slider-wrapper .swiper-slide {
  height: 12.5rem;
}

.athlete-single .athlete-gallery-wrapper {
  margin: 3.125rem 0;
}

#athlete-image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 9999;
  cursor: pointer;
}
#athlete-image-popup .athlete-popup-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#athlete-image-popup .athlete-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  cursor: default;
  display: inline-block;
}
#athlete-image-popup .athlete-popup-content .athlete-popup-image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
#athlete-image-popup .athlete-popup-content .athlete-popup-close {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  color: #fefefe;
  font-size: 2.1875rem;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 639px) {
  #athlete-image-popup .athlete-popup-container {
    padding: 0.625rem;
  }
  #athlete-image-popup .athlete-popup-content .athlete-popup-close {
    top: -0.5rem;
    right: -0.5rem;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.25rem;
  }
}

body.popup-open {
  overflow: hidden;
}

.athlete-switch-player-wrapper {
  margin-bottom: 3.75rem;
}
.athlete-switch-player-wrapper .athlete-section-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.athlete-switch-player-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.athlete-switch-player-grid .athlete-switch-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 0.5625rem);
  flex: 0 0 calc(25% - 0.5625rem);
}
@media (max-width: 768px) {
  .athlete-switch-player-grid .athlete-switch-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.375rem);
    flex: 0 0 calc(50% - 0.375rem);
  }
}
@media (max-width: 639px) {
  .athlete-switch-player-grid .athlete-switch-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.athlete-switch-item {
  margin-top: 0.625rem;
}
.athlete-switch-item .athlete-switch-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.athlete-switch-item .athlete-switch-link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.athlete-switch-item .athlete-switch-avatar {
  position: relative;
  margin-right: 0.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.athlete-switch-item .athlete-switch-avatar img {
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}
@media (max-width: 639px) {
  .athlete-switch-item .athlete-switch-avatar img {
    width: 5rem;
    height: 5rem;
  }
}
.athlete-switch-item .athlete-switch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.athlete-switch-item .athlete-switch-name {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}
.athlete-switch-item .athlete-switch-position {
  font-size: 0.75rem;
  color: #666;
  display: block;
}
body.dark .athlete-switch-item .athlete-switch-position {
  color: #fefefe;
}
@media (max-width: 639px) {
  .athlete-switch-item .athlete-switch-name,
  .athlete-switch-item .athlete-switch-position {
    font-size: 0.875rem;
  }
}

.athlete-switch-full-roster {
  padding-top: 0.9375rem;
  border-top: 1px dashed #E3E3E3;
}
.athlete-switch-full-roster .athlete-switch-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.athlete-switch-full-roster .athlete-switch-full-roster-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.athlete-switch-full-roster .athlete-switch-full-roster-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4F8EC1;
  text-decoration: none;
}

.athlete-mobile-title {
  display: none;
}
@media (max-width: 639px) {
  .athlete-mobile-title {
    display: block !important;
  }
}
.athlete-mobile-title .athlete-name {
  font-size: 1.875rem;
  margin: 1.875rem 0 0;
  font-weight: 600;
}

.team-page-wrapper .team-profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-profile-header {
    margin: 1.875rem 0;
  }
}
.team-page-wrapper .team-profile-header .team-profile-header__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.team-page-wrapper .team-profile-header .team-profile-header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.team-page-wrapper .team-profile-header .team-logo img {
  width: 100%;
}
.team-page-wrapper .team-profile-header .team-name {
  font-size: 1.75rem;
  margin: 0 0 0.375rem;
  font-weight: 600;
}
.team-page-wrapper .team-profile-header .team-description {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link {
  display: inline-block;
  color: #272C35;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  text-decoration: none;
}
body.dark .team-page-wrapper .team-profile-header .team-socials .team-socials__link {
  color: #fefefe;
}
body.dark .team-page-wrapper .team-profile-header .team-socials .team-socials__link:hover, body.dark .team-page-wrapper .team-profile-header .team-socials .team-socials__link:focus {
  color: #fefefe;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link:hover, .team-page-wrapper .team-profile-header .team-socials .team-socials__link:focus {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link .icon {
  font-size: 0.9375rem;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link.fb:hover, .team-page-wrapper .team-profile-header .team-socials .team-socials__link.fb:focus {
  color: #1877f2;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link.ig:hover, .team-page-wrapper .team-profile-header .team-socials .team-socials__link.ig:focus {
  color: #e4405f;
}
.team-page-wrapper .team-profile-header .team-socials .team-socials__link.tw:hover, .team-page-wrapper .team-profile-header .team-socials .team-socials__link.tw:focus {
  color: #000;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-profile-header .team-profile-header__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
  .team-page-wrapper .team-profile-header .team-name {
    font-size: 1.125rem;
  }
}
.team-page-wrapper .team-section-title {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.team-page-wrapper .team-players-section {
  margin-bottom: 2.5rem;
}
.team-page-wrapper .team-players-section .team-players-table-wrapper {
  overflow-x: auto;
  margin: 0 -0.625rem;
  padding: 0 0.625rem;
}
.team-page-wrapper .team-players-section .team-players-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
}
.team-page-wrapper .team-players-section .team-players-table thead {
  background-color: #272C35;
  border-color: #272C35;
}
.team-page-wrapper .team-players-section .team-players-table thead th {
  padding: 0.75rem 0.5rem;
  text-align: left;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  color: #fefefe;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-players-section .team-players-table thead th {
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
  }
}
body.dark .team-page-wrapper .team-players-section .team-players-table thead {
  background-color: #454E5E;
  border-color: #454E5E;
}
.team-page-wrapper .team-players-section .team-players-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.team-page-wrapper .team-players-section .team-players-table tbody td {
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-players-section .team-players-table tbody td {
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
  }
}
body.dark .team-page-wrapper .team-players-section .team-players-table tbody {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #272C35;
}
.team-page-wrapper .team-players-section .team-players-table .player-name {
  min-width: 18.75rem;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-players-section .team-players-table .player-name {
    min-width: 9.375rem;
  }
}
.team-page-wrapper .team-players-section .team-players-table .player-name .player-link {
  font-weight: 500;
  color: #272C35;
  text-decoration: none;
}
.team-page-wrapper .team-players-section .team-players-table .player-name .player-link:hover {
  text-decoration: underline;
}
.team-page-wrapper .team-players-section .team-players-table .player-age {
  width: 50px;
  text-align: center;
}
.team-page-wrapper .team-news-block {
  margin: 1.875rem 0.3125rem 1.25rem;
}
.team-page-wrapper .team-news-block .team-news-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}
.team-page-wrapper .team-news-block h2 {
  font-size: 1.375rem;
  margin: 0;
}
.team-page-wrapper .team-news-block .team-news-block__more {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #272C35;
  text-decoration: none;
}
.team-page-wrapper .team-news-block .team-news-block__more:hover {
  color: #4F8EC1;
}
body.dark .team-page-wrapper .team-news-block .team-news-block__more {
  color: #fefefe;
}
body.dark .team-page-wrapper .team-news-block .team-news-block__more:hover, body.dark .team-page-wrapper .team-news-block .team-news-block__more:focus {
  color: #4F8EC1;
}
.team-page-wrapper .team-news-block .team-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.team-page-wrapper .team-news-block .team-news-grid .team-news-grid__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 0.625rem);
  flex: 0 0 calc(33.333% - 0.625rem);
  margin: 0 0.3125rem 0;
}
.team-page-wrapper .team-news-block .team-news-grid .team-news-grid__item .post-tile-grid {
  margin-bottom: 1.25rem;
}
@media (max-width: 639px) {
  .team-page-wrapper .team-news-block .team-news-grid .team-news-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 0.625rem);
    flex: 0 0 calc(100% - 0.625rem);
  }
  .team-page-wrapper .team-news-block .team-news-grid .team-news-grid__item:nth-child(n+4) {
    display: none;
  }
}