.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center;
}

.et_pb_button_module_wrapper>a {
	display: inline-block;
}

@media (max-width:980px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
		text-align: left;
	}
	
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
		text-align: center;
	}
}

@media (max-width:767px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
		text-align: center;
	}
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

@media (max-width:980px) {
	.et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
		content: attr(data-icon-tablet);
	}
}

@media (max-width:767px) {
	.et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
		content: attr(data-icon-phone);
	}
}

.et_pb_code_inner {
	position: relative;
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

ul.et_pb_social_media_follow {
	list-style-type: none !important;
	margin: 0 0 22px;
	padding: 0;
}

.et_pb_social_media_follow li {
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
}

.et_pb_social_media_follow li a {
	margin-right: 8px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a {
	margin-right: 0;
}

.et_pb_social_media_follow li a.icon {
	height: 32px;
	width: 32px;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.et_pb_social_media_follow li a.icon:before {
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 10;
}

.et_pb_social_media_follow li a.icon:hover:before {
	color: hsla(0, 0%, 100%, .7);
}

.et_pb_social_media_follow li a.icon {
	border-radius: 3px;
}

.et_pb_social_media_follow_network_name {
	display: none;
}

.et_pb_social_icon a.icon {
	vertical-align: middle;
}

.et_pb_social_icon a.icon:before {
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
}

.et-pb-social-fa-icon a.icon:before {
	font-family: FontAwesome;
}

.et-social-whatsapp a.icon:before {
	content: "";
}

.et-social-youtube a.icon:before {
	content: "";
}

.et_pb_text {
	word-wrap: break-word;
}

.et_pb_text>:last-child {
	padding-bottom: 0;
}

.et_pb_text_inner {
	position: relative;
}