@charset "UTF-8";
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../vendor.min.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, ../vendor.min.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 21, ../vendor.min.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, ../vendor.min.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 33, ../vendor.min.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 41, ../vendor.min.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 48, ../vendor.min.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 51, ../vendor.min.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 54, ../vendor.min.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, ../vendor.min.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 66, ../vendor.min.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 69, ../vendor.min.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 71, ../vendor.min.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 73, ../vendor.min.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 78, ../vendor.min.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 81, ../vendor.min.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 83, ../vendor.min.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 87, ../vendor.min.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 93, ../vendor.min.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 97, ../vendor.min.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 100, ../vendor.min.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 103, ../vendor.min.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 115, ../vendor.min.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 121, ../vendor.min.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 125, ../vendor.min.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 131, ../vendor.min.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, ../vendor.min.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 150, ../vendor.min.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 154, ../vendor.min.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 158, ../vendor.min.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 166, ../vendor.min.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 180, ../vendor.min.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 184, ../vendor.min.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 193, ../vendor.min.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 197, ../vendor.min.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 201, ../vendor.min.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 204, ../vendor.min.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 207, ../vendor.min.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 211, ../vendor.min.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 220, ../vendor.min.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 299, ../vendor.min.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* line 332, ../vendor.min.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 373, ../vendor.min.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 452, ../vendor.min.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 507, ../vendor.min.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 576, ../vendor.min.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 637, ../vendor.min.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 710, ../vendor.min.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 791, ../vendor.min.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 884, ../vendor.min.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 945, ../vendor.min.scss */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 1044, ../vendor.min.scss */
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1127, ../vendor.min.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1208, ../vendor.min.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1289, ../vendor.min.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1370, ../vendor.min.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1415, ../vendor.min.scss */
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1462, ../vendor.min.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1495, ../vendor.min.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1528, ../vendor.min.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, ../vendor.min.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1598, ../vendor.min.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1631, ../vendor.min.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1664, ../vendor.min.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1697, ../vendor.min.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1730, ../vendor.min.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1763, ../vendor.min.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1796, ../vendor.min.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1829, ../vendor.min.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1862, ../vendor.min.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1887, ../vendor.min.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1916, ../vendor.min.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1945, ../vendor.min.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1974, ../vendor.min.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 2003, ../vendor.min.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 2032, ../vendor.min.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 2061, ../vendor.min.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 2090, ../vendor.min.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 2119, ../vendor.min.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 2214, ../vendor.min.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2287, ../vendor.min.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2360, ../vendor.min.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2405, ../vendor.min.scss */
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2452, ../vendor.min.scss */
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2509, ../vendor.min.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2540, ../vendor.min.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2583, ../vendor.min.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2624, ../vendor.min.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2665, ../vendor.min.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2706, ../vendor.min.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2747, ../vendor.min.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2784, ../vendor.min.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2821, ../vendor.min.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2858, ../vendor.min.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2895, ../vendor.min.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2932, ../vendor.min.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 3009, ../vendor.min.scss */
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 3068, ../vendor.min.scss */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3103, ../vendor.min.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 3134, ../vendor.min.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 3163, ../vendor.min.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3204, ../vendor.min.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3245, ../vendor.min.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3286, ../vendor.min.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3327, ../vendor.min.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 3364, ../vendor.min.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3409, ../vendor.min.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3446, ../vendor.min.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3483, ../vendor.min.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3528, ../vendor.min.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3559, ../vendor.min.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3590, ../vendor.min.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3621, ../vendor.min.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3652, ../vendor.min.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3683, ../vendor.min.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3714, ../vendor.min.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3745, ../vendor.min.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3776, ../vendor.min.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3781, ../vendor.min.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3788, ../vendor.min.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3793, ../vendor.min.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3798, ../vendor.min.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3803, ../vendor.min.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3808, ../vendor.min.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3813, ../vendor.min.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3818, ../vendor.min.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3823, ../vendor.min.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3828, ../vendor.min.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3833, ../vendor.min.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 3839, ../vendor.min.scss */
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (max-width: 768px) {
  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-1 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-2 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-3 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-5 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-7 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-8 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-9 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-10 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-11 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 185, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xs-12 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}
@media (min-width: 768px) {
  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-1 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-2 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-3 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-5 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-7 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-8 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-9 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-10 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-11 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 193, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-sm-12 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}
@media (min-width: 992px) {
  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-1 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-2 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-3 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-5 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-7 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-8 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-9 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-10 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-11 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 201, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-md-12 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}
@media (min-width: 1200px) {
  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-1 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-2 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-3 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-5 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-7 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-8 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-9 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-10 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-11 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 209, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-lg-12 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}
@media (min-width: 1480px) {
  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-1 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-2 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-3 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: auto 4;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-5 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 5;
    -moz-columns: auto 5;
    columns: auto 5;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-6 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 6;
    -moz-columns: auto 6;
    columns: auto 6;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-7 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 7;
    -moz-columns: auto 7;
    columns: auto 7;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-8 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 8;
    -moz-columns: auto 8;
    columns: auto 8;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-9 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 9;
    -moz-columns: auto 9;
    columns: auto 9;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-10 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-11 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 11;
    -moz-columns: auto 11;
    columns: auto 11;
  }

  /* line 217, bootstrap/bootstrap/mixins/_grid.scss */
  .text-column-xl-12 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: auto 12;
    -moz-columns: auto 12;
    columns: auto 12;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 54, bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/* line 11, bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #232526;
  background-color: #fff;
}

/* line 36, bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #7F17A2;
  text-decoration: none;
}
/* line 52, bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #4a0d5f;
  text-decoration: underline;
}
/* line 58, bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #171616;
}

/* line 125, bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #171616;
}

/* line 24, bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #171616;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #7F17A2;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #5c1175;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #7F17A2;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5c1175;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #171616;
}

/* line 149, bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 211, bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #171616;
}

/* line 235, bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #171616;
}
/* line 250, bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #171616;
}
/* line 265, bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #171616;
  border-left: 0;
  text-align: right;
}
/* line 286, bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, bootstrap/bootstrap/_grid.scss */
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  /* line 10, bootstrap/bootstrap/_grid.scss */
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  /* line 10, bootstrap/bootstrap/_grid.scss */
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  /* line 10, bootstrap/bootstrap/_grid.scss */
  .container {
    max-width: 1480px;
  }
}

/* line 33, bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 42, bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1480px) {
  /* line 27, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }

  /* line 55, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* line 11, bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 18, bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 25, bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 30, bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 35, bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 44, bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 49, bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 61, bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 65, bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 69, bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 73, bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 14, bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xl {
  display: none !important;
}

/* line 37, bootstrap/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 58, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 63, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 68, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 77, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 82, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 87, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 96, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 101, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 106, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 115, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 120, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 125, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1480px) {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xl {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xl {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1480px) {
  /* line 134, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1480px) {
  /* line 139, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1480px) {
  /* line 144, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1480px) {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xl {
    display: none !important;
  }
}
/* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 182, bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 182, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 189, bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 189, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 196, bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 196, bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 90% 100%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 90% 100%;
  }
  100% {
    background-position: 50% 100%;
  }
}
/* Carousel Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  22% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%,
	100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px), 0, 0);
  }
  22%,
	100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 5px), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 5px), 0) scale3d(-1, -1, 1);
  }
  22%,
	100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
/* Flash */
@keyframes glitch-anim-flash {
  0%,
	5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0);
  }
  6%,
	100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
/* line 1, base/_stylesheet.scss */
.grid-stylesheet {
  display: grid;
  grid: repeat(5, fit-content(300px))/repeat(4, 1fr);
  grid-template-areas: "colors typography typography typography" "colors buttons buttons links" "inputs inputs inputs inputs" "badges badges alerts alerts" "badges badges favicons favicons" "grid grid grid grid";
  border: 1px solid #ededed;
  /*colors*/
}
/* line 13, base/_stylesheet.scss */
.grid-stylesheet > section:not(.typography) {
  padding: 30px;
}
/* line 17, base/_stylesheet.scss */
.grid-stylesheet > section {
  position: relative;
}
/* line 20, base/_stylesheet.scss */
.grid-stylesheet > section > h6 {
  font-weight: bold;
  color: #7F17A2;
  background: white;
  position: absolute;
  top: -18px;
  left: 20px;
  padding: 0 10px;
}
/* line 29, base/_stylesheet.scss */
.grid-stylesheet > section h6.subheader {
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
/* line 37, base/_stylesheet.scss */
.grid-stylesheet .colors {
  grid-area: colors;
  border-right: 1px solid #ededed;
}
/* line 42, base/_stylesheet.scss */
.grid-stylesheet .typography {
  grid-area: typography;
  border-bottom: 1px solid #ededed;
}
/* line 47, base/_stylesheet.scss */
.grid-stylesheet .font-family {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 53, base/_stylesheet.scss */
.grid-stylesheet .font-family > div {
  flex: 1 1 30%;
  padding: 30px 30px 0;
  min-width: 10em;
}
/* line 59, base/_stylesheet.scss */
.grid-stylesheet .font-family-bold > * {
  font-weight: 900;
}
/* line 63, base/_stylesheet.scss */
.grid-stylesheet .font-family-medium > * {
  font-weight: 500;
}
/* line 67, base/_stylesheet.scss */
.grid-stylesheet .font-family-light > * {
  font-weight: 300;
}
/* line 71, base/_stylesheet.scss */
.grid-stylesheet .font-example__headline {
  font-weight: 900;
}
/* line 75, base/_stylesheet.scss */
.grid-stylesheet .buttons-wrapper {
  grid-area: buttons;
  border-right: 1px solid #ededed;
}
/* line 80, base/_stylesheet.scss */
.grid-stylesheet .links {
  grid-area: links;
}
/* line 84, base/_stylesheet.scss */
.grid-stylesheet .inputs-selects {
  grid-area: inputs;
  display: grid;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
/* line 91, base/_stylesheet.scss */
.grid-stylesheet .badges {
  grid-area: badges;
  border-right: 1px solid #ededed;
}
/* line 96, base/_stylesheet.scss */
.grid-stylesheet .alerts {
  grid-area: alerts;
}
/* line 100, base/_stylesheet.scss */
.grid-stylesheet .tooltips {
  grid-area: tooltips;
  border-right: 1px solid #ededed;
}
/* line 105, base/_stylesheet.scss */
.grid-stylesheet .favicons {
  grid-area: favicons;
  border-top: 1px solid #ededed;
}
/* line 110, base/_stylesheet.scss */
.grid-stylesheet .grid-layout {
  grid-area: grid;
  border-top: 1px solid #ededed;
}
/* line 115, base/_stylesheet.scss */
.grid-stylesheet .font-family {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 119, base/_stylesheet.scss */
.grid-stylesheet .font-family > div {
  flex: 1 1 30%;
  padding: 30px 30px 0;
  min-width: 10em;
}
/* line 126, base/_stylesheet.scss */
.grid-stylesheet .font-example {
  display: flex;
  flex-wrap: wrap;
}
/* line 129, base/_stylesheet.scss */
.grid-stylesheet .font-example > div {
  flex: 1 1 45%;
  padding: 30px;
  min-width: 16em;
}
/* line 134, base/_stylesheet.scss */
.grid-stylesheet .font-example p {
  margin-bottom: 15px;
}
/* line 140, base/_stylesheet.scss */
.grid-stylesheet .palette {
  display: grid;
  grid: 80px 45px min-content/repeat(5, minmax(50px, 1fr));
  margin-bottom: 1em;
}
/* line 145, base/_stylesheet.scss */
.grid-stylesheet .palette__main {
  grid-column: span 5;
}
/* line 148, base/_stylesheet.scss */
.grid-stylesheet .palette h5 {
  grid-column: span 5;
  text-align: left;
  padding: 10px 0;
}
/* line 153, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(1) {
  background: #7F17A2;
}
/* line 156, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(2) {
  background: #c50a78;
}
/* line 159, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(3) {
  background: #1f2122;
}
/* line 162, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(4) {
  background: #2468db;
}
/* line 165, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(5) {
  background: #0288d1;
}
/* line 168, base/_stylesheet.scss */
.grid-stylesheet .palette.main div:nth-child(6) {
  background: #0277bd;
}
/* line 171, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(1) {
  background: #242626;
}
/* line 174, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(2) {
  background: #ede7f6;
}
/* line 177, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(3) {
  background: #727272;
}
/* line 180, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(4) {
  background: #9575cd;
}
/* line 183, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(5) {
  background: #512da8;
}
/* line 186, base/_stylesheet.scss */
.grid-stylesheet .palette.secondary div:nth-child(6) {
  background: #311b92;
}
/* line 189, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals {
  grid-template-rows: repeat(2, 50px) min-content;
  grid-template-columns: repeat(4, 1fr);
}
/* line 193, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(1) {
  background: #232526;
}
/* line 196, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(2) {
  background: #171616;
}
/* line 199, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(3) {
  background: #ededed;
}
/* line 202, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(4) {
  background: #1f1f1f;
}
/* line 205, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(5) {
  background: #babdbf;
  grid-row: 2;
}
/* line 209, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(6) {
  background: #808488;
  grid-row: 2;
}
/* line 213, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(7) {
  background: #4d5052;
  grid-row: 2;
}
/* line 217, base/_stylesheet.scss */
.grid-stylesheet .palette.neutrals div:nth-child(8) {
  background: #212122;
  grid-row: 2;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?utw9sy");
  src: url("../fonts/icomoon.eot?utw9sy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?utw9sy") format("truetype"), url("../fonts/icomoon.woff?utw9sy") format("woff"), url("../fonts/icomoon.svg?utw9sy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* define a new css font */
/* line 17, base/_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: color 300ms ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 57, base/_icons.scss */
.icon-view {
  font-size: 9px;
  margin-right: 10px;
}
/* line 61, base/_icons.scss */
.icon-view:before {
  content: "";
  color: #ededed;
}

/* line 67, base/_icons.scss */
.icon-link {
  margin-right: 10px;
}
/* line 70, base/_icons.scss */
.icon-link:before {
  content: "";
  color: #ededed;
}

/* line 76, base/_icons.scss */
.icon-small-arrow-left {
  font-size: 12px;
}
/* line 79, base/_icons.scss */
.icon-small-arrow-left:before {
  content: "";
  color: #fff;
}

/* line 85, base/_icons.scss */
.icon-small-arrow-right {
  font-size: 12px;
}
/* line 88, base/_icons.scss */
.icon-small-arrow-right:before {
  content: "";
  color: #fff;
}

/* line 95, base/_icons.scss */
.icon-check:before {
  content: "";
  color: #ededed;
  font-size: 28px;
}

/* line 103, base/_icons.scss */
.icon-profile:before {
  content: "";
  color: #ededed;
  font-size: 28px;
}

/* line 110, base/_icons.scss */
.icon-close-modal {
  font-size: 28px;
}
/* line 113, base/_icons.scss */
.icon-close-modal:before {
  content: "";
  color: #727272;
}

/* line 119, base/_icons.scss */
.icon-download {
  font-size: 10px;
  margin-right: 15px;
}
/* line 123, base/_icons.scss */
.icon-download:before {
  content: "";
  color: #ededed;
}

/* line 129, base/_icons.scss */
.icon-left-arrow-solid {
  font-size: 9px;
  margin-right: 15px;
}
/* line 133, base/_icons.scss */
.icon-left-arrow-solid:before {
  content: "";
  color: #fff;
}

/* line 139, base/_icons.scss */
.icon-outline-arrow-left {
  font-size: 26px;
}
/* line 142, base/_icons.scss */
.icon-outline-arrow-left:before {
  content: "";
  color: #ececec;
}

/* line 148, base/_icons.scss */
.icon-outline-arrow-right {
  font-size: 26px;
}
/* line 151, base/_icons.scss */
.icon-outline-arrow-right:before {
  content: "";
  color: #ececec;
}

/* line 158, base/_icons.scss */
.icon-close-menu-mobile:before {
  content: "";
  color: #fff;
}

/* line 164, base/_icons.scss */
.icon-menu-mobile {
  font-size: 26px;
}
/* line 167, base/_icons.scss */
.icon-menu-mobile:before {
  content: "";
  color: #fff;
}

/* line 173, base/_icons.scss */
.icon-login {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
/* line 178, base/_icons.scss */
.icon-login:before {
  content: "";
  color: #fff;
}

/* line 184, base/_icons.scss */
.icon-linkedin {
  font-size: 30px;
}
/* line 187, base/_icons.scss */
.icon-linkedin:hover {
  color: #7F17A2;
}
/* line 191, base/_icons.scss */
.icon-linkedin:before {
  content: "";
  color: #fff;
}

/* line 197, base/_icons.scss */
.icon-loba-logo {
  font-size: 12px;
}
/* line 200, base/_icons.scss */
.icon-loba-logo:before {
  content: "";
  color: #fff;
}

/* line 206, base/_icons.scss */
.icon-search {
  font-size: 23px;
  color: #fff;
}
/* line 210, base/_icons.scss */
.icon-search:hover {
  color: #FC0057;
}
/* line 214, base/_icons.scss */
.icon-search:before {
  content: "";
}

/* line 219, base/_icons.scss */
.icon-twitter {
  font-size: 30px;
}
/* line 222, base/_icons.scss */
.icon-twitter:hover {
  color: #7F17A2;
}
/* line 226, base/_icons.scss */
.icon-twitter:before {
  content: "";
  color: #fff;
}

/* line 232, base/_icons.scss */
.icon-youtube {
  font-size: 30px;
}
/* line 235, base/_icons.scss */
.icon-youtube:hover {
  color: #7F17A2;
}
/* line 239, base/_icons.scss */
.icon-youtube:before {
  content: "";
  color: #fff;
}

/* line 245, base/_icons.scss */
.icon-facebook {
  font-size: 30px;
}
/* line 248, base/_icons.scss */
.icon-facebook:hover {
  color: #7F17A2;
}
/* line 252, base/_icons.scss */
.icon-facebook:before {
  content: "";
  color: #fff;
}

/* line 1, base/_fonts.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

/* line 16, base/_fonts.scss */
.sub-title {
  font-size: 30px;
  line-height: 40px;
  color: #c50a78;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 26, base/_fonts.scss */
.pre-title {
  font-size: 25px;
  line-height: 40px;
  color: #7F17A2;
  font-weight: 400;
}
@media (max-width: 991px) {
  /* line 26, base/_fonts.scss */
  .pre-title {
    font-size: 20px;
  }
}

/* line 37, base/_fonts.scss */
.main-title {
  font-size: 64px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 37, base/_fonts.scss */
  .main-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2.5px;
  }
}

/* line 53, base/_fonts.scss */
.event-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 53, base/_fonts.scss */
  .event-title {
    margin-bottom: 40px;
  }
}

/* line 61, base/_fonts.scss */
.secundary-title {
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  /* line 61, base/_fonts.scss */
  .secundary-title {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 1px;
  }
}

/* line 74, base/_fonts.scss */
.title-modal {
  font-size: 32px;
  line-height: 32px;
  color: #c50a78;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 74, base/_fonts.scss */
  .title-modal {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

/* line 90, base/_fonts.scss */
.title__strokes {
  position: relative;
  display: inline-block;
  z-index: 0;
}
/* line 95, base/_fonts.scss */
.title__strokes::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 5px;
  background: url("../img/line-vertical-pattern.png") repeat-x;
  width: 100%;
  height: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  /* line 95, base/_fonts.scss */
  .title__strokes::after {
    height: 10px;
  }
}

/* line 1, base/_base.scss */
body {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #242626;
  letter-spacing: 1px;
  overflow-x: hidden;
}
/* line 12, base/_base.scss */
body.in-modal {
  overflow: hidden;
}

/* line 17, base/_base.scss */
* {
  box-sizing: border-box;
}

/* line 21, base/_base.scss */
html {
  overflow-x: hidden;
}

/* line 25, base/_base.scss */
.blockY {
  overflow-y: hidden;
}

/* line 29, base/_base.scss */
.hide-temporary {
  opacity: 0;
}

/* line 33, base/_base.scss */
p,
ul {
  margin: 20px 0;
  padding: 0;
}

/* line 39, base/_base.scss */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"] {
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

/* line 48, base/_base.scss */
.container {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 52, base/_base.scss */
  .change-order-mobile {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  /* line 59, base/_base.scss */
  .order-1 {
    order: 1;
  }
}

@media (max-width: 991px) {
  /* line 65, base/_base.scss */
  .order-2 {
    order: 2;
  }
}

/* line 71, base/_base.scss */
strong {
  font-weight: 700;
}

/* line 75, base/_base.scss */
button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
/* line 80, base/_base.scss */
button:hover, button:focus, button:active {
  outline: none;
}

/* line 87, base/_base.scss */
.space-between-vertically {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* line 94, base/_base.scss */
.space-40 {
  height: 40px;
}

/* line 98, base/_base.scss */
.space-50 {
  height: 50px;
}

/* line 102, base/_base.scss */
.mobile-only {
  display: none !important;
}
@media (max-width: 991px) {
  /* line 102, base/_base.scss */
  .mobile-only {
    display: block !important;
  }
}

/* line 110, base/_base.scss */
.desktop-only {
  display: inline-block !important;
}
@media (max-width: 991px) {
  /* line 110, base/_base.scss */
  .desktop-only {
    display: none !important;
  }
}

/* line 118, base/_base.scss */
.animated.delay-500ms {
  animation-delay: 500ms;
}

/* line 122, base/_base.scss */
.animated.delay-250ms {
  animation-delay: 250ms;
}

/* line 126, base/_base.scss */
img {
  max-width: 100%;
}

/* line 130, base/_base.scss */
.centered-vertically {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

/* line 137, base/_base.scss */
.align-right {
  text-align: right;
}

/* line 141, base/_base.scss */
a {
  display: inline-block;
  cursor: pointer;
  outline: none !important;
}
/* line 146, base/_base.scss */
a:hover {
  color: #7F17A2;
  text-decoration: none;
}
/* line 151, base/_base.scss */
a:focus {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 157, base/_base.scss */
  .xs-order-1 {
    order: 1;
  }
}

@media (max-width: 991px) {
  /* line 163, base/_base.scss */
  .xs-order-2 {
    order: 2;
  }
}

@media (max-width: 991px) {
  /* line 169, base/_base.scss */
  .xs-order-3 {
    order: 3;
  }
}

@media (max-width: 1199px) {
  /* line 175, base/_base.scss */
  .sm-order-1 {
    order: 1;
  }
}

@media (max-width: 1199px) {
  /* line 181, base/_base.scss */
  .sm-order-2 {
    order: 2;
  }
}

@media (max-width: 1199px) {
  /* line 187, base/_base.scss */
  .sm-order-3 {
    order: 3;
  }
}

/* line 193, base/_base.scss */
.container-carousel {
  position: relative;
  width: calc(100% + 120px);
}
@media (max-width: 991px) {
  /* line 193, base/_base.scss */
  .container-carousel {
    width: 100%;
  }
}

/* line 202, base/_base.scss */
#cursor {
  position: absolute;
  background: url("../img/glow-cursor.png") no-repeat center;
  transform: translate(-50%, -50%);
  width: 850px;
  height: 850px;
  opacity: .05;
  z-index: 5;
  pointer-events: none;
}
/* line 211, base/_base.scss */
#cursor.disabled {
  display: none;
}

/* line 216, base/_base.scss */
.carousel-counter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 155px;
  position: absolute;
  top: 22%;
  left: -50px;
  z-index: 1;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 6.5px;
  -webkit-text-stroke: 1px #fff;
  color: rgba(255, 255, 255, 0);
}
@media (max-width: 991px) {
  /* line 216, base/_base.scss */
  .carousel-counter {
    top: -20px;
    font-size: 18px;
    line-height: 22px;
    min-width: 145px;
  }
}
/* line 237, base/_base.scss */
.carousel-counter .active-slide {
  font-size: 60px;
  line-height: 50px;
}
@media (max-width: 991px) {
  /* line 237, base/_base.scss */
  .carousel-counter .active-slide {
    font-size: 40px;
    line-height: 35px;
  }
}

/* line 248, base/_base.scss */
.owl-carousel {
  width: 100%;
}
/* line 251, base/_base.scss */
.owl-carousel.slider {
  margin: 50px 0;
}
/* line 254, base/_base.scss */
.owl-carousel.slider .item {
  overflow: hidden;
  position: relative;
  height: 600px;
}
@media (max-width: 991px) {
  /* line 254, base/_base.scss */
  .owl-carousel.slider .item {
    height: auto;
    width: 100%;
    max-height: 400px;
  }
  /* line 264, base/_base.scss */
  .owl-carousel.slider .item::before {
    content: " ";
    display: block;
    padding-top: 100%;
  }
}
/* line 275, base/_base.scss */
.owl-carousel.past-events {
  margin-top: 50px;
}
/* line 278, base/_base.scss */
.owl-carousel.past-events .owl-stage-outer {
  overflow: visible;
}
/* line 282, base/_base.scss */
.owl-carousel.past-events .owl-stage {
  display: flex;
}
/* line 286, base/_base.scss */
.owl-carousel.past-events .owl-item {
  display: flex;
  opacity: .5;
  transition: opacity 300ms ease;
}
/* line 291, base/_base.scss */
.owl-carousel.past-events .owl-item.active {
  opacity: 1;
}
/* line 297, base/_base.scss */
.owl-carousel.past-events .item {
  display: flex;
  width: 100%;
}
/* line 302, base/_base.scss */
.owl-carousel.past-events .event-items {
  margin-top: 0;
}
/* line 309, base/_base.scss */
.owl-carousel#upcoming-events-slider .owl-stage-outer {
  overflow: visible;
}
/* line 313, base/_base.scss */
.owl-carousel#upcoming-events-slider .upcoming-events-slider__item {
  opacity: .8;
}
@media (max-width: 991px) {
  /* line 313, base/_base.scss */
  .owl-carousel#upcoming-events-slider .upcoming-events-slider__item {
    opacity: 1;
  }
}
/* line 325, base/_base.scss */
.owl-carousel#upcoming-events-slider .owl-item.active .upcoming-events-slider__item {
  box-shadow: none;
}
@media (max-width: 991px) {
  /* line 325, base/_base.scss */
  .owl-carousel#upcoming-events-slider .owl-item.active .upcoming-events-slider__item {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  }
}
/* line 337, base/_base.scss */
.owl-carousel#upcoming-events-slider .owl-item:not(.active) .upcoming-events-slider__item {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  /* line 337, base/_base.scss */
  .owl-carousel#upcoming-events-slider .owl-item:not(.active) .upcoming-events-slider__item {
    box-shadow: none;
  }
}

/* line 351, base/_base.scss */
.container-past-events__dots,
.upcoming-events__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 15px;
}
/* line 361, base/_base.scss */
.container-past-events__dots::before,
.upcoming-events__dots::before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: .2;
}
/* line 370, base/_base.scss */
.container-past-events__dots.disabled,
.upcoming-events__dots.disabled {
  display: none;
}

