/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-condensed-v30-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-condensed-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/roboto-condensed-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.breheimen_breadcrumb_block {
  padding-top: 0 !important;
  color: #97bf0d;
  background-color: #fff;
}
.breheimen_breadcrumb_block .block_core {
  padding-bottom: 0 !important;
  transform: translateY(-120%);
}
@media screen and (max-width: 768px) {
  .breheimen_breadcrumb_block {
    padding-top: 0 !important;
  }
  .breheimen_breadcrumb_block .block_core {
    padding: 2rem 0 !important;
    transform: translateY(0);
  }
}

.breheimen_breadcrumb {
  position: relative;
  font-size: 16px;
}
.breheimen_breadcrumb .jdes-icons, .breheimen_breadcrumb .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_breadcrumb input[type=checkbox]::before {
  display: inline-block;
  font-size: 0.85em;
  transform: scale(1) translateY(1px);
  color: #0d121a;
}
.breheimen_breadcrumb::before {
  position: absolute;
  display: none;
  width: 40vw;
  transform: translateY(-50%) translateX(-100%);
  left: -10px;
  content: "";
  height: 1px;
  top: 12px;
  opacity: 0.5;
  background-color: #2f3f46;
}
.breheimen_breadcrumb a, .breheimen_breadcrumb a:link, .breheimen_breadcrumb a:visited, .breheimen_breadcrumb a:active {
  color: #0d121a;
}
.breheimen_breadcrumb a:hover, .breheimen_breadcrumb a:link:hover, .breheimen_breadcrumb a:visited:hover, .breheimen_breadcrumb a:active:hover {
  text-decoration: underline;
  color: #97bf0d;
}
.breheimen_breadcrumb .current-page {
  font-weight: bold;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.breheimen_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 150px;
  z-index: 100;
  display: flex;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.hero_wrapper {
  position: relative;
  height: 90vh;
  height: 90svh;
  background-color: #0d121a;
  background: #fff;
  background: -moz-radial-gradient(circle farthest-corner at -30% 0%, #fff 0%, #ccc 100%);
  background: -webkit-radial-gradient(circle farthest-corner at -30% 0%, #fff 0%, #ccc 100%);
  background: radial-gradient(circle farthest-corner at -30% 0%, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
  background-size: cover;
  background-position: 50% 25%;
  z-index: 10;
  overflow: hidden;
}
.hero_wrapper:after {
  content: "";
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Old browsers */
  background: rgba(13, 18, 26, 0); /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(0deg, rgba(13, 18, 26, 0) 0%, rgba(13, 18, 26, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(0deg, rgba(13, 18, 26, 0) 0%, rgba(13, 18, 26, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(0deg, rgba(13, 18, 26, 0) 0%, rgba(13, 18, 26, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 6;
}
.hero_wrapper .block, .hero_wrapper h1, .hero_wrapper h2, .hero_wrapper h3 {
  color: #fff;
}
.hero_wrapper.half_size {
  height: 60vh;
  height: 60svh;
}
@media screen and (max-width: 767px) {
  .hero_wrapper {
    height: 75vh;
    height: 75svh;
  }
}
.hero_wrapper.none {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .hero_wrapper.none {
    height: 55px;
  }
}
.hero_wrapper + .block {
  padding-top: 4rem;
}
.hero_wrapper .video_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
}
.hero_wrapper .video_container video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) scale(1.5);
}
@media screen and (max-width: 991px) {
  .hero_wrapper .video_container {
    transform: translateY(-50%) scale(2.5);
  }
}
@media screen and (max-width: 767px) {
  .hero_wrapper .video_container {
    transform: translateY(-50%) scale(4.25);
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@font-face {
  font-family: "jdes-icons";
  src: url("fonts/jdes-icons.eot?xm0rm6");
  src: url("fonts/jdes-icons.eot?xm0rm6#iefix") format("embedded-opentype"), url("fonts/jdes-icons.ttf?xm0rm6") format("truetype"), url("fonts/jdes-icons.woff?xm0rm6") format("woff"), url("fonts/jdes-icons.svg?xm0rm6#jdes-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.jdes-icons, .checkbox_input input[type=checkbox]:checked::before, .checkbox_input input[type=checkbox]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jdes-heart:before {
  content: "\e901";
}

.jdes-menu-burger:before {
  content: "\e902";
}

.jdes-add:before {
  content: "\e903";
}

.jdes-add-circle:before {
  content: "\e904";
}

.jdes-lock:before {
  content: "\e905";
}

.jdes-more-vert:before {
  content: "\e906";
}

.jdes-apps:before {
  content: "\e907";
}

.jdes-settings:before {
  content: "\e908";
}

.jdes-notifications:before {
  content: "\e909";
}

.jdes-infinity:before {
  content: "\e90a";
}

.jdes-verified-user:before {
  content: "\e90c";
}

.jdes-chevron-left:before {
  content: "\e90d";
}

.jdes-chevron-right:before {
  content: "\e90e";
}

.jdes-close:before {
  content: "\e90f";
}

.jdes-menu-burger-top:before {
  content: "\e910";
}

.jdes-menu-burger-center:before {
  content: "\e911";
}

.jdes-menu-burger-bottom:before {
  content: "\e912";
}

.jdes-nafary-compass-core:before {
  content: "\e913";
}

.jdes-checkbox-empty:before {
  content: "\e914";
}

.jdes-checkbox-checked:before {
  content: "\e915";
}

.jdes-checkbox-empty-filled:before {
  content: "\e916";
}

.jdes-checkbox-filled-checked:before {
  content: "\e917";
}

.jdes-checkbox-frame:before {
  content: "\e918";
}

.jdes-checkbox-hook:before {
  content: "\e919";
}

.jdes-notification-circle:before {
  content: "\e91b";
}

.jdes-notification-circle-empty:before {
  content: "\e91c";
}

.jdes-heart_outline:before {
  content: "\e91d";
}

.jdes-globe:before {
  content: "\e91e";
}

.jdes-search:before {
  content: "\e91f";
}

.jdes-office:before {
  content: "\e920";
}

.jdes-folder:before {
  content: "\e921";
}

.jdes-mail:before {
  content: "\e923";
}

.jdes-info11:before {
  content: "\e926";
}

.jdes-rewind:before {
  content: "\e900";
}

.jdes-kununu:before {
  content: "\e928";
}

.jdes-map_marker:before {
  content: "\e92b";
}

.jdes-facebook:before {
  content: "\ea90";
}

.jdes-instagram:before {
  content: "\ea92";
}

.jdes-whatsapp:before {
  content: "\ea93";
}

.jdes-twitter:before {
  content: "\ea96";
}

.jdes-vk:before {
  content: "\ea98";
}

.jdes-rss:before {
  content: "\ea9b";
}

.jdes-youtube:before {
  content: "\ea9d";
}

.jdes-vimeo:before {
  content: "\eaa0";
}

.jdes-dropbox:before {
  content: "\eaae";
}

.jdes-github:before {
  content: "\eab0";
}

.jdes-tux:before {
  content: "\eabd";
}

.jdes-appleinc:before {
  content: "\eabe";
}

.jdes-android:before {
  content: "\eac0";
}

.jdes-skype:before {
  content: "\eac5";
}

.jdes-linkedin2:before {
  content: "\eaca";
}

.jdes-stackoverflow:before {
  content: "\ead0";
}

.jdes-pinterest:before {
  content: "\ead1";
}

.jdes-xing2:before {
  content: "\ead4";
}

.jdes-paypal:before {
  content: "\ead8";
}

.jdes-pencil:before {
  content: "\e92d";
}

.jdes-droplet:before {
  content: "\e92e";
}

.jdes-download1:before {
  content: "\e90b";
}

.jdes-redo21:before {
  content: "\e91a";
}

.jdes-cog:before {
  content: "\e994";
}

.jdes-power:before {
  content: "\e9b5";
}

.jdes-link:before {
  content: "\e9cb";
}

.jdes-attachment:before {
  content: "\e9cd";
}

.jdes-warning:before {
  content: "\ea07";
}

.jdes-notification:before {
  content: "\ea08";
}

.jdes-cancel-circle:before {
  content: "\ea0d";
}

.jdes-info:before {
  content: "\ea0c";
}

.jdes-blocked:before {
  content: "\ea0e";
}

.jdes-circle-up:before {
  content: "\ea41";
}

.jdes-circle-right:before {
  content: "\ea42";
}

.jdes-circle-down:before {
  content: "\ea43";
}

.jdes-circle-left:before {
  content: "\ea44";
}

.jdes-share2:before {
  content: "\ea82";
}

.jdes-home:before {
  content: "\e922";
}

.jdes-file-empty:before {
  content: "\e924";
}

.jdes-files-empty:before {
  content: "\e925";
}

.jdes-file-picture:before {
  content: "\e927";
}

.jdes-coin-dollar:before {
  content: "\e93b";
}

.jdes-coin-euro:before {
  content: "\e93c";
}

.jdes-coin-pound:before {
  content: "\e93d";
}

.jdes-coin-yen:before {
  content: "\e93e";
}

.jdes-download:before {
  content: "\e960";
}

.jdes-redo2:before {
  content: "\e968";
}

.jdes-trophy:before {
  content: "\e99e";
}

.jdes-rocket:before {
  content: "\e9a5";
}

.jdes-target:before {
  content: "\e9b3";
}

.jdes-shield:before {
  content: "\e9b4";
}

.jdes-star-empty:before {
  content: "\e9d7";
}

.jdes-star-half:before {
  content: "\e9d8";
}

.jdes-star-full:before {
  content: "\e9d9";
}

.jdes-checkmark:before {
  content: "\ea10";
}

.jdes-checkmark2:before {
  content: "\ea11";
}

.jdes-embed:before {
  content: "\ea7f";
}

.jdes-embed2:before {
  content: "\ea80";
}

.jdes-terminal:before {
  content: "\ea81";
}

.jdes-loop2:before {
  content: "\ea2e";
}

.jdes-warning1:before {
  content: "\ea09";
}

.jdes-fire:before {
  content: "\e9a9";
}

.jdes-info1:before {
  content: "\ea0f";
}

.jdes-chart-pie:before {
  content: "\e92a";
}

.jdes-download-document:before {
  content: "\e933";
}

.jdes-upload-document:before {
  content: "\e936";
}

.jdes-goal-flag:before {
  content: "\e930";
}

.jdes-air-01:before {
  content: "\e929";
}

.jdes-earth-01:before {
  content: "\e92c";
}

.jdes-water-01:before {
  content: "\e92f";
}

.jdes-fire-01:before {
  content: "\e931";
}

.jdes-air-02:before {
  content: "\e932";
}

.jdes-earth-02:before {
  content: "\e934";
}

.jdes-fire-02:before {
  content: "\e935";
}

.jdes-water-02:before {
  content: "\e937";
}

.jdes-e-loading:before {
  content: "\e938";
}

.jdes-e-schwarz-01-sm:before {
  content: "\e939";
}

.jdes-e-schwarz-01:before {
  content: "\e93a";
}

.jdes-engine-icon-02:before {
  content: "\e93f";
}

.jdes-engine-icon-03:before {
  content: "\e940";
}

.jdes-engine-icon-01:before {
  content: "\e941";
}

.jdes-e-wire:before {
  content: "\e942";
}

.jdes-e-windmill:before {
  content: "\e943";
}

.jdes-e-gear:before {
  content: "\e944";
}

.jdes-e-construct:before {
  content: "\e945";
}

.jdes-e-check:before {
  content: "\e946";
}

.jdes-e-engineer:before {
  content: "\e947";
}

.jdes-e-rating:before {
  content: "\e948";
}

::-moz-selection {
  background: #97bf0d;
  color: #0d121a;
}

::selection {
  background: #97bf0d;
  color: #0d121a;
}

img, video {
  max-width: 100%;
  vertical-align: middle;
}

strong, b, .bold {
  font-weight: 400;
  color: #0d121a;
}

blockquote {
  font-size: 1rem;
  font-weight: 200;
  padding: 0 4rem;
  position: relative;
  display: block;
  transform: skewX(-10deg);
}
blockquote:before {
  content: '"';
  position: absolute;
  display: block;
  font-size: 12rem;
  top: 50%;
  left: 2rem;
  pointer-events: none;
  opacity: 0.2;
  transform: translateY(-50%);
}

a, a:link, a:visited {
  text-decoration: none;
  color: #97bf0d;
}
a:hover, a:link:hover, a:visited:hover {
  color: #bdef10;
}

.colored_text {
  background: rgb(193, 46, 33);
  background: -moz-linear-gradient(90deg, rgb(193, 46, 33) 0%, rgb(57, 140, 174) 35%, rgb(92, 141, 101) 65%, rgb(251, 190, 94) 100%);
  background: -webkit-linear-gradient(90deg, rgb(193, 46, 33) 0%, rgb(57, 140, 174) 35%, rgb(92, 141, 101) 65%, rgb(251, 190, 94) 100%);
  background: linear-gradient(90deg, rgb(193, 46, 33) 0%, rgb(57, 140, 174) 35%, rgb(92, 141, 101) 65%, rgb(251, 190, 94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c12e21",endColorstr="#fbbe5e",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.header {
  font-size: 18px;
  padding-bottom: 0.5rem;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  color: #0d121a;
  font-weight: 200;
  letter-spacing: 0.01em;
  position: relative;
  clear: both;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  margin: 0;
  z-index: 5;
  display: inline-block;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  font-family: Roboto Condensed, sans-serif;
}

h1 {
  font-size: 2rem;
  line-height: 1;
}

h2 {
  font-size: 1.75rem;
  line-height: 1;
}

h3 {
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h2, h3, h4, h5 {
  clear: both;
}

p {
  word-wrap: break-word;
  word-break: break-word;
  padding-bottom: 2rem;
  position: relative;
  display: block;
}
p img {
  margin-bottom: 2rem;
  display: inline-block;
}
p .alignleft {
  float: left;
}
p .alignright {
  float: right;
}
p .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
p + ol {
  margin-top: 2rem;
}

.intro p {
  font-size: 1.25rem;
  font-weight: 200;
}

.fontCenter {
  text-align: center;
}

.alignCenter {
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style-type: none;
  padding-bottom: 2rem;
}
ul.checker-list li {
  position: relative;
  padding-left: 2rem;
}
ul.checker-list li + li {
  margin-top: 0.5rem;
}
ul.checker-list li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #97bf0d;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 32px;
}
ul.checker-list small {
  display: inline-block;
  transform: translateY(-5px);
}
ul.checker-list small.s-badge {
  color: #97bf0d;
  font-weight: 400;
}
ul.checker-list.checker-list-sm li {
  padding-left: 1.3333333333rem;
}
ul.checker-list.checker-list-sm li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  color: #97bf0d;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
}
ul.checker-list.checker-list-sm li + li {
  margin-top: 0;
}

ol {
  list-style: none;
  counter-reset: list-counter;
  padding-bottom: 2rem;
}
ol li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 4rem 2rem;
}
ol li::after {
  content: counter(list-counter) " ";
  font-family: Roboto Condensed, sans-serif;
  display: block;
  position: absolute;
  font-size: 16rem;
  color: #008d2d;
  font-weight: 400;
  z-index: -1;
  opacity: 0.15;
  top: -8rem;
  left: -1rem;
}
ol li::before {
  font-size: 8rem;
  font-family: Roboto Condensed, sans-serif;
  content: counter(list-counter) " ";
  color: #008d2d;
  font-weight: 400;
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -1rem;
}
ol li:nth-child(even) {
  border-right: none;
  text-align: right;
}
ol li:nth-child(even)::after {
  left: auto;
  right: 0;
}
ol li:nth-child(even)::before {
  left: auto;
  right: -1rem;
}

em {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0.5rem;
  padding-top: 0.15em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1;
}

cite {
  font-size: 1.75rem;
  line-height: 1.2;
  display: block;
  margin: 2rem auto 4.6rem auto;
  width: 80%;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  color: #008d2d;
}
@media screen and (max-width: 767px) {
  cite {
    width: 100%;
  }
}
cite.highlight-cite {
  background-image: linear-gradient(-95deg, #84a70b, #aad70f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-12deg) skewY(-6deg);
  z-index: 10;
}
cite.highlight-cite span {
  -webkit-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  z-index: 11;
  display: inline !important;
}

.standard-text {
  max-width: 980px;
}

.default_list li {
  position: relative;
  padding-left: 1.3rem;
}
.default_list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: inherit;
  font-size: 0.85em;
}

.page_content {
  padding-bottom: 6rem;
}
.page_content a, .page_content a:link, .page_content a:visited {
  display: inline-block;
  position: relative;
  color: #0d121a;
}
.page_content a:after, .page_content a:link:after, .page_content a:visited:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #97bf0d;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_content a:hover, .page_content a:link:hover, .page_content a:visited:hover {
  color: #0d121a;
  background-color: #97bf0d;
  text-decoration: underline;
}
.page_content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.page_content ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: inherit;
  font-size: 0.85em;
}

ul li + br {
  display: none;
}

.key_value_row {
  display: flex;
  flex-wrap: wrap;
}
.key_value_row .key {
  flex-basis: 30%;
  text-align: left;
  font-weight: 400;
}
.key_value_row .value {
  flex-grow: 1;
  text-align: right;
}

.default_link {
  display: inline-block;
  position: relative;
  color: #0d121a;
}
.default_link:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #97bf0d;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.default_link:hover {
  color: #0d121a;
  background-color: #97bf0d;
  text-decoration: underline;
}

.default_link_on_dark {
  display: inline-block;
  position: relative;
  color: #0d121a;
  color: #f1f1f1;
}
.default_link_on_dark:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #97bf0d;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.default_link_on_dark:hover {
  color: #0d121a;
  background-color: #97bf0d;
  text-decoration: underline;
}

.wip-info {
  position: absolute;
  background-color: #f4c757;
  bottom: 2rem;
  right: 0;
  z-index: 10;
  padding: 0.6666666667rem;
  font-size: 14px;
  text-align: right;
}

.editorial-content ul li,
.faq_content ul li {
  position: relative;
  padding-left: 1.3rem;
}
.editorial-content ul li:before,
.faq_content ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: inherit;
  font-size: 0.85em;
}

.small_text {
  opacity: 0.5;
  font-size: 10px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.breheimen_button {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
}
.breheimen_button.iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_button.iconized .jdes-icons, .breheimen_button.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_button.iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_button::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_button:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_button:hover::before {
  opacity: 1;
}
.breheimen_button:active {
  transform: scale(0.92);
}
.breheimen_button + .breheimen_button {
  margin-left: 0.25rem;
}

.breheimen_button_primary {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #fff !important;
  border-color: transparent;
  background-color: #008d2d;
}
.breheimen_button_primary.iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_button_primary.iconized .jdes-icons, .breheimen_button_primary.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_button_primary.iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_button_primary::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_button_primary:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_button_primary:hover::before {
  opacity: 1;
}
.breheimen_button_primary:active {
  transform: scale(0.92);
}
.breheimen_button_primary a {
  color: #fff !important;
}
.breheimen_button_secondary {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #fff !important;
  border-color: transparent;
  background-color: #479f9a;
}
.breheimen_button_secondary.iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_button_secondary.iconized .jdes-icons, .breheimen_button_secondary.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_button_secondary.iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_button_secondary::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_button_secondary:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_button_secondary:hover::before {
  opacity: 1;
}
.breheimen_button_secondary:active {
  transform: scale(0.92);
}
.breheimen_button_secondary::before {
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #84c8c4, transparent 55%);
}
.breheimen_button_secondary a {
  color: #fff !important;
}
.breheimen_button_ghost, .breheimen_button_invisible {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #0d121a !important;
  border-color: #0d121a;
}
.breheimen_button_ghost.iconized, .iconized.breheimen_button_invisible {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_button_ghost.iconized .jdes-icons, .breheimen_button_ghost.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_button_ghost.iconized input[type=checkbox]::before, .iconized.breheimen_button_invisible .jdes-icons, .iconized.breheimen_button_invisible .checkbox_input input[type=checkbox]::before, .checkbox_input .iconized.breheimen_button_invisible input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_button_ghost::before, .breheimen_button_invisible::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_button_ghost:hover, .breheimen_button_invisible:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_button_ghost:hover::before, .breheimen_button_invisible:hover::before {
  opacity: 1;
}
.breheimen_button_ghost:active, .breheimen_button_invisible:active {
  transform: scale(0.92);
}
.breheimen_button_ghost::before, .breheimen_button_invisible::before {
  display: none;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #f5d295, transparent 55%);
}
.breheimen_button_ghost:hover, .breheimen_button_invisible:hover {
  color: #2b6538 !important;
  border-color: #2b6538;
}

.breheimen_button_ghost_white {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #fff !important;
  border-color: #fff;
}
.breheimen_button_ghost_white.iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_button_ghost_white.iconized .jdes-icons, .breheimen_button_ghost_white.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_button_ghost_white.iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_button_ghost_white::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_button_ghost_white:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_button_ghost_white:hover::before {
  opacity: 1;
}
.breheimen_button_ghost_white:active {
  transform: scale(0.92);
}
.breheimen_button_ghost_white:hover {
  color: #0d121a !important;
  border-color: #97bf0d;
}
.breheimen_button_ghost_white:hover::before {
  background-color: #97bf0d !important;
}

.breheimen_button_invisible {
  border-color: transparent;
}
.breheimen_button_invisible:hover {
  border-color: transparent;
}

.breheimen_simple_button {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #0d121a !important;
  font-size: 16px;
  border-color: #97bf0d;
  background: #97bf0d;
  background: -moz-radial-gradient(circle farthest-corner at 70% -35%, #97bf0d 0%, #263003 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 70% -35%, #97bf0d 0%, #263003 100%);
  background: radial-gradient(circle farthest-corner at 70% -35%, #97bf0d 0%, #263003 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
}
.breheimen_simple_button.iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.breheimen_simple_button.iconized .jdes-icons, .breheimen_simple_button.iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen_simple_button.iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.breheimen_simple_button::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.breheimen_simple_button:hover {
  color: #fff;
  cursor: pointer;
}
.breheimen_simple_button:hover::before {
  opacity: 1;
}
.breheimen_simple_button:active {
  transform: scale(0.92);
}
.breheimen_simple_button a {
  color: #fff !important;
}
.breheimen_simple_button:hover {
  color: #0d121a !important;
  background: #97bf0d;
  background: -moz-radial-gradient(circle farthest-corner at 20% -15%, #97bf0d 0%, black 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 20% -15%, #97bf0d 0%, black 100%);
  background: radial-gradient(circle farthest-corner at 20% -15%, #97bf0d 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
}
.breheimen_simple_button:hover::before, .breheimen_simple_button:hover::after {
  display: none;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.breheimen_form_input_style, input:not([type=submit]),
input[type=text]:not([type=submit]),
input[type=password]:not([type=submit]),
input[type=date]:not([type=submit]),
input[type=url]:not([type=submit]),
input[type=search]:not([type=submit]),
input[type=number]:not([type=submit]),
input[type=tel]:not([type=submit]),
input[type=time]:not([type=submit]),
.form-control:not([type=submit]), textarea:not([type=submit]), textarea.form-control:not([type=submit]) {
  height: 50px;
  padding: 1rem;
  background-color: rgba(13, 18, 26, 0.05);
  border: none;
  border-bottom: 2px solid rgba(13, 18, 26, 0.2);
  color: #0d121a !important;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  box-shadow: inset 0 0 0 transparent;
  outline: #97bf0d;
}
.breheimen_form_input_style:focus, input:focus:not([type=submit]),
.form-control:focus:not([type=submit]), textarea:focus:not([type=submit]) {
  background-color: rgba(13, 18, 26, 0.025);
  border: 2px solid rgba(151, 191, 13, 0.2);
  box-shadow: inset 0 -3px 0 #97bf0d;
}

textarea {
  width: 100%;
  resize: vertical;
  min-height: 150px;
}

input:not([type=submit]),
input[type=text]:not([type=submit]),
input[type=password]:not([type=submit]),
input[type=date]:not([type=submit]),
input[type=url]:not([type=submit]),
input[type=search]:not([type=submit]),
input[type=number]:not([type=submit]),
input[type=tel]:not([type=submit]),
input[type=time]:not([type=submit]),
.form-control:not([type=submit]), textarea:not([type=submit]), textarea.form-control:not([type=submit]) {
  font-family: "Lucida Console", monospace;
}

select {
  height: 50px;
  background-color: rgba(13, 18, 26, 0.05);
  font-size: 1rem;
  color: #0d121a !important;
  border: none;
  border-bottom: 2px solid rgba(13, 18, 26, 0.2);
  padding: 0 0 0 1rem;
}

input[type=file] {
  background-color: transparent;
}

input[type=checkbox] {
  background-color: transparent;
  height: auto;
}
input[type=checkbox] + span {
  padding-left: 1rem;
  transform: translateY(-5px);
}

input[type=submit] {
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #fff !important;
  border-color: transparent;
  background-color: #008d2d;
  float: right;
}
input[type=submit].iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
input[type=submit].iconized .jdes-icons, input[type=submit].iconized .checkbox_input input[type=checkbox]::before, .checkbox_input input[type=submit].iconized input[type=checkbox]::before {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type=submit]::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
}
input[type=submit]:hover::before {
  opacity: 1;
}
input[type=submit]:active {
  transform: scale(0.92);
}
input[type=submit] a {
  color: #fff !important;
}
input:disabled {
  opacity: 0.5;
}

form.working {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ff0;
}

.input-wrap {
  display: flex;
  flex-direction: column;
}

.brasvn-status {
  padding: 1rem;
  border-radius: 0.5rem;
  color: #377c78;
  background-color: rgba(71, 159, 154, 0.1);
  border: 2px solid #479f9a;
  margin-bottom: 5px;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.brasvn-status.err {
  color: #b50942;
  border-color: #e60b54;
  background-color: rgba(230, 11, 84, 0.2);
}
.brasvn-status.ok {
  color: #005a1d;
  border-color: #008d2d;
  background-color: rgba(0, 141, 45, 0.2);
}
.brasvn-status.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.form_title {
  display: flex;
  border-bottom: 1px dotted rgba(13, 18, 26, 0.3);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.form-interaction {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.form-selection-area {
  background-color: #f6faf8;
  border-radius: 1rem;
  padding: 2rem;
}

#available-positions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-bottom: 16px;
}

.available-item {
  border: 2px solid rgba(0, 141, 45, 0.1);
  border-radius: 8px;
  padding: 10px 10px 7px 10px;
  cursor: pointer;
  background: #fff;
  position: relative;
  max-height: 10000px;
  transform: translateX(0);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.available-item:hover {
  border-color: rgba(0, 141, 45, 0.3);
}

.available-item.is-used {
  opacity: 0.4;
  pointer-events: none;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  border: 0 solid transparent;
  transform: translateX(-4rem) translateY(-25%);
}

.available-item-name {
  font-weight: 400;
}

.brasvn-actions-label {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding-bottom: 0.5rem;
}

.brasvn-actions {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 141, 45, 0.1);
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.brasvn-actions-info {
  font-size: 16px;
  padding: 0 0 1rem 0;
}

.position-card {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}
.position-card .pc-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e60b54;
  display: block;
  color: #fff;
  border-radius: 100%;
  transform: translateY(-25%) translateX(25%) rotateZ(0);
  cursor: pointer;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.position-card .pc-remove span {
  display: inline-block;
  transform: translateY(4px);
}
.position-card .pc-remove:hover {
  transform: translateY(-25%) translateX(25%) rotateZ(90deg);
}

.tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #97bf0d;
}

.tooltip-content {
  overflow: hidden;
  font-size: 16px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}

.show-tooltip .tooltip-content {
  max-height: 10000px;
  opacity: 1;
}

.input-collection {
  gap: 1rem;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

label {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: rgba(13, 18, 26, 0.75);
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.info-slideshow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 0 4rem 0;
}
.info-slideshow .is-navigation {
  width: 35%;
  position: relative;
}
.info-slideshow .is-navigation .is-nav-item {
  position: relative;
  font-size: 1.25rem;
  display: block;
  z-index: 2;
  padding-bottom: 1rem;
  -webkit-transition: all 0.12s ease-out 0s;
  -moz-transition: all 0.12s ease-out 0s;
  -o-transition: all 0.12s ease-out 0s;
  transition: all 0.12s ease-out 0s;
  opacity: 0.3;
}
.info-slideshow .is-navigation .is-nav-item .is-nav-item-title {
  font-weight: 400;
  line-height: 1.1;
}
.info-slideshow .is-navigation .is-nav-item .is-nav-item-subtitle {
  font-size: 16px;
}
.info-slideshow .is-navigation .is-nav-item.active {
  opacity: 1;
}
.info-slideshow .is-navigation .is-nav-item.active .is-nav-item-title {
  color: #97bf0d;
}
.info-slideshow .is-navigation .is-nav-item:last-child {
  padding-bottom: 0;
}
.info-slideshow .is-navigation:hover .is-nav-item {
  opacity: 0.3;
}
.info-slideshow .is-navigation:hover .is-nav-item:hover {
  opacity: 1;
}
.info-slideshow .is-navigation:hover .is-nav-item:hover .is-nav-item-title {
  color: #97bf0d;
}
.info-slideshow .is-navigation .is-nav-count {
  position: absolute;
  font-weight: 200;
  top: 0;
  left: 0;
  display: block;
  font-size: 16px;
  transform: translateX(-200%) translateY(-10%);
  font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}
@media screen and (max-width: 767px) {
  .info-slideshow .is-navigation .is-nav-count {
    transform: translateX(-110%) translateY(-12%);
  }
}
.info-slideshow .is-slides {
  width: 65%;
  position: relative;
  display: flex;
  aspect-ratio: 5/3;
  border-bottom-width: 2px;
  background-size: cover;
  background-position: 50% 25%;
}
.info-slideshow .is-slides svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  aspect-ratio: 5/4;
}
.info-slideshow .is-slides svg .st0 {
  fill: #fff;
}
.info-slideshow .is-slides svg .st1 {
  fill: rgba(255, 255, 255, 0.5);
}
.info-slideshow .is-slides svg .st2 {
  fill: rgba(255, 255, 255, 0.7);
}
.info-slideshow .is-slides svg .st3 {
  fill: rgba(255, 255, 255, 0.2);
}
.info-slideshow .is-slides .effect {
  z-index: 1;
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.info-slideshow .is-slides .effect .effect-inner-1 {
  z-index: 3;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.info-slideshow .is-slides .effect .effect-inner-2 {
  z-index: 3;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.info-slideshow .is-slides .is-slide {
  color: #fff;
  border: 0 solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 90%;
  opacity: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-2rem);
  padding: 3rem 4rem 2rem 4rem;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.info-slideshow .is-slides .is-slide:before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 202, 65, 0.9);
  z-index: -1;
  transform: skewX(-12deg);
}
.info-slideshow .is-slides .is-slide:after {
  content: "";
  position: absolute;
  background-size: cover;
  aspect-ratio: 1/3;
  width: 40px;
  right: 0.25rem;
  bottom: 0.25rem;
  opacity: 0.4;
}
.info-slideshow .is-slides .is-slide .interaction {
  padding-top: 1rem;
}
.info-slideshow .is-slides .is-slide a, .info-slideshow .is-slides .is-slide a:link, .info-slideshow .is-slides .is-slide a:visited {
  color: #97bf0d;
}
.info-slideshow .is-slides .is-slide.active {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .info-slideshow {
    flex-direction: column;
  }
  .info-slideshow .is-navigation {
    width: 100%;
    margin-bottom: 2rem;
  }
  .info-slideshow .is-slides {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info-slideshow .effect {
    aspect-ratio: 5/2.8;
  }
  .info-slideshow .is-slides {
    aspect-ratio: 4/5;
  }
  .info-slideshow .is-slides svg,
.info-slideshow .is-slides .effect {
    bottom: 0;
    top: auto;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.particle_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
  mask-image: radial-gradient(var(--sparks) 0%, var(--sparks) 30%, transparent 80%, transparent);
}

.circle-container {
  z-index: 10;
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circle {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(var(--sparks), var(--sparks) 10%, rgba(var(--sparks), 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-1;
  animation-duration: 32736ms;
  animation-delay: 34681ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -130vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 429ms;
}
.circle-container:nth-child(2) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-2;
  animation-duration: 34488ms;
  animation-delay: 20287ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -118vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 3680ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-3;
  animation-duration: 36881ms;
  animation-delay: 12891ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(10vw, 102vh, 0);
  }
  to {
    transform: translate3d(69vw, -125vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 1820ms;
}
.circle-container:nth-child(4) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-4;
  animation-duration: 31018ms;
  animation-delay: 24238ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -109vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 291ms;
}
.circle-container:nth-child(5) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-5;
  animation-duration: 31302ms;
  animation-delay: 28827ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(100vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -115vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 67ms;
}
.circle-container:nth-child(6) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-6;
  animation-duration: 28736ms;
  animation-delay: 282ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(26vw, 104vh, 0);
  }
  to {
    transform: translate3d(39vw, -124vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3091ms;
}
.circle-container:nth-child(7) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-7;
  animation-duration: 29069ms;
  animation-delay: 31590ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -121vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 1474ms;
}
.circle-container:nth-child(8) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-8;
  animation-duration: 29286ms;
  animation-delay: 6043ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(33vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 2021ms;
}
.circle-container:nth-child(9) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-9;
  animation-duration: 36599ms;
  animation-delay: 15020ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(46vw, -132vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 3145ms;
}
.circle-container:nth-child(10) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-10;
  animation-duration: 36709ms;
  animation-delay: 2522ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -128vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 2484ms;
}
.circle-container:nth-child(11) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-11;
  animation-duration: 33257ms;
  animation-delay: 3743ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(21vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -113vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 613ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-12;
  animation-duration: 28055ms;
  animation-delay: 6292ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -118vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 3577ms;
}
.circle-container:nth-child(13) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-13;
  animation-duration: 29860ms;
  animation-delay: 787ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -121vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 557ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-14;
  animation-duration: 34239ms;
  animation-delay: 14912ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 102ms;
}
.circle-container:nth-child(15) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-15;
  animation-duration: 32940ms;
  animation-delay: 25523ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -117vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 2256ms;
}
.circle-container:nth-child(16) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-16;
  animation-duration: 30898ms;
  animation-delay: 10165ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(66vw, -117vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 3677ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-17;
  animation-duration: 34880ms;
  animation-delay: 35201ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 3790ms;
}
.circle-container:nth-child(18) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-18;
  animation-duration: 35223ms;
  animation-delay: 28402ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(16vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -138vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 2559ms;
}
.circle-container:nth-child(19) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-19;
  animation-duration: 33559ms;
  animation-delay: 34326ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -109vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 3444ms;
}
.circle-container:nth-child(20) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-20;
  animation-duration: 28989ms;
  animation-delay: 20835ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(64vw, -113vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 936ms;
}
.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-21;
  animation-duration: 29306ms;
  animation-delay: 13899ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(68vw, -133vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 2487ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-22;
  animation-duration: 30135ms;
  animation-delay: 22419ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(9vw, -123vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 1025ms;
}
.circle-container:nth-child(23) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-23;
  animation-duration: 33546ms;
  animation-delay: 408ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -123vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 2308ms;
}
.circle-container:nth-child(24) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-24;
  animation-duration: 29211ms;
  animation-delay: 1174ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(72vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -124vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 744ms;
}
.circle-container:nth-child(25) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-25;
  animation-duration: 33934ms;
  animation-delay: 832ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(66vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -129vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 3978ms;
}
.circle-container:nth-child(26) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-26;
  animation-duration: 28212ms;
  animation-delay: 34478ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -121vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 3900ms;
}
.circle-container:nth-child(27) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-27;
  animation-duration: 28391ms;
  animation-delay: 2015ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(94vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -111vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 2533ms;
}
.circle-container:nth-child(28) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-28;
  animation-duration: 35472ms;
  animation-delay: 24600ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(83vw, -138vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 2152ms;
}
.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-29;
  animation-duration: 35019ms;
  animation-delay: 10264ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(84vw, -114vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 1932ms;
}
.circle-container:nth-child(30) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-30;
  animation-duration: 32409ms;
  animation-delay: 27952ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(77vw, -119vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 1201ms;
}
.circle-container:nth-child(31) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-31;
  animation-duration: 30286ms;
  animation-delay: 33336ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -127vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 3665ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-32;
  animation-duration: 36405ms;
  animation-delay: 14873ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(20vw, -133vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 645ms;
}
.circle-container:nth-child(33) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-33;
  animation-duration: 28453ms;
  animation-delay: 33540ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(92vw, -126vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 608ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-34;
  animation-duration: 29992ms;
  animation-delay: 22108ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(73vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -115vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 3916ms;
}
.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-35;
  animation-duration: 32866ms;
  animation-delay: 34480ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 402ms;
}
.circle-container:nth-child(36) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-36;
  animation-duration: 33202ms;
  animation-delay: 14552ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -110vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 2640ms;
}
.circle-container:nth-child(37) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-37;
  animation-duration: 33931ms;
  animation-delay: 35275ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -111vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 1022ms;
}
.circle-container:nth-child(38) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-38;
  animation-duration: 31674ms;
  animation-delay: 882ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(80vw, -135vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 3662ms;
}
.circle-container:nth-child(39) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-39;
  animation-duration: 29445ms;
  animation-delay: 15090ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(20vw, -129vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 1644ms;
}
.circle-container:nth-child(40) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-40;
  animation-duration: 33306ms;
  animation-delay: 25345ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -129vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 668ms;
}
.circle-container:nth-child(41) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-41;
  animation-duration: 36906ms;
  animation-delay: 9861ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(34vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -126vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 1718ms;
}
.circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-42;
  animation-duration: 33228ms;
  animation-delay: 26977ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(76vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -117vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 3285ms;
}
.circle-container:nth-child(43) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-43;
  animation-duration: 36246ms;
  animation-delay: 32884ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 3070ms;
}
.circle-container:nth-child(44) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-44;
  animation-duration: 28986ms;
  animation-delay: 7700ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -109vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 584ms;
}
.circle-container:nth-child(45) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-45;
  animation-duration: 28731ms;
  animation-delay: 35963ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -115vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 895ms;
}
.circle-container:nth-child(46) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-46;
  animation-duration: 31702ms;
  animation-delay: 13096ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 2415ms;
}
.circle-container:nth-child(47) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-47;
  animation-duration: 34095ms;
  animation-delay: 7102ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 136ms;
}
.circle-container:nth-child(48) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-48;
  animation-duration: 28971ms;
  animation-delay: 10012ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -124vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 1581ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-49;
  animation-duration: 35959ms;
  animation-delay: 10503ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -114vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 2933ms;
}
.circle-container:nth-child(50) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-50;
  animation-duration: 32521ms;
  animation-delay: 28962ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(5vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -115vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 2528ms;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.faq-collection {
  display: flex;
  flex-direction: column;
}
.faq-collection .faq {
  padding-bottom: 0.5rem;
}
.faq-collection .faq .faq_core {
  border: 0 solid #435a65;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq-collection .faq .faq_core .faq_content {
  font-size: 16px;
  padding: 1rem;
  background-color: rgba(45, 60, 67, 0.05);
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.faq-collection .faq .faq_core .faq_question {
  display: flex;
  align-items: center;
  color: #fff;
  background: #008d2d;
  background: -moz-radial-gradient(circle farthest-corner at 80% -20%, #008d2d 0%, #97bf0d 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 80% -20%, #008d2d 0%, #97bf0d 100%);
  background: radial-gradient(circle farthest-corner at 80% -20%, #008d2d 0%, #97bf0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 1rem 0.7692307692rem 1rem;
}
.faq-collection .faq .faq_core .faq_question .jdes-icons, .faq-collection .faq .faq_core .faq_question .checkbox_input input[type=checkbox]::before, .checkbox_input .faq-collection .faq .faq_core .faq_question input[type=checkbox]::before {
  display: inline-block;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.faq-collection .faq .faq_core .faq_question.active {
  border-bottom: 1px solid rgba(13, 18, 26, 0.2);
}
.faq-collection .faq .faq_core .faq_question.active + .faq_content {
  max-height: 10000px;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.faq-collection .faq .faq_core .faq_question.active .jdes-icons, .faq-collection .faq .faq_core .faq_question.active .checkbox_input input[type=checkbox]::before, .checkbox_input .faq-collection .faq .faq_core .faq_question.active input[type=checkbox]::before {
  transform: rotateZ(90deg);
}
.faq-collection .faq .faq_core .faq_question:hover, .faq-collection .faq .faq_core .faq_question.active {
  background: #008d2d;
  background: -moz-radial-gradient(circle farthest-corner at 10% -20%, #008d2d 0%, #97bf0d 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 10% -20%, #008d2d 0%, #97bf0d 100%);
  background: radial-gradient(circle farthest-corner at 10% -20%, #008d2d 0%, #97bf0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
  color: #fff;
  background-color: #97bf0d;
}

.faq_collection .block_core {
  padding: 4rem 0 2rem 0 !important;
}

@font-face {
  font-family: "jdes-icons";
  src: url("fonts/jdes-icons.eot?xm0rm6");
  src: url("fonts/jdes-icons.eot?xm0rm6#iefix") format("embedded-opentype"), url("fonts/jdes-icons.ttf?xm0rm6") format("truetype"), url("fonts/jdes-icons.woff?xm0rm6") format("woff"), url("fonts/jdes-icons.svg?xm0rm6#jdes-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.jdes-icons, .checkbox_input input[type=checkbox]:checked::before, .checkbox_input input[type=checkbox]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jdes-heart:before {
  content: "\e901";
}

.jdes-menu-burger:before {
  content: "\e902";
}

.jdes-add:before {
  content: "\e903";
}

.jdes-add-circle:before {
  content: "\e904";
}

.jdes-lock:before {
  content: "\e905";
}

.jdes-more-vert:before {
  content: "\e906";
}

.jdes-apps:before {
  content: "\e907";
}

.jdes-settings:before {
  content: "\e908";
}

.jdes-notifications:before {
  content: "\e909";
}

.jdes-infinity:before {
  content: "\e90a";
}

.jdes-verified-user:before {
  content: "\e90c";
}

.jdes-chevron-left:before {
  content: "\e90d";
}

.jdes-chevron-right:before {
  content: "\e90e";
}

.jdes-close:before {
  content: "\e90f";
}

.jdes-menu-burger-top:before {
  content: "\e910";
}

.jdes-menu-burger-center:before {
  content: "\e911";
}

.jdes-menu-burger-bottom:before {
  content: "\e912";
}

.jdes-nafary-compass-core:before {
  content: "\e913";
}

.jdes-checkbox-empty:before {
  content: "\e914";
}

.jdes-checkbox-checked:before {
  content: "\e915";
}

.jdes-checkbox-empty-filled:before {
  content: "\e916";
}

.jdes-checkbox-filled-checked:before {
  content: "\e917";
}

.jdes-checkbox-frame:before {
  content: "\e918";
}

.jdes-checkbox-hook:before {
  content: "\e919";
}

.jdes-notification-circle:before {
  content: "\e91b";
}

.jdes-notification-circle-empty:before {
  content: "\e91c";
}

.jdes-heart_outline:before {
  content: "\e91d";
}

.jdes-globe:before {
  content: "\e91e";
}

.jdes-search:before {
  content: "\e91f";
}

.jdes-office:before {
  content: "\e920";
}

.jdes-folder:before {
  content: "\e921";
}

.jdes-mail:before {
  content: "\e923";
}

.jdes-info11:before {
  content: "\e926";
}

.jdes-rewind:before {
  content: "\e900";
}

.jdes-kununu:before {
  content: "\e928";
}

.jdes-map_marker:before {
  content: "\e92b";
}

.jdes-facebook:before {
  content: "\ea90";
}

.jdes-instagram:before {
  content: "\ea92";
}

.jdes-whatsapp:before {
  content: "\ea93";
}

.jdes-twitter:before {
  content: "\ea96";
}

.jdes-vk:before {
  content: "\ea98";
}

.jdes-rss:before {
  content: "\ea9b";
}

.jdes-youtube:before {
  content: "\ea9d";
}

.jdes-vimeo:before {
  content: "\eaa0";
}

.jdes-dropbox:before {
  content: "\eaae";
}

.jdes-github:before {
  content: "\eab0";
}

.jdes-tux:before {
  content: "\eabd";
}

.jdes-appleinc:before {
  content: "\eabe";
}

.jdes-android:before {
  content: "\eac0";
}

.jdes-skype:before {
  content: "\eac5";
}

.jdes-linkedin2:before {
  content: "\eaca";
}

.jdes-stackoverflow:before {
  content: "\ead0";
}

.jdes-pinterest:before {
  content: "\ead1";
}

.jdes-xing2:before {
  content: "\ead4";
}

.jdes-paypal:before {
  content: "\ead8";
}

.jdes-pencil:before {
  content: "\e92d";
}

.jdes-droplet:before {
  content: "\e92e";
}

.jdes-download1:before {
  content: "\e90b";
}

.jdes-redo21:before {
  content: "\e91a";
}

.jdes-cog:before {
  content: "\e994";
}

.jdes-power:before {
  content: "\e9b5";
}

.jdes-link:before {
  content: "\e9cb";
}

.jdes-attachment:before {
  content: "\e9cd";
}

.jdes-warning:before {
  content: "\ea07";
}

.jdes-notification:before {
  content: "\ea08";
}

.jdes-cancel-circle:before {
  content: "\ea0d";
}

.jdes-info:before {
  content: "\ea0c";
}

.jdes-blocked:before {
  content: "\ea0e";
}

.jdes-circle-up:before {
  content: "\ea41";
}

.jdes-circle-right:before {
  content: "\ea42";
}

.jdes-circle-down:before {
  content: "\ea43";
}

.jdes-circle-left:before {
  content: "\ea44";
}

.jdes-share2:before {
  content: "\ea82";
}

.jdes-home:before {
  content: "\e922";
}

.jdes-file-empty:before {
  content: "\e924";
}

.jdes-files-empty:before {
  content: "\e925";
}

.jdes-file-picture:before {
  content: "\e927";
}

.jdes-coin-dollar:before {
  content: "\e93b";
}

.jdes-coin-euro:before {
  content: "\e93c";
}

.jdes-coin-pound:before {
  content: "\e93d";
}

.jdes-coin-yen:before {
  content: "\e93e";
}

.jdes-download:before {
  content: "\e960";
}

.jdes-redo2:before {
  content: "\e968";
}

.jdes-trophy:before {
  content: "\e99e";
}

.jdes-rocket:before {
  content: "\e9a5";
}

.jdes-target:before {
  content: "\e9b3";
}

.jdes-shield:before {
  content: "\e9b4";
}

.jdes-star-empty:before {
  content: "\e9d7";
}

.jdes-star-half:before {
  content: "\e9d8";
}

.jdes-star-full:before {
  content: "\e9d9";
}

.jdes-checkmark:before {
  content: "\ea10";
}

.jdes-checkmark2:before {
  content: "\ea11";
}

.jdes-embed:before {
  content: "\ea7f";
}

.jdes-embed2:before {
  content: "\ea80";
}

.jdes-terminal:before {
  content: "\ea81";
}

.jdes-loop2:before {
  content: "\ea2e";
}

.jdes-warning1:before {
  content: "\ea09";
}

.jdes-fire:before {
  content: "\e9a9";
}

.jdes-info1:before {
  content: "\ea0f";
}

.jdes-chart-pie:before {
  content: "\e92a";
}

.jdes-download-document:before {
  content: "\e933";
}

.jdes-upload-document:before {
  content: "\e936";
}

.jdes-goal-flag:before {
  content: "\e930";
}

.jdes-air-01:before {
  content: "\e929";
}

.jdes-earth-01:before {
  content: "\e92c";
}

.jdes-water-01:before {
  content: "\e92f";
}

.jdes-fire-01:before {
  content: "\e931";
}

.jdes-air-02:before {
  content: "\e932";
}

.jdes-earth-02:before {
  content: "\e934";
}

.jdes-fire-02:before {
  content: "\e935";
}

.jdes-water-02:before {
  content: "\e937";
}

.jdes-e-loading:before {
  content: "\e938";
}

.jdes-e-schwarz-01-sm:before {
  content: "\e939";
}

.jdes-e-schwarz-01:before {
  content: "\e93a";
}

.jdes-engine-icon-02:before {
  content: "\e93f";
}

.jdes-engine-icon-03:before {
  content: "\e940";
}

.jdes-engine-icon-01:before {
  content: "\e941";
}

.jdes-e-wire:before {
  content: "\e942";
}

.jdes-e-windmill:before {
  content: "\e943";
}

.jdes-e-gear:before {
  content: "\e944";
}

.jdes-e-construct:before {
  content: "\e945";
}

.jdes-e-check:before {
  content: "\e946";
}

.jdes-e-engineer:before {
  content: "\e947";
}

.jdes-e-rating:before {
  content: "\e948";
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.jdes-animated-icons {
  position: relative;
  display: inline-block;
  width: 1em;
}
.jdes-animated-icons .jdes-icons, .jdes-animated-icons .checkbox_input input[type=checkbox]::before, .checkbox_input .jdes-animated-icons input[type=checkbox]::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.jdes-animated-icon-menu-burger .menu_burger_center_02 {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top,
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom,
.jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top {
  transform: translateX(-1.2em);
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  transform: translateX(1.2em);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01,
.jdes-animated-icon-menu-burger_active .menu_burger_center_02,
.jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform-origin: 50% 50%;
  opacity: 1;
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01 {
  transform: rotateZ(-45deg);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_02, .jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform: rotateZ(45deg);
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

body.login {
  background-color: #007ea8;
  background-size: cover;
}

body.background {
  background-size: cover;
}

#login {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#login button.wp-hide-pw {
  display: none !important;
}

body.login div#login {
  color: #0d121a;
}

body.login div#login h1 {
  color: #0d121a;
}

body.login div#login h1 a {
  background-position: center top;
  background-repeat: no-repeat;
  color: #999;
  width: 300px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  display: block;
  background-size: contain;
}

body.login {
  color: #f1f1f1;
  background-position: 50% 25%;
}
body.login div#login input[type=submit] {
  outline: none !important;
  box-shadow: none !important;
}
body.login #loginform {
  background-color: #fff;
  flex-basis: auto;
}
body.login #nav, body.login #backtoblog {
  padding: 0.5rem 4rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0;
}
body.login #nav a, body.login #backtoblog a {
  font-weight: bold;
  font-size: 16px;
  color: #f1f1f1;
}
body.login #nav a:hover, body.login #backtoblog a:hover {
  color: #97bf0d;
}
body.login #nav {
  padding-top: 2rem;
}
body.login #backtoblog {
  padding-bottom: 2rem;
}

.checkbox_input {
  position: relative;
  height: 35px;
  padding-top: 2px;
  padding-left: 20px;
  border: 1px solid rgba(17, 24, 27, 0.1);
  overflow: hidden;
  background-color: #fff;
}
.checkbox_input input[type=checkbox] {
  position: relative;
  height: 20px;
  outline: none;
  box-shadow: none;
  border: none;
  top: 0;
  right: 0;
}
.checkbox_input input[type=checkbox]::before {
  content: "\e914";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 35px;
  z-index: 2;
  font-size: 30px;
  cursor: pointer;
  background-color: #fff;
}
.checkbox_input input[type=checkbox]:checked::before {
  content: "\e915";
}

.login_form_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login_form_container .login_form_container_core {
  background-color: #fff;
  border: 1px solid rgba(13, 18, 26, 0.1);
  padding: 4rem;
  width: 800px;
  max-width: 100%;
}
.login_form_container .login-logo {
  text-align: center;
  margin-bottom: 4rem;
}
.login_form_container .login-logo img {
  max-width: 200px;
}
.login_form_container .login_form_welcome_message {
  padding: 4rem;
  color: #0d121a;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  border-radius: 55px;
  text-align: center;
}
.login_form_container .login_form_welcome_message h1 {
  color: #0d121a;
  font-size: 24px;
  position: relative;
  margin-bottom: 0.5em;
}
.login_form_container .login_form_welcome_message h1::after {
  background-color: #0d121a;
}
.login_form_container .login_form_welcome_message .jdes-icons, .login_form_container .login_form_welcome_message .checkbox_input input[type=checkbox]::before, .checkbox_input .login_form_container .login_form_welcome_message input[type=checkbox]::before {
  font-size: 350px;
  position: absolute;
  bottom: -80px;
  right: -80px;
  opacity: 0.1;
  color: #f1f1f1;
}
.login_form_container label + input {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .login_form_container {
    flex-direction: column;
  }
  .login_form_container .form-interaction {
    display: flex;
    flex-direction: column-reverse;
  }
  .login_form_container .form-interaction .breheimen_button {
    width: 100%;
  }
}

main.login-main {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  padding: 2rem !important;
  flex-direction: row !important;
}

#loginform {
  padding: 4rem;
  display: flex;
  flex-direction: column;
}
#loginform p {
  display: flex;
  flex-direction: column;
}
#loginform p.forgetmenot {
  padding: 2rem 0;
  display: block;
}
#loginform p.forgetmenot input {
  margin-top: 0;
}
#loginform label {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 700;
}
#loginform input {
  background-color: #fff;
}
#loginform input.button,
#loginform .button {
  height: auto;
  font-weight: normal;
  outline: none !important;
}

