/* CLEAR ALL STYLES */
html, body, div, span, applet, object, iframe,
h1, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
  
input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

.button_hover {pointer-events: none;}

.header_button span, .header_button img {
	display: block;
	position: relative;
}

.button span, .button img {
	display: block;
	position: relative;
}


.header_button .text_neue_26px {
	display: block;
	position: relative;
	transition: transform 0.3s;
	z-index: 1;
	overflow: hidden;
}

.button .button_text {
	display: block;
	position: relative;
	transition: transform 0.3s;
	z-index: 1;
	overflow: hidden;
}

.header_button .button_img {
	display: block;
	position: relative;
	transition: transform 0.3s;
	z-index: 1;
	overflow: hidden;
}


.button .button_img {
	display: block;
	position: relative;
	transition: transform 0.3s;
	z-index: 1;
	overflow: hidden;
}


.header_button:hover span, .header_button:hover img {
	animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}

.button:hover span, .button:hover img {
	animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}

.next:hover span {
	animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}




@keyframes MoveUpInitial {
	to {
		transform: translate3d(0,-105%,0);
	}
}

@keyframes MoveUpEnd {
	from {
		transform: translate3d(0,100%,0);
	}
	to {
		transform: translate3d(0,0,0);
	}
}
  
  
@media screen and (min-width: 768px) {
  .desktop-br:before {
    content: "\A"; /* Use the escape sequence for a new line */
    white-space: pre; /* Preserve the white space */
  }
}
  
@media screen and (max-width: 768px) {
  .mobile-br:before {
    content: "\A"; /* Use the escape sequence for a new line */
    white-space: pre; /* Preserve the white space */
  }
}
  
@media screen and (min-width: 768px) {
  .desktop-br:before {
    content: "\A"; /* Use the escape sequence for a new line */
    white-space: pre; /* Preserve the white space */
  }
}
.rich-text a {
       font-size: 16px !important;
   
}