@media (max-width: 991px) {
  /* line 376, base/_base.scss */
  .container-past-events__dots {
    display: none;
  }
}

/* line 384, base/_base.scss */
.owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-right: 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease, width 300ms ease, height 300ms ease;
}
@media (max-width: 991px) {
  /* line 384, base/_base.scss */
  .owl-dot {
    margin-right: 20px;
  }
}
/* line 398, base/_base.scss */
.owl-dot::before {
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -9px;
  left: -9px;
  border: 1px solid #7F17A2;
  background-color: transparent;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 300ms ease;
}
/* line 410, base/_base.scss */
.owl-dot::after {
  content: " ";
  width: 46px;
  height: 46px;
  position: absolute;
  top: -19px;
  left: -19px;
  border-radius: 50px;
  filter: blur(4px);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 410, base/_base.scss */
  .owl-dot::after {
    width: 30px;
    height: 30px;
    top: -13px;
    left: -13px;
  }
}
/* line 429, base/_base.scss */
.owl-dot:hover {
  background-color: #c50a78;
}
/* line 433, base/_base.scss */
.owl-dot:last-child {
  margin-right: 0;
}
/* line 437, base/_base.scss */
.owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #242626;
  border-color: #c50a78;
}
/* line 442, base/_base.scss */
.owl-dot.active::before {
  opacity: 1;
}
/* line 447, base/_base.scss */
.owl-dot.active::after {
  opacity: 0.3;
}

/* line 453, base/_base.scss */
.container-past-events__controls,
#upcoming-events-slider__controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

/* line 462, base/_base.scss */
.past-events__prev-nav,
.past-events__next-nav,
.upcoming-events__prev-nav,
.upcoming-events__next-nav {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #242626;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6), 0 0 10px 0 rgba(127, 23, 162, 0.5);
  transition: background-color 300ms cubic-bezier(0.5, 0.08, 0, 0.88), box-shadow 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
@media (max-width: 991px) {
  /* line 462, base/_base.scss */
  .past-events__prev-nav,
  .past-events__next-nav,
  .upcoming-events__prev-nav,
  .upcoming-events__next-nav {
    margin-left: 0;
  }
}
/* line 478, base/_base.scss */
.past-events__prev-nav:hover,
.past-events__next-nav:hover,
.upcoming-events__prev-nav:hover,
.upcoming-events__next-nav:hover {
  background-color: #c50a78;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6), 0 0 10px 0 #c50a78;
}
/* line 482, base/_base.scss */
.past-events__prev-nav:hover::before,
.past-events__next-nav:hover::before,
.upcoming-events__prev-nav:hover::before,
.upcoming-events__next-nav:hover::before {
  opacity: 0;
}
/* line 487, base/_base.scss */
.past-events__prev-nav:hover .icon-close-modal::before,
.past-events__next-nav:hover .icon-close-modal::before,
.upcoming-events__prev-nav:hover .icon-close-modal::before,
.upcoming-events__next-nav:hover .icon-close-modal::before {
  color: #ffffff;
}
/* line 493, base/_base.scss */
.past-events__prev-nav::before,
.past-events__next-nav::before,
.upcoming-events__prev-nav::before,
.upcoming-events__next-nav::before {
  content: " ";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  transition: opacity 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}

/* line 506, base/_base.scss */
.past-events__next-nav,
.upcoming-events__next-nav {
  margin-right: 0;
}

@media (max-width: 991px) {
  /* line 511, base/_base.scss */
  .upcoming-events__next-nav {
    margin-left: 15px;
  }
}

/* line 519, base/_base.scss */
.carousel-nav {
  position: absolute;
  right: -30px;
  bottom: 20%;
  color: rgba(255, 255, 255, 0);
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 519, base/_base.scss */
  .carousel-nav {
    right: 0;
    bottom: -15px;
  }
}
/* line 529, base/_base.scss */
.carousel-nav .nav-text,
.carousel-nav .mask {
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 6.5px;
  white-space: nowrap;
  overflow: hidden;
  transition: width 300ms ease;
}
@media (max-width: 991px) {
  /* line 529, base/_base.scss */
  .carousel-nav .nav-text,
  .carousel-nav .mask {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
  }
}
/* line 548, base/_base.scss */
.carousel-nav .nav-text {
  direction: ltr;
  -webkit-text-stroke: 1px #ffffff;
  float: left;
}
/* line 554, base/_base.scss */
.carousel-nav .mask {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke: 2px #c50a78;
  direction: rtl;
  width: 0;
  float: right;
}
@media (max-width: 991px) {
  /* line 554, base/_base.scss */
  .carousel-nav .mask {
    display: none;
  }
}
/* line 568, base/_base.scss */
.carousel-nav .carousel-nav__prev,
.carousel-nav .carousel-nav__next {
  min-height: 36px;
  position: relative;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 300ms, opacity 300ms;
}
@media (max-width: 991px) {
  /* line 568, base/_base.scss */
  .carousel-nav .carousel-nav__prev,
  .carousel-nav .carousel-nav__next {
    display: inline-block;
    min-height: initial;
  }
}
/* line 583, base/_base.scss */
.carousel-nav .carousel-nav__prev:hover .nav-text,
.carousel-nav .carousel-nav__next:hover .nav-text {
  width: 1%;
}
@media (max-width: 991px) {
  /* line 583, base/_base.scss */
  .carousel-nav .carousel-nav__prev:hover .nav-text,
  .carousel-nav .carousel-nav__next:hover .nav-text {
    width: 100%;
  }
}
/* line 591, base/_base.scss */
.carousel-nav .carousel-nav__prev:hover .mask,
.carousel-nav .carousel-nav__next:hover .mask {
  width: 100%;
}
/* line 598, base/_base.scss */
.carousel-nav .carousel-nav__prev {
  right: 35px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 598, base/_base.scss */
  .carousel-nav .carousel-nav__prev {
    margin-bottom: 0;
    right: 20px;
  }
}
/* line 608, base/_base.scss */
.carousel-nav .disabled {
  visibility: hidden;
  opacity: 0;
}

/* line 614, base/_base.scss */
header {
  width: calc(100% - 60px);
  position: fixed;
  top: 20px;
  left: 30px;
  padding: 15px;
  box-shadow: 10px 10px 10px 0 transparent;
  background-color: transparent;
  z-index: 20;
  transition: box-shadow 300ms ease, background-color 300ms ease, top 300ms ease-out, height 350ms ease-out, opacity 300ms ease 150ms;
}
@media (max-width: 991px) {
  /* line 614, base/_base.scss */
  header {
    top: 0;
    width: 100%;
    left: 0;
    padding: 20px 15px;
    height: 80px;
  }
}
/* line 631, base/_base.scss */
header.fixed {
  box-shadow: 10px 10px 10px 0 #171616;
  background-color: rgba(36, 38, 38, 0.95);
}
@media (max-width: 991px) {
  /* line 631, base/_base.scss */
  header.fixed {
    top: 0;
    box-shadow: 0px 0px 10px 0 #1F1F1F;
  }
}
/* line 641, base/_base.scss */
header .row {
  display: flex;
}
/* line 645, base/_base.scss */
header[data-menuMobile="opened"] {
  height: 100vh;
  background-color: #242626;
}
/* line 649, base/_base.scss */
header[data-menuMobile="opened"] .logo-smagrinet {
  opacity: 0;
}
/* line 655, base/_base.scss */
header[data-menuMobile="opened"] #open-menu-mobile .top-line {
  top: 8px;
  transform: rotate(45deg);
  left: -1px;
}
/* line 661, base/_base.scss */
header[data-menuMobile="opened"] #open-menu-mobile .middle-line {
  opacity: 0;
}
/* line 666, base/_base.scss */
header[data-menuMobile="opened"] #open-menu-mobile .bottom-line {
  bottom: 9px;
  transform: rotate(-45deg);
  left: -1px;
}
/* line 674, base/_base.scss */
header[data-menuMobile="opened"] #open-login {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50px;
  margin-left: 0;
}
/* line 680, base/_base.scss */
header[data-menuMobile="opened"] #open-search {
  display: block;
  margin-right: 0;
  position: fixed;
  bottom: 50px;
  left: 30px;
}
/* line 686, base/_base.scss */
header[data-menuMobile="opened"] #main-menu {
  display: flex;
}

/* line 692, base/_base.scss */
#main-menu {
  transition: left 550ms ease;
}
@media (max-width: 991px) {
  /* line 692, base/_base.scss */
  #main-menu {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
/* line 703, base/_base.scss */
#main-menu.visible {
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 707, base/_base.scss */
  #main-menu.visible .with-submenu[data-status="opened"] .main-menu__submenu {
    visibility: visible;
  }
}

/* line 717, base/_base.scss */
#open-menu-mobile {
  width: 25px;
  height: 20px;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  /* line 717, base/_base.scss */
  #open-menu-mobile {
    display: block;
  }
}
/* line 726, base/_base.scss */
#open-menu-mobile::after {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
/* line 732, base/_base.scss */
#open-menu-mobile .top-line {
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  border-radius: 25%;
  left: 0;
  border: 1px solid #fff;
  transition: transform 300ms ease, left 300ms ease, top 300ms ease;
}
/* line 744, base/_base.scss */
#open-menu-mobile .middle-line {
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 9px;
  border-radius: 25%;
  left: 0;
  border: 1px solid #fff;
  transition: opacity 250ms ease;
}
/* line 755, base/_base.scss */
#open-menu-mobile .bottom-line {
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  border-radius: 25%;
  left: 0;
  border: 1px solid #fff;
  transition: transform 300ms ease, left 300ms ease, bottom 300ms ease;
}

/* line 768, base/_base.scss */
.logo-smagrinet {
  display: none;
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 768, base/_base.scss */
  .logo-smagrinet {
    max-width: 72px;
    height: 40px;
  }
}
/* line 777, base/_base.scss */
.logo-smagrinet.visible {
  display: block;
}

/* line 782, base/_base.scss */
.main-menu__list {
  text-align: right;
}
@media (max-width: 991px) {
  /* line 782, base/_base.scss */
  .main-menu__list {
    text-align: left;
    margin-left: 30px;
  }
}
/* line 790, base/_base.scss */
.main-menu__list li {
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  letter-spacing: 0;
  cursor: default;
  line-height: initial;
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 790, base/_base.scss */
  .main-menu__list li {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    padding: 15px 0;
    position: initial;
  }
}
/* line 810, base/_base.scss */
.main-menu__list li::before {
  display: none;
}
/* line 814, base/_base.scss */
.main-menu__list li.selected {
  font-weight: 500;
}
/* line 817, base/_base.scss */
.main-menu__list li.selected > a {
  text-shadow: 0 0 5px #ffffff;
}
/* line 823, base/_base.scss */
.main-menu__list li.with-submenu .icon-outline-arrow-right {
  display: none;
  position: absolute;
  right: 25px;
}
/* line 828, base/_base.scss */
.main-menu__list li.with-submenu .icon-outline-arrow-right::before {
  color: #FC0057;
}
@media (max-width: 991px) {
  /* line 823, base/_base.scss */
  .main-menu__list li.with-submenu .icon-outline-arrow-right {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 839, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu {
    visibility: visible;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(1n) {
    animation-delay: 0.04s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(2n) {
    animation-delay: 0.08s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(3n) {
    animation-delay: 0.12s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(4n) {
    animation-delay: 0.16s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(5n) {
    animation-delay: 0.2s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(6n) {
    animation-delay: 0.24s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(7n) {
    animation-delay: 0.28s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(8n) {
    animation-delay: 0.32s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(9n) {
    animation-delay: 0.36s;
  }
  /* line 843, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li:nth-child(10n) {
    animation-delay: 0.4s;
  }
  /* line 848, base/_base.scss */
  .main-menu__list li.with-submenu:hover .main-menu__submenu li {
    animation-name: flipInX;
  }
}
/* line 856, base/_base.scss */
.main-menu__list li:last-child {
  margin-right: 0;
}
/* line 861, base/_base.scss */
.main-menu__list li:hover::after {
  width: 100%;
  box-shadow: 0 0 5px 1px #7F17A2;
}
@media (max-width: 991px) {
  /* line 861, base/_base.scss */
  .main-menu__list li:hover::after {
    width: 0;
  }
}
/* line 871, base/_base.scss */
.main-menu__list li::after {
  content: " ";
  position: absolute;
  top: initial;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #7F17A2;
  box-shadow: 0 0 0 0 #7F17A2;
  border: 0;
  border-radius: 0;
  transition: width 300ms ease-out, box-shadow 300ms ease-out;
}
/* line 884, base/_base.scss */
.main-menu__list a {
  color: #ffffff;
}

/* line 889, base/_base.scss */
.main-menu__submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 200px;
  text-align: left;
  padding-top: 20px;
  visibility: hidden;
  margin: 0;
  transition: background-color 300ms ease;
}
@media (max-width: 991px) {
  /* line 889, base/_base.scss */
  .main-menu__submenu {
    position: absolute;
    top: 0;
    left: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    height: 100%;
    visibility: hidden;
    padding-left: 60px;
    padding-top: 0;
  }
}
/* line 910, base/_base.scss */
.main-menu__submenu li {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 910, base/_base.scss */
  .main-menu__submenu li {
    font-size: 16px;
    padding: 0;
  }
}
/* line 923, base/_base.scss */
.main-menu__submenu li:hover a {
  background-color: #7F17A2;
}
@media (max-width: 991px) {
  /* line 923, base/_base.scss */
  .main-menu__submenu li:hover a {
    background-color: transparent;
  }
}
/* line 933, base/_base.scss */
.main-menu__submenu li::after {
  display: none;
}
/* line 937, base/_base.scss */
.main-menu__submenu li a {
  transition: background-color 300ms ease;
  background-color: #171616;
  padding: 7px 20px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  /* line 937, base/_base.scss */
  .main-menu__submenu li a {
    background-color: transparent;
    padding: 15px 0;
  }
}
/* line 954, base/_base.scss */
.main-menu__submenu .close-submenu a {
  color: #FC0057;
  font-weight: 700;
  position: relative;
}
/* line 959, base/_base.scss */
.main-menu__submenu .close-submenu a::before {
  content: "";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 16px;
  left: -30px;
  font-size: 25px;
}

/* line 969, base/_base.scss */
#open-search {
  margin-right: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  /* line 969, base/_base.scss */
  #open-search {
    display: none;
    opacity: 0;
  }
  /* line 978, base/_base.scss */
  #open-search::before {
    content: " ";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
/* line 985, base/_base.scss */
#open-search.visible {
  opacity: 1;
}

/* line 990, base/_base.scss */
#open-login {
  margin-left: 60px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 990, base/_base.scss */
  #open-login {
    display: none;
    opacity: 0;
  }
}
/* line 1003, base/_base.scss */
#open-login.visible {
  opacity: 1;
}

/* line 1008, base/_base.scss */
footer {
  position: relative;
  padding-top: 30px;
  margin-top: 150px;
  text-align: center;
  overflow-y: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 1008, base/_base.scss */
  footer {
    padding-top: 35px;
    overflow-x: hidden;
    margin-top: 100px;
  }
}
/* line 1022, base/_base.scss */
footer .container {
  z-index: 1;
  position: relative;
}
/* line 1027, base/_base.scss */
footer .btn-solid {
  margin-top: 50px;
}
@media (max-width: 991px) {
  /* line 1027, base/_base.scss */
  footer .btn-solid {
    margin-top: 15px;
  }
}

/* line 1037, base/_base.scss */
.smagrinet-lettering-background {
  position: absolute;
  right: 0;
  bottom: 200px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  /* line 1037, base/_base.scss */
  .smagrinet-lettering-background {
    display: none;
  }
}

/* line 1046, base/_base.scss */
.footer__content {
  background: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db) no-repeat;
  padding: 280px 0 90px;
  z-index: 2;
}
@media all and (max-height: 700px) {
  /* line 1046, base/_base.scss */
  .footer__content {
    padding: 110px 0 30px;
  }
}
@media (max-width: 991px) {
  /* line 1046, base/_base.scss */
  .footer__content {
    padding: 130px 0 35px;
  }
}

/* line 1060, base/_base.scss */
.footer__small-ball {
  content: " ";
  z-index: 1;
  width: 107px;
  height: 107px;
  position: absolute;
  top: 0;
  right: 7%;
  border-radius: 50%;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 121% 73%, #fc0057, #c50a78 17%, #7f17a2 71%, #2468db);
}
@media (max-width: 991px) {
  /* line 1060, base/_base.scss */
  .footer__small-ball {
    right: -30px;
  }
}

/* line 1074, base/_base.scss */
.footer__big-ball {
  content: " ";
  z-index: 1;
  width: 1000px;
  height: 1000px;
  position: absolute;
  bottom: -450px;
  left: -250px;
  border-radius: 50%;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 84% 115%, #fc0057, #c50a78 17%, #7f17a2 71%, #2468db);
}
@media all and (max-height: 700px) {
  /* line 1074, base/_base.scss */
  .footer__big-ball {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 991px) {
  /* line 1074, base/_base.scss */
  .footer__big-ball {
    width: 525px;
    height: 525px;
    bottom: -225px;
    left: -225px;
  }
}

/* line 1095, base/_base.scss */
.footer__lines-pattern {
  position: absolute;
  top: 25%;
  left: 0;
  width: 40px;
  height: 350px;
  background: url("../img/line-vertical-pattern-xl.svg") no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 1095, base/_base.scss */
  .footer__lines-pattern {
    display: none;
  }
}

/* line 1107, base/_base.scss */
.footer__title {
  text-align: center;
  font-size: 52px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 4px;
}
@media (max-width: 991px) {
  /* line 1107, base/_base.scss */
  .footer__title {
    font-size: 40px;
    line-height: 44px;
  }
}

/* line 1121, base/_base.scss */
#social-networks {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media all and (max-height: 700px) {
  /* line 1121, base/_base.scss */
  #social-networks {
    margin-top: 60px;
  }
}
/* line 1130, base/_base.scss */
#social-networks .social-networks__items {
  margin: 0 15px;
  transition: opacity 300ms ease;
}
/* line 1134, base/_base.scss */
#social-networks .social-networks__items:hover {
  opacity: .70;
}

/* line 1142, base/_base.scss */
.footer__email-link {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  transition: opacity 300ms ease;
}
/* line 1151, base/_base.scss */
.footer__email-link:hover {
  opacity: .70;
  color: #ffffff;
}

/* line 1159, base/_base.scss */
.footer__title-newsletter {
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 90px;
}
@media all and (max-height: 700px) {
  /* line 1159, base/_base.scss */
  .footer__title-newsletter {
    margin-top: 50px;
  }
}

/* line 1173, base/_base.scss */
.footer__copyrights {
  display: flex;
  align-items: flex-end;
  text-align: left;
  margin-top: 180px;
}
@media all and (max-height: 700px) {
  /* line 1173, base/_base.scss */
  .footer__copyrights {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  /* line 1173, base/_base.scss */
  .footer__copyrights {
    margin-top: 70px;
    flex-direction: column;
    text-align: center;
  }
}

/* line 1190, base/_base.scss */
.footer__other-links {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: flex-end;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
/* line 1200, base/_base.scss */
.footer__other-links a {
  color: #ffffff;
  transition: opacity 300ms ease;
}
/* line 1204, base/_base.scss */
.footer__other-links a::after {
  content: ".";
  font-weight: 700;
  margin: 0 10px;
}
/* line 1210, base/_base.scss */
.footer__other-links a:hover {
  opacity: .70;
}
/* line 1215, base/_base.scss */
.footer__other-links a:last-child::after {
  display: none;
}

/* line 1222, base/_base.scss */
.footer__container-logo-ue {
  display: flex;
  align-content: flex-end;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 1222, base/_base.scss */
  .footer__container-logo-ue {
    align-content: center;
    justify-content: center;
    margin-top: 20px;
  }
}

/* line 1235, base/_base.scss */
.footer__reserved-rights {
  text-align: right;
}
@media (max-width: 991px) {
  /* line 1235, base/_base.scss */
  .footer__reserved-rights {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    margin-top: 40px;
  }
}
/* line 1247, base/_base.scss */
.footer__reserved-rights p {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  /* line 1247, base/_base.scss */
  .footer__reserved-rights p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 8%;
  }
}
/* line 1263, base/_base.scss */
.footer__reserved-rights a {
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 1263, base/_base.scss */
  .footer__reserved-rights a {
    order: 1;
  }
}
/* line 1271, base/_base.scss */
.footer__reserved-rights a:hover {
  opacity: .70;
}

/* Layout for search container */
/* line 1280, base/_base.scss */
.search {
  position: relative;
  text-align: left;
}

/* line 1285, base/_base.scss */
.search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

/* line 1293, base/_base.scss */
.search__title {
  font-size: 16px;
  line-height: 20px;
  color: #FC0057;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 1303, base/_base.scss */
.search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}

/* line 1314, base/_base.scss */
.search__inner {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #f0f0f0;
}

/* line 1322, base/_base.scss */
.search__inner--up {
  position: relative;
  height: 70%;
  color: #dce6e6;
  background-color: #7F17A2;
  align-items: flex-end;
  padding-bottom: 8%;
}
@media (max-width: 991px) {
  /* line 1322, base/_base.scss */
  .search__inner--up {
    height: 100%;
    padding-bottom: 0;
    align-items: center;
  }
}
/* line 1336, base/_base.scss */
.search__inner--up::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 10% 4%, #fc0057, #c50a78 31%, #7f17a2 47%, #2468db);
  opacity: .28;
}