.login-error {
  background-color: rgba(230, 11, 84, 0.05);
  border: 2px solid rgba(230, 11, 84, 0.4);
  margin-top: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #e60b54;
  padding: 1rem;
}

/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-condensed-v30-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-condensed-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/roboto-condensed-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@font-face {
  font-family: "jdes-icons";
  src: url("fonts/jdes-icons.eot?xm0rm6");
  src: url("fonts/jdes-icons.eot?xm0rm6#iefix") format("embedded-opentype"), url("fonts/jdes-icons.ttf?xm0rm6") format("truetype"), url("fonts/jdes-icons.woff?xm0rm6") format("woff"), url("fonts/jdes-icons.svg?xm0rm6#jdes-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.jdes-icons, .checkbox_input input[type=checkbox]::before, .checkbox_input input[type=checkbox]:checked::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jdes-heart:before {
  content: "\e901";
}

.jdes-menu-burger:before {
  content: "\e902";
}

.jdes-add:before {
  content: "\e903";
}

.jdes-add-circle:before {
  content: "\e904";
}

.jdes-lock:before {
  content: "\e905";
}

.jdes-more-vert:before {
  content: "\e906";
}

.jdes-apps:before {
  content: "\e907";
}

.jdes-settings:before {
  content: "\e908";
}

.jdes-notifications:before {
  content: "\e909";
}

.jdes-infinity:before {
  content: "\e90a";
}

.jdes-verified-user:before {
  content: "\e90c";
}

.jdes-chevron-left:before {
  content: "\e90d";
}

.jdes-chevron-right:before {
  content: "\e90e";
}

.jdes-close:before {
  content: "\e90f";
}

.jdes-menu-burger-top:before {
  content: "\e910";
}

.jdes-menu-burger-center:before {
  content: "\e911";
}

.jdes-menu-burger-bottom:before {
  content: "\e912";
}

.jdes-nafary-compass-core:before {
  content: "\e913";
}

.jdes-checkbox-empty:before {
  content: "\e914";
}

.jdes-checkbox-checked:before {
  content: "\e915";
}

.jdes-checkbox-empty-filled:before {
  content: "\e916";
}

.jdes-checkbox-filled-checked:before {
  content: "\e917";
}

.jdes-checkbox-frame:before {
  content: "\e918";
}

.jdes-checkbox-hook:before {
  content: "\e919";
}

.jdes-notification-circle:before {
  content: "\e91b";
}

.jdes-notification-circle-empty:before {
  content: "\e91c";
}

.jdes-heart_outline:before {
  content: "\e91d";
}

.jdes-globe:before {
  content: "\e91e";
}

.jdes-search:before {
  content: "\e91f";
}

.jdes-office:before {
  content: "\e920";
}

.jdes-folder:before {
  content: "\e921";
}

.jdes-mail:before {
  content: "\e923";
}

.jdes-info11:before {
  content: "\e926";
}

.jdes-rewind:before {
  content: "\e900";
}

.jdes-kununu:before {
  content: "\e928";
}

.jdes-map_marker:before {
  content: "\e92b";
}

.jdes-facebook:before {
  content: "\ea90";
}

.jdes-instagram:before {
  content: "\ea92";
}

.jdes-whatsapp:before {
  content: "\ea93";
}

.jdes-twitter:before {
  content: "\ea96";
}

.jdes-vk:before {
  content: "\ea98";
}

.jdes-rss:before {
  content: "\ea9b";
}

.jdes-youtube:before {
  content: "\ea9d";
}

.jdes-vimeo:before {
  content: "\eaa0";
}

.jdes-dropbox:before {
  content: "\eaae";
}

.jdes-github:before {
  content: "\eab0";
}

.jdes-tux:before {
  content: "\eabd";
}

.jdes-appleinc:before {
  content: "\eabe";
}

.jdes-android:before {
  content: "\eac0";
}

.jdes-skype:before {
  content: "\eac5";
}

.jdes-linkedin2:before {
  content: "\eaca";
}

.jdes-stackoverflow:before {
  content: "\ead0";
}

.jdes-pinterest:before {
  content: "\ead1";
}

.jdes-xing2:before {
  content: "\ead4";
}

.jdes-paypal:before {
  content: "\ead8";
}

.jdes-pencil:before {
  content: "\e92d";
}

.jdes-droplet:before {
  content: "\e92e";
}

.jdes-download1:before {
  content: "\e90b";
}

.jdes-redo21:before {
  content: "\e91a";
}

.jdes-cog:before {
  content: "\e994";
}

.jdes-power:before {
  content: "\e9b5";
}

.jdes-link:before {
  content: "\e9cb";
}

.jdes-attachment:before {
  content: "\e9cd";
}

.jdes-warning:before {
  content: "\ea07";
}

.jdes-notification:before {
  content: "\ea08";
}

.jdes-cancel-circle:before {
  content: "\ea0d";
}

.jdes-info:before {
  content: "\ea0c";
}

.jdes-blocked:before {
  content: "\ea0e";
}

.jdes-circle-up:before {
  content: "\ea41";
}

.jdes-circle-right:before {
  content: "\ea42";
}

.jdes-circle-down:before {
  content: "\ea43";
}

.jdes-circle-left:before {
  content: "\ea44";
}

.jdes-share2:before {
  content: "\ea82";
}

.jdes-home:before {
  content: "\e922";
}

.jdes-file-empty:before {
  content: "\e924";
}

.jdes-files-empty:before {
  content: "\e925";
}

.jdes-file-picture:before {
  content: "\e927";
}

.jdes-coin-dollar:before {
  content: "\e93b";
}

.jdes-coin-euro:before {
  content: "\e93c";
}

.jdes-coin-pound:before {
  content: "\e93d";
}

.jdes-coin-yen:before {
  content: "\e93e";
}

.jdes-download:before {
  content: "\e960";
}

.jdes-redo2:before {
  content: "\e968";
}

.jdes-trophy:before {
  content: "\e99e";
}

.jdes-rocket:before {
  content: "\e9a5";
}

.jdes-target:before {
  content: "\e9b3";
}

.jdes-shield:before {
  content: "\e9b4";
}

.jdes-star-empty:before {
  content: "\e9d7";
}

.jdes-star-half:before {
  content: "\e9d8";
}

.jdes-star-full:before {
  content: "\e9d9";
}

.jdes-checkmark:before {
  content: "\ea10";
}

.jdes-checkmark2:before {
  content: "\ea11";
}

.jdes-embed:before {
  content: "\ea7f";
}

.jdes-embed2:before {
  content: "\ea80";
}

.jdes-terminal:before {
  content: "\ea81";
}

.jdes-loop2:before {
  content: "\ea2e";
}

.jdes-warning1:before {
  content: "\ea09";
}

.jdes-fire:before {
  content: "\e9a9";
}

.jdes-info1:before {
  content: "\ea0f";
}

.jdes-chart-pie:before {
  content: "\e92a";
}

.jdes-download-document:before {
  content: "\e933";
}

.jdes-upload-document:before {
  content: "\e936";
}

.jdes-goal-flag:before {
  content: "\e930";
}

.jdes-air-01:before {
  content: "\e929";
}

.jdes-earth-01:before {
  content: "\e92c";
}

.jdes-water-01:before {
  content: "\e92f";
}

.jdes-fire-01:before {
  content: "\e931";
}

.jdes-air-02:before {
  content: "\e932";
}

.jdes-earth-02:before {
  content: "\e934";
}

.jdes-fire-02:before {
  content: "\e935";
}

.jdes-water-02:before {
  content: "\e937";
}

.jdes-e-loading:before {
  content: "\e938";
}

.jdes-e-schwarz-01-sm:before {
  content: "\e939";
}

.jdes-e-schwarz-01:before {
  content: "\e93a";
}

.jdes-engine-icon-02:before {
  content: "\e93f";
}

.jdes-engine-icon-03:before {
  content: "\e940";
}

.jdes-engine-icon-01:before {
  content: "\e941";
}

.jdes-e-wire:before {
  content: "\e942";
}

.jdes-e-windmill:before {
  content: "\e943";
}

.jdes-e-gear:before {
  content: "\e944";
}

.jdes-e-construct:before {
  content: "\e945";
}

.jdes-e-check:before {
  content: "\e946";
}

.jdes-e-engineer:before {
  content: "\e947";
}

.jdes-e-rating:before {
  content: "\e948";
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.jdes-animated-icons {
  position: relative;
  display: inline-block;
  width: 1em;
}
.jdes-animated-icons .jdes-icons, .jdes-animated-icons .checkbox_input input[type=checkbox]::before, .checkbox_input .jdes-animated-icons input[type=checkbox]::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.jdes-animated-icon-menu-burger .menu_burger_center_02 {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top,
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom,
.jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top {
  transform: translateX(-1.2em);
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  transform: translateX(1.2em);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01,
.jdes-animated-icon-menu-burger_active .menu_burger_center_02,
.jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform-origin: 50% 50%;
  opacity: 1;
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01 {
  transform: rotateZ(-45deg);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_02, .jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform: rotateZ(45deg);
}

.gallery,
.blocks-gallery-grid {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .gallery,
.blocks-gallery-grid {
    max-width: none;
  }
}
.gallery .gallery-item,
.gallery .blocks-gallery-item,
.blocks-gallery-grid .gallery-item,
.blocks-gallery-grid .blocks-gallery-item {
  position: relative;
  padding: 5px;
  display: flex;
  overflow: hidden;
  list-style-type: none;
  height: 200px;
  width: 25% !important;
}
.gallery .gallery-item::before,
.gallery .blocks-gallery-item::before,
.blocks-gallery-grid .gallery-item::before,
.blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}
.gallery .gallery-item .gallery-icon,
.gallery .gallery-item figure,
.gallery .blocks-gallery-item .gallery-icon,
.gallery .blocks-gallery-item figure,
.blocks-gallery-grid .gallery-item .gallery-icon,
.blocks-gallery-grid .gallery-item figure,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon,
.blocks-gallery-grid .blocks-gallery-item figure {
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  width: 100%;
}
.gallery .gallery-item .gallery-icon a,
.gallery .gallery-item figure a,
.gallery .blocks-gallery-item .gallery-icon a,
.gallery .blocks-gallery-item figure a,
.blocks-gallery-grid .gallery-item .gallery-icon a,
.blocks-gallery-grid .gallery-item figure a,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon a,
.blocks-gallery-grid .blocks-gallery-item figure a {
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon a::before, .gallery .gallery-item .gallery-icon a::after,
.gallery .gallery-item figure a::before,
.gallery .gallery-item figure a::after,
.gallery .blocks-gallery-item .gallery-icon a::before,
.gallery .blocks-gallery-item .gallery-icon a::after,
.gallery .blocks-gallery-item figure a::before,
.gallery .blocks-gallery-item figure a::after,
.blocks-gallery-grid .gallery-item .gallery-icon a::before,
.blocks-gallery-grid .gallery-item .gallery-icon a::after,
.blocks-gallery-grid .gallery-item figure a::before,
.blocks-gallery-grid .gallery-item figure a::after,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon a::before,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon a::after,
.blocks-gallery-grid .blocks-gallery-item figure a::before,
.blocks-gallery-grid .blocks-gallery-item figure a::after {
  display: none !important;
}
.gallery .gallery-item .gallery-icon a img,
.gallery .gallery-item figure a img,
.gallery .blocks-gallery-item .gallery-icon a img,
.gallery .blocks-gallery-item figure a img,
.blocks-gallery-grid .gallery-item .gallery-icon a img,
.blocks-gallery-grid .gallery-item figure a img,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon a img,
.blocks-gallery-grid .blocks-gallery-item figure a img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.gallery .gallery-item .gallery-icon:hover,
.gallery .gallery-item figure:hover,
.gallery .blocks-gallery-item .gallery-icon:hover,
.gallery .blocks-gallery-item figure:hover,
.blocks-gallery-grid .gallery-item .gallery-icon:hover,
.blocks-gallery-grid .gallery-item figure:hover,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon:hover,
.blocks-gallery-grid .blocks-gallery-item figure:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.gallery .gallery-item .gallery-icon:hover a img,
.gallery .gallery-item figure:hover a img,
.gallery .blocks-gallery-item .gallery-icon:hover a img,
.gallery .blocks-gallery-item figure:hover a img,
.blocks-gallery-grid .gallery-item .gallery-icon:hover a img,
.blocks-gallery-grid .gallery-item figure:hover a img,
.blocks-gallery-grid .blocks-gallery-item .gallery-icon:hover a img,
.blocks-gallery-grid .blocks-gallery-item figure:hover a img {
  z-index: 20;
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}
.gallery .gallery-item:last-child::after,
.gallery .blocks-gallery-item:last-child::after,
.blocks-gallery-grid .gallery-item:last-child::after,
.blocks-gallery-grid .blocks-gallery-item:last-child::after {
  content: " ";
  clear: both;
  display: block;
}
.gallery .gallery-item .wp-caption-text,
.gallery .blocks-gallery-item .wp-caption-text,
.blocks-gallery-grid .gallery-item .wp-caption-text,
.blocks-gallery-grid .blocks-gallery-item .wp-caption-text {
  font-size: 16px;
  color: #f8f2d4;
  background-color: rgba(17, 24, 27, 0.9);
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 0;
  padding: 3px 10px;
  text-align: center;
  right: 5px;
  opacity: 0;
  transform: translateY(100%);
}
.gallery .gallery-item figcaption,
.gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 4%;
  right: 4%;
  width: 92%;
  text-align: center;
  font-size: 16px;
  padding: 0.6666666667rem;
  border-radius: 0.5rem;
  color: #fff;
  opacity: 0.2;
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  background-color: rgba(0, 126, 168, 0.5);
  -webkit-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.12s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
@supports (backdrop-filter: blur(8px)) {
  .gallery .gallery-item figcaption,
.gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
    backdrop-filter: blur(8px) brightness(0.45) hue-rotate(60deg);
    background-color: transparent;
  }
}
.gallery .gallery-item:hover .gallery-icon,
.gallery .blocks-gallery-item:hover .gallery-icon,
.blocks-gallery-grid .gallery-item:hover .gallery-icon,
.blocks-gallery-grid .blocks-gallery-item:hover .gallery-icon {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.gallery .gallery-item:hover .wp-caption-text,
.gallery .blocks-gallery-item:hover .wp-caption-text,
.blocks-gallery-grid .gallery-item:hover .wp-caption-text,
.blocks-gallery-grid .blocks-gallery-item:hover .wp-caption-text {
  transform: translateY(0);
  opacity: 1;
}
.gallery .gallery-item:hover figcaption,
.gallery .blocks-gallery-item:hover figcaption,
.blocks-gallery-grid .gallery-item:hover figcaption,
.blocks-gallery-grid .blocks-gallery-item:hover figcaption {
  bottom: 12px;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-item,
.gallery .blocks-gallery-item,
.blocks-gallery-grid .gallery-item,
.blocks-gallery-grid .blocks-gallery-item {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item,
.gallery .blocks-gallery-item,
.blocks-gallery-grid .gallery-item,
.blocks-gallery-grid .blocks-gallery-item {
    width: 50% !important;
    height: 90px;
  }
}

.lightbox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  /* Old browsers */
  background: #0d121a; /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.lightbox .lightbox_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}
.lightbox .lightbox_content .lightbox-slide {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  transform: perspective(300px) rotateY(0);
  transform-origin: 0 50%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.lightbox .lightbox_content .lightbox-slide .lightbox_image {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.lightbox .lightbox_content .lightbox-slide .lightbox_image img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lightbox .lightbox_content .lightbox-slide .slide-description {
  background-color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  position: absolute;
  bottom: 4rem;
  width: 90%;
  left: 5%;
  text-align: left;
  opacity: 1;
  color: #2f3f46;
  border-radius: 1rem;
  z-index: 20;
}
.lightbox .lightbox_content .lightbox-slide .slide-description:hover {
  opacity: 1;
}
@supports (backdrop-filter: blur(12px)) {
  .lightbox .lightbox_content .lightbox-slide .slide-description {
    -webkit-backdrop-filter: blur(8px) brightness(0.65);
    backdrop-filter: blur(8px) brightness(0.65);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.lightbox .lightbox_content .lightbox-slide.active {
  transform: perspective(300px) translateX(0) rotateY(0);
  opacity: 1;
}
.lightbox .lightbox_content .lightbox-slide.next {
  transform-origin: 0 50%;
  transform: perspective(300px) translateX(100%) rotateY(50deg);
}
.lightbox .lightbox_content .lightbox-slide.prev {
  transform-origin: 100% 50%;
  transform: perspective(300px) translateX(-100%) rotateY(-50deg);
}
.lightbox .close {
  position: absolute;
  display: block;
  top: 1rem;
  right: 1rem;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding-top: 6px;
  z-index: 50;
  opacity: 0.3;
  background-color: #0d121a;
  -webkit-transition: opacity 0.21s ease-out 0s;
  -moz-transition: opacity 0.21s ease-out 0s;
  -o-transition: opacity 0.21s ease-out 0s;
  transition: opacity 0.21s ease-out 0s;
}
.lightbox .close:hover {
  opacity: 0.7;
}
.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.lightbox .lightbox-prev,
.lightbox .lightbox-next {
  position: absolute;
  font-size: 50px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  height: 200px;
  width: 50px;
  display: flex;
  align-items: center;
}
.lightbox .lightbox-prev span,
.lightbox .lightbox-next span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.4;
}
.lightbox .lightbox-prev span:hover,
.lightbox .lightbox-next span:hover {
  opacity: 0.8;
}
.lightbox .lightbox-prev {
  left: 1rem;
}
.lightbox .lightbox-prev:hover span {
  transform: translateX(-0.1em);
}
.lightbox .lightbox-next {
  right: 1rem;
}
.lightbox .lightbox-next:hover span {
  transform: translateX(0.1em);
}
@media screen and (max-width: 767px) {
  .lightbox .lightbox_content {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.block {
  position: relative;
  z-index: 10;
}
.block.bg {
  background-color: #fff;
  padding-bottom: 4rem;
}
.block.bg .block_core {
  background-color: inherit;
}
.block.editorial-content {
  padding-bottom: 4rem;
}
.block .block_core {
  z-index: 3;
  position: relative;
}
.block .block_title {
  padding-top: 4rem;
  line-height: 1.1;
  text-align: left;
  font-size: 1.75rem;
  font-family: Roboto Condensed, sans-serif;
}
.block .block_title .block_title_core {
  display: inline-block;
}
.block .shape_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  text-align: right;
}
.block .shape_layer svg {
  height: 100%;
  width: auto;
}
.block:not(.block_full) .block_core {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 0) {
  .block:not(.block_full) .block_core {
    max-width: 100%;
  }
}
@media screen and (min-width: 367px) {
  .block:not(.block_full) .block_core {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .block:not(.block_full) .block_core {
    max-width: 767px;
  }
}
@media screen and (min-width: 992px) {
  .block:not(.block_full) .block_core {
    max-width: 991px;
  }
}
@media screen and (min-width: 1200px) {
  .block:not(.block_full) .block_core {
    max-width: 1800px;
  }
}
@media screen and (min-width: 992px) {
  .block:not(.block_full) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .block:not(.block_full) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.post-password-form,
form.post-password-form {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem 0;
  border-radius: 1rem;
}
.post-password-form input[type=password],
.post-password-form input[type=text],
form.post-password-form input[type=password],
form.post-password-form input[type=text] {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
  margin-top: 1rem;
}
.post-password-form input[type=password]:focus, .post-password-form input[type=password]:active,
.post-password-form input[type=text]:focus,
.post-password-form input[type=text]:active,
form.post-password-form input[type=password]:focus,
form.post-password-form input[type=password]:active,
form.post-password-form input[type=text]:focus,
form.post-password-form input[type=text]:active {
  border-color: #008d2d !important;
  outline: #d5512a;
}
.post-password-form input[type=submit],
form.post-password-form input[type=submit] {
  display: inline-block;
  position: relative;
  line-height: 27px;
  letter-spacing: 0.03rem;
  text-align: center;
  padding: 7px 1.6rem 5px 1.6rem !important;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.13s;
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto Condensed, sans-serif;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #fff;
  vertical-align: middle;
  z-index: 1;
  color: #fff !important;
  border-color: transparent;
  background-color: #008d2d;
  float: none;
}
.post-password-form input[type=submit].iconized,
form.post-password-form input[type=submit].iconized {
  padding-left: 36px !important;
  padding-right: 1rem !important;
}
.post-password-form input[type=submit].iconized .jdes-icons, .post-password-form input[type=submit].iconized .checkbox_input input[type=checkbox]::before, .checkbox_input .post-password-form input[type=submit].iconized input[type=checkbox]::before,
form.post-password-form input[type=submit].iconized .jdes-icons {
  font-size: inherit;
  line-height: 0;
  left: 0.6666666667rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-password-form input[type=submit]::before,
form.post-password-form input[type=submit]::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(15rem circle at var(--xPos) var(--yPos), #97bf0d, transparent 55%);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  pointer-events: none;
}
.post-password-form input[type=submit]:hover,
form.post-password-form input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover::before,
form.post-password-form input[type=submit]:hover::before {
  opacity: 1;
}
.post-password-form input[type=submit]:active,
form.post-password-form input[type=submit]:active {
  transform: scale(0.92);
}
.post-password-form input[type=submit] a,
form.post-password-form input[type=submit] a {
  color: #fff !important;
}
.post-password-form p,
form.post-password-form p {
  display: block;
  text-align: center;
  padding: 0;
}
.post-password-form label,
form.post-password-form label {
  display: block;
  padding-bottom: 2rem;
}
.post-password-form p:first-child,
form.post-password-form p:first-child {
  display: none;
}

.post_password_request {
  text-align: center;
}
.post_password_request .password_title {
  margin-bottom: 1.3333333333rem;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.cookie_consent {
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.cookie_consent .cookie_consent_cookie {
  position: absolute;
  width: 200px;
  top: 2rem;
  right: 0;
  transform: translateY(-80%) translateX(20%) rotateY(180deg);
  pointer-events: none;
}
.cookie_consent .cookie_consent_core {
  -webkit-transition: all 0.42s ease-out 0s;
  -moz-transition: all 0.42s ease-out 0s;
  -o-transition: all 0.42s ease-out 0s;
  transition: all 0.42s ease-out 0s;
  width: 100%;
  max-width: 720px;
  position: relative;
  opacity: 1;
  padding: 2rem;
  background-color: #f6faf8;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0;
}
.cookie_consent .cookie_consent_title {
  padding-bottom: 0.5rem;
  font-size: 24px;
}
.cookie_consent .cookie_consent_info {
  font-size: 12px;
  padding-bottom: 1rem;
}
.cookie_consent .cookie_consent_interaction {
  display: flex;
  width: 100%;
  align-items: center;
}
.cookie_consent .spacer {
  flex-grow: 1;
}
.cookie_consent #decline_cookies {
  cursor: pointer;
}
.cookie_consent #accept_cookies {
  cursor: pointer;
}
.cookie_consent.hide {
  pointer-events: none;
}
.cookie_consent.hide .cookie_consent_core {
  opacity: 0;
  transform: translateY(140%) rotateX(-80deg);
}
@media screen and (max-width: 767px) {
  .cookie_consent {
    text-align: center;
  }
  .cookie_consent .cookie_consent_interaction {
    flex-direction: column-reverse;
  }
  .cookie_consent .spacer {
    height: 0.6666666667rem;
  }
  .cookie_consent .cookie_consent_title {
    text-align: center;
  }
  .cookie_consent .cookie_consent_cookie {
    position: absolute;
    width: 200px;
    top: 2rem;
    right: 0;
    transform: translateX(10%) translateY(-80%) rotateY(180deg);
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

:root {
  --index: 2;
}

.animate-in {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 0.62s ease-out 0s;
  -moz-transition: all 0.62s ease-out 0s;
  -o-transition: all 0.62s ease-out 0s;
  transition: all 0.62s ease-out 0s;
  transition-delay: calc(var(--index) * 0.125s) !important;
}
.animate-in.in {
  opacity: 1;
  transform: scale(1);
}

.animate-in-right {
  transform: translateX(4rem);
  -webkit-transition: all 0.62s ease-out 0s;
  -moz-transition: all 0.62s ease-out 0s;
  -o-transition: all 0.62s ease-out 0s;
  transition: all 0.62s ease-out 0s;
  transition-delay: calc(var(--index) * 0.125s) !important;
}
.animate-in-right.in {
  transform: translateX(0);
}

.animate-in-left {
  transform: translateX(-4rem);
  -webkit-transition: all 0.62s ease-out 0s;
  -moz-transition: all 0.62s ease-out 0s;
  -o-transition: all 0.62s ease-out 0s;
  transition: all 0.62s ease-out 0s;
  transition-delay: calc(var(--index) * 0.125s) !important;
}
.animate-in-left.in {
  transform: translateX(0);
}

.animate-in-up {
  transform: translateY(4rem);
  -webkit-transition: all 0.62s ease-out 0s;
  -moz-transition: all 0.62s ease-out 0s;
  -o-transition: all 0.62s ease-out 0s;
  transition: all 0.62s ease-out 0s;
  transition-delay: calc(var(--index) * 0.125s) !important;
}
.animate-in-up.in {
  transform: translateY(0);
}

.word-reveal span {
  display: inline-block;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-condensed-v30-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-condensed-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/roboto-condensed-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

@font-face {
  font-family: "jdes-icons";
  src: url("fonts/jdes-icons.eot?xm0rm6");
  src: url("fonts/jdes-icons.eot?xm0rm6#iefix") format("embedded-opentype"), url("fonts/jdes-icons.ttf?xm0rm6") format("truetype"), url("fonts/jdes-icons.woff?xm0rm6") format("woff"), url("fonts/jdes-icons.svg?xm0rm6#jdes-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.jdes-icons, .checkbox_input input[type=checkbox]::before, .checkbox_input input[type=checkbox]:checked::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jdes-heart:before {
  content: "\e901";
}

.jdes-menu-burger:before {
  content: "\e902";
}

.jdes-add:before {
  content: "\e903";
}

.jdes-add-circle:before {
  content: "\e904";
}

.jdes-lock:before {
  content: "\e905";
}

.jdes-more-vert:before {
  content: "\e906";
}

.jdes-apps:before {
  content: "\e907";
}

.jdes-settings:before {
  content: "\e908";
}

.jdes-notifications:before {
  content: "\e909";
}

.jdes-infinity:before {
  content: "\e90a";
}

.jdes-verified-user:before {
  content: "\e90c";
}

.jdes-chevron-left:before {
  content: "\e90d";
}

.jdes-chevron-right:before {
  content: "\e90e";
}

.jdes-close:before {
  content: "\e90f";
}

.jdes-menu-burger-top:before {
  content: "\e910";
}

.jdes-menu-burger-center:before {
  content: "\e911";
}

.jdes-menu-burger-bottom:before {
  content: "\e912";
}

.jdes-nafary-compass-core:before {
  content: "\e913";
}

.jdes-checkbox-empty:before {
  content: "\e914";
}

.jdes-checkbox-checked:before {
  content: "\e915";
}

.jdes-checkbox-empty-filled:before {
  content: "\e916";
}

.jdes-checkbox-filled-checked:before {
  content: "\e917";
}

.jdes-checkbox-frame:before {
  content: "\e918";
}

.jdes-checkbox-hook:before {
  content: "\e919";
}

.jdes-notification-circle:before {
  content: "\e91b";
}

.jdes-notification-circle-empty:before {
  content: "\e91c";
}

.jdes-heart_outline:before {
  content: "\e91d";
}

.jdes-globe:before {
  content: "\e91e";
}

.jdes-search:before {
  content: "\e91f";
}

.jdes-office:before {
  content: "\e920";
}

.jdes-folder:before {
  content: "\e921";
}

.jdes-mail:before {
  content: "\e923";
}

.jdes-info11:before {
  content: "\e926";
}

.jdes-rewind:before {
  content: "\e900";
}

.jdes-kununu:before {
  content: "\e928";
}

.jdes-map_marker:before {
  content: "\e92b";
}

.jdes-facebook:before {
  content: "\ea90";
}

.jdes-instagram:before {
  content: "\ea92";
}

.jdes-whatsapp:before {
  content: "\ea93";
}

.jdes-twitter:before {
  content: "\ea96";
}

.jdes-vk:before {
  content: "\ea98";
}

.jdes-rss:before {
  content: "\ea9b";
}

.jdes-youtube:before {
  content: "\ea9d";
}

.jdes-vimeo:before {
  content: "\eaa0";
}

.jdes-dropbox:before {
  content: "\eaae";
}

.jdes-github:before {
  content: "\eab0";
}

.jdes-tux:before {
  content: "\eabd";
}

.jdes-appleinc:before {
  content: "\eabe";
}

.jdes-android:before {
  content: "\eac0";
}

.jdes-skype:before {
  content: "\eac5";
}

.jdes-linkedin2:before {
  content: "\eaca";
}

.jdes-stackoverflow:before {
  content: "\ead0";
}

.jdes-pinterest:before {
  content: "\ead1";
}

.jdes-xing2:before {
  content: "\ead4";
}

.jdes-paypal:before {
  content: "\ead8";
}

.jdes-pencil:before {
  content: "\e92d";
}

.jdes-droplet:before {
  content: "\e92e";
}

.jdes-download1:before {
  content: "\e90b";
}

.jdes-redo21:before {
  content: "\e91a";
}

.jdes-cog:before {
  content: "\e994";
}

.jdes-power:before {
  content: "\e9b5";
}

.jdes-link:before {
  content: "\e9cb";
}

.jdes-attachment:before {
  content: "\e9cd";
}

.jdes-warning:before {
  content: "\ea07";
}

.jdes-notification:before {
  content: "\ea08";
}

.jdes-cancel-circle:before {
  content: "\ea0d";
}

.jdes-info:before {
  content: "\ea0c";
}

.jdes-blocked:before {
  content: "\ea0e";
}

.jdes-circle-up:before {
  content: "\ea41";
}

.jdes-circle-right:before {
  content: "\ea42";
}

.jdes-circle-down:before {
  content: "\ea43";
}

.jdes-circle-left:before {
  content: "\ea44";
}

.jdes-share2:before {
  content: "\ea82";
}

.jdes-home:before {
  content: "\e922";
}

.jdes-file-empty:before {
  content: "\e924";
}

.jdes-files-empty:before {
  content: "\e925";
}

.jdes-file-picture:before {
  content: "\e927";
}

.jdes-coin-dollar:before {
  content: "\e93b";
}

.jdes-coin-euro:before {
  content: "\e93c";
}

.jdes-coin-pound:before {
  content: "\e93d";
}

.jdes-coin-yen:before {
  content: "\e93e";
}

.jdes-download:before {
  content: "\e960";
}

.jdes-redo2:before {
  content: "\e968";
}

.jdes-trophy:before {
  content: "\e99e";
}

.jdes-rocket:before {
  content: "\e9a5";
}

.jdes-target:before {
  content: "\e9b3";
}

.jdes-shield:before {
  content: "\e9b4";
}

.jdes-star-empty:before {
  content: "\e9d7";
}

.jdes-star-half:before {
  content: "\e9d8";
}

.jdes-star-full:before {
  content: "\e9d9";
}

.jdes-checkmark:before {
  content: "\ea10";
}

.jdes-checkmark2:before {
  content: "\ea11";
}

.jdes-embed:before {
  content: "\ea7f";
}

.jdes-embed2:before {
  content: "\ea80";
}

.jdes-terminal:before {
  content: "\ea81";
}

.jdes-loop2:before {
  content: "\ea2e";
}

.jdes-warning1:before {
  content: "\ea09";
}

.jdes-fire:before {
  content: "\e9a9";
}

.jdes-info1:before {
  content: "\ea0f";
}

.jdes-chart-pie:before {
  content: "\e92a";
}

.jdes-download-document:before {
  content: "\e933";
}

.jdes-upload-document:before {
  content: "\e936";
}

.jdes-goal-flag:before {
  content: "\e930";
}

.jdes-air-01:before {
  content: "\e929";
}

.jdes-earth-01:before {
  content: "\e92c";
}

.jdes-water-01:before {
  content: "\e92f";
}

.jdes-fire-01:before {
  content: "\e931";
}

.jdes-air-02:before {
  content: "\e932";
}

.jdes-earth-02:before {
  content: "\e934";
}

.jdes-fire-02:before {
  content: "\e935";
}

.jdes-water-02:before {
  content: "\e937";
}

.jdes-e-loading:before {
  content: "\e938";
}

.jdes-e-schwarz-01-sm:before {
  content: "\e939";
}

.jdes-e-schwarz-01:before {
  content: "\e93a";
}

.jdes-engine-icon-02:before {
  content: "\e93f";
}

.jdes-engine-icon-03:before {
  content: "\e940";
}

.jdes-engine-icon-01:before {
  content: "\e941";
}

.jdes-e-wire:before {
  content: "\e942";
}

.jdes-e-windmill:before {
  content: "\e943";
}

.jdes-e-gear:before {
  content: "\e944";
}

.jdes-e-construct:before {
  content: "\e945";
}

.jdes-e-check:before {
  content: "\e946";
}

.jdes-e-engineer:before {
  content: "\e947";
}

.jdes-e-rating:before {
  content: "\e948";
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.jdes-animated-icons {
  position: relative;
  display: inline-block;
  width: 1em;
}
.jdes-animated-icons .jdes-icons, .jdes-animated-icons .checkbox_input input[type=checkbox]::before, .checkbox_input .jdes-animated-icons input[type=checkbox]::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.jdes-animated-icon-menu-burger .menu_burger_center_02 {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top,
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom,
.jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  opacity: 0;
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-top, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-top {
  transform: translateX(-1.2em);
}
.jdes-animated-icon-menu-burger_active .jdes-menu-burger-bottom, .jdes-animated-icon-menu-burger.active .jdes-menu-burger-bottom {
  transform: translateX(1.2em);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01,
.jdes-animated-icon-menu-burger_active .menu_burger_center_02,
.jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform-origin: 50% 50%;
  opacity: 1;
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_01, .jdes-animated-icon-menu-burger.active .menu_burger_center_01 {
  transform: rotateZ(-45deg);
}
.jdes-animated-icon-menu-burger_active .menu_burger_center_02, .jdes-animated-icon-menu-burger.active .menu_burger_center_02 {
  transform: rotateZ(45deg);
}

.breheimen_slider {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  /* Old browsers */
  background: #0d121a; /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(45deg, #0d121a 0%, #f8f2d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.breheimen_slider .breheimen_slider_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  transform: perspective(300px) rotateY(0);
  transform-origin: 0 50%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide .breheimen_slider_image {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide .breheimen_slider_image img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide .breheimen_slider_slide_description {
  background-color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  position: absolute;
  bottom: 4rem;
  width: 90%;
  left: 5%;
  text-align: left;
  opacity: 1;
  color: #2f3f46;
  border-radius: 1rem;
  z-index: 20;
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide .breheimen_slider_slide_description:hover {
  opacity: 1;
}
@supports (backdrop-filter: blur(12px)) {
  .breheimen_slider .breheimen_slider_content .breheimen_slider_slide .breheimen_slider_slide_description {
    -webkit-backdrop-filter: blur(8px) brightness(0.65);
    backdrop-filter: blur(8px) brightness(0.65);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide.active {
  transform: perspective(300px) translateX(0) rotateY(0);
  opacity: 1;
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide.next {
  transform-origin: 0 50%;
  transform: perspective(300px) translateX(100%) rotateY(50deg);
}
.breheimen_slider .breheimen_slider_content .breheimen_slider_slide.prev {
  transform-origin: 100% 50%;
  transform: perspective(300px) translateX(-100%) rotateY(-50deg);
}
.breheimen_slider .close {
  position: absolute;
  display: block;
  top: 1rem;
  right: 1rem;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding-top: 6px;
  z-index: 50;
  opacity: 0.3;
  background-color: #0d121a;
  -webkit-transition: opacity 0.21s ease-out 0s;
  -moz-transition: opacity 0.21s ease-out 0s;
  -o-transition: opacity 0.21s ease-out 0s;
  transition: opacity 0.21s ease-out 0s;
}
.breheimen_slider .close:hover {
  opacity: 0.7;
}
.breheimen_slider.active {
  opacity: 1;
  pointer-events: auto;
}
.breheimen_slider .breheimen_slider-prev,
.breheimen_slider .breheimen_slider-next {
  position: absolute;
  font-size: 50px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  height: 200px;
  width: 50px;
  display: flex;
  align-items: center;
}
.breheimen_slider .breheimen_slider-prev span,
.breheimen_slider .breheimen_slider-next span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.4;
}
.breheimen_slider .breheimen_slider-prev span:hover,
.breheimen_slider .breheimen_slider-next span:hover {
  opacity: 0.8;
}
.breheimen_slider .breheimen_slider-prev {
  left: 1rem;
}
.breheimen_slider .breheimen_slider-prev:hover span {
  transform: translateX(-0.1em);
}
.breheimen_slider .breheimen_slider-next {
  right: 1rem;
}
.breheimen_slider .breheimen_slider-next:hover span {
  transform: translateX(0.1em);
}
@media screen and (max-width: 767px) {
  .breheimen_slider .breheimen_slider_content {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.svn-profile-box {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(13, 18, 26, 0.1);
  background-color: rgba(13, 18, 26, 0.1);
}

.svn-profile-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.svn-profile-list-header {
  font-size: 1.5rem;
}

.svn-profile-list-item {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.svn-profile-list-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(5px);
  overflow: hidden;
}
.svn-profile-list-item .badge .backdrop {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.svn-profile-list-item .badge .backdrop + span {
  position: relative;
  z-index: 2;
}

.svn-profile-anlage {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(13, 18, 26, 0.1);
  background-color: rgba(13, 18, 26, 0.1);
}
.svn-profile-anlage + .svn-profile-anlage {
  margin-top: 5px;
}

.svn-profile-header {
  display: flex;
  position: relative;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(13, 18, 26, 0.1);
  background-color: rgba(13, 18, 26, 0.1);
  margin-bottom: 2rem;
  background: #fff;
  background: -moz-radial-gradient(circle farthest-corner at 120% -40%, #fff 0%, #eee 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 120% -40%, #fff 0%, #eee 100%);
  background: radial-gradient(circle farthest-corner at 120% -40%, #fff 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
}
.svn-profile-header .svn-profile-name {
  font-weight: 400;
  font-size: 1.25rem;
}
.svn-profile-header .svn-profile-header-left {
  width: 32%;
  max-width: 300px;
}
.svn-profile-header .svn-profile-header-right {
  flex-grow: 1;
  padding-left: 1rem;
}
.svn-profile-header .svn-profile-image {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: 50% 25%;
  border-radius: 0.25rem;
  background-color: rgba(0, 141, 45, 0.1);
}
.svn-profile-header .svn-profil-vie-badge {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(13, 18, 26, 0.5);
  padding: 2px 10px 1px 10px;
  font-weight: 400;
  color: #fff;
}

.svn-profile-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.breheimen-mp-slides-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8rem 0 4rem 0;
  --slideAnimationSpeed: 0.3s;
}
@media screen and (max-width: 767px) {
  .breheimen-mp-slides-container {
    padding: 6rem 0 2rem 0;
  }
}

.breheimen-mp-slides-track {
  display: flex;
  transition: transform calc(var(--slideAnimationSpeed) * 2) ease;
}

.breheimen-mp-slide {
  min-width: 33.333%;
  display: flex;
  position: relative;
  opacity: 1;
  -webkit-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.breheimen-mp-slide.mps-inview {
  opacity: 1;
}
.breheimen-mp-slide .breheimen-mp-slide_core {
  background-color: transparent !important;
  display: block;
  position: relative;
  transform: scale(0.95);
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  border-radius: 1rem;
}
.breheimen-mp-slide .breheimen-mp-slide_core::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: 0;
  width: 110%;
  background-color: rgba(0, 192, 61, 0);
  transform: skewX(12deg);
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  z-index: -1;
}
.breheimen-mp-slide.active .breheimen-mp-slide_core {
  transform: scale(1.1);
  opacity: 1;
  -webkit-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all var(--slideAnimationSpeed) cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  z-index: 2;
}
.breheimen-mp-slide.active .breheimen-mp-slide_core::before {
  background-color: #00c03d;
  transform: skewX(-12deg);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .breheimen-mp-slide {
    min-width: 100%;
    width: 100%;
  }
  .breheimen-mp-slide .breheimen-mp-slide_core {
    transform: scale(0.5);
  }
  .breheimen-mp-slide.active {
    transform: translateX(-100%) scale(1);
    z-index: 10;
  }
  .breheimen-mp-slide.active .breheimen-mp-slide_core {
    transform: scale(0.85);
  }
}

.breheimen-mp-slides-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.breheimen-mp-slides-prev, .breheimen-mp-slides-next {
  background-color: rgba(151, 191, 13, 0.8);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.breheimen-mp-slides-prev .jdes-icons, .breheimen-mp-slides-prev .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen-mp-slides-prev input[type=checkbox]::before, .breheimen-mp-slides-next .jdes-icons, .breheimen-mp-slides-next .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen-mp-slides-next input[type=checkbox]::before {
  font-size: 30px;
  transform: translateX(2px) translateY(1px);
}

.breheimen-mp-slides-next {
  transform: translateX(50%) scale(1);
}
.breheimen-mp-slides-next:hover {
  transform: translateX(50%) scale(1.1);
}
.breheimen-mp-slides-next:active {
  transform: translateX(50%) scale(0.9);
}

.breheimen-mp-slides-prev {
  transform: translateX(-50%) scale(1);
}
.breheimen-mp-slides-prev .jdes-icons, .breheimen-mp-slides-prev .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen-mp-slides-prev input[type=checkbox]::before {
  transform: translateX(-1px) translateY(1px);
}
.breheimen-mp-slides-prev:hover {
  transform: translateX(-50%) scale(1.1);
}
.breheimen-mp-slides-prev:active {
  transform: translateX(-50%) scale(0.9);
}

.mps-image.slide_core .breheimen-mp-slide_illustration {
  background-position: 50% 25%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: inherit;
  z-index: 1;
}
.mps-image.slide_core .breheimen-mp-slide_content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.breheimen-mp-slide_core.mps-testimonal {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-icon {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  max-width: 50%;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  transform: translateY(-50%) translateX(-50%);
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-date {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 10.6666666667px;
  background-image: linear-gradient(-25deg, #f8f2d4, #535236, #f8f2d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating {
  position: relative;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 1rem;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .jdes-icons, .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .checkbox_input input[type=checkbox]::before, .checkbox_input .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating input[type=checkbox]::before {
  margin: 0 4px;
  font-size: 18px;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .jdes-icons.jdes-star-full.active, .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .checkbox_input input.jdes-star-full.active[type=checkbox]::before, .checkbox_input .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating input.jdes-star-full.active[type=checkbox]::before {
  background-image: linear-gradient(15deg, #eba120, #efb54f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .jdes-icons.jdes-star.inactive, .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating .checkbox_input input.jdes-star.inactive[type=checkbox]::before, .checkbox_input .breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating input.jdes-star.inactive[type=checkbox]::before {
  opacity: 0.5;
  color: #f8f2d4;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  opacity: 0.2;
  background: #f8f2d4;
  background: -moz-radial-gradient(circle farthest-corner at 0% 0%, #f8f2d4 0%, #535236 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 0% 0%, #f8f2d4 0%, #535236 100%);
  background: radial-gradient(circle farthest-corner at 0% 0%, #f8f2d4 0%, #535236 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_01",endColorstr="$color_02",GradientType=1);
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide-rating img {
  max-width: 200px;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide_content {
  padding-bottom: 2rem;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide_content .breheimen-mp-slide_title {
  font-weight: 400;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide_content .breheimen-mp-slide_text {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide_author {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}
.breheimen-mp-slide_core.mps-testimonal .breheimen-mp-slide_src {
  font-size: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .breheimen-mp-slide_core.mps-testimonal .rating_icon {
    width: 100px;
    height: 100px;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

.simple_2_thirds {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.simple_2_thirds img {
  width: 100%;
}
.simple_2_thirds .block_core {
  display: flex !important;
  flex-wrap: wrap;
}
.simple_2_thirds .simple_2_thirds_title {
  width: 100%;
  padding-bottom: 1rem;
}
.simple_2_thirds .simple_2_thirds_title h2, .simple_2_thirds .simple_2_thirds_title h3, .simple_2_thirds .simple_2_thirds_title h4, .simple_2_thirds .simple_2_thirds_title div {
  width: 38%;
}
.simple_2_thirds .simple_2_thirds_left {
  width: 38%;
  position: relative;
}
.simple_2_thirds .simple_2_thirds_right {
  position: relative;
  width: 62%;
  padding-left: 2rem;
}
.simple_2_thirds.reversed {
  flex-direction: row-reverse;
}
.simple_2_thirds.reversed .block_core {
  flex-direction: row-reverse;
}
.simple_2_thirds.reversed .simple_2_thirds_right {
  padding-right: 2rem;
  padding-left: 0;
}
.simple_2_thirds .bc_collection {
  padding: 0 !important;
}
.simple_2_thirds .intersection-image-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
  z-index: 15;
}
.simple_2_thirds .intersection-image-one img {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.simple_2_thirds .intersection-image,
.simple_2_thirds .intersection-image_spacer {
  z-index: 100;
  aspect-ratio: 5/3;
  background-size: cover;
  width: 120%;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 25%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.simple_2_thirds .no-shadow {
  box-shadow: none !important;
}
.simple_2_thirds .no-shadow img {
  box-shadow: none !important;
}
.simple_2_thirds.inline {
  padding: 4rem 0;
}
.simple_2_thirds .intersection-image_spacer {
  position: relative;
  top: 0;
  margin-top: -10%;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0);
  display: none;
}
.simple_2_thirds.double_thirds .simple_2_thirds_right {
  display: flex;
  align-items: stretch;
  position: relative;
}
.simple_2_thirds.double_thirds .simple_2_thirds_right_one {
  width: 38%;
  position: relative;
  z-index: 15;
}
.simple_2_thirds.double_thirds .simple_2_thirds_right_two {
  width: 62%;
  position: relative;
  z-index: 10;
}
.simple_2_thirds.double_thirds.reversed .simple_2_thirds_right {
  flex-direction: row-reverse;
}
.simple_2_thirds.double_thirds.reversed .intersection-image {
  left: auto;
  right: 2rem;
}
.simple_2_thirds.double_thirds.reversed .intersection-image-one {
  left: auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .simple_2_thirds.inline {
    padding: 2rem 0;
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_left,
.simple_2_thirds.double_thirds .simple_2_thirds_right,
.simple_2_thirds.double_thirds .simple_2_thirds_title {
    width: 100%;
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_left h2, .simple_2_thirds.double_thirds .simple_2_thirds_left h3, .simple_2_thirds.double_thirds .simple_2_thirds_left h4, .simple_2_thirds.double_thirds .simple_2_thirds_left div,
.simple_2_thirds.double_thirds .simple_2_thirds_right h2,
.simple_2_thirds.double_thirds .simple_2_thirds_right h3,
.simple_2_thirds.double_thirds .simple_2_thirds_right h4,
.simple_2_thirds.double_thirds .simple_2_thirds_right div,
.simple_2_thirds.double_thirds .simple_2_thirds_title h2,
.simple_2_thirds.double_thirds .simple_2_thirds_title h3,
.simple_2_thirds.double_thirds .simple_2_thirds_title h4,
.simple_2_thirds.double_thirds .simple_2_thirds_title div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .simple_2_thirds.inline {
    padding: 2rem 0;
  }
  .simple_2_thirds .simple_2_thirds_left,
.simple_2_thirds .simple_2_thirds_right,
.simple_2_thirds .simple_2_thirds_title {
    width: 100%;
  }
  .simple_2_thirds .simple_2_thirds_left h2, .simple_2_thirds .simple_2_thirds_left h3, .simple_2_thirds .simple_2_thirds_left h4, .simple_2_thirds .simple_2_thirds_left div,
.simple_2_thirds .simple_2_thirds_right h2,
.simple_2_thirds .simple_2_thirds_right h3,
.simple_2_thirds .simple_2_thirds_right h4,
.simple_2_thirds .simple_2_thirds_right div,
.simple_2_thirds .simple_2_thirds_title h2,
.simple_2_thirds .simple_2_thirds_title h3,
.simple_2_thirds .simple_2_thirds_title h4,
.simple_2_thirds .simple_2_thirds_title div {
    width: 100%;
  }
  .simple_2_thirds .simple_2_thirds_right {
    padding: 2rem 0 0 0;
    flex-direction: column;
  }
  .simple_2_thirds .simple_2_thirds_right .simple_2_thirds_right_one {
    width: 100%;
  }
  .simple_2_thirds .simple_2_thirds_right .simple_2_thirds_right_two {
    width: 100%;
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_right {
    padding: 2rem 0 0 0;
    flex-direction: column;
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_right .simple_2_thirds_right_one .intersection-image,
.simple_2_thirds.double_thirds .simple_2_thirds_right .simple_2_thirds_right_one .intersection-image-one {
    transform: scale(0.75) translateY(40%);
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_right .simple_2_thirds_right_two {
    position: relative;
  }
  .simple_2_thirds.double_thirds .simple_2_thirds_right .simple_2_thirds_right_two .intersection-image {
    transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
}

@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.0012, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.0017, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.0016, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
.bubble {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 50%;
  background-color: #fff;
  border: 0 solid #2f3f46;
  border-radius: 2rem;
  font-size: 14px;
  padding: 1rem 0.5rem;
  z-index: 6;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 2px 2px 10px rgba(47, 63, 70, 0.5);
}
.bubble a, .bubble a:link, .bubble a:visited {
  color: #d5512a;
}
.bubble:after, .bubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bubble:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.bubble:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #2f3f46;
  border-width: 16px;
  margin-left: -16px;
}

:root {
  --sparks: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 200;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body, html {
  background-color: #fff;
  line-height: 1.42;
  letter-spacing: 0.03em;
}

.body_admin_bar_adjustments, body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .body_admin_bar_adjustments, body.admin-bar {
    padding-top: 46px;
  }
}

body {
  color: #0d121a;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  overflow-x: hidden;
}
body.lightbox_active {
  overflow: hidden;
}
body.svnkg-login-screen {
  background-image: url("./images/background-login-screen.webp");
  background-size: cover;
  background-position: 50% 50%;
}

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

main.main-content {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  z-index: 2;
}

.main-content-core {
  padding: 2rem;
}

.user-menu {
  width: 220px;
  background-color: #008d2d;
  flex-shrink: 0;
  flex-grow: 0;
}
.user-menu .user-menu-core {
  position: sticky;
  top: 0;
}

.svn-sidebar {
  background-color: #f6faf8;
  /* Old browsers */
  background: #008d2d; /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(45deg, #008d2d 0%, #97bf0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(45deg, #008d2d 0%, #97bf0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(45deg, #008d2d 0%, #97bf0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 350px;
  max-width: 100%;
  flex-shrink: 0;
}
.svn-sidebar .svn-sidebar-core-item {
  padding: 1rem;
}
.svn-sidebar .svn-sidebar-core-item.svn-logo img {
  max-width: 80%;
  transform: translateX(-8%);
}
.svn-sidebar ul li {
  border-bottom: 1px solid rgba(0, 141, 45, 0.4);
}
.svn-sidebar ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.svn-sidebar ul li a, .svn-sidebar ul li a:link, .svn-sidebar ul li a:visited {
  display: block;
  padding: 1rem;
  color: #fff;
  position: relative;
}
.svn-sidebar ul li a:after, .svn-sidebar ul li a:link:after, .svn-sidebar ul li a:visited:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "jdes-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  position: absolute;
  right: 0.6666666667rem;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%) translateX(-9px);
  opacity: 0;
  z-index: 10;
  color: #fff;
  -webkit-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.svn-sidebar ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.svn-sidebar ul li:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 141, 45, 0.8);
}
.svn-sidebar ul li:hover + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.svn-sidebar ul li:hover a:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.svn-sidebar ul li:last-child {
  border-bottom: none;
}
.svn-sidebar ul li.current_page_item a:after {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.request-structure {
  display: flex;
  gap: 2rem;
}
.request-structure .request-structure-left {
  flex-grow: 1;
}
.request-structure .request-structure-right {
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
}

/***************************************** END TEXT LAYOUT */
.breheimen_container, .container {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 0) {
  .breheimen_container, .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 367px) {
  .breheimen_container, .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .breheimen_container, .container {
    max-width: 767px;
  }
}
@media screen and (min-width: 992px) {
  .breheimen_container, .container {
    max-width: 991px;
  }
}
@media screen and (min-width: 1200px) {
  .breheimen_container, .container {
    max-width: 1800px;
  }
}

.clear {
  clear: both;
  flex-grow: 1;
}

.flex_spacer {
  flex-grow: 1;
}

.flex_mobile_spacer {
  display: none;
}
@media screen and (max-width: 991px) {
  .flex_mobile_spacer {
    display: block;
    flex-grow: 1;
  }
}

.overlay_link {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
  transform: translateZ(30px);
}

.page_content {
  background-color: #fff;
}

.breheimen_additional_info {
  margin: 0 0 2px 0;
  font-size: 16px;
  color: #0d121a;
  clear: left;
}

.badge-collection {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%) translateX(5px);
  display: flex;
  gap: 4px;
}

.badge {
  display: inline-block;
  padding: 3px 10px 2px 10px;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(13, 18, 26, 0.1);
  border: 1px solid #0d121a;
  color: #0d121a;
}
.badge.muted {
  color: rgba(13, 18, 26, 0.3);
  border-color: rgba(13, 18, 26, 0.3);
  background-color: rgba(13, 18, 26, 0.0125);
}
.badge.green {
  color: #005a1d;
  border-color: #008d2d;
  background-color: rgba(0, 141, 45, 0.2);
}
.badge.yellow {
  color: #c68512;
  border-color: #efb54f;
  background-color: rgba(239, 181, 79, 0.2);
}
.badge.orange {
  color: #c55524;
  border-color: #dc6f40;
  background-color: rgba(220, 111, 64, 0.2);
}
.badge.blue {
  color: #377c78;
  border-color: #479f9a;
  background-color: rgba(71, 159, 154, 0.2);
}
.badge.red {
  color: #b50942;
  border-color: #e60b54;
  background-color: rgba(230, 11, 84, 0.2);
}

.container {
  padding: 6rem;
}

.mobile_menu_container {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  background: #97bf0d;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  transform: translateX(50%);
  pointer-events: none;
  -webkit-transition: all 0.55s ease-out 0s;
  -moz-transition: all 0.55s ease-out 0s;
  -o-transition: all 0.55s ease-out 0s;
  transition: all 0.55s ease-out 0s;
}
.mobile_menu_container .mobile-menu-close-wrapper {
  color: #0d121a;
  text-align: right;
  padding: 1rem 1.3333333333rem 1rem 0;
}
.mobile_menu_container .mobile-menu-close-wrapper .mobile-menu-close {
  font-size: 38px;
}
@media screen and (min-width: 992px) {
  .mobile_menu_container {
    width: 38%;
    left: auto;
    right: 0;
  }
}
.mobile_menu_container .mobile_menu_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out 0s;
  -moz-transition: all 0.75s ease-out 0s;
  -o-transition: all 0.75s ease-out 0s;
  transition: all 0.75s ease-out 0s;
}
.mobile_menu_container .mobile_menu_content ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.mobile_menu_container .mobile_menu_content ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(76, 96, 7, 0.4);
}
.mobile_menu_container .mobile_menu_content ul li a {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  color: #0d121a;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
}
.mobile_menu_container .mobile_menu_content ul li a span {
  float: right;
}
.mobile_menu_container .mobile_menu_content ul li a:hover {
  background-color: #718f0a;
}
.mobile_menu_container .mobile_menu_content ul li + li {
  border-top: 1px solid #bdef10;
}
.mobile_menu_container .mobile_menu_content ul li:last-child {
  border-bottom: none;
}
.mobile_menu_container .mobile_menu_content ul li:last-child + li {
  border-bottom: none;
}
.mobile_menu_container .mobile_menu_content ul li ul li a {
  padding-left: 4rem;
}

body.admin-bar .mobile_menu_container {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  body.admin-bar .mobile_menu_container {
    padding-top: 46px;
  }
}
body.mobile_menu_active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.mobile_menu_active {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
body.mobile_menu_active .mobile_menu_container, body.mobile_menu_active .mobile_menu_content {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.version-info {
  font-size: 12px;
  color: rgba(13, 18, 26, 0.75);
}
.version-info.fpos {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  text-align: right;
}

.system-working-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(13, 18, 26, 0.85);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.21s ease-out 0s;
  -moz-transition: all 0.21s ease-out 0s;
  -o-transition: all 0.21s ease-out 0s;
  transition: all 0.21s ease-out 0s;
  display: flex;
  align-items: center;
  z-index: 10000;
}
.system-working-overlay .working-over-info {
  width: 100%;
  text-align: center;
  color: #fff;
}
.system-working-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

#modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(13, 18, 26, 0);
  display: flex;
  align-items: center;
  opacity: 1;
  pointer-events: none;
  z-index: 10000;
}
#modal-wrapper .modal {
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  text-align: center;
}
#modal-wrapper .modal .modal-core {
  position: absolute;
  width: 800px;
  max-width: 90vw;
  top: 0;
  left: 50%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(150%);
  box-shadow: 0 5px 20px rgba(13, 18, 26, 0.2);
  -webkit-transition: all 0.42s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.42s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.42s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.42s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
#modal-wrapper .modal .modal-core .modal-title {
  font-size: 1rem;
  font-weight: 400;
}
#modal-wrapper .modal .modal-core .modal-content {
  font-size: 16px;
  padding: 0.5rem 0 1rem 0;
}
#modal-wrapper.active {
  pointer-events: auto;
  background-color: rgba(13, 18, 26, 0.42);
}
#modal-wrapper.active .modal .modal-core {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.svn-list .svn-item {
  border: 1px solid rgba(13, 18, 26, 0.2);
  padding: 1rem;
  border-radius: 0.5rem;
  position: relative;
}
.svn-list .svn-item + .svn-item {
  margin-top: 1rem;
}
.svn-list .svn-item .interactions {
  display: flex;
  align-items: center;
}
.svn-list .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 0.25rem;
}
.svn-list.working {
  background-color: rgba(0, 141, 45, 0.5);
  pointer-events: none;
}

.user-bar {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-size: 16px;
  border: 2px solid rgba(0, 141, 45, 0.5);
  background-color: rgba(0, 141, 45, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.loading-circle {
  display: inline-block;
  text-align: center;
}
.loading-circle .loading-icon {
  position: relative;
  max-width: 100%;
  aspect-ratio: 1/1;
  width: 50px;
}
.loading-circle .loading-icon::after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translateY(-4px) translateX(-4px);
  content: "";
  background-color: #97bf0d;
}
.loading-circle .loading-icon .icon-transform {
  position: absolute;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  width: 100%;
}
.loading-circle .loading-icon .icon-transform:nth-child(1) {
  -webkit-animation: animate_rotate_flat 2.9s linear infinite;
  -moz-animation: animate_rotate_flat 2.9s linear infinite;
  animation: animate_rotate_flat 2.9s linear infinite;
}
.loading-circle .loading-icon .icon-transform:nth-child(2) {
  -webkit-animation: animate_rotate_flat_inverted 1.8s linear infinite;
  -moz-animation: animate_rotate_flat_inverted 1.8s linear infinite;
  animation: animate_rotate_flat_inverted 1.8s linear infinite;
}
.loading-circle .loading-icon .icon-transform:nth-child(3) {
  -webkit-animation: animate_rotate_flat 2.7s linear infinite;
  -moz-animation: animate_rotate_flat 2.7s linear infinite;
  animation: animate_rotate_flat 2.7s linear infinite;
}
.loading-circle .loading-icon .icon-transform:nth-child(4) {
  -webkit-animation: animate_rotate_flat_inverted 3.6s linear infinite;
  -moz-animation: animate_rotate_flat_inverted 3.6s linear infinite;
  animation: animate_rotate_flat_inverted 3.6s linear infinite;
}
.loading-circle .loading-icon .icon-transform:nth-child(5) {
  -webkit-animation: animate_rotate_flat 4.45s linear infinite;
  -moz-animation: animate_rotate_flat 4.45s linear infinite;
  animation: animate_rotate_flat 4.45s linear infinite;
}
.loading-circle .loading-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.loading-circle .loading-icon img.li1 {
  transform: rotateZ(0);
}
.loading-circle .loading-icon img.li2 {
  transform: rotateZ(50deg);
}
.loading-circle .loading-icon img.li3 {
  transform: rotateZ(100deg);
}
.loading-circle .loading-icon img.li4 {
  transform: rotateZ(150deg);
}
.loading-circle .loading-icon img.li5 {
  transform: rotateZ(200deg);
}
.loading-circle .loading-title {
  font-size: 12px;
}

.system-info {
  text-align: center;
  display: block;
  padding: 2rem;
  border: 2px solid rgba(13, 18, 26, 0.5);
  background-color: rgba(13, 18, 26, 0.05);
  border-radius: 0.5rem;
}

.user-info {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px dotted rgba(13, 18, 26, 0.5);
  border-bottom: 1px dotted rgba(13, 18, 26, 0.5);
}

/*# sourceMappingURL=style.css.map */