/* line 1345, base/_base.scss */
.search__inner--down {
  align-items: flex-start;
  padding-top: 3%;
  height: 30%;
  top: 70%;
  color: #dce6e6;
  background-color: #242626;
}
@media (max-width: 991px) {
  /* line 1345, base/_base.scss */
  .search__inner--down {
    display: none;
  }
}

/* line 1358, base/_base.scss */
.container__search-input {
  position: relative;
}

/* line 1362, base/_base.scss */
#search__submit-button {
  position: absolute;
  top: 8px;
  right: 30px;
  padding: 30px;
}
@media (max-width: 991px) {
  /* line 1362, base/_base.scss */
  #search__submit-button {
    right: -30px;
  }
}

/* line 1373, base/_base.scss */
.search__keywords {
  display: flex;
  margin-left: -10px;
}
/* line 1377, base/_base.scss */
.search__keywords .search__keywords-item {
  font-size: 14px;
  line-height: 26px;
  margin: 0 10px;
  color: #ffffff;
  transition: color 300ms ease;
}
/* line 1384, base/_base.scss */
.search__keywords .search__keywords-item:hover {
  color: #FC0057;
}

/* line 1390, base/_base.scss */
.btn--search-close {
  position: absolute;
  top: 80px;
  right: 200px;
  width: 44px;
  height: 44px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 1390, base/_base.scss */
  .btn--search-close {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 30px;
  }
}
/* line 1404, base/_base.scss */
.btn--search-close:hover::before, .btn--search-close:hover::after {
  background-color: #FC0057;
}
/* line 1411, base/_base.scss */
.btn--search-close::before, .btn--search-close::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  transform: rotate3d(0, 0, 1, 0);
  transition: transform 500ms cubic-bezier(0.2, 1, 0.3, 1), background-color 300ms ease, opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 1411, base/_base.scss */
  .btn--search-close::before, .btn--search-close::after {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  /* line 1426, base/_base.scss */
  .btn--search-close::after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
}
@media (max-width: 991px) {
  /* line 1433, base/_base.scss */
  .btn--search-close::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

/* line 1442, base/_base.scss */
.search--open .btn--search-close::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width: 991px) {
  /* line 1442, base/_base.scss */
  .search--open .btn--search-close::after {
    opacity: 1;
  }
}
/* line 1451, base/_base.scss */
.search--open .btn--search-close::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
@media (max-width: 991px) {
  /* line 1451, base/_base.scss */
  .search--open .btn--search-close::before {
    opacity: 1;
  }
}

/* line 1461, base/_base.scss */
input.search__input {
  width: 100%;
  height: 100px;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 15px;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 10px 10px 20px 0 rgba(31, 31, 31, 0.05);
  padding: 0 60px;
  border: 1px solid transparent;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
@media (max-width: 991px) {
  /* line 1461, base/_base.scss */
  input.search__input {
    background-color: transparent;
    box-shadow: none;
    padding: 0 35px 0 0;
  }
}
/* line 1483, base/_base.scss */
input.search__input:focus {
  box-shadow: 10px 10px 20px 0 rgba(31, 31, 31, 0.25) !important;
  border-color: #FC0057 !important;
}
@media (max-width: 991px) {
  /* line 1483, base/_base.scss */
  input.search__input:focus {
    border-color: transparent !important;
    box-shadow: none !important;
  }
}

/* line 1495, base/_base.scss */
.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

/* line 1500, base/_base.scss */
.search__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

/* line 1505, base/_base.scss */
.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/* line 1510, base/_base.scss */
.search__info {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 991px) {
  /* line 1510, base/_base.scss */
  .search__info {
    display: none;
  }
}

/************************/
/* Transitions 			*/
/************************/
/* line 1527, base/_base.scss */
.main-wrap {
  padding-top: 20vh;
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@media (max-width: 991px) {
  /* line 1527, base/_base.scss */
  .main-wrap {
    padding-top: 100px;
  }
}

/* line 1537, base/_base.scss */
.main-wrap--hide {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
}

/* line 1542, base/_base.scss */
.search {
  pointer-events: none;
}

/* line 1546, base/_base.scss */
.search--open {
  pointer-events: auto;
}

/* line 1550, base/_base.scss */
.search::before {
  opacity: 0;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1556, base/_base.scss */
.search--open::before {
  opacity: 1;
}

/* Search button */
/* line 1561, base/_base.scss */
.btn--search {
  transition: opacity 0s;
}

/* line 1565, base/_base.scss */
.main-wrap--hide .btn--search {
  opacity: 0;
  transition-delay: 0s;
}

/* Close button */
/* line 1571, base/_base.scss */
.btn--search-close {
  opacity: 0;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1577, base/_base.scss */
.search--open .btn--search-close {
  opacity: 1;
}

/* Halfs */
/* line 1582, base/_base.scss */
.search__inner {
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1587, base/_base.scss */
.search__inner--up {
  transform: translate3d(0, -100%, 0);
}

/* line 1591, base/_base.scss */
.search__inner--down {
  transform: translate3d(0, 100%, 0);
}

/* line 1595, base/_base.scss */
.search--open .search__inner {
  transform: translate3d(0, 0, 0);
}

/* line 1599, base/_base.scss */
.search__suggestion {
  transform: translate3d(0, 150px, 0);
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1605, base/_base.scss */
.search--open .search__suggestion {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
}

/* line 1610, base/_base.scss */
.search--open .search__suggestion:last-child {
  transition-delay: 0.1s;
}

/* line 1616, base/_base.scss */
ul li {
  position: relative;
  list-style: none;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
/* line 1623, base/_base.scss */
ul li::after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid #c50a78;
  background-color: transparent;
  border-radius: 50%;
}
/* line 1632, base/_base.scss */
ul li::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0.28;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
}

/* line 1645, base/_base.scss */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242626;
  opacity: 0;
  z-index: 30;
  visibility: hidden;
  transition: opacity 300ms ease;
}
/* line 1654, base/_base.scss */
#overlay.visible {
  visibility: visible;
}

/* line 1660, base/_base.scss */
.modal-container {
  position: fixed;
  top: 0;
  right: -60vw;
  width: 60vw;
  height: 100%;
  background-color: #ededed;
  background-image: url("../img/lines-vector-background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 127% 100%;
  padding: 125px 175px 125px 150px;
  color: #242626;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.5, 0.08, 0, 0.88), right 700ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
@media (max-width: 1479px) {
  /* line 1660, base/_base.scss */
  .modal-container {
    padding: 100px 150px 100px 100px;
  }
}
@media (max-width: 1199px) {
  /* line 1660, base/_base.scss */
  .modal-container {
    padding: 75px 125px 75px 75px;
  }
}
@media (max-width: 991px) {
  /* line 1660, base/_base.scss */
  .modal-container {
    width: calc(100% - 30px);
    padding: 75px 10px 50px;
    right: -100%;
  }
}
/* line 1688, base/_base.scss */
.modal-container::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 43%;
  background: url("../img/line-vertical-pattern.png") repeat;
}
@media (max-width: 991px) {
  /* line 1688, base/_base.scss */
  .modal-container::after {
    width: 10px;
    height: 50%;
  }
}
/* line 1700, base/_base.scss */
.modal-container#filters-modal::after {
  display: none;
}
/* line 1705, base/_base.scss */
.modal-container[data-status='closed'] {
  visibility: hidden;
  z-index: -20;
}
/* line 1710, base/_base.scss */
.modal-container[data-status='opened'] {
  visibility: visible;
  z-index: 40;
  right: 0;
}
/* line 1716, base/_base.scss */
.modal-container.slideOutModal {
  right: -60vw;
}
@media (max-width: 991px) {
  /* line 1716, base/_base.scss */
  .modal-container.slideOutModal {
    right: -100%;
  }
}
/* line 1724, base/_base.scss */
.modal-container.person-modal {
  padding-left: 200px;
}
@media (max-width: 1199px) {
  /* line 1724, base/_base.scss */
  .modal-container.person-modal {
    width: 75vw;
  }
}
@media (max-width: 991px) {
  /* line 1724, base/_base.scss */
  .modal-container.person-modal {
    width: calc(100% - 30px);
    padding-left: 40px;
  }
}
/* line 1737, base/_base.scss */
.modal-container.person-modal .btn {
  margin-top: 50px;
}
/* line 1743, base/_base.scss */
.modal-container#filters-modal .container {
  height: 100%;
}
/* line 1749, base/_base.scss */
.modal-container.advisory-board .title-modal {
  margin-bottom: 10px;
}
/* line 1754, base/_base.scss */
.modal-container .pre-title {
  font-size: 16px;
  line-height: 20px;
  color: #171616;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 1754, base/_base.scss */
  .modal-container .pre-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* line 1769, base/_base.scss */
.modal-container p {
  line-height: 30px;
  margin-top: 30px;
}

/* line 1776, base/_base.scss */
.modal-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0px 5px 0 transparent, 0 0 5px 0 rgba(197, 10, 120, 0);
  transition: background-color 300ms cubic-bezier(0.5, 0.08, 0, 0.88), box-shadow 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
@media (max-width: 991px) {
  /* line 1776, base/_base.scss */
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
/* line 1789, base/_base.scss */
.modal-close:hover {
  background-color: #c50a78;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6), 0 0 10px 0 #c50a78;
}
/* line 1793, base/_base.scss */
.modal-close:hover::before {
  opacity: 0;
}
/* line 1798, base/_base.scss */
.modal-close:hover .icon-close-modal::before {
  color: #ffffff;
}
/* line 1804, base/_base.scss */
.modal-close::before {
  content: " ";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  transition: opacity 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}

/* line 1817, base/_base.scss */
#filters-modal {
  right: initial;
  top: 40px;
  left: 40px;
  background-color: #242626;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 4% 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  background-image: none;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
@media (max-width: 991px) {
  /* line 1817, base/_base.scss */
  #filters-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 0;
  }
}
/* line 1835, base/_base.scss */
#filters-modal[data-status="closed"] {
  transform: scale3d(0.7, 0.7, 1);
}
/* line 1840, base/_base.scss */
#filters-modal[data-status="opened"] {
  transform: scale3d(1, 1, 1);
}
/* line 1845, base/_base.scss */
#filters-modal.slideOutModal {
  transform: scale3d(0.7, 0.7, 1);
  transition-duration: .2;
}
/* line 1850, base/_base.scss */
#filters-modal .modal-close {
  right: 40px;
  top: 40px;
}
@media (max-width: 991px) {
  /* line 1850, base/_base.scss */
  #filters-modal .modal-close {
    top: 20px;
    right: 20px;
  }
}
/* line 1860, base/_base.scss */
#filters-modal .title-modal {
  font-size: 52px;
  color: #7F17A2;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (max-width: 991px) {
  /* line 1860, base/_base.scss */
  #filters-modal .title-modal {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }
}
/* line 1877, base/_base.scss */
#filters-modal .ps--active-x > .ps__rail-x,
#filters-modal .ps--active-y > .ps__rail-y,
#filters-modal .ps .ps__rail-y:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 1884, base/_base.scss */
.default-background-variation {
  position: relative;
}
/* line 1887, base/_base.scss */
.default-background-variation .sphere-background-image {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.3;
  border: 1px solid #727272;
  border-radius: 50%;
}
/* line 1895, base/_base.scss */
.default-background-variation::before, .default-background-variation::after {
  content: " ";
  position: absolute;
  border-radius: 50%;
}
/* line 1903, base/_base.scss */
.default-background-variation::before {
  width: 150px;
  height: 150px;
  opacity: 0.3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
}
/* line 1910, base/_base.scss */
.default-background-variation::after {
  width: 45px;
  height: 45px;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
}
/* line 1916, base/_base.scss */
.default-background-variation[data-backgroundCombination="1"] .sphere-background-image {
  bottom: -30px;
  right: 30px;
}
/* line 1921, base/_base.scss */
.default-background-variation[data-backgroundCombination="1"]::before {
  width: 100px;
  height: 100px;
  top: -15px;
  right: -50px;
}
/* line 1927, base/_base.scss */
.default-background-variation[data-backgroundCombination="1"]::after {
  top: 190px;
  left: -15px;
}
/* line 1934, base/_base.scss */
.default-background-variation[data-backgroundCombination="2"] .sphere-background-image {
  top: -30px;
  left: 30px;
}
/* line 1939, base/_base.scss */
.default-background-variation[data-backgroundCombination="2"]::before {
  width: 100px;
  height: 100px;
  bottom: -60px;
  left: 10px;
}
/* line 1945, base/_base.scss */
.default-background-variation[data-backgroundCombination="2"]::after {
  top: 170px;
  right: -30px;
}
/* line 1952, base/_base.scss */
.default-background-variation[data-backgroundCombination="3"] .sphere-background-image {
  top: 35px;
  right: 50px;
}
/* line 1957, base/_base.scss */
.default-background-variation[data-backgroundCombination="3"]::before {
  bottom: -100px;
  right: 60px;
}
/* line 1962, base/_base.scss */
.default-background-variation[data-backgroundCombination="3"]::after {
  top: -20px;
  left: 85px;
}
/* line 1969, base/_base.scss */
.default-background-variation[data-backgroundCombination="4"] .sphere-background-image {
  top: 0;
  right: -20px;
}
/* line 1974, base/_base.scss */
.default-background-variation[data-backgroundCombination="4"]::before {
  bottom: -50px;
  left: -100px;
}
/* line 1979, base/_base.scss */
.default-background-variation[data-backgroundCombination="4"]::after {
  bottom: 20px;
  right: 30px;
}

/* line 1986, base/_base.scss */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
/* line 1990, base/_base.scss */
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: row;
}

/* line 1996, base/_base.scss */
.description-modal {
  color: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  /* line 1996, base/_base.scss */
  .description-modal {
    margin-bottom: 0;
  }
}

/* line 2005, base/_base.scss */
.noise-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/noise-background.png") repeat;
  opacity: .6;
  z-index: -1;
}

/* line 2015, base/_base.scss */
.linha-1 path,
.linha-2 path,
.linha-3 path {
  stroke-dashoffset: 100%;
  stroke-dasharray: 100%;
}

/* line 2021, base/_base.scss */
hr {
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle at 18% 0, #2468db, #7f17a2 31%, #c50a78 66%, #fc0057);
  margin: 100px 0 0;
  border: 0;
}
@media (max-width: 991px) {
  /* line 2021, base/_base.scss */
  hr {
    margin-top: 50px;
  }
}

/* line 2032, base/_base.scss */
.container-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 130vh;
  overflow-x: hidden;
  z-index: -1;
}

/* line 2039, base/_base.scss */
#gradient {
  position: absolute;
  display: block;
  width: 110%;
  top: 10%;
  right: 0;
  bottom: 0;
  left: -1px;
  transition: opacity 300ms ease;
}
@media (max-width: 1479px) {
  /* line 2039, base/_base.scss */
  #gradient {
    width: 120%;
    top: 5%;
  }
}
@media (max-width: 991px) {
  /* line 2039, base/_base.scss */
  #gradient {
    width: 140%;
    top: 10%;
  }
}
@media (max-width: 767px) {
  /* line 2039, base/_base.scss */
  #gradient {
    width: 180%;
    top: 15%;
  }
}

/* line 2065, base/_base.scss */
#lines-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media (max-width: 991px) {
  /* line 2065, base/_base.scss */
  #lines-background {
    display: none;
  }
}
/* line 2078, base/_base.scss */
#lines-background::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: linear-gradient(to top, #242626, rgba(36, 38, 38, 0));
}
/* line 2085, base/_base.scss */
#lines-background svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  left: -32%;
  width: 160%;
}
@media (max-width: 1479px) {
  /* line 2085, base/_base.scss */
  #lines-background svg {
    left: -15%;
    width: 130%;
  }
}
@media (max-width: 1199px) {
  /* line 2085, base/_base.scss */
  #lines-background svg {
    left: -10%;
    top: -15%;
    width: 120%;
  }
}

/* line 2106, base/_base.scss */
canvas {
  position: absolute;
}

/* line 2110, base/_base.scss */
.error-404 {
  font-size: 150px;
  line-height: 150px;
  color: #c50a78;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 50px;
}

/* line 2123, base/_base.scss */
.container-error-description p {
  text-align: center;
}

/* line 2128, base/_base.scss */
.scrollbar {
  position: relative;
  height: 100%;
  padding: 25px 100px 25px 25px;
}
@media (max-width: 1479px) {
  /* line 2128, base/_base.scss */
  .scrollbar {
    padding-top: 0;
    padding-right: 50px;
  }
}

/* line 2139, base/_base.scss */
.ps.ps--active-y > .ps__rail-y {
  opacity: 1;
}

/* line 2143, base/_base.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y,
.ps .ps__rail-y:hover {
  display: block;
  background-color: #ffffff;
  width: 8px;
}
@media (max-width: 991px) {
  /* line 2143, base/_base.scss */
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y,
  .ps .ps__rail-y:hover {
    width: 4px;
  }
}

/* line 2155, base/_base.scss */
.ps__thumb-y {
  background-color: #c50a78;
  border-radius: 0;
  transition: background-color .2s linear, width .15s ease-in-out;
  -webkit-transition: background-color .2s linear, width .15s ease-in-out;
  width: 4px;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  /* line 2155, base/_base.scss */
  .ps__thumb-y {
    width: 4px;
  }
}

@media (max-width: 991px) {
  /* line 2170, base/_base.scss */
  .ps__rail-y {
    right: 10px !important;
  }
}

/* line 2177, base/_base.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 8px;
  background-color: #c50a78;
}

/* line 2184, base/_base.scss */
.rgpd .container-buttons > div {
  position: fixed;
  display: none;
}

/* line 2189, base/_base.scss */
iframe {
  max-width: 100%;
}
@media (max-width: 1479px) {
  /* line 2189, base/_base.scss */
  iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  /* line 2189, base/_base.scss */
  iframe {
    height: 300px;
  }
}

/* SlideShow Detalhes */
/* line 2203, base/_base.scss */
.slides {
  position: relative;
}

/* line 2207, base/_base.scss */
.slides--contained {
  margin: 6rem 11rem 0 0;
}

/* line 2211, base/_base.scss */
.slides--contained {
  margin: 0 11rem 0 0;
  width: calc(100vw - 11rem - 4rem);
  display: flex;
  justify-content: flex-end;
}

/* line 2218, base/_base.scss */
.slide {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* line 2226, base/_base.scss */
.slide--current {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* line 2232, base/_base.scss */
.slide__img {
  width: 100%;
  height: 60vh;
}
@media all and (max-width: 500px) {
  /* line 2232, base/_base.scss */
  .slide__img {
    height: 30vh;
  }
}

/* line 2241, base/_base.scss */
.slides--contained .slide__img {
  width: 600px;
  max-width: 100%;
}

/* line 2246, base/_base.scss */
.slide__text {
  position: absolute;
  top: 50%;
  left: 20vw;
}

/* line 2252, base/_base.scss */
.slides--contained .slide__text {
  left: -10vw;
}

/* line 2256, base/_base.scss */
.slide:first-child .slide__text {
  color: #ffae1a;
}

/* line 2260, base/_base.scss */
.slide:nth-child(2) .slide__text {
  color: #58e8b3;
}

/* line 2264, base/_base.scss */
.slide:nth-child(3) .slide__text {
  color: #15c9ff;
}

/* line 2268, base/_base.scss */
.slide:nth-child(4) .slide__text {
  color: #ffc107;
}

/* line 2272, base/_base.scss */
.slide:nth-child(5) .slide__text {
  color: #fff;
}

/* line 2276, base/_base.scss */
.slide--current .slide__title {
  animation: glitch-anim-title 0.25s linear alternate 1 backwards;
}

/* line 2280, base/_base.scss */
.slide__title {
  font-weight: 400;
  font-size: 6rem;
  margin: 0 0 0.25rem;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 900;
  text-transform: none;
  cursor: default;
}

/* line 2290, base/_base.scss */
.slide__description {
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  max-width: 70%;
  cursor: default;
  color: #fff;
}

/* line 2300, base/_base.scss */
.slide__description a {
  color: #aaa;
  pointer-events: auto;
}

/* line 2305, base/_base.scss */
.slide__description a:hover {
  color: #fff;
}

/* line 2310, base/_base.scss */
.slides--contained {
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
  margin: 0 0 0 0.25rem;
  top: calc(50% - 0.5rem);
  left: calc(100vw - 600px - 11rem - 4rem - 10vw);
}

/* line 2319, base/_base.scss */
.slide-nav__button {
  display: block;
  background: none;
  border: 0;
  margin: 0 1rem 0 0;
  padding: 0;
  text-transform: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: var(--color-link);
}

/* line 2331, base/_base.scss */
.slide-nav__button span {
  display: block;
}

/* line 2335, base/_base.scss */
.slide-nav__button:focus {
  outline: none;
}

/* line 2339, base/_base.scss */
.slide-nav__button:hover span {
  animation: glitch-anim-text 0.5s linear alternate 1 backwards;
}

@media screen and (max-width: 65em) {
  /* line 2344, base/_base.scss */
  .slides--contained {
    margin: 0 !important;
    width: 80vw !important;
    padding: 0 0 2rem 0;
    justify-content: center !important;
  }

  /* line 2351, base/_base.scss */
  .slide__text {
    position: relative;
    top: auto;
    left: auto;
    margin: 1rem 0 0 0;
    text-align: center;
  }

  /* line 2359, base/_base.scss */
  .slides--contained .slide__text {
    left: auto;
  }

  /* line 2363, base/_base.scss */
  .slide {
    width: 100%;
  }

  /* line 2367, base/_base.scss */
  .slide__title {
    font-size: 2rem;
  }

  /* line 2371, base/_base.scss */
  .slide__description {
    font-size: 1rem;
  }

  /* line 2375, base/_base.scss */
  .slides--contained .slide__img {
    height: 80vh;
    width: 100%;
  }

  /* line 2380, base/_base.scss */
  .slide__description {
    max-width: none;
  }

  /* line 2384, base/_base.scss */
  .slides--contained + .slide-nav {
    left: auto !important;
    justify-content: center !important;
    position: relative !important;
    top: auto !important;
  }

  /* line 2391, base/_base.scss */
  .slide-nav__text {
    font-size: 1.5rem;
  }
}
/* line 2396, base/_base.scss */
.effect-1 {
  --gap-horizontal: 40px;
  --gap-vertical: 50px;
  --time-anim: 2s;
  --delay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: luminosity;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: #436161;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

/* Glitch styles */
/* line 2414, base/_base.scss */
.glitch {
  overflow: hidden;
  position: relative;
}

/* line 2419, base/_base.scss */
.glitch,
.glitch__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

/* line 2426, base/_base.scss */
.glitch__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blend-color-1);
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

/* line 2437, base/_base.scss */
.glitch__img:nth-child(n+2) {
  opacity: 0;
}

/* line 2441, base/_base.scss */
.glitch--animate .glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

/* line 2449, base/_base.scss */
.glitch--animate .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}

/* line 2455, base/_base.scss */
.glitch--animate .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}

/* line 2461, base/_base.scss */
.glitch--animate .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}

/* line 2467, base/_base.scss */
.glitch--animate .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}

/* Animations */
@keyframes glitch-anim-1 {
  0%,
	100% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  20% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  30% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  40% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  50% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  55% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  65% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  85% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
    clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
  }
  95% {
    -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
    clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
  }
}
@keyframes glitch-anim-2 {
  0%,
	100% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  10% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  15% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  17% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  19% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  33% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  35% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  40% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  45% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  49% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  50% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  55% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
    clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
  }
  60% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  70% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
    clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
    clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
  }
  90% {
    -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
    clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
  }
}
@keyframes glitch-anim-3 {
  0%,
	100% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  11% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  20% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  25% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  35% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  42% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  48% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  50% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  56% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  61% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  68% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  72% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  77% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  86% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  90% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  92% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  94% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}
@keyframes glitch-anim-text {
  0%,
	100% {
    transform: translate3d(2px, -2px, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  41% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  52% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  61% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  96% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}
@keyframes glitch-anim-title {
  0%,
	100% {
    transform: translate3d(2px, -2px, 0);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  41% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  52% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  61% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  75% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  96% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}
/* Flash */
@keyframes glitch-anim-flash {
  0%,
	5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%,
	100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
/* Change autocomplete styles in WebKit */
/* line 4, base/_inputs.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:focus,
input:focus {
  outline: none;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px transparent #000 inset;
  transition: background-color 5000s ease-in-out 0s, border-color 300ms ease, box-shadow 300ms ease;
}

/* line 21, base/_inputs.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea {
  display: block;
  background-color: transparent;
}

/* line 31, base/_inputs.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 35, base/_inputs.scss */
textarea {
  border: 0;
  resize: none;
}

/* line 40, base/_inputs.scss */
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 108, base/_inputs.scss */
input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 0 !important;
  float: left;
  z-index: 10;
  opacity: 0;
  vertical-align: middle;
}
/* line 113, base/_inputs.scss */
input[type="checkbox"][disabled] + label.form-check-label, input[type="checkbox"][disabled] + label + label.form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 123, base/_inputs.scss */
input[type="checkbox"]:checked + label.form-check-label:after, input[type="checkbox"]:checked + label + label.form-check-label:after {
  border-color: #7F17A2;
}
/* line 130, base/_inputs.scss */
input[type="checkbox"]:focus + label.form-check-label:before, input[type="checkbox"]:focus + label + label.form-check-label:before {
  box-shadow: 0 1px 4px rgba(127, 23, 162, 0.5);
}

/* line 136, base/_inputs.scss */
input[type="checkbox"] + label.form-check-label,
input[type="checkbox"] + label + label.form-check-label {
  padding-left: 30px;
  position: relative;
  margin-left: -20px;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  user-select: none;
}
/* line 140, base/_inputs.scss */
input[type="checkbox"] + label.form-check-label:before,
input[type="checkbox"] + label + label.form-check-label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px #ddd;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
}
/* line 144, base/_inputs.scss */
input[type="checkbox"] + label.form-check-label:after,
input[type="checkbox"] + label + label.form-check-label:after {
  content: '';
  width: 13px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(-45deg);
  border-radius: 0 0 0 2px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* line 162, base/_inputs.scss */
input[type="radio"] {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 0 !important;
  float: left;
  z-index: 10;
  opacity: 0;
  vertical-align: middle;
}
/* line 167, base/_inputs.scss */
input[type="radio"][disabled] + label.form-check-label, input[type="radio"][disabled] + label + label.form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 174, base/_inputs.scss */
input[type="radio"]:checked + label.form-check-label, input[type="radio"]:checked + label + label.form-check-label {
  position: relative;
}
/* line 178, base/_inputs.scss */
input[type="radio"]:checked + label.form-check-label:after, input[type="radio"]:checked + label + label.form-check-label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #c50a78;
}
/* line 193, base/_inputs.scss */
input[type="radio"]:focus + label.form-check-label:before, input[type="radio"]:focus + label + label.form-check-label:before {
  box-shadow: 0 1px 4px rgba(127, 23, 162, 0.5);
}

/* line 199, base/_inputs.scss */
input[type="radio"] + label.form-check-label,
input[type="radio"] + label + label.form-check-label {
  padding-left: 30px;
  position: relative;
  margin-left: -20px;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  user-select: none;
}
/* line 203, base/_inputs.scss */
input[type="radio"] + label.form-check-label:before,
input[type="radio"] + label + label.form-check-label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px #ddd;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
}

/* line 209, base/_inputs.scss */
.container-input {
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 10px 10px 20px 0 rgba(31, 31, 31, 0.1);
  border: 2px solid #7F17A2;
  background-color: rgba(31, 31, 31, 0.1);
  padding: 0 30px;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}
@media (max-width: 991px) {
  /* line 209, base/_inputs.scss */
  .container-input {
    padding: 15px 25px;
    height: auto;
    flex-direction: column;
  }
}
/* line 228, base/_inputs.scss */
.container-input.focus {
  box-shadow: 5px 5px 10px 0 rgba(197, 10, 120, 0.2);
  border-color: #c50a78;
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 234, base/_inputs.scss */
.container-input.error {
  box-shadow: 5px 5px 10px 0 rgba(31, 31, 31, 0.2);
  border-color: #FC0057;
  background-color: rgba(31, 31, 31, 0.1);
}
/* line 239, base/_inputs.scss */
.container-input.error::before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: -6px;
  background-color: #242626;
  border: 2px solid #FC0057;
  border-radius: 25px;
}
/* line 251, base/_inputs.scss */
.container-input.textarea {
  min-height: 200px;
  padding: 15px 30px;
  align-items: flex-start;
}
/* line 257, base/_inputs.scss */
.container-input label {
  width: 30%;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1199px) {
  /* line 257, base/_inputs.scss */
  .container-input label {
    width: 45%;
  }
}
@media (max-width: 991px) {
  /* line 257, base/_inputs.scss */
  .container-input label {
    width: 100%;
    padding-right: 0;
  }
}
/* line 276, base/_inputs.scss */
.container-input label::after {
  content: " ";
  width: 2px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #7F17A2;
}
@media (max-width: 991px) {
  /* line 276, base/_inputs.scss */
  .container-input label::after {
    display: none;
  }
}
/* line 289, base/_inputs.scss */
.container-input input,
.container-input textarea {
  width: 70%;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  /* line 289, base/_inputs.scss */
  .container-input input,
  .container-input textarea {
    width: 55%;
  }
}
@media (max-width: 991px) {
  /* line 289, base/_inputs.scss */
  .container-input input,
  .container-input textarea {
    width: 100%;
    padding: 0;
  }
}
/* line 307, base/_inputs.scss */
.container-input textarea {
  height: 100%;
}
@media (max-width: 991px) {
  /* line 307, base/_inputs.scss */
  .container-input textarea {
    min-height: 200px;
  }
}

/*the container must be positioned relative:*/
/* line 2, base/select.scss */
.custom-select-option {
  position: relative;
  font-size: 14px;
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
/* line 6, base/select.scss */
.custom-select-option select {
  display: block;
  /*hide original SELECT element:*/
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
/* line 16, base/select.scss */
.custom-select-option select.custom-select__mobile {
  z-index: 99 !important;
}
/* line 22, base/select.scss */
.custom-select-option ::-webkit-scrollbar {
  width: 10px;
}
/* line 27, base/select.scss */
.custom-select-option ::-webkit-scrollbar-track {
  border-left: 1px solid #eee;
  background: rgba(0, 0, 0, 0.05);
}
/* line 33, base/select.scss */
.custom-select-option ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}
/* line 36, base/select.scss */
.custom-select-option ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.25);
}

/* line 41, base/select.scss */
.select-selected {
  height: 34px;
  padding: 0 14px;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
  background-color: white;
  line-height: 34px;
  color: #232526;
  cursor: pointer;
  vertical-align: middle;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
}
/* line 54, base/select.scss */
.select-selected:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -2px);
  border: 4px solid transparent;
  border-color: #7c7c7c transparent transparent transparent;
}
/* line 67, base/select.scss */
.select-selected.select-arrow-active {
  border-radius: 3px 3px 0 0;
}
/* line 70, base/select.scss */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #7c7c7c transparent;
  transform: translate(0, -6px);
}

/*style the items (options), including the selected item:*/
/* line 79, base/select.scss */
.select-items div {
  height: 34px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  color: #ffffff;
  line-height: 34px;
  cursor: pointer;
  vertical-align: middle;
}

/*style items (options):*/
/* line 91, base/select.scss */
.select-items {
  max-height: 250px;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ddd;
  background-color: white;
}

/*hide the items when the select box is closed:*/
/* line 106, base/select.scss */
.select-hide {
  display: none;
}

/* line 110, base/select.scss */
.select-items div {
  background-color: white;
  color: #232526;
}
/* line 114, base/select.scss */
.select-items div:last-child {
  border-bottom: none;
}
/* line 118, base/select.scss */
.select-items div:hover {
  background-color: #7F17A2;
  color: white;
}

/* line 1, base/_file.scss */
.custom-file {
  position: relative;
}
/* line 4, base/_file.scss */
.custom-file input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* line 13, base/_file.scss */
.custom-file__mask {
  display: block;
  height: 34px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: white;
  color: #232526;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  transition: all 0.2s ease;
}
/* line 27, base/_file.scss */
.custom-file__mask:hover, .custom-file__mask:focus, .custom-file__mask:active {
  background-color: #ddd;
}

/* line 1, base/_forms.scss */
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="phone"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 10, base/_forms.scss */
.validate-form {
  position: relative;
}

/* line 14, base/_forms.scss */
.form-group {
  position: relative;
  margin-bottom: 15px;
}
/* line 18, base/_forms.scss */
.form-group:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/* line 26, base/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}

/* line 35, base/_forms.scss */
label.error {
  margin: 5px 0 0 0;
  color: #ff4301;
  font-size: 12px;
}
/* line 40, base/_forms.scss */
label.error + label {
  margin-bottom: 20px;
}

/* line 48, base/_forms.scss */
input[type="checkbox"].valid + label.error + label,
input[type="radio"].valid + label.error + label {
  margin-bottom: 0;
}

/* line 58, base/_forms.scss */
input[type="checkbox"] + label.error,
input[type="radio"] + label.error {
  position: absolute;
  bottom: 0;
  left: 30px;
  margin: 0;
  font-size: 12px;
}

/* line 71, base/_forms.scss */
.open-rgpd.loading {
  position: relative;
  color: transparent !important;
}
/* line 75, base/_forms.scss */
.open-rgpd.loading:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: white;
  border-right-color: white;
  animation: linear centeredRotation 0.8s infinite;
}

/* line 96, base/_forms.scss */
.rgpd,
.response-message {
  display: none;
  width: 100%;
  max-width: 475px;
  padding: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background-color: #242626;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  z-index: 4;
}
@media (max-width: 991px) {
  /* line 96, base/_forms.scss */
  .rgpd,
  .response-message {
    padding: 60px 30px;
  }
}
/* line 118, base/_forms.scss */
.rgpd.rgpd--open,
.response-message.rgpd--open {
  display: block;
}
/* line 122, base/_forms.scss */
.rgpd[data-status="opened"],
.response-message[data-status="opened"] {
  display: block;
}
/* line 126, base/_forms.scss */
.rgpd:after,
.response-message:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
/* line 133, base/_forms.scss */
.rgpd button,
.response-message button {
  margin-right: 25px;
}
/* line 136, base/_forms.scss */
.rgpd button:last-child,
.response-message button:last-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  /* line 136, base/_forms.scss */
  .rgpd button:last-child,
  .response-message button:last-child {
    margin-top: 10px;
  }
}
/* line 145, base/_forms.scss */
.rgpd p,
.response-message p {
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 991px) {
  /* line 151, base/_forms.scss */
  .container-buttons {
    display: inline-flex;
    flex-direction: column;
  }
}

/* line 158, base/_forms.scss */
.rgpd__title {
  margin-top: 0;
  color: #7F17A2;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  color: #c50a78;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 158, base/_forms.scss */
  .rgpd__title {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 174, base/_forms.scss */
.container-form {
  transition: filter 300ms ease;
  position: relative;
}
@media (max-width: 991px) {
  /* line 174, base/_forms.scss */
  .container-form {
    margin-top: 50px;
  }
}

/* line 183, base/_forms.scss */
.apply-filter {
  filter: blur(3px);
}
/* line 186, base/_forms.scss */
.apply-filter::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

/* line 1, base/_warnings.scss */
.warnings {
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 1, base/_warnings.scss */
  .warnings {
    font-size: 12px;
  }
}
/* line 11, base/_warnings.scss */
.warnings.warnings--show p {
  display: block !important;
}
/* line 18, base/_warnings.scss */
.warnings p {
  display: none;
  padding: 10px 20px;
  border-radius: 3px;
}

/* line 30, base/_warnings.scss */
.warnings__success {
  border: 1px solid #95db94;
  background-color: rgba(149, 219, 148, 0.6);
  color: white;
}

/* line 42, base/_warnings.scss */
.warnings__error {
  border: 1px solid #ff4301;
  background-color: rgba(255, 67, 1, 0.6);
  color: white;
}

/* line 4, base/_buttons.scss */
.btn {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 20px;
  padding: 1px;
  letter-spacing: 3.5px;
  overflow: hidden;
  z-index: 1;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6), 0 0 10px 0 rgba(127, 23, 162, 0.5);
}
/* line 19, base/_buttons.scss */
.btn:hover {
  color: #ffffff;
}
/* line 22, base/_buttons.scss */
.btn:hover::before {
  opacity: 0;
}
/* line 27, base/_buttons.scss */
.btn:hover .btn-mask::after {
  width: calc(100% + 2px);
}
/* line 33, base/_buttons.scss */
.btn:focus, .btn:active {
  text-decoration: none;
}
/* line 38, base/_buttons.scss */
.btn .btn-mask {
  position: relative;
  padding: 11px 30px;
  background-color: #242626;
  display: block;
  border-radius: 20px;
}
/* line 46, base/_buttons.scss */
.btn .btn-mask::after {
  content: " ";
  background-color: #c50a78;
  width: 0;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  transition: width 500ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 56, base/_buttons.scss */
.btn.inactive {
  color: #525252;
  background-image: linear-gradient(107deg, #1f1f1f, #525252);
  box-shadow: none;
  display: inline-block;
  cursor: default;
}
/* line 63, base/_buttons.scss */
.btn.inactive .btn-mask {
  background-color: #242626;
}
/* line 66, base/_buttons.scss */
.btn.inactive .btn-mask::after {
  display: none;
}
/* line 73, base/_buttons.scss */
.btn.reject-rgpd {
  background-image: none;
  box-shadow: none;
}
/* line 77, base/_buttons.scss */
.btn.reject-rgpd::after {
  display: none;
}
/* line 81, base/_buttons.scss */
.btn.reject-rgpd .btn-mask {
  background-color: #1f1f1f;
}

/* line 88, base/_buttons.scss */
.btn-text {
  position: relative;
  align-items: center;
  display: flex;
  z-index: 1;
}

/* line 95, base/_buttons.scss */
.btn-line-lg {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
}
/* line 104, base/_buttons.scss */
.btn-line-lg:hover {
  color: #ffffff;
}
/* line 107, base/_buttons.scss */
.btn-line-lg:hover::after {
  box-shadow: 3px 3px 10px 0 #c50a78;
  width: 100%;
}
/* line 113, base/_buttons.scss */
.btn-line-lg::before {
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #7F17A2;
}
/* line 120, base/_buttons.scss */
.btn-line-lg::after {
  content: " ";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #c50a78;
  transition: width 300ms cubic-bezier(0.5, 0.08, 0, 0.88), box-shadow 300ms cubic-bezier(0.5, 0.08, 0, 0.88) 50ms;
}

/* line 129, base/_buttons.scss */
.btn-line {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  border-bottom: 1px solid #7F17A2;
  transition: border-bottom 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 136, base/_buttons.scss */
.btn-line:hover {
  border-color: #c50a78;
  color: #ffffff;
}

/* line 143, base/_buttons.scss */
.btn-solid {
  position: relative;
  padding: 20px 60px;
  background-color: #7F17A2;
  border-radius: 40px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 3px 10px 0 transparent;
  letter-spacing: 3.5px;
  overflow: hidden;
  transition: box-shadow 500ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 157, base/_buttons.scss */
.btn-solid::before {
  content: " ";
  background-color: #c50a78;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 500ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 166, base/_buttons.scss */
.btn-solid:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
/* line 170, base/_buttons.scss */
.btn-solid:hover::before {
  width: 100%;
}

/* line 176, base/_buttons.scss */
.btn-default {
  border: 1px solid #e9e9e9;
  background-color: transparent;
  color: #232526;
}
/* line 184, base/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active {
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
  color: #232526;
}

/* line 196, base/_buttons.scss */
.btn-primary {
  background-color: #7F17A2;
  color: white;
}
/* line 204, base/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0277bd;
  color: #c50a78;
}

/* line 216, base/_buttons.scss */
.btn-secondary {
  background-color: #242626;
  color: white;
}
/* line 224, base/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #311b92;
  color: #ede7f6;
}

/* line 236, base/_buttons.scss */
.btn-success {
  background-color: #95db94;
  color: white;
}
/* line 244, base/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #c50a78;
  color: white;
}

/* line 256, base/_buttons.scss */
.btn-xs {
  padding: 1px 15px;
  font-size: 10px;
}

/* line 261, base/_buttons.scss */
.btn-sm {
  padding: 5px 20px;
  font-size: 12px;
}

/* line 266, base/_buttons.scss */
.btn-lg {
  padding: 15px 40px;
  font-size: 18px;
}

/* line 271, base/_buttons.scss */
.btn-xl {
  padding: 25px 50px;
  font-size: 24px;
}

/* line 276, base/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* Barra cookies */
/* line 3, base/_cookies.scss */
.in-modal .cookies-wrapper {
  overflow: auto;
}

/* line 7, base/_cookies.scss */
.cookies-wrapper {
  display: none;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
/* line 19, base/_cookies.scss */
.cookies-wrapper * {
  box-sizing: border-box;
}
/* line 23, base/_cookies.scss */
.cookies-wrapper button {
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 23, base/_cookies.scss */
  .cookies-wrapper button {
    display: block;
  }
}

/* line 33, base/_cookies.scss */
.cookies__container-buttons .btn {
  text-align: left;
}

/* line 38, base/_cookies.scss */
.cookies-box {
  max-width: 700px;
  padding: 30px 15px 60px 15px;
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #242626;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  /* line 38, base/_cookies.scss */
  .cookies-box {
    padding: 30px 30px 60px 30px;
  }
}

/* line 53, base/_cookies.scss */
.cookies__title {
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  color: #c50a78;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 65, base/_cookies.scss */
.cookies-bar-message {
  display: block;
  float: left;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1em;
  line-height: 20px;
  margin-top: 0;
}

/* line 75, base/_cookies.scss */
.cookies-settings {
  display: none;
}

/* line 79, base/_cookies.scss */
.cookies-settings-cancel {
  box-shadow: none;
  background-image: none;
}
@media (min-width: 768px) {
  /* line 79, base/_cookies.scss */
  .cookies-settings-cancel {
    text-align: right;
  }
}
/* line 87, base/_cookies.scss */
.cookies-settings-cancel .btn-mask {
  background-color: #1f1f1f;
}

/* line 92, base/_cookies.scss */
.cookie-info {
  display: block;
  padding-left: 30px;
  line-height: 16px;
}

/* line 98, base/_cookies.scss */
.cookies-policy-link {
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 15px 15px;
  background-color: #eee;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 98, base/_cookies.scss */
  .cookies-policy-link {
    padding: 0 45px;
  }
}

/* line 113, base/_cookies.scss */
.cookies-bar-know-more {
  color: #242626;
  font-size: 0.85em;
  line-height: 30px;
  transition: color 0.2s ease;
}
/* line 119, base/_cookies.scss */
.cookies-bar-know-more:hover {
  color: #c50a78;
}

/* line 125, base/_cookies.scss */
.cookies-message p {
  display: none;
}
/* line 129, base/_cookies.scss */
.cookies-message b {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  /* line 138, base/_cookies.scss */
  .cookies-bar-message {
    height: auto;
  }

  /* line 142, base/_cookies.scss */
  .cookies-bar-know-more {
    padding-left: 0;
  }
}
/* Barra cookies END */
@keyframes centeredRotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* line 1, layout/_loba.scss */
.description-resume,
.specifications-detail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  /* line 1, layout/_loba.scss */
  .description-resume,
  .specifications-detail {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 10px 0 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 20, layout/_loba.scss */
.description-resume::before, .description-resume::after,
.specifications-detail::before,
.specifications-detail::after {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 28, layout/_loba.scss */
.description-resume::before,
.specifications-detail::before {
  background-image: radial-gradient(circle at 18% 0, #2468db, #7f17a2 31%, #c50a78 66%, #fc0057);
}
/* line 32, layout/_loba.scss */
.description-resume::after,
.specifications-detail::after {
  top: initial;
  bottom: 0;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
}
/* line 38, layout/_loba.scss */
.description-resume p,
.specifications-detail p {
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
  width: 65%;
}
@media (max-width: 991px) {
  /* line 38, layout/_loba.scss */
  .description-resume p,
  .specifications-detail p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 51, layout/_loba.scss */
  .description-resume .btn,
  .specifications-detail .btn {
    margin-top: 20px;
  }
}
/* line 58, layout/_loba.scss */
.description-resume .container-hashtags,
.specifications-detail .container-hashtags {
  margin-bottom: 0;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  /* line 58, layout/_loba.scss */
  .description-resume .container-hashtags,
  .specifications-detail .container-hashtags {
    justify-content: flex-start;
  }
}
/* line 67, layout/_loba.scss */
.description-resume .container-hashtags .hashtags__item,
.specifications-detail .container-hashtags .hashtags__item {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 67, layout/_loba.scss */
  .description-resume .container-hashtags .hashtags__item,
  .specifications-detail .container-hashtags .hashtags__item {
    margin-bottom: 5px;
  }
}

/* line 78, layout/_loba.scss */
.useful-links {
  position: fixed;
  top: 50%;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 78, layout/_loba.scss */
  .useful-links {
    display: none;
  }
}
/* line 89, layout/_loba.scss */
.useful-links.hide-block {
  opacity: 0;
}

/* line 94, layout/_loba.scss */
.useful-links__title {
  font-size: 16px;
  line-height: 20px;
  color: #FC0057;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  display: table;
}
/* line 103, layout/_loba.scss */
.useful-links__title:focus {
  color: #FC0057;
}
/* line 108, layout/_loba.scss */
.useful-links__title:hover, .useful-links__title.selected {
  color: #FC0057;
}
/* line 112, layout/_loba.scss */
.useful-links__title:hover::after, .useful-links__title.selected::after {
  width: calc(100% + 20px);
  box-shadow: 0 0 5px 1px #FC0057;
}
/* line 118, layout/_loba.scss */
.useful-links__title::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 1px;
  box-shadow: 0 0 0 0px #FC0057;
  background-color: #FC0057;
  transition: box-shadow 300ms cubic-bezier(0.5, 0.08, 0, 0.88), width 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}

/* line 129, layout/_loba.scss */
.useful-link__items {
  display: table;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #ededed;
  font-weight: 400;
}
/* line 138, layout/_loba.scss */
.useful-link__items::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: 1px;
  opacity: 0;
  box-shadow: 0 0 5px 2px #ffffff;
  background-color: rgba(255, 255, 255, 0.67);
  transform: translateX(-50%);
}
/* line 148, layout/_loba.scss */
.useful-link__items::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 1px;
  box-shadow: 0 0 0 0px #7F17A2;
  background-color: #7F17A2;
  transition: box-shadow 300ms cubic-bezier(0.5, 0.08, 0, 0.88), width 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 158, layout/_loba.scss */
.useful-link__items:hover {
  color: #ededed;
}
/* line 161, layout/_loba.scss */
.useful-link__items:hover::after {
  width: calc(100% + 20px);
  box-shadow: 0 0 5px 1px #7F17A2;
}
/* line 167, layout/_loba.scss */
.useful-link__items.selected {
  cursor: default;
  text-shadow: 0 0 10px #ffffff;
}
/* line 171, layout/_loba.scss */
.useful-link__items.selected::after {
  display: none;
}
/* line 175, layout/_loba.scss */
.useful-link__items.selected::before {
  opacity: 0.6;
}

/* line 183, layout/_loba.scss */
.information-block {
  margin-top: 100px;
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.212);
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 183, layout/_loba.scss */
  .information-block {
    margin-top: 50px;
  }
}
/* line 192, layout/_loba.scss */
.information-block .information-block__background {
  position: relative;
  padding-bottom: 30px;
  margin-top: 20px;
  background-color: rgba(31, 31, 31, 0.4);
}
@media (max-width: 991px) {
  /* line 192, layout/_loba.scss */
  .information-block .information-block__background {
    margin-top: 20px;
    padding: 0 20px 20px;
  }
}
/* line 207, layout/_loba.scss */
.information-block[data-backgroundcombination="1"] .information-block__background::before {
  content: " ";
  position: absolute;
  right: 19%;
  bottom: 25%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
  opacity: .5;
}
/* line 217, layout/_loba.scss */
.information-block[data-backgroundcombination="1"] .information-block__background::after {
  content: " ";
  position: absolute;
  right: -6%;
  bottom: -11%;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
}
/* line 230, layout/_loba.scss */
.information-block[data-backgroundcombination="2"] .information-block__background::before {
  content: " ";
  position: absolute;
  right: 19%;
  bottom: -2%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
  opacity: .5;
}
/* line 240, layout/_loba.scss */
.information-block[data-backgroundcombination="2"] .information-block__background::after {
  content: " ";
  position: absolute;
  right: -9%;
  bottom: 30%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
}
/* line 253, layout/_loba.scss */
.information-block[data-backgroundcombination="3"] .information-block__background::before {
  content: " ";
  position: absolute;
  right: -2%;
  bottom: 30%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
  opacity: .5;
}
/* line 263, layout/_loba.scss */
.information-block[data-backgroundcombination="3"] .information-block__background::after {
  content: " ";
  position: absolute;
  right: 20%;
  bottom: -13%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
}
/* line 276, layout/_loba.scss */
.information-block[data-backgroundcombination="4"] .information-block__background::before {
  content: " ";
  position: absolute;
  right: 40%;
  bottom: -1%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
  opacity: .5;
}
/* line 286, layout/_loba.scss */
.information-block[data-backgroundcombination="4"] .information-block__background::after {
  content: " ";
  position: absolute;
  right: -5%;
  bottom: 10%;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  border: 1px solid #727272;
  z-index: -1;
}

/* line 298, layout/_loba.scss */
.access-information-list {
  padding: 0 60px;
}
@media (max-width: 991px) {
  /* line 298, layout/_loba.scss */
  .access-information-list {
    padding: 0;
  }
}
/* line 305, layout/_loba.scss */
.access-information-list p {
  font-size: 14px;
  line-height: 26px;
}

/* line 312, layout/_loba.scss */
.access-information-list__item {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  /* line 312, layout/_loba.scss */
  .access-information-list__item {
    border-top: 0;
    padding-top: 20px;
  }
}
/* line 321, layout/_loba.scss */
.access-information-list__item:first-child {
  border-top: 5px solid #c50a78;
}
@media (max-width: 991px) {
  /* line 321, layout/_loba.scss */
  .access-information-list__item:first-child {
    border-top: 0;
  }
}
/* line 329, layout/_loba.scss */
.access-information-list__item .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 329, layout/_loba.scss */
  .access-information-list__item .btn {
    margin-top: 10px;
  }
}

/* line 338, layout/_loba.scss */
.challenge-case__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media (max-width: 991px) {
  /* line 338, layout/_loba.scss */
  .challenge-case__image {
    display: none;
  }
}

/* line 351, layout/_loba.scss */
.challenge-case {
  position: relative;
}
@media (max-width: 991px) {
  /* line 354, layout/_loba.scss */
  .challenge-case .information-block__short-description {
    margin-bottom: 0;
  }
}
/* line 360, layout/_loba.scss */
.challenge-case .information-block__background {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  /* line 360, layout/_loba.scss */
  .challenge-case .information-block__background {
    padding-bottom: 40px;
  }
}
/* line 368, layout/_loba.scss */
.challenge-case .access-information-list__item {
  border-top: 0;
  padding-bottom: 5px;
}
/* line 372, layout/_loba.scss */
.challenge-case .access-information-list__item:first-child {
  border-top: 5px solid #c50a78;
}
@media (max-width: 991px) {
  /* line 372, layout/_loba.scss */
  .challenge-case .access-information-list__item:first-child {
    border-top: 0;
  }
}

/* line 382, layout/_loba.scss */
.location-challenge__title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  color: #FC0057;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
@media (max-width: 991px) {
  /* line 382, layout/_loba.scss */
  .location-challenge__title {
    margin-bottom: 10px;
  }
}

/* line 396, layout/_loba.scss */
.location-challenge {
  margin-top: 20px;
}
/* line 399, layout/_loba.scss */
.location-challenge p {
  margin: 0;
}
/* line 403, layout/_loba.scss */
.location-challenge a {
  border-bottom: 1px solid #7F17A2;
  color: white;
}

/* line 409, layout/_loba.scss */
.information-block__title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 40px;
  color: #c50a78;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -20px;
}
@media (max-width: 991px) {
  /* line 409, layout/_loba.scss */
  .information-block__title {
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    padding-right: 30%;
    position: relative;
  }
  /* line 427, layout/_loba.scss */
  .information-block__title::after {
    content: " ";
    width: 20%;
    height: 5px;
    position: absolute;
    top: 10px;
    right: -20px;
    background-color: #c50a78;
  }
}

/* line 437, layout/_loba.scss */
.information-block__short-description {
  position: relative;
  z-index: 1;
  font-size: 25px;
  line-height: 40px;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  /* line 437, layout/_loba.scss */
  .information-block__short-description {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 30px;
  }
}

/* line 451, layout/_loba.scss */
#block-footer-highlighted {
  position: relative;
  background-color: #242626;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.5);
  border-top: 1px solid #727272;
  padding: 165px 0;
  margin-bottom: -180px;
  margin-top: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 451, layout/_loba.scss */
  #block-footer-highlighted {
    margin-top: 100px;
    padding: 50px 15px;
    margin-bottom: -135px;
  }
}
/* line 467, layout/_loba.scss */
#block-footer-highlighted::before {
  content: " ";
  position: absolute;
  top: -40px;
  right: 25%;
  width: 140px;
  height: 140px;
  border: solid 1px #727272;
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 467, layout/_loba.scss */
  #block-footer-highlighted::before {
    top: -50px;
    right: -90px;
  }
}
/* line 482, layout/_loba.scss */
#block-footer-highlighted::after {
  content: " ";
  position: absolute;
  top: 50px;
  left: 15%;
  width: 600px;
  height: 600px;
  border: solid 1px #727272;
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 482, layout/_loba.scss */
  #block-footer-highlighted::after {
    width: 380px;
    height: 380px;
    bottom: -160px;
    top: initial;
    left: -220px;
  }
}
@media (max-width: 991px) {
  /* line 500, layout/_loba.scss */
  #block-footer-highlighted .centered-vertically {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  /* line 507, layout/_loba.scss */
  #block-footer-highlighted .align-right {
    text-align: left;
  }
}
@media (max-width: 991px) {
  /* line 514, layout/_loba.scss */
  #block-footer-highlighted .btn {
    margin-top: 50px;
  }
}

/* line 522, layout/_loba.scss */
.block-footer-highlighted__line {
  width: 100%;
  height: 2px;
  background-color: #c50a78;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 522, layout/_loba.scss */
  .block-footer-highlighted__line {
    display: none;
  }
}

/* line 534, layout/_loba.scss */
.block-footer-highlighted__pre-title {
  font-size: 16px;
  line-height: 22px;
  color: #c50a78;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}

/* line 546, layout/_loba.scss */
.block-footer-highlighted__title {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 546, layout/_loba.scss */
  .block-footer-highlighted__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 564, layout/_loba.scss */
.filters-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(36, 38, 38, 0.4);
  padding: 10px 30px;
}
@media (max-width: 991px) {
  /* line 564, layout/_loba.scss */
  .filters-control {
    flex-direction: column;
    padding: 20px 20px 30px;
  }
}

/* line 578, layout/_loba.scss */
.filters-control__keywords-container {
  display: flex;
  width: 90%;
}
@media (max-width: 991px) {
  /* line 578, layout/_loba.scss */
  .filters-control__keywords-container {
    flex-direction: column;
    width: 100%;
  }
}

/* line 588, layout/_loba.scss */
.filters-control__keywords-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 30px;
  border-radius: 6px;
  padding: 5px 15px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #242626;
  color: #ffffff;
  box-shadow: 0 3px 0 0 transparent, 0 0 0 0 rgba(127, 23, 162, 0);
  transition: color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}
@media (max-width: 991px) {
  /* line 588, layout/_loba.scss */
  .filters-control__keywords-item {
    margin-right: 0;
    margin-top: 15px;
  }
}
/* line 610, layout/_loba.scss */
.filters-control__keywords-item:last-child {
  margin-right: 0;
}
/* line 614, layout/_loba.scss */
.filters-control__keywords-item.highlighted {
  background-color: #171616;
  color: #ededed;
}
/* line 619, layout/_loba.scss */
.filters-control__keywords-item.filter-clickable:hover {
  background-color: #727272;
}
/* line 623, layout/_loba.scss */
.filters-control__keywords-item.filter-active {
  background-color: #7F17A2 !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5), 0 0 10px 0 rgba(127, 23, 162, 0.6);
}
/* line 628, layout/_loba.scss */
.filters-control__keywords-item > [class*='icon-'] {
  margin-left: -15px;
}

/* line 633, layout/_loba.scss */
.service-tool__item,
.main-items,
.results-items,
.download-section,
.event-items {
  width: 100%;
  padding: 60px;
  border-radius: 15px;
  box-shadow: 0 2px 30px 0 #171616;
  background-color: #242626;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  /* line 633, layout/_loba.scss */
  .service-tool__item,
  .main-items,
  .results-items,
  .download-section,
  .event-items {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  /* line 633, layout/_loba.scss */
  .service-tool__item,
  .main-items,
  .results-items,
  .download-section,
  .event-items {
    padding: 50px 30px 60px;
  }
}
/* line 654, layout/_loba.scss */
.service-tool__item .container-text__with-shadow,
.main-items .container-text__with-shadow,
.results-items .container-text__with-shadow,
.download-section .container-text__with-shadow,
.event-items .container-text__with-shadow {
  height: 155px;
}
@media (max-width: 1479px) {
  /* line 654, layout/_loba.scss */
  .service-tool__item .container-text__with-shadow,
  .main-items .container-text__with-shadow,
  .results-items .container-text__with-shadow,
  .download-section .container-text__with-shadow,
  .event-items .container-text__with-shadow {
    height: auto;
  }
}
/* line 662, layout/_loba.scss */
.service-tool__item p,
.main-items p,
.results-items p,
.download-section p,
.event-items p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
/* line 668, layout/_loba.scss */
.service-tool__item .btn,
.main-items .btn,
.results-items .btn,
.download-section .btn,
.event-items .btn {
  margin-top: 30px;
}

/* line 673, layout/_loba.scss */
.person-list {
  margin-top: -30px;
}
@media all and (max-width: 767px) {
  /* line 676, layout/_loba.scss */
  .person-list .col-sm-6 {
    width: 100%;
    max-width: 313px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

/* line 696, layout/_loba.scss */
.service-tool__title,
.person-list__title,
.main-items__title,
.results-items__title,
.event-items__title,
.consortium-list__title,
.advisory-list__title {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  color: #c50a78;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0;
}

/* line 712, layout/_loba.scss */
.container-text__with-shadow {
  overflow: hidden;
}

/* line 716, layout/_loba.scss */
.inner-text_with-shadow {
  position: relative;
  height: inherit;
}
/* line 720, layout/_loba.scss */
.inner-text_with-shadow::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: url("../img/shadow-text-pattern.png") repeat-x;
}

/* line 728, layout/_loba.scss */
#view-more {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #1f1f1f;
  margin-top: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  transition: background-color 300ms ease;
}
@media (max-width: 991px) {
  /* line 728, layout/_loba.scss */
  #view-more {
    margin-top: 30px;
  }
}
/* line 743, layout/_loba.scss */
#view-more:hover {
  background-color: #c50a78;
}

/* line 748, layout/_loba.scss */
#open-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-left: 15px;
}
@media (max-width: 991px) {
  /* line 748, layout/_loba.scss */
  #open-filters {
    width: 100%;
    font-size: 13px;
    margin-left: 0;
  }
}
/* line 761, layout/_loba.scss */
#open-filters span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* line 767, layout/_loba.scss */
#open-filters img {
  margin-left: 20px;
}

/* line 772, layout/_loba.scss */
.filter-area {
  margin-top: 60px;
}
/* line 775, layout/_loba.scss */
.filter-area .filters-control__keywords-container {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -30px;
}
@media (max-width: 991px) {
  /* line 775, layout/_loba.scss */
  .filter-area .filters-control__keywords-container {
    margin-bottom: 0;
    flex-direction: row;
    margin-left: -7px;
  }
}
/* line 787, layout/_loba.scss */
.filter-area .filters-control__keywords-item {
  margin-right: 30px;
  background-color: #171616;
  color: #ededed;
  margin-bottom: 15px;
  flex-grow: 0;
}
@media (max-width: 991px) {
  /* line 787, layout/_loba.scss */
  .filter-area .filters-control__keywords-item {
    margin-bottom: 0;
    margin-right: 7px;
    margin-left: 7px;
  }
}
/* line 800, layout/_loba.scss */
.filter-area .filters-control__keywords-item:last-child {
  margin-right: 0;
}

/* line 807, layout/_loba.scss */
.filter-area__title {
  font-size: 32px;
  line-height: 32px;
  color: #c50a78;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 807, layout/_loba.scss */
  .filter-area__title {
    font-size: 16px;
    line-height: 16px;
    width: calc(100% - 90px);
    display: inline-block;
  }
}

/* line 823, layout/_loba.scss */
.filter-area__item-actor {
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  margin-top: -30px;
  box-shadow: 0 0 0 0 transparent;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 300ms ease, box-shadow 300ms ease;
}
@media (max-width: 1199px) {
  /* line 823, layout/_loba.scss */
  .filter-area__item-actor {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* line 823, layout/_loba.scss */
  .filter-area__item-actor {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
  }
}
/* line 843, layout/_loba.scss */
.filter-area__item-actor.filter-active {
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
/* line 847, layout/_loba.scss */
.filter-area__item-actor.filter-active .check-item {
  opacity: 1;
}
/* line 851, layout/_loba.scss */
.filter-area__item-actor.filter-active .filter-area__item-actor__title {
  color: #ffffff;
}
/* line 855, layout/_loba.scss */
.filter-area__item-actor.filter-active .oval-glow {
  opacity: 1;
}
/* line 858, layout/_loba.scss */
.filter-area__item-actor.filter-active .oval-glow::after {
  background-color: #2b2d2d;
}
/* line 866, layout/_loba.scss */
.filter-area__item-actor.filter-active .oval-border::before {
  opacity: 1;
}
/* line 870, layout/_loba.scss */
.filter-area__item-actor.filter-active .oval-border::after {
  opacity: 0;
}

@media (max-width: 475px) {
  /* line 877, layout/_loba.scss */
  .filter-area__item-actor:not(.filter-mobile) {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 260px;
  }
}
@media (min-width: 476px) and (max-width: 991px) {
  /* line 877, layout/_loba.scss */
  .filter-area__item-actor:not(.filter-mobile) {
    display: flex;
    margin-right: initial;
    margin-left: initial;
    max-width: initial;
    align-items: center;
  }
}
@media (min-width: 476px) and (max-width: 991px) {
  /* line 892, layout/_loba.scss */
  .filter-area__item-actor:not(.filter-mobile) .filter-area__item-actor__title {
    text-align: left;
    margin-top: 0;
    flex-basis: 60%;
    padding-left: 40px;
  }
}

/* line 904, layout/_loba.scss */
.filter-area__item-actor__title {
  color: #727272;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  transition: color 300ms ease;
}

/* line 914, layout/_loba.scss */
.check-item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  opacity: 0;
  box-shadow: 0 0 10px 0 #7F17A2;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 914, layout/_loba.scss */
  .check-item {
    order: 3;
  }
}
@media (min-width: 476px) and (max-width: 991px) {
  /* line 914, layout/_loba.scss */
  .check-item {
    align-self: flex-start;
    flex-basis: auto;
  }
}

/* line 934, layout/_loba.scss */
.container-svg {
  position: relative;
}
@media (min-width: 476px) and (max-width: 991px) {
  /* line 934, layout/_loba.scss */
  .container-svg {
    flex-basis: 40%;
  }
}
/* line 941, layout/_loba.scss */
.container-svg img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin: 0 auto;
  max-height: 160px;
}

/* line 950, layout/_loba.scss */
.oval-border {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -2%;
  left: 0;
  border-radius: 100%;
  background-color: #242626;
}
/* line 956, layout/_loba.scss */
.oval-border::before {
  content: " ";
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: radial-gradient(circle at 18% 0, #2468db, #7f17a2 31%, #c50a78 66%, #fc0057);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.21, 0.22, 0.74, 0.97);
}
/* line 967, layout/_loba.scss */
.oval-border::after {
  content: " ";
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #727272;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.21, 0.22, 0.74, 0.97);
}

/* line 979, layout/_loba.scss */
.oval-glow {
  z-index: 2;
  width: 105%;
  height: 40px;
  position: absolute;
  bottom: -2%;
  left: -2%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  border-radius: 100%;
  background-image: radial-gradient(circle at 18% 0, #2468db, #7f17a2 31%, #c50a78 66%, #fc0057);
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.21, 0.22, 0.74, 0.97);
}
/* line 990, layout/_loba.scss */
.oval-glow::after {
  content: " ";
  background-color: #242626;
  width: 90%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  left: 5%;
  border-radius: 100%;
}

/* line 1000, layout/_loba.scss */
.person-list__item,
.consortium-list__item,
.advisory-list__item {
  width: 100%;
  text-align: center;
  background-color: #242626;
  padding: 0 45px 70px;
  position: relative;
  box-shadow: 0 2px 30px 0 #171616;
  border-radius: 15px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  /* line 1000, layout/_loba.scss */
  .person-list__item,
  .consortium-list__item,
  .advisory-list__item {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  /* line 1000, layout/_loba.scss */
  .person-list__item,
  .consortium-list__item,
  .advisory-list__item {
    padding: 0 30px 40px;
  }
}

/* line 1022, layout/_loba.scss */
.person-list__container-backgrounds,
.consortium-list__container-backgrounds,
.advisory-list__container-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

/* line 1031, layout/_loba.scss */
.person-list__title {
  margin: 10px 0 40px;
  height: 64px;
  font-size: 22px;
}
@media (max-width: 991px) {
  /* line 1031, layout/_loba.scss */
  .person-list__title {
    margin: 0 0 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1031, layout/_loba.scss */
  .person-list__title {
    height: auto;
  }
}

/* line 1046, layout/_loba.scss */
.person-list__image,
.consortium-list__image,
.advisory-list__image {
  width: 100%;
  border-radius: 50%;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  top: -20px;
  z-index: 1;
  overflow: hidden;
}
/* line 1057, layout/_loba.scss */
.person-list__image:before,
.consortium-list__image:before,
.advisory-list__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 1063, layout/_loba.scss */
.person-list__image img,
.consortium-list__image img,
.advisory-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* line 1070, layout/_loba.scss */
.become-member,
.event-register {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.5);
  background-color: #242626;
  background-image: url("../img/lines-vector-background.svg");
  background-position: left 105% top 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0;
  margin-top: 100px;
}
@media (max-width: 991px) {
  /* line 1070, layout/_loba.scss */
  .become-member,
  .event-register {
    margin-top: 50px;
    padding: 50px 30px;
  }
}
/* line 1089, layout/_loba.scss */
.become-member::before,
.event-register::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 70%;
  background: url(../img/line-vertical-pattern.png) repeat-y;
}
/* line 1096, layout/_loba.scss */
.become-member::after,
.event-register::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 20px;
  background: url(../img/line-vertical-pattern.png) repeat-x;
}
@media (max-width: 991px) {
  /* line 1096, layout/_loba.scss */
  .become-member::after,
  .event-register::after {
    display: none;
  }
}
/* line 1107, layout/_loba.scss */
.become-member .btn,
.event-register .btn {
  margin-top: 60px;
}

/* line 1112, layout/_loba.scss */
.become-member__pre-title,
.event-register__pre-title {
  font-weight: 700;
  color: #7F17A2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 1120, layout/_loba.scss */
.become-member__title,
.event-register__title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 300;
}
@media (max-width: 991px) {
  /* line 1120, layout/_loba.scss */
  .become-member__title,
  .event-register__title {
    font-size: 20px;
  }
}

/* line 1132, layout/_loba.scss */
.eventDetail-form {
  margin-top: 25px;
  margin-bottom: 75px;
}

/* line 1137, layout/_loba.scss */
.eventDetail-formTitle {
  font-size: 25px;
  line-height: 40px;
  color: white;
  font-weight: 700;
}

/* line 1144, layout/_loba.scss */
.sphere-1-background-image {
  position: absolute;
  top: -100px;
  right: -40px;
  width: 300px;
  height: 300px;
  box-shadow: 20px 20px 20px 1px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 1144, layout/_loba.scss */
  .sphere-1-background-image {
    width: 200px;
    height: 200px;
    top: initial;
    bottom: -100px;
    right: -100px;
  }
}

/* line 1159, layout/_loba.scss */
.sphere-2-background-image {
  position: absolute;
  top: 80px;
  right: 200px;
  width: 70px;
  height: 70px;
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 1159, layout/_loba.scss */
  .sphere-2-background-image {
    top: initial;
    bottom: 70px;
    right: 15px;
  }
}

/* line 1173, layout/_loba.scss */
.sphere-3-background-image {
  position: absolute;
  bottom: -35px;
  left: -25px;
  width: 70px;
  height: 70px;
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 1173, layout/_loba.scss */
  .sphere-3-background-image {
    display: none;
  }
}

/* line 1185, layout/_loba.scss */
.person-modal__image {
  z-index: 1;
  position: absolute;
  top: 100px;
  left: -190px;
  width: 350px;
}
@media (max-width: 991px) {
  /* line 1185, layout/_loba.scss */
  .person-modal__image {
    width: 220px;
    left: -60px;
    top: 0;
    position: relative;
    margin-bottom: 60px;
  }
}
/* line 1198, layout/_loba.scss */
.person-modal__image::after {
  content: "";
  position: absolute;
  top: -25px;
  right: 70px;
  width: 70px;
  height: 70px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 1198, layout/_loba.scss */
  .person-modal__image::after {
    width: 45px;
    height: 45px;
    left: initial;
    right: 45px;
    top: -15px;
  }
}
/* line 1214, layout/_loba.scss */
.person-modal__image::before {
  content: "";
  position: absolute;
  right: 100px;
  bottom: -60px;
  width: 160px;
  height: 160px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 1214, layout/_loba.scss */
  .person-modal__image::before {
    width: 70px;
    height: 70px;
    right: initial;
    left: 45px;
    bottom: -25px;
  }
}
/* line 1230, layout/_loba.scss */
.person-modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 1236, layout/_loba.scss */
.person-modal__image .person-modal__container-image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
/* line 1242, layout/_loba.scss */
.person-modal__image .person-modal__container-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 1253, layout/_loba.scss */
.main-items-container,
.search-results-container {
  margin-top: -50px;
}
@media (max-width: 991px) {
  /* line 1253, layout/_loba.scss */
  .main-items-container,
  .search-results-container {
    margin-top: -30px;
  }
}

/* line 1264, layout/_loba.scss */
.search-results-container .main-items p {
  margin-bottom: 30px;
}
/* line 1268, layout/_loba.scss */
.search-results-container .main-items .btn {
  margin-top: 0;
}

/* line 1274, layout/_loba.scss */
.main-items {
  margin-top: 50px;
}
@media (max-width: 991px) {
  /* line 1274, layout/_loba.scss */
  .main-items {
    padding: 50px 30px 60px;
    margin-top: 30px;
  }
}

/* line 1284, layout/_loba.scss */
.container-events,
.container-blog,
.container-consortium,
.container-advisory {
  margin-top: 30px;
}
@media (max-width: 991px) {
  /* line 1284, layout/_loba.scss */
  .container-events,
  .container-blog,
  .container-consortium,
  .container-advisory {
    margin-top: 10px;
  }
}

/* line 1295, layout/_loba.scss */
.container-results {
  margin-top: -30px;
}

/* line 1299, layout/_loba.scss */
.container-references {
  margin-top: -30px;
}

/* line 1303, layout/_loba.scss */
.date-result,
.event-items__date {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 1310, layout/_loba.scss */
.specifications-detail {
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  /* line 1310, layout/_loba.scss */
  .specifications-detail {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  /* line 1318, layout/_loba.scss */
  .specifications-detail .align-right {
    text-align: left;
  }
}

/* line 1326, layout/_loba.scss */
.place-of {
  font-weight: 700;
  margin-right: 20px;
}

@media (max-width: 991px) {
  /* line 1331, layout/_loba.scss */
  .date-of {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* line 1338, layout/_loba.scss */
.share-social-networks {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 1338, layout/_loba.scss */
  .share-social-networks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 25px;
    opacity: .5;
  }
}
/* line 1351, layout/_loba.scss */
.share-social-networks .share-social-networks__items {
  margin: 15px 0;
  transition: opacity 300ms ease;
}
@media (max-width: 991px) {
  /* line 1351, layout/_loba.scss */
  .share-social-networks .share-social-networks__items {
    margin: 0 9px;
  }
}
/* line 1359, layout/_loba.scss */
.share-social-networks .share-social-networks__items:hover {
  opacity: .70;
}

/* line 1367, layout/_loba.scss */
.vertical-line {
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin: 15px 0;
}
@media (max-width: 991px) {
  /* line 1367, layout/_loba.scss */
  .vertical-line {
    width: 30px;
    height: 1px;
    margin: 0;
  }
}
@media (min-width: 476px) {
  /* line 1367, layout/_loba.scss */
  .vertical-line {
    margin: 0 15px;
  }
}

/* line 1383, layout/_loba.scss */
.share-social-networks__label {
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 15px 0 30px 0;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  /* line 1383, layout/_loba.scss */
  .share-social-networks__label {
    transform: none;
    margin: 0 15px 0 0;
  }
}

/* line 1398, layout/_loba.scss */
.resume-detail {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  /* line 1398, layout/_loba.scss */
  .resume-detail {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/* line 1413, layout/_loba.scss */
.detail-body p {
  line-height: 30px;
}
/* line 1416, layout/_loba.scss */
.detail-body p a {
  font-size: inherit;
  line-height: inherit;
}
/* line 1423, layout/_loba.scss */
.detail-body a:not(.btn) {
  color: #ffffff;
  border-bottom: 1px solid #7F17A2;
  transition: border-bottom 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 1428, layout/_loba.scss */
.detail-body a:not(.btn):hover {
  border-color: #c50a78;
  color: #ffffff;
}
/* line 1435, layout/_loba.scss */
.detail-body hr {
  margin: 50px 0;
}
/* line 1439, layout/_loba.scss */
.detail-body h2,
.detail-body h3 {
  color: #c50a78;
  font-size: 26px;
  line-height: 32px;
  margin: 20px 0;
}
/* line 1447, layout/_loba.scss */
.detail-body h3 {
  font-size: 22px;
  line-height: 28px;
}
/* line 1452, layout/_loba.scss */
.detail-body .become-member {
  margin-top: 50px;
}
/* line 1457, layout/_loba.scss */
.detail-body > .btn {
  margin-top: 40px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  /* line 1461, layout/_loba.scss */
  .detail-body > .btn:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* line 1472, layout/_loba.scss */
.event-register {
  padding: 60px;
  margin: 50px 0;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  background-color: transparent;
}
@media (max-width: 991px) {
  /* line 1472, layout/_loba.scss */
  .event-register {
    padding: 60px 30px 50px;
  }
}
/* line 1482, layout/_loba.scss */
.event-register .sphere-1-background-image {
  width: 450px;
  height: 450px;
  right: -100px;
  top: -250px;
}
/* line 1489, layout/_loba.scss */
.event-register .sphere-2-background-image {
  top: 70px;
  right: 250px;
}

/* line 1495, layout/_loba.scss */
.event-register__pre-title {
  color: #ffffff;
}

/* line 1499, layout/_loba.scss */
.download-section {
  padding: 25px 30px 25px 60px;
}
@media (max-width: 991px) {
  /* line 1499, layout/_loba.scss */
  .download-section {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  /* line 1506, layout/_loba.scss */
  .download-section .centered-vertically {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 1512, layout/_loba.scss */
  .download-section .align-right {
    text-align: left;
  }
}
/* line 1518, layout/_loba.scss */
.download-section .btn {
  margin-top: 0;
}
@media (max-width: 991px) {
  /* line 1518, layout/_loba.scss */
  .download-section .btn {
    margin-top: 30px;
  }
}

/* line 1527, layout/_loba.scss */
.download-name {
  font-weight: 600;
  color: #c50a78;
  letter-spacing: 0;
}

/* line 1533, layout/_loba.scss */
.download-description {
  font-size: 14px;
  line-height: 26px;
  margin-top: 5px;
}

/* line 1539, layout/_loba.scss */
.event-items__title {
  margin-bottom: 0;
}

/* line 1544, layout/_loba.scss */
.event-items .row {
  height: 100%;
}
/* line 1548, layout/_loba.scss */
.event-items .name-of {
  font-size: 14px;
  line-height: 26px;
}
/* line 1553, layout/_loba.scss */
.event-items .event-items__date {
  margin-bottom: 50px;
}

/* line 1559, layout/_loba.scss */
.container-past-events,
.container-past-newsletters {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 991px) {
  /* line 1559, layout/_loba.scss */
  .container-past-events,
  .container-past-newsletters {
    margin-top: 50px;
  }
}
/* line 1569, layout/_loba.scss */
.container-past-events.disable-nav .container-past-events__controls,
.container-past-newsletters.disable-nav .container-past-events__controls {
  display: none;
}

/* line 1577, layout/_loba.scss */
.container-past-newsletters .secundary-title {
  margin-bottom: 20px;
}

/* line 1583, layout/_loba.scss */
.results-items .row {
  height: 100%;
}

/* line 1588, layout/_loba.scss */
.container-hashtags {
  margin-bottom: 5px;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
}
/* line 1594, layout/_loba.scss */
.container-hashtags .hashtags__item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgba(36, 104, 219, 0.6);
  margin-top: 10px;
}
/* line 1606, layout/_loba.scss */
.container-hashtags .hashtags__item:last-child {
  margin-right: 0;
}

/* line 1612, layout/_loba.scss */
.organization-name {
  font-size: 14px;
  color: #c50a78;
  line-height: 26px;
}

/* line 1618, layout/_loba.scss */
.author-detail {
  padding: 20px 40px;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(36, 38, 38, 0.4);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  /* line 1618, layout/_loba.scss */
  .author-detail {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
}
/* line 1629, layout/_loba.scss */
.author-detail .place-of {
  margin-right: 0;
}

/* line 1634, layout/_loba.scss */
.consortium-list__item,
.advisory-list__item {
  text-align: left;
  min-height: 250px;
  padding: 50px 20px 60px 60px;
}
@media (max-width: 1479px) {
  /* line 1634, layout/_loba.scss */
  .consortium-list__item,
  .advisory-list__item {
    padding: 50px 20px 60px 45px;
  }
}
@media (max-width: 991px) {
  /* line 1634, layout/_loba.scss */
  .consortium-list__item,
  .advisory-list__item {
    padding: 40px 30px;
  }
}
/* line 1648, layout/_loba.scss */
.consortium-list__item .btn,
.advisory-list__item .btn {
  margin-top: 30px;
}
@media (max-width: 1479px) {
  /* line 1651, layout/_loba.scss */
  .consortium-list__item .btn .btn-mask,
  .advisory-list__item .btn .btn-mask {
    padding: 11px 22px 11px;
  }
}
/* line 1659, layout/_loba.scss */
.consortium-list__item > .row,
.advisory-list__item > .row {
  height: 100%;
  display: flex;
}
@media (max-width: 1199px) {
  /* line 1659, layout/_loba.scss */
  .consortium-list__item > .row,
  .advisory-list__item > .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* line 1659, layout/_loba.scss */
  .consortium-list__item > .row,
  .advisory-list__item > .row {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 1673, layout/_loba.scss */
  .consortium-list__item .space-between-vertically,
  .advisory-list__item .space-between-vertically {
    height: auto;
  }
}
/* line 1680, layout/_loba.scss */
.consortium-list__item .organization-name,
.advisory-list__item .organization-name {
  margin-top: 15px;
}

/* line 1685, layout/_loba.scss */
.location-of {
  font-size: 14px;
}

/* line 1689, layout/_loba.scss */
.consortium-list__image {
  background-color: transparent;
  top: 0;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 1689, layout/_loba.scss */
  .consortium-list__image {
    max-width: 150px;
    margin-top: 0;
    top: -60px;
  }
}
@media (max-width: 767px) {
  /* line 1689, layout/_loba.scss */
  .consortium-list__image {
    margin-bottom: 10px;
    margin-top: -60px;
    top: 0;
  }
}
/* line 1709, layout/_loba.scss */
.consortium-list__image img {
  position: initial;
  top: initial;
  left: initial;
  width: auto;
  max-width: 100%;
}

/* line 1716, layout/_loba.scss */
.advisory-list__image {
  background-color: #ffffff;
  top: 0;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 1716, layout/_loba.scss */
  .advisory-list__image {
    max-width: 150px;
    margin-top: -60px;
    top: 0;
    margin-bottom: 10px;
  }
}

/* line 1734, layout/_loba.scss */
.container-advisory .consortium-list__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1741, layout/_loba.scss */
.advisory-board__role {
  font-weight: 700;
  letter-spacing: 3px;
  color: #1f1f1f;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 1741, layout/_loba.scss */
  .advisory-board__role {
    font-size: 14px;
  }
}

/* line 1752, layout/_loba.scss */
.advisory-board__country {
  line-height: 30px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  /* line 1752, layout/_loba.scss */
  .advisory-board__country {
    font-size: 14px;
    margin-top: 0;
  }
}

/* line 1762, layout/_loba.scss */
.advisory-board__job {
  font-weight: 700;
  letter-spacing: 3px;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (max-width: 991px) {
  /* line 1762, layout/_loba.scss */
  .advisory-board__job {
    font-size: 14px;
  }
}

/* line 1774, layout/_loba.scss */
.advisory-board__organization {
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 20px;
  text-transform: none;
}
@media (max-width: 991px) {
  /* line 1774, layout/_loba.scss */
  .advisory-board__organization {
    font-size: 14px;
  }
}

/* line 1785, layout/_loba.scss */
.contacts__more-infomation {
  font-size: 25px;
  line-height: 40px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  /* line 1785, layout/_loba.scss */
  .contacts__more-infomation {
    font-size: 16px;
    line-height: 30px;
  }
}

/* line 1796, layout/_loba.scss */
.contacts__message {
  line-height: 30px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  /* line 1796, layout/_loba.scss */
  .contacts__message {
    margin-top: 30px;
  }
}

/* line 1805, layout/_loba.scss */
.container-personal-data {
  margin-top: 30px;
}
/* line 1808, layout/_loba.scss */
.container-personal-data p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  /* line 1814, layout/_loba.scss */
  .container-personal-data .centered-vertically {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  /* line 1820, layout/_loba.scss */
  .container-personal-data .align-right {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  /* line 1826, layout/_loba.scss */
  .container-personal-data .btn {
    margin-top: 30px;
  }
}

/* line 1833, layout/_loba.scss */
.container-newsletters,
.container-about {
  margin-top: 50px;
}

/* line 1839, layout/_loba.scss */
.newsletter-subscribe-area,
.about-description-area {
  position: relative;
  background-color: #242626;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 991px) {
  /* line 1839, layout/_loba.scss */
  .newsletter-subscribe-area,
  .about-description-area {
    background-color: transparent;
  }
}
/* line 1850, layout/_loba.scss */
.newsletter-subscribe-area::before,
.about-description-area::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: #242626;
  display: none;
}
@media (max-width: 991px) {
  /* line 1850, layout/_loba.scss */
  .newsletter-subscribe-area::before,
  .about-description-area::before {
    display: block;
  }
}
/* line 1864, layout/_loba.scss */
.newsletter-subscribe-area .container-input:first-child,
.about-description-area .container-input:first-child {
  margin-top: 0;
}

/* line 1870, layout/_loba.scss */
.about-description-area {
  background-color: #ededed;
}
@media (max-width: 991px) {
  /* line 1873, layout/_loba.scss */
  .about-description-area::before {
    background-color: #ededed;
  }
}
/* line 1881, layout/_loba.scss */
.about-description-area p {
  color: #242626;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 1888, layout/_loba.scss */
.about-description-area strong {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #242626;
  font-weight: 700;
  border: 0;
  background: url("../img/line-shadow-pattern2.png") repeat-x 0 15px;
  padding-bottom: 5px;
}

/* line 1901, layout/_loba.scss */
.about-description-area__text {
  padding: 100px 0;
}
@media (max-width: 991px) {
  /* line 1901, layout/_loba.scss */
  .about-description-area__text {
    padding: 30px 0 30px;
  }
}

/* line 1911, layout/_loba.scss */
.newsletter-subscribe-area__container-titles,
.newsletter-subscribe-area__form {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  /* line 1911, layout/_loba.scss */
  .newsletter-subscribe-area__container-titles,
  .newsletter-subscribe-area__form {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  /* line 1923, layout/_loba.scss */
  .newsletter-subscribe-area__form {
    padding-top: 0;
  }
}

/* line 1931, layout/_loba.scss */
.newsletter-subscribe-area__container-titles::after {
  content: " ";
  width: 60px;
  height: 85%;
  position: absolute;
  right: -10px;
  bottom: 0;
  background: url("../img/line-vertical-pattern.png") repeat;
}
@media (max-width: 991px) {
  /* line 1931, layout/_loba.scss */
  .newsletter-subscribe-area__container-titles::after {
    width: 100%;
    height: 20px;
    right: -30px;
    bottom: -10px;
  }
}

/* line 1946, layout/_loba.scss */
.newsletter-subscribe-area__form {
  padding-top: 140px;
}
@media (max-width: 991px) {
  /* line 1946, layout/_loba.scss */
  .newsletter-subscribe-area__form {
    padding-top: 0;
  }
}

/* line 1955, layout/_loba.scss */
.newsletter-subscribe-area__explanation {
  margin-top: 40px;
  position: relative;
  max-width: 80%;
}
/* line 1960, layout/_loba.scss */
.newsletter-subscribe-area__explanation p {
  color: white;
}
/* line 1965, layout/_loba.scss */
.newsletter-subscribe-area__explanation li::before {
  background-image: none;
  background-color: white;
}
/* line 1970, layout/_loba.scss */
.newsletter-subscribe-area__explanation li::after {
  border-color: white;
  opacity: .8;
}

/* line 1977, layout/_loba.scss */
.newsletter-subscribe-area__backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-image: linear-gradient(127deg, #FC0057, #c50a78 31%, #7F17A2 66%, #2468db);
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 1977, layout/_loba.scss */
  .newsletter-subscribe-area__backgrounds {
    width: 130vw;
    right: -15vw;
  }
}
/* line 1989, layout/_loba.scss */
.newsletter-subscribe-area__backgrounds::before {
  content: " ";
  position: absolute;
  top: 70px;
  right: 200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #c50a78 66%, #2468db);
}
/* line 1998, layout/_loba.scss */
.newsletter-subscribe-area__backgrounds::after {
  content: " ";
  width: 125px;
  height: 125px;
  position: absolute;
  right: 150px;
  bottom: -50px;
  border-radius: 50%;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #c50a78 66%, #2468db);
}
@media (max-width: 991px) {
  /* line 1998, layout/_loba.scss */
  .newsletter-subscribe-area__backgrounds::after {
    display: none;
  }
}

/* line 2013, layout/_loba.scss */
.newsletter-subscribe-area__pre-title {
  letter-spacing: 3px;
  color: #242626;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 2013, layout/_loba.scss */
  .newsletter-subscribe-area__pre-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 2029, layout/_loba.scss */
.newsletter-subscribe-area__title {
  position: relative;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 80%;
}
@media (max-width: 991px) {
  /* line 2029, layout/_loba.scss */
  .newsletter-subscribe-area__title {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
  }
}

/* line 2046, layout/_loba.scss */
.newsletter-date {
  line-height: 30px;
  font-weight: 700;
  color: #c50a78;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 2046, layout/_loba.scss */
  .newsletter-date {
    margin-bottom: 10px;
  }
}

/* line 2058, layout/_loba.scss */
.about-items {
  position: relative;
  padding-top: 17%;
}
@media (max-width: 991px) {
  /* line 2058, layout/_loba.scss */
  .about-items {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
/* line 2067, layout/_loba.scss */
.about-items p {
  line-height: 30px;
}

/* line 2072, layout/_loba.scss */
.about-items__highlighted {
  position: relative;
  margin: 75px 0;
}
@media (max-width: 1479px) {
  /* line 2072, layout/_loba.scss */
  .about-items__highlighted {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  /* line 2072, layout/_loba.scss */
  .about-items__highlighted {
    margin: 20px 0;
  }
}
/* line 2084, layout/_loba.scss */
.about-items__highlighted::before {
  content: " ";
  position: absolute;
  top: -100px;
  left: -125px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #c50a78 66%, #2468db);
}
@media (max-width: 991px) {
  /* line 2084, layout/_loba.scss */
  .about-items__highlighted::before {
    width: 125px;
    height: 125px;
    top: -50px;
    left: -60px;
  }
}

/* line 2101, layout/_loba.scss */
.about-items__highlighted__title {
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1479px) {
  /* line 2101, layout/_loba.scss */
  .about-items__highlighted__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  /* line 2101, layout/_loba.scss */
  .about-items__highlighted__title {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 1px;
  }
}

/* line 2121, layout/_loba.scss */
.about-items__list {
  margin: 75px 0;
}
/* line 2124, layout/_loba.scss */
.about-items__list::before {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 90px;
  left: 35px;
  background-color: #c50a78;
  box-shadow: 0 0 15px 0 #c50a78;
  display: none;
}
@media (max-width: 991px) {
  /* line 2124, layout/_loba.scss */
  .about-items__list::before {
    display: block;
  }
}
@media (max-width: 1479px) {
  /* line 2121, layout/_loba.scss */
  .about-items__list {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  /* line 2121, layout/_loba.scss */
  .about-items__list {
    margin: 20px 0;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  /* line 2146, layout/_loba.scss */
  .about-items__list p {
    margin-bottom: 0;
  }
}

/* line 2153, layout/_loba.scss */
.about-items__list__title {
  font-size: 32px;
  line-height: 32px;
  color: #c50a78;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1479px) {
  /* line 2153, layout/_loba.scss */
  .about-items__list__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  /* line 2153, layout/_loba.scss */
  .about-items__list__title {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 2173, layout/_loba.scss */
.dot-line {
  position: absolute;
  top: calc(50% - 6px);
  left: -30px;
  width: 12px;
  height: 12px;
  background-color: #242626;
  border-radius: 50px;
  margin-right: 30px;
  border: 2px solid #c50a78;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease, width 300ms ease, height 300ms ease;
}
/* line 2183, layout/_loba.scss */
.dot-line::before {
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -9px;
  left: -9px;
  border: 1px solid #7F17A2;
  background-color: transparent;
  border-radius: 50px;
  opacity: 1;
  transition: opacity 300ms ease;
}
/* line 2195, layout/_loba.scss */
.dot-line::after {
  content: " ";
  width: 46px;
  height: 46px;
  position: absolute;
  top: -19px;
  left: -19px;
  border-radius: 50px;
  filter: blur(4px);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  opacity: 0.3;
  transition: opacity 300ms ease;
}

/* line 2209, layout/_loba.scss */
.about-items__list__image {
  margin-top: -80px;
}
@media (max-width: 1479px) {
  /* line 2209, layout/_loba.scss */
  .about-items__list__image {
    max-width: 125px;
  }
}
@media (max-width: 991px) {
  /* line 2209, layout/_loba.scss */
  .about-items__list__image {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100px;
  }
}

/* line 2224, layout/_loba.scss */
.why-smagrinet {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  /* line 2224, layout/_loba.scss */
  .why-smagrinet {
    text-align: left;
    margin-bottom: 40px;
  }
}
/* line 2234, layout/_loba.scss */
.why-smagrinet p {
  font-size: 25px;
  line-height: 40px;
  text-align: left;
}
@media (max-width: 1199px) {
  /* line 2234, layout/_loba.scss */
  .why-smagrinet p {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  /* line 2234, layout/_loba.scss */
  .why-smagrinet p {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 2250, layout/_loba.scss */
.why-smagrinet p strong {
  font-weight: 700;
  background: url(../img/line-shadow-pattern.png) repeat-x 0 25px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  /* line 2250, layout/_loba.scss */
  .why-smagrinet p strong {
    padding-bottom: 10px;
    background-position: 0 20px;
  }
}
/* line 2261, layout/_loba.scss */
.why-smagrinet p a {
  color: #ffffff;
  border-bottom: 1px solid #7F17A2;
  transition: border-bottom 300ms cubic-bezier(0.5, 0.08, 0, 0.88);
}
/* line 2266, layout/_loba.scss */
.why-smagrinet p a:hover {
  border-color: #c50a78;
  color: #ffffff;
}

/* line 2276, layout/_loba.scss */
.why-smagrinet__title {
  display: inline-block;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  position: relative;
  padding-top: 110px;
  padding-bottom: 85px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  /* line 2276, layout/_loba.scss */
  .why-smagrinet__title {
    font-size: 23px;
    line-height: 33px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
/* line 2295, layout/_loba.scss */
.why-smagrinet__title::before {
  content: " ";
  position: absolute;
  top: 0;
  left: calc(50% - 125px);
  width: 250px;
  height: 250px;
  z-index: 0;
  border-radius: 50%;
  z-index: -1;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #c50a78 66%, #2468db);
}
@media (max-width: 991px) {
  /* line 2295, layout/_loba.scss */
  .why-smagrinet__title::before {
    width: 100px;
    height: 100px;
  }
}

/* line 2311, layout/_loba.scss */
.power-on-highlight {
  position: relative;
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 2311, layout/_loba.scss */
  .power-on-highlight {
    margin-top: 120px;
  }
}
/* line 2320, layout/_loba.scss */
.power-on-highlight::before {
  content: " ";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 350px;
  height: 350px;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  /* line 2320, layout/_loba.scss */
  .power-on-highlight::before {
    width: 250px;
    height: 250px;
    top: -25px;
  }
}
/* line 2334, layout/_loba.scss */
.power-on-highlight::after {
  content: " ";
  position: absolute;
  right: -25px;
  bottom: -15px;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  /* line 2334, layout/_loba.scss */
  .power-on-highlight::after {
    bottom: -40px;
    right: -30px;
  }
}
/* line 2348, layout/_loba.scss */
.power-on-highlight .power-on-highlight-content {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  border-radius: 15px;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.5);
  background-color: #242626;
  background-image: url(../img/lines-vector-background.svg);
  background-position: left 105% top 95%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991px) {
  /* line 2348, layout/_loba.scss */
  .power-on-highlight .power-on-highlight-content {
    padding: 60px 30px;
  }
}
/* line 2364, layout/_loba.scss */
.power-on-highlight .power-on-highlight-content::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 75%;
  background: url(../img/line-vertical-pattern.png) repeat;
}
@media (max-width: 991px) {
  /* line 2364, layout/_loba.scss */
  .power-on-highlight .power-on-highlight-content::after {
    display: none;
  }
}
/* line 2375, layout/_loba.scss */
.power-on-highlight .power-on-highlight-content .sphere-1-background-image {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  border-radius: 50%;
  opacity: .3;
}
@media (max-width: 991px) {
  /* line 2375, layout/_loba.scss */
  .power-on-highlight .power-on-highlight-content .sphere-1-background-image {
    width: 200px;
    height: 200px;
  }
}
/* line 2389, layout/_loba.scss */
.power-on-highlight .btn {
  margin: 0 25px;
}

/* line 2395, layout/_loba.scss */
.power-on-highlight__short-description {
  font-size: 25px;
  line-height: 40px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  /* line 2395, layout/_loba.scss */
  .power-on-highlight__short-description {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
}
/* line 2406, layout/_loba.scss */
.power-on-highlight__short-description strong {
  font-weight: 700;
}

/* line 2412, layout/_loba.scss */
.power-on-highlight__container-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 2412, layout/_loba.scss */
  .power-on-highlight__container-btn {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  /* line 2423, layout/_loba.scss */
  .power-on-highlight__container-btn .btn {
    margin-top: 20px;
  }
}

/* line 2431, layout/_loba.scss */
.power-on-highlight__title {
  position: relative;
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  background-color: transparent;
  color: transparent;
}
@media (max-width: 991px) {
  /* line 2431, layout/_loba.scss */
  .power-on-highlight__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
/* line 2447, layout/_loba.scss */
.power-on-highlight__title::before {
  content: attr(data-value);
  position: absolute;
  top: 7px;
  left: 7px;
  color: #FC0057;
  opacity: .65;
  font-size: 100px;
  width: 100%;
  line-height: 90px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  mix-blend-mode: hard-light;
  z-index: 2;
}
@media (max-width: 991px) {
  /* line 2447, layout/_loba.scss */
  .power-on-highlight__title::before {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
/* line 2470, layout/_loba.scss */
.power-on-highlight__title::after {
  content: attr(data-value);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .7;
  width: 100%;
  color: #2468db;
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 1;
  mix-blend-mode: hard-light;
}
@media (max-width: 991px) {
  /* line 2470, layout/_loba.scss */
  .power-on-highlight__title::after {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
/* line 2493, layout/_loba.scss */
.power-on-highlight__title .power-on-highlight__title-border {
  -webkit-text-stroke: 0.4px #ffffff;
  position: absolute;
  top: 4px;
  left: 3px;
  opacity: .2;
  width: 100%;
  color: transparent;
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 2493, layout/_loba.scss */
  .power-on-highlight__title .power-on-highlight__title-border {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}

/* line 2517, layout/_loba.scss */
.home-intro {
  position: relative;
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  /* line 2517, layout/_loba.scss */
  .home-intro {
    margin-bottom: 75px;
  }
}
/* line 2526, layout/_loba.scss */
.home-intro .sphere-background-image-container {
  position: absolute;
  top: -100px;
  left: -250px;
  width: 100%;
  height: auto;
}
@media (max-width: 1479px) {
  /* line 2526, layout/_loba.scss */
  .home-intro .sphere-background-image-container {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 991px) {
  /* line 2526, layout/_loba.scss */
  .home-intro .sphere-background-image-container {
    width: 350px;
    height: 350px;
    left: -150px;
  }
}
/* line 2539, layout/_loba.scss */
.home-intro .sphere-background-image-container::before {
  content: " ";
  padding-top: 100%;
  display: block;
}
/* line 2545, layout/_loba.scss */
.home-intro .sphere-background-image-container .sphere-2-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 121% 73%, #fc0057, #c50a78 17%, #7f17a2 71%, #2468db);
  border-radius: 50%;
  z-index: 1;
}
/* line 2555, layout/_loba.scss */
.home-intro .sphere-background-image-container .sphere-1-background-image {
  top: 40px;
  left: 10px;
  width: 150px;
  height: 150px;
  box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media (max-width: 1479px) {
  /* line 2555, layout/_loba.scss */
  .home-intro .sphere-background-image-container .sphere-1-background-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  /* line 2555, layout/_loba.scss */
  .home-intro .sphere-background-image-container .sphere-1-background-image {
    width: 50px;
    height: 50px;
    top: 10px;
    left: initial;
    right: 50px;
  }
}
/* line 2577, layout/_loba.scss */
.home-intro .home-intro-animation-image {
  position: relative;
  z-index: 3;
}
/* line 2582, layout/_loba.scss */
.home-intro p {
  position: relative;
  margin-top: 30px;
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 1479px) {
  /* line 2582, layout/_loba.scss */
  .home-intro p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  /* line 2582, layout/_loba.scss */
  .home-intro p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}

/* line 2602, layout/_loba.scss */
.home-intro__title {
  position: relative;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1479px) {
  /* line 2602, layout/_loba.scss */
  .home-intro__title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  /* line 2602, layout/_loba.scss */
  .home-intro__title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 2.5px;
    font-weight: 600;
  }
}

/* line 2623, layout/_loba.scss */
.home-intro__container-btn {
  margin-top: 75px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  /* line 2623, layout/_loba.scss */
  .home-intro__container-btn {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
/* line 2634, layout/_loba.scss */
.home-intro__container-btn .btn-line-lg {
  margin-right: 60px;
}
@media (max-width: 991px) {
  /* line 2634, layout/_loba.scss */
  .home-intro__container-btn .btn-line-lg {
    margin-right: 0;
    letter-spacing: 2px;
    margin-top: 20px;
  }
}
/* line 2643, layout/_loba.scss */
.home-intro__container-btn .btn-line-lg:last-child {
  margin-right: 0;
}

/* line 2649, layout/_loba.scss */
.sphere-homepage,
.sphere-2-homepage {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 880px;
  left: -280px;
  border-radius: 50%;
  background-image: radial-gradient(circle at 93% 24%, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 2649, layout/_loba.scss */
  .sphere-homepage,
  .sphere-2-homepage {
    display: none;
  }
}

/* line 2663, layout/_loba.scss */
.sphere-2-homepage {
  left: initial;
  right: -300px;
  top: 1400px;
}

/* line 2669, layout/_loba.scss */
.small-sphere-homepage,
.small-2-sphere-homepage {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 880px;
  right: 8vw;
  border-radius: 50%;
  background-image: radial-gradient(circle at 100% 50%, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 2669, layout/_loba.scss */
  .small-sphere-homepage,
  .small-2-sphere-homepage {
    display: none;
  }
}

/* line 2682, layout/_loba.scss */
.small-2-sphere-homepage {
  width: 100px;
  height: 100px;
  top: 1430px;
  right: 0;
}

/* line 2688, layout/_loba.scss */
.lines-pattern-homepage {
  position: absolute;
  top: 1100px;
  right: 0;
  width: 40px;
  height: 350px;
  background: url("../img/line-vertical-pattern-xl.svg") no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 991px) {
  /* line 2688, layout/_loba.scss */
  .lines-pattern-homepage {
    display: none;
  }
}

/* line 2700, layout/_loba.scss */
.home-power-on {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  /* line 2700, layout/_loba.scss */
  .home-power-on {
    margin-top: 75px;
  }
}
/* line 2708, layout/_loba.scss */
.home-power-on .power-on-highlight__title,
.home-power-on .power-on-highlight__title-border,
.home-power-on .power-on-highlight__title::before,
.home-power-on .power-on-highlight__title::after {
  font-size: 200px;
  line-height: 170px;
}
@media (max-width: 1479px) {
  /* line 2708, layout/_loba.scss */
  .home-power-on .power-on-highlight__title,
  .home-power-on .power-on-highlight__title-border,
  .home-power-on .power-on-highlight__title::before,
  .home-power-on .power-on-highlight__title::after {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  /* line 2708, layout/_loba.scss */
  .home-power-on .power-on-highlight__title,
  .home-power-on .power-on-highlight__title-border,
  .home-power-on .power-on-highlight__title::before,
  .home-power-on .power-on-highlight__title::after {
    font-size: 50px;
    line-height: 50px;
  }
}

/* line 2730, layout/_loba.scss */
.home-power-on__description {
  position: relative;
  margin-top: -40px;
  margin-left: 120px;
  width: 100%;
  max-width: 550px;
  z-index: 2;
  padding-left: 30px;
}
@media (max-width: 991px) {
  /* line 2730, layout/_loba.scss */
  .home-power-on__description {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* line 2746, layout/_loba.scss */
.home-power-on__description p {
  background-color: #1f1f1f;
  line-height: 30px;
  display: inline;
  padding: 7px 0;
  position: relative;
}
/* line 2753, layout/_loba.scss */
.home-power-on__description p::before {
  content: " ";
  background-color: #1f1f1f;
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
}

/* line 2762, layout/_loba.scss */
#about-items__lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  right: 0;
}
@media (max-width: 1479px) {
  /* line 2762, layout/_loba.scss */
  #about-items__lines {
    left: 70px;
  }
}
@media (max-width: 991px) {
  /* line 2762, layout/_loba.scss */
  #about-items__lines {
    opacity: 0;
  }
}
/* line 2778, layout/_loba.scss */
#about-items__lines svg {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 2778, layout/_loba.scss */
  #about-items__lines svg {
    position: absolute;
  }
}

/* line 2799, layout/_loba.scss */
.bullets[data-bullet="1"] {
  transform: translate(147px, 1012px);
}
/* line 2803, layout/_loba.scss */
.bullets[data-bullet="2"] {
  transform: translate(180px, 1391px);
}
/* line 2807, layout/_loba.scss */
.bullets[data-bullet="3"] {
  transform: translate(309px, 1836px);
}
/* line 2811, layout/_loba.scss */
.bullets .small-circle {
  transition: all 550ms ease;
  r: 0;
}
/* line 2816, layout/_loba.scss */
.bullets .big-circle {
  transition: all 550ms ease;
  r: 0;
}

/* line 2823, layout/_loba.scss */
.grid-about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  /* line 2823, layout/_loba.scss */
  .grid-about {
    flex-direction: column;
  }
}
/* line 2834, layout/_loba.scss */
.grid-about::before {
  content: " ";
  width: 70%;
  height: 320px;
  position: absolute;
  top: 90px;
  left: 15%;
  border-radius: 70%;
  background-image: radial-gradient(circle at 50%, #7f17a2 50%, rgba(0, 0, 0, 0));
  filter: blur(90px);
  z-index: -2;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 2834, layout/_loba.scss */
  .grid-about::before {
    display: none;
  }
}
/* line 2850, layout/_loba.scss */
.grid-about::after {
  content: " ";
  width: 200%;
  height: 500px;
  position: absolute;
  top: 130px;
  left: -50%;
  background-color: #242626;
  border-radius: 50% 50% 0 0;
  z-index: -2;
}
@media (max-width: 991px) {
  /* line 2850, layout/_loba.scss */
  .grid-about::after {
    display: none;
  }
}
/* line 2863, layout/_loba.scss */
.grid-about .grid-about__lines {
  position: absolute;
  bottom: 10px;
  left: -365px;
  max-width: 200%;
  height: auto;
}
@media (max-width: 1479px) {
  /* line 2863, layout/_loba.scss */
  .grid-about .grid-about__lines {
    max-width: 175%;
    bottom: 25px;
    left: -343px;
  }
}
@media (max-width: 1199px) {
  /* line 2863, layout/_loba.scss */
  .grid-about .grid-about__lines {
    max-width: 185%;
    bottom: 40px;
    left: -335px;
  }
}
@media (max-width: 991px) {
  /* line 2863, layout/_loba.scss */
  .grid-about .grid-about__lines {
    display: none;
  }
}
/* line 2885, layout/_loba.scss */
.grid-about .grid-about__item {
  flex-basis: 25%;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 2885, layout/_loba.scss */
  .grid-about .grid-about__item {
    flex-basis: auto;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-top: 60px;
  }
}
/* line 2898, layout/_loba.scss */
.grid-about .grid-about__item.first-item {
  left: -50px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 2898, layout/_loba.scss */
  .grid-about .grid-about__item.first-item {
    left: -80px;
  }
}
@media (max-width: 991px) {
  /* line 2898, layout/_loba.scss */
  .grid-about .grid-about__item.first-item {
    left: initial;
    margin-top: 40px;
  }
}
/* line 2912, layout/_loba.scss */
.grid-about .grid-about__item.second-item {
  position: relative;
  left: -50px;
}
@media (max-width: 991px) {
  /* line 2912, layout/_loba.scss */
  .grid-about .grid-about__item.second-item {
    left: initial;
  }
}
/* line 2921, layout/_loba.scss */
.grid-about .grid-about__item.fourth-item {
  position: relative;
  right: -50px;
}
@media (max-width: 991px) {
  /* line 2921, layout/_loba.scss */
  .grid-about .grid-about__item.fourth-item {
    right: initial;
  }
}
/* line 2930, layout/_loba.scss */
.grid-about .grid-about__item.margin-bottom {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  /* line 2930, layout/_loba.scss */
  .grid-about .grid-about__item.margin-bottom {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
/* line 2940, layout/_loba.scss */
.grid-about .grid-about__label {
  font-weight: 500;
  color: #727272;
  text-transform: uppercase;
  margin-top: 40px;
  word-spacing: 9999px;
}
@media (max-width: 991px) {
  /* line 2940, layout/_loba.scss */
  .grid-about .grid-about__label {
    flex-basis: 50%;
    color: #ffffff;
    padding-left: 10px;
    margin-top: 0;
  }
}
/* line 2955, layout/_loba.scss */
.grid-about .grid-about__container-image {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 2955, layout/_loba.scss */
  .grid-about .grid-about__container-image {
    flex-basis: 120px;
  }
}
/* line 2963, layout/_loba.scss */
.grid-about .grid-about__container-image::before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 90%;
  height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: #242626;
  margin: 0 auto;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 991px) {
  /* line 2963, layout/_loba.scss */
  .grid-about .grid-about__container-image::before {
    margin: 0;
    max-width: 120px;
  }
}
/* line 2980, layout/_loba.scss */
.grid-about .grid-about__container-image::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 85%;
  height: 40px;
  filter: blur(5px);
  background-color: #1f1f1f;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 2980, layout/_loba.scss */
  .grid-about .grid-about__container-image::after {
    margin: 0;
    max-width: 120px;
  }
}
/* line 2997, layout/_loba.scss */
.grid-about .grid-about__image {
  position: relative;
  max-width: 200px;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 2997, layout/_loba.scss */
  .grid-about .grid-about__image {
    max-width: 120px;
  }
}

/* line 3008, layout/_loba.scss */
.grid-about__sphere1 {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 0;
  border-radius: 50%;
  z-index: -2;
  background-color: #ffffff;
  transition: opacity 550ms ease, right 550ms ease, top 550ms ease;
}
@media (max-width: 991px) {
  /* line 3008, layout/_loba.scss */
  .grid-about__sphere1 {
    display: none;
  }
}

/* line 3022, layout/_loba.scss */
.grid-about__sphere2 {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  border-radius: 50%;
  z-index: -2;
  background-color: #ffffff;
  transition: opacity 550ms ease, right 550ms ease, top 550ms ease;
}
@media (max-width: 991px) {
  /* line 3022, layout/_loba.scss */
  .grid-about__sphere2 {
    display: none;
  }
}

/* line 3036, layout/_loba.scss */
.grid-about__sphere3 {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0;
  border-radius: 50%;
  z-index: -2;
  background-color: #ffffff;
  transition: opacity 550ms ease, left 550ms ease, top 550ms ease;
}
@media (max-width: 991px) {
  /* line 3036, layout/_loba.scss */
  .grid-about__sphere3 {
    display: none;
  }
}

/* line 3050, layout/_loba.scss */
.grid-about__sphere4 {
  position: absolute;
  width: 250px;
  height: 250px;
  opacity: 0;
  border-radius: 50%;
  background-color: transparent;
  z-index: -2;
  border: 1px solid #ffffff;
  transition: opacity 550ms ease, left 550ms ease, top 550ms ease;
}
@media (max-width: 991px) {
  /* line 3050, layout/_loba.scss */
  .grid-about__sphere4 {
    display: none;
  }
}

/* line 3065, layout/_loba.scss */
#rotative-slider {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
/* line 3070, layout/_loba.scss */
#rotative-slider::before {
  content: " ";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 60vw;
  height: 120%;
  background-color: #000;
  opacity: .01;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  /* line 3065, layout/_loba.scss */
  #rotative-slider {
    padding: 0;
  }
}
/* line 3089, layout/_loba.scss */
#rotative-slider.animating::before {
  display: block;
}
/* line 3094, layout/_loba.scss */
#rotative-slider.desktop-only {
  display: block !important;
}
@media (max-width: 991px) {
  /* line 3094, layout/_loba.scss */
  #rotative-slider.desktop-only {
    display: none !important;
  }
}

/* line 3107, layout/_loba.scss */
#rotative-slider .oval-glow,
#rotative-slider-mobile .oval-glow {
  width: calc(500px + 30px);
  height: calc(140px + 20px);
  position: absolute;
  bottom: -60px;
  left: calc(50% - 265px);
  z-index: -1;
  opacity: .25;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
}
@media (max-width: 1199px) {
  /* line 3107, layout/_loba.scss */
  #rotative-slider .oval-glow,
  #rotative-slider-mobile .oval-glow {
    width: calc(350px + 30px);
    height: calc(100px + 20px);
    left: calc(50% - 190px);
  }
}
/* line 3122, layout/_loba.scss */
#rotative-slider .rotative-slider__oval-border,
#rotative-slider-mobile .rotative-slider__oval-border {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 250px);
  width: 500px;
  height: 140px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  margin: 0 auto;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  z-index: -2;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  /* line 3122, layout/_loba.scss */
  #rotative-slider .rotative-slider__oval-border,
  #rotative-slider-mobile .rotative-slider__oval-border {
    width: 350px;
    height: 100px;
    left: calc(50% - 175px);
  }
}
/* line 3137, layout/_loba.scss */
#rotative-slider .rotative-slider__oval-border::before,
#rotative-slider-mobile .rotative-slider__oval-border::before {
  display: none;
  content: " ";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 85%;
  height: 40px;
  filter: blur(5px);
  background-color: #1f1f1f;
  margin: 0 auto;
  border-radius: 50%;
  z-index: -2;
}
/* line 3149, layout/_loba.scss */
#rotative-slider .rotative-slider__oval-border::after,
#rotative-slider-mobile .rotative-slider__oval-border::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #242626;
  z-index: -2;
}

/* line 3160, layout/_loba.scss */
.rotative-slider__item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  visibility: hidden;
}
@media (max-width: 1199px) {
  /* line 3160, layout/_loba.scss */
  .rotative-slider__item {
    min-height: 450px;
    justify-content: center;
  }
}
/* line 3174, layout/_loba.scss */
.rotative-slider__item.active {
  visibility: visible;
}
/* line 3178, layout/_loba.scss */
.rotative-slider__item .btn {
  margin-top: 25px;
  opacity: 0;
  pointer-events: all;
}

/* line 3185, layout/_loba.scss */
.rotative-slider__item-container-base {
  opacity: 0;
}

/* line 3189, layout/_loba.scss */
.rotative-slider__container-image {
  position: relative;
  z-index: -1;
}

/* line 3195, layout/_loba.scss */
#rotative-slider__lines-svg-container {
  display: block;
  position: relative;
  overflow: visible;
}
@media (max-width: 1479px) {
  /* line 3195, layout/_loba.scss */
  #rotative-slider__lines-svg-container {
    width: 100%;
    height: auto;
  }
}

/* line 3206, layout/_loba.scss */
.rotative-slider__background-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 260px;
  color: #ffffff;
  line-height: 200px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .02;
  width: 100%;
  text-align: center;
  letter-spacing: 20px;
  z-index: -2;
}
@media (max-width: 1479px) {
  /* line 3206, layout/_loba.scss */
  .rotative-slider__background-word {
    font-size: 190px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  /* line 3206, layout/_loba.scss */
  .rotative-slider__background-word {
    font-size: 150px;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  /* line 3206, layout/_loba.scss */
  .rotative-slider__background-word {
    display: none;
  }
}
/* line 3234, layout/_loba.scss */
.rotative-slider__background-word::before {
  content: attr(data-value);
  position: absolute;
  top: 10px;
  left: 0;
  color: transparent;
  font-size: 260px;
  line-height: 200px;
  font-weight: 900;
  letter-spacing: 20px;
  width: 100%;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #1f1f1f;
}
@media (max-width: 1479px) {
  /* line 3234, layout/_loba.scss */
  .rotative-slider__background-word::before {
    font-size: 190px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  /* line 3234, layout/_loba.scss */
  .rotative-slider__background-word::before {
    font-size: 150px;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  /* line 3234, layout/_loba.scss */
  .rotative-slider__background-word::before {
    display: none;
  }
}

/* line 3265, layout/_loba.scss */
.rotative-slider__container-items {
  position: relative;
  pointer-events: none;
}

/* line 3270, layout/_loba.scss */
.rotative-slider__image {
  max-height: 540px;
  opacity: 0;
  transform: scale(0.85);
}
@media (max-width: 1479px) {
  /* line 3270, layout/_loba.scss */
  .rotative-slider__image {
    max-height: 350px;
  }
}
@media (max-width: 1199px) {
  /* line 3270, layout/_loba.scss */
  .rotative-slider__image {
    max-height: 275px;
  }
}

/* line 3284, layout/_loba.scss */
.rotative-slider__lines {
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -2;
  text-align: center;
  pointer-events: all;
}
/* line 3290, layout/_loba.scss */
.rotative-slider__lines::before {
  content: " ";
  width: 3000px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -750px;
  opacity: .05;
}
@media (max-width: 1479px) {
  /* line 3284, layout/_loba.scss */
  .rotative-slider__lines {
    left: 0;
    right: 0;
  }
}

/* line 3306, layout/_loba.scss */
.rotative-slider__label {
  position: absolute;
  text-transform: uppercase;
  color: #727272;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  width: 125px;
  transition: color 300ms ease;
}
/* line 3316, layout/_loba.scss */
.rotative-slider__label:hover {
  color: #c50a78;
}
/* line 3320, layout/_loba.scss */
.rotative-slider__label[data-bullet="0"] {
  left: 410px;
  bottom: -15px;
  display: none;
}
/* line 3326, layout/_loba.scss */
.rotative-slider__label[data-bullet="1"] {
  right: -145px;
  top: 360px;
}
@media (max-width: 1479px) {
  /* line 3326, layout/_loba.scss */
  .rotative-slider__label[data-bullet="1"] {
    top: 258px;
  }
}
@media (max-width: 1199px) {
  /* line 3326, layout/_loba.scss */
  .rotative-slider__label[data-bullet="1"] {
    top: 205px;
  }
}
/* line 3340, layout/_loba.scss */
.rotative-slider__label[data-bullet="2"] {
  left: 400px;
  top: -20px;
}
@media (max-width: 1479px) {
  /* line 3340, layout/_loba.scss */
  .rotative-slider__label[data-bullet="2"] {
    left: 300px;
    top: -20px;
  }
}
@media (max-width: 1199px) {
  /* line 3340, layout/_loba.scss */
  .rotative-slider__label[data-bullet="2"] {
    left: 245px;
  }
}
/* line 3354, layout/_loba.scss */
.rotative-slider__label[data-bullet="3"] {
  left: -160px;
  top: 355px;
  text-align: right;
}
@media (max-width: 1479px) {
  /* line 3354, layout/_loba.scss */
  .rotative-slider__label[data-bullet="3"] {
    top: 258px;
  }
}
@media (max-width: 1199px) {
  /* line 3354, layout/_loba.scss */
  .rotative-slider__label[data-bullet="3"] {
    top: 205px;
  }
}

/* line 3370, layout/_loba.scss */
.rotative-slider__item-description {
  position: absolute;
  max-width: 400px;
  bottom: 0;
  right: -350px;
  padding: 25px 30px;
  background-color: #1f1f1f;
  opacity: 0;
}
@media (max-width: 1479px) {
  /* line 3370, layout/_loba.scss */
  .rotative-slider__item-description {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  /* line 3370, layout/_loba.scss */
  .rotative-slider__item-description {
    padding: 25px;
    max-width: 300px;
    right: -250px;
  }
}
/* line 3389, layout/_loba.scss */
.rotative-slider__item-description::before {
  content: " ";
  width: 10px;
  height: calc(100% - 10px);
  position: absolute;
  top: 10px;
  left: -10px;
  background: url("../img/line-vertical-pattern.png") repeat-y;
}
/* line 3399, layout/_loba.scss */
.rotative-slider__item-description::after {
  content: " ";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  background: url("../img/line-vertical-pattern.png") repeat-x;
}
/* line 3409, layout/_loba.scss */
.rotative-slider__item-description .rotative-slider__item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  /* line 3409, layout/_loba.scss */
  .rotative-slider__item-description .rotative-slider__item-title {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 3424, layout/_loba.scss */
.rotative-slider__item-description p {
  margin-bottom: 0;
}

/* line 3429, layout/_loba.scss */
.rotative-slider__bullet {
  cursor: pointer;
}
/* line 3433, layout/_loba.scss */
.rotative-slider__bullet:hover .small-circle {
  fill: #c50a78;
}
/* line 3440, layout/_loba.scss */
.rotative-slider__bullet.active .big-circle {
  opacity: 1;
}
/* line 3444, layout/_loba.scss */
.rotative-slider__bullet.active .small-circle {
  stroke: #c50a78;
  fill: #242626;
}
/* line 3449, layout/_loba.scss */
.rotative-slider__bullet.active .rotative-slider__label {
  opacity: 0;
  transition: opacity 300ms ease;
}
/* line 3456, layout/_loba.scss */
.rotative-slider__bullet[data-item="0"] {
  transform: translate(378px, 754px);
}
/* line 3460, layout/_loba.scss */
.rotative-slider__bullet[data-item="1"] {
  transform: translate(0, 377px);
}
/* line 3464, layout/_loba.scss */
.rotative-slider__bullet[data-item="2"] {
  transform: translate(378px, 0);
}
/* line 3468, layout/_loba.scss */
.rotative-slider__bullet[data-item="3"] {
  transform: translate(755px, 377px);
}
/* line 3472, layout/_loba.scss */
.rotative-slider__bullet .small-circle {
  stroke: transparent;
  stroke-width: 2px;
  fill: #d8d8d8;
  r: 6px;
  transition: all 550ms ease;
}
/* line 3480, layout/_loba.scss */
.rotative-slider__bullet .big-circle {
  stroke: #c50a78;
  stroke-opacity: 0.75;
  stroke-width: 1px;
  fill: transparent;
  r: 14px;
  opacity: 0;
  transition: all 550ms ease;
}

/* line 3493, layout/_loba.scss */
#webinars-mobile .owl-prev,
#webinars-mobile .owl-next {
  background-color: transparent;
  position: absolute;
  top: 125px;
  left: -15px;
}
/* line 3498, layout/_loba.scss */
#webinars-mobile .owl-prev::before,
#webinars-mobile .owl-next::before {
  content: " ";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
/* line 3505, layout/_loba.scss */
#webinars-mobile .owl-prev .icon-small-arrow-left,
#webinars-mobile .owl-prev .icon-small-arrow-right,
#webinars-mobile .owl-next .icon-small-arrow-left,
#webinars-mobile .owl-next .icon-small-arrow-right {
  font-size: 24px;
}
/* line 3512, layout/_loba.scss */
#webinars-mobile .owl-next {
  left: initial;
  right: 0;
}
/* line 3516, layout/_loba.scss */
#webinars-mobile .owl-prev {
  left: 0;
}
/* line 3519, layout/_loba.scss */
#webinars-mobile .webinars-filter {
  max-width: 320px;
}

/* line 3524, layout/_loba.scss */
#rotative-slider-mobile {
  max-width: 320px;
  margin: 60px auto 0;
}
/* line 3528, layout/_loba.scss */
#rotative-slider-mobile .btn {
  opacity: 1;
  margin-top: 0;
}
/* line 3533, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__item-container-base {
  opacity: 1;
}
/* line 3536, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__item-container-base .oval-glow {
  width: calc(220px + 20px);
  height: 80px;
  bottom: -30px;
  left: calc(50% - 120px);
  z-index: 1;
}
/* line 3544, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__item-container-base .rotative-slider__oval-border {
  width: 220px;
  height: 80px;
  bottom: -30px;
  left: calc(50% - 110px);
  z-index: 0;
}
/* line 3553, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__item {
  position: relative;
  visibility: visible;
  overflow: hidden;
  padding-top: 30px;
  max-width: 320px;
}
/* line 3561, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__image {
  opacity: 1;
  transform: scale(1);
  max-height: 100%;
  max-width: 180px;
  position: relative;
  z-index: 2;
}
/* line 3570, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__item-description {
  opacity: 1;
  position: relative;
  right: initial;
  bottom: initial;
  margin-top: 30px;
  padding: 30px;
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 3582, layout/_loba.scss */
#rotative-slider-mobile .rotative-slider__image-lines {
  position: absolute;
  top: -35px;
  left: calc(50% - 130px);
  height: auto;
  min-width: 260px;
}
/* line 3589, layout/_loba.scss */
#rotative-slider-mobile .owl-prev,
#rotative-slider-mobile .owl-next {
  position: absolute;
  top: 125px;
  left: -15px;
}
/* line 3593, layout/_loba.scss */
#rotative-slider-mobile .owl-prev::before,
#rotative-slider-mobile .owl-next::before {
  content: " ";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
/* line 3600, layout/_loba.scss */
#rotative-slider-mobile .owl-prev .icon-small-arrow-left,
#rotative-slider-mobile .owl-prev .icon-small-arrow-right,
#rotative-slider-mobile .owl-next .icon-small-arrow-left,
#rotative-slider-mobile .owl-next .icon-small-arrow-right {
  font-size: 24px;
}
/* line 3607, layout/_loba.scss */
#rotative-slider-mobile .owl-next {
  left: initial;
  right: -15px;
}

/* line 3613, layout/_loba.scss */
.more-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1479px) {
  /* line 3613, layout/_loba.scss */
  .more-links {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 3613, layout/_loba.scss */
  .more-links {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  /* line 3613, layout/_loba.scss */
  .more-links {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
  }
}
/* line 3634, layout/_loba.scss */
.more-links::before {
  content: " ";
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 30px;
}
@media (max-width: 991px) {
  /* line 3634, layout/_loba.scss */
  .more-links::before {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 3646, layout/_loba.scss */
  .more-links p {
    margin-bottom: 0;
  }
}
/* line 3652, layout/_loba.scss */
.more-links a {
  margin: 0 10px;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 3652, layout/_loba.scss */
  .more-links a {
    margin: 10px 0;
  }
}

/* line 3663, layout/_loba.scss */
.upcoming-events-container {
  margin-top: 240px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 3663, layout/_loba.scss */
  .upcoming-events-container {
    margin-top: 125px;
  }
}

/* line 3672, layout/_loba.scss */
#upcoming-events-slider {
  right: 30px;
  margin-top: 140px;
}
@media (max-width: 991px) {
  /* line 3672, layout/_loba.scss */
  #upcoming-events-slider {
    right: 0;
    margin-top: 1px;
  }
}
/* line 3681, layout/_loba.scss */
#upcoming-events-slider::after {
  content: " ";
  position: absolute;
  top: -150px;
  right: -10px;
  width: calc(100% + 960px);
  height: calc(100% + 300px);
  background-color: #242626;
  background-image: url("../img/noise-background.png");
  background-repeat: repeat;
}
@media (max-width: 991px) {
  /* line 3681, layout/_loba.scss */
  #upcoming-events-slider::after {
    top: -20px;
    right: calc(100% + 20px);
    width: 100%;
    height: calc(100% + 40px);
  }
}

/* line 3698, layout/_loba.scss */
.upcoming-events-slider__item {
  position: relative;
  border-radius: 15px;
  background-color: #7F17A2;
  width: 100%;
  padding: 50px 40px;
  overflow: hidden;
  z-index: 5;
  margin-top: -70px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6), 0 0 4px 0 #7F17A2;
  transition: box-shadow 300ms ease, height 300ms ease;
}
@media (max-width: 991px) {
  /* line 3698, layout/_loba.scss */
  .upcoming-events-slider__item {
    padding: 50px 30px 40px;
    margin-top: 0;
  }
}
/* line 3715, layout/_loba.scss */
.upcoming-events-slider__item::before {
  content: " ";
  width: 380px;
  height: 380px;
  position: absolute;
  bottom: -40px;
  left: -140px;
  border-radius: 50%;
  opacity: .45;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 0 32%, #fc0057, #c50a78 17%, #7f17a2 71%, #2468db);
  z-index: 0;
}
/* line 3726, layout/_loba.scss */
.upcoming-events-slider__item.highlighted {
  padding: 0;
  overflow: visible;
  background-image: radial-gradient(circle at 83% 0, #2468db, #7f17a2 35%, #c50a78 72%, #fc0057);
}
@media (max-width: 991px) {
  /* line 3726, layout/_loba.scss */
  .upcoming-events-slider__item.highlighted {
    display: none;
  }
}
/* line 3735, layout/_loba.scss */
.upcoming-events-slider__item.highlighted::before {
  display: none;
}
/* line 3739, layout/_loba.scss */
.upcoming-events-slider__item.highlighted::after {
  display: none;
}
/* line 3743, layout/_loba.scss */
.upcoming-events-slider__item.highlighted .upcoming-events-slider__item--pre-title {
  margin-bottom: 100px;
}
/* line 3747, layout/_loba.scss */
.upcoming-events-slider__item.highlighted .upcoming-events-slider__item--date {
  font-size: 16px;
  margin-top: 0;
}
/* line 3752, layout/_loba.scss */
.upcoming-events-slider__item.highlighted .upcoming-events-slider__item--title {
  font-size: 43px;
  line-height: 47px;
  letter-spacing: 7px;
  margin-top: 20px;
}
/* line 3759, layout/_loba.scss */
.upcoming-events-slider__item.highlighted .upcoming-events-slider__item--short-description {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
/* line 3765, layout/_loba.scss */
.upcoming-events-slider__item.highlighted .upcoming-events-slider__item--image {
  display: block !important;
}

/* line 3773, layout/_loba.scss */
.upcoming-events-slider__item_container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 60px;
  transition: height 300ms ease;
}
/* line 3780, layout/_loba.scss */
.upcoming-events-slider__item_container .upcoming-events-slider__item--linePattern {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 40px;
  height: 100%;
  background: url("../img/line-vertical-pattern-xl.svg") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
/* line 3788, layout/_loba.scss */
.upcoming-events-slider__item_container .upcoming-events-slider__item--circle {
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -120px;
  left: -100px;
  border-radius: 50%;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(circle at 0 32%, #fc0057, #c50a78 17%, #7f17a2 71%, #2468db);
  opacity: 1;
}

/* line 3799, layout/_loba.scss */
.upcoming-events-slider__item--pre-title {
  color: #FC0057;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 3799, layout/_loba.scss */
  .upcoming-events-slider__item--pre-title {
    margin-bottom: 50px;
  }
}

/* line 3811, layout/_loba.scss */
.upcoming-events-slider__item--date {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  margin-top: -30px;
}
@media (max-width: 991px) {
  /* line 3811, layout/_loba.scss */
  .upcoming-events-slider__item--date {
    margin-top: 0;
  }
}

/* line 3823, layout/_loba.scss */
.upcoming-events-slider__item--title {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 3823, layout/_loba.scss */
  .upcoming-events-slider__item--title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
}

/* line 3841, layout/_loba.scss */
.upcoming-events-slider__item--short-description {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 15px;
  position: relative;
}

/* line 3851, layout/_loba.scss */
.upcoming-events-slider__item--location {
  letter-spacing: 0;
  font-weight: 300;
  position: relative;
  margin-top: 60px;
  max-width: 250px;
  color: white;
}
@media (max-width: 991px) {
  /* line 3851, layout/_loba.scss */
  .upcoming-events-slider__item--location {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 3866, layout/_loba.scss */
.upcoming-events-slider__item--image {
  position: absolute;
  top: 90px;
  right: -60px;
  display: none !important;
}
/* line 3870, layout/_loba.scss */
.upcoming-events-slider__item--image img {
  opacity: .4;
  max-width: 400px;
}
/* line 3875, layout/_loba.scss */
.upcoming-events-slider__item--image .time-control {
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #c50a78;
  transition-timing-function: linear;
}
/* line 3881, layout/_loba.scss */
.upcoming-events-slider__item--image .time-control.hide {
  display: none;
}

@media (max-width: 991px) {
  /* line 3887, layout/_loba.scss */
  #upcoming-events-slider__controls {
    margin-bottom: 20px;
  }
}
/* line 3894, layout/_loba.scss */
#upcoming-events-slider__controls.unclickable::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

/* line 3904, layout/_loba.scss */
.small-3-sphere-homepage {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 2300px;
  left: -30px;
  border-radius: 50%;
  background-image: radial-gradient(circle at 93% 24%, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  z-index: 2;
}
@media (max-width: 991px) {
  /* line 3904, layout/_loba.scss */
  .small-3-sphere-homepage {
    display: none;
  }
}

/* line 3916, layout/_loba.scss */
.small-4-sphere-homepage {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 2500px;
  left: -70px;
  border-radius: 50%;
  background-image: radial-gradient(circle at 93% 24%, #fc0057, #c50a78 31%, #7f17a2 66%, #2468db);
  z-index: 2;
}
@media (max-width: 991px) {
  /* line 3916, layout/_loba.scss */
  .small-4-sphere-homepage {
    display: none;
  }
}

/* line 3928, layout/_loba.scss */
.brochure {
  margin-top: 150px;
  padding: 150px 0;
  background-color: #1f1f1f;
  box-shadow: inset 0 0 70px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  /* line 3928, layout/_loba.scss */
  .brochure {
    margin-top: 80px;
    padding: 80px 0 120px 0;
  }
}
/* line 3937, layout/_loba.scss */
.brochure-video {
  position: relative;
}
/* line 3939, layout/_loba.scss */
.brochure-video::before {
  content: " ";
  position: absolute;
  left: -30px;
  bottom: -40px;
  width: 40px;
  height: 70%;
  opacity: 0.8;
  background: url(../img/line-vertical-pattern.png) repeat;
}
@media (max-width: 991px) {
  /* line 3939, layout/_loba.scss */
  .brochure-video::before {
    left: -10px;
    bottom: -60px;
    width: 18px;
  }
}
/* line 3954, layout/_loba.scss */
.brochure-video::after {
  content: " ";
  position: absolute;
  right: -80px;
  top: -60px;
  width: 230px;
  height: 230px;
  background-image: radial-gradient(circle at 18% 0, #fc0057, #c50a78 34%, #7f17a2 71%, #2468db 108%);
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 991px) {
  /* line 3954, layout/_loba.scss */
  .brochure-video::after {
    right: -25px;
    top: 15px;
    width: 100px;
    height: 100px;
  }
}
/* line 3973, layout/_loba.scss */
.brochure iframe {
  border-radius: 15px;
  z-index: 2;
  box-shadow: 0 0 70px 0 #00000080;
}
@media (max-width: 991px) {
  /* line 3973, layout/_loba.scss */
  .brochure iframe {
    margin-top: 50px;
  }
}
/* line 3981, layout/_loba.scss */
.brochure-title {
  color: #c50a78;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  margin-bottom: 40px;
}
/* line 3988, layout/_loba.scss */
.brochure-info {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 3, layout/_animations.scss */
.about-animation .about-items__list__image,
.about-animation .about-items__highlighted::before,
.about-animation .why-smagrinet__title::before {
  transform: scale(0.5);
  transition: transform 550ms ease;
}
@media (max-width: 991px) {
  /* line 3, layout/_animations.scss */
  .about-animation .about-items__list__image,
  .about-animation .about-items__highlighted::before,
  .about-animation .why-smagrinet__title::before {
    transform: scale(1);
  }
}
/* line 14, layout/_animations.scss */
.about-animation .about-items__highlighted,
.about-animation .why-smagrinet__title,
.about-animation .why-smagrinet p,
.about-animation .grid-about__item,
.about-animation .grid-about__lines {
  opacity: 0;
  transition: opacity 550ms ease;
}
@media (max-width: 991px) {
  /* line 14, layout/_animations.scss */
  .about-animation .about-items__highlighted,
  .about-animation .why-smagrinet__title,
  .about-animation .why-smagrinet p,
  .about-animation .grid-about__item,
  .about-animation .grid-about__lines {
    opacity: 1;
  }
}
/* line 27, layout/_animations.scss */
.about-animation .grid-about__sphere1,
.about-animation .grid-about__sphere2,
.about-animation .grid-about__sphere3,
.about-animation .grid-about__sphere4 {
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 27, layout/_animations.scss */
  .about-animation .grid-about__sphere1,
  .about-animation .grid-about__sphere2,
  .about-animation .grid-about__sphere3,
  .about-animation .grid-about__sphere4 {
    opacity: 1;
  }
}
/* line 40, layout/_animations.scss */
.about-animation.animate .about-items__list__image,
.about-animation.animate .about-items__highlighted::before,
.about-animation.animate .why-smagrinet__title::before {
  transform: scale(1);
}
/* line 46, layout/_animations.scss */
.about-animation.animate .about-items__highlighted,
.about-animation.animate .why-smagrinet__title,
.about-animation.animate .why-smagrinet p,
.about-animation.animate .grid-about__item,
.about-animation.animate .grid-about::before,
.about-animation.animate .grid-about__lines {
  opacity: 1;
}
/* line 55, layout/_animations.scss */
.about-animation.animate .grid-about::before {
  top: 0;
}
/* line 59, layout/_animations.scss */
.about-animation.animate .grid-about__sphere1,
.about-animation.animate .grid-about__sphere2,
.about-animation.animate .grid-about__sphere3,
.about-animation.animate .grid-about__sphere4 {
  opacity: .05;
}
/* line 66, layout/_animations.scss */
.about-animation.animate .grid-about__sphere1 {
  top: 0;
  right: 0;
}
/* line 71, layout/_animations.scss */
.about-animation.animate .grid-about__sphere2 {
  top: -70px;
  right: 50px;
}
/* line 76, layout/_animations.scss */
.about-animation.animate .grid-about__sphere3 {
  top: 0;
  left: 0;
}
/* line 81, layout/_animations.scss */
.about-animation.animate .grid-about__sphere4 {
  top: 0;
  left: 0;
}

/* line 88, layout/_animations.scss */
.about-items__list {
  transition: opacity 550ms ease;
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 88, layout/_animations.scss */
  .about-items__list {
    opacity: 1;
  }
}
/* line 96, layout/_animations.scss */
.about-items__list .about-items__list__image {
  transform: scale(0.5);
  transition: transform 550ms ease;
}
@media (max-width: 991px) {
  /* line 96, layout/_animations.scss */
  .about-items__list .about-items__list__image {
    transform: scale(1);
  }
}
/* line 105, layout/_animations.scss */
.about-items__list.animate {
  opacity: 1;
}
/* line 108, layout/_animations.scss */
.about-items__list.animate .about-items__list__image {
  transform: scale(1);
}

/* line 114, layout/_animations.scss */
.bullets {
  opacity: 0;
  transition: opacity 550ms ease;
}
/* line 118, layout/_animations.scss */
.bullets.animate {
  opacity: 1;
}
/* line 121, layout/_animations.scss */
.bullets.animate .small-circle {
  r: 6px;
}
/* line 125, layout/_animations.scss */
.bullets.animate .big-circle {
  r: 14px;
}

/* line 132, layout/_animations.scss */
#red-line-path {
  transition: stroke-dashoffset 600ms ease;
}

/* line 137, layout/_animations.scss */
.grid-about::before {
  top: 250px;
  transition-delay: 400ms !important;
  transition: top 550ms ease;
}

/* line 143, layout/_animations.scss */
.grid-about__sphere1 {
  top: 50px;
  right: -100px;
}

/* line 148, layout/_animations.scss */
.grid-about__sphere2 {
  top: -75px;
  right: -50px;
}

/* line 153, layout/_animations.scss */
.grid-about__sphere3 {
  top: -40px;
  left: 40px;
}

/* line 158, layout/_animations.scss */
.grid-about__sphere4 {
  top: 50px;
  left: 20px;
}

/* line 163, layout/_animations.scss */
.grid-about__sphere1,
.grid-about__sphere2,
.grid-about__sphere3,
.grid-about__sphere4 {
  transition-delay: 250ms !important;
}

/* line 170, layout/_animations.scss */
.grid-about__item {
  transition-delay: 200ms !important;
}

/* line 3, layout/_webinars.scss */
.webinars-title hr {
  margin: 50px 0 0;
}
/* line 6, layout/_webinars.scss */
.webinars-title .detail-body h2 {
  margin: 30px 0 20px 0;
}
/* line 10, layout/_webinars.scss */
.webinars-line {
  margin-top: 30px;
}
/* line 14, layout/_webinars.scss */
.webinars-filter {
  position: relative;
  padding: 50px 25px;
}
/* line 18, layout/_webinars.scss */
.webinars-filter.filter-active .webinars-box {
  visibility: visible;
  opacity: 1;
}
/* line 24, layout/_webinars.scss */
.webinars-box {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: -45px;
  left: -300px;
  background-color: #242626;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.5);
  width: 315px;
  border-radius: 15px;
  padding: 50px 30px;
  text-align: left;
  z-index: 3;
}
/* line 38, layout/_webinars.scss */
.webinars-box-title {
  font-size: 14px;
  font-weight: 600;
  color: #c50a78;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
/* line 47, layout/_webinars.scss */
.webinars-box-title:first-child {
  margin-top: 0;
}
/* line 51, layout/_webinars.scss */
.webinars-box-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 59, layout/_webinars.scss */
.webinars .row-eq-height {
  margin-top: 80px;
}
/* line 62, layout/_webinars.scss */
.webinars .filter-area__item-actor__title {
  font-size: 14px;
  height: 40px;
  margin-bottom: 25px;
}
/* line 68, layout/_webinars.scss */
.webinars .btn-text {
  font-size: 14px;
}
/* line 71, layout/_webinars.scss */
.webinars .btn-mask {
  padding: 11px 25px;
}

/* line 78, layout/_webinars.scss */
#webinars-mobile img {
  width: auto;
}
/* line 81, layout/_webinars.scss */
#webinars-mobile .filter-active {
  background-color: transparent;
  box-shadow: none;
}
/* line 85, layout/_webinars.scss */
#webinars-mobile .webinars-box {
  position: relative;
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
}
