@font-face {
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: bold;
	font-style: normal
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: inherit
}

body {
	color: #221C46;
	margin: 0;
	padding: 0;
	overflow-x: hidden
}

@media screen and (max-width: 739px) {
	body.popup-active {
		position: fixed;
		overflow: hidden;
		width: 100%
	}
}

* {
	outline: none
}

main {
	display: block
}

p {
	margin: 0
}

p+p {
	margin-top: 0.5em
}

.main-area a {
	color: #e2000b;
	text-decoration: none;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	font-size: 14px !important;
}

a:hover {
	text-decoration: underline;
	color: #ff303a;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

figure {
	display: block;
	margin: 0
}

figure img {
	display: block;
	max-width: 100%
}

picture {
	display: block
}

picture img {
	display: block;
	max-width: 100%
}

img[style*="float: right"], img[style*="float:right"] {
	max-width: 50%;
	margin: 1em 0 1em 1em
}

img[style*="float: left"], img[style*="float:left"] {
	max-width: 50%;
	margin: 1em 1em 1em 0
}

@media screen and (max-width: 739px) {
	img[style*="float"] {
		float: none !important;
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 1em 0
	}
}

img.img-loader-right {
	float: right
}

img.img-loader-left {
	float: left
}

ul {
	padding-left: 1.25em;
	margin: 1em 0
}

table {
	width: 100%;
	border-collapse: collapse
}

.break-word {
	word-break: break-word
}

.button, .off-button, .primary-button, .ifood-button, .secondary-button
	{
	display: inline-block;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	padding: 0.5em 1em;
	text-align: center;
	cursor: pointer;
	font-weight:700;
}

.button:hover, .off-button:hover, .primary-button:hover, .ifood-button:hover,
	.secondary-button:hover {
	text-decoration: none;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2)
}

.silent-button, .highlight-button, .hero-feature .hero-banner .hero-text .call-to-action
	{
	display: block
}

.silent-button:after, .highlight-button:after, .hero-feature .hero-banner .hero-text .call-to-action:after
	{
	/* content: "->"; */
}

.highlight-button {
	text-transform: uppercase;
	margin: 1em 0;
	font-weight: bold
}

.highlight-button:hover {
	color: #3d41bd
}

.off-button {
	background-color: transparent;
	padding: 0.375em 1em;
}

.off-button:hover {
	background-color: #f2f2f2;
	opacity: 0.9
}

.video-button, .video-banner .video-link {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	text-align: center
}

.video-button:before, .video-banner .video-link:before {
	content: "";
	display: block;
	border: solid 0.25em #fff;
	border-radius: 50%;
	width: 5em;
	height: 5em;
	margin-bottom: 0.5em;
	-webkit-transition: border-color 0.3s linear;
	transition: border-color 0.3s linear
}

.video-button:after, .video-banner .video-link:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0.9em 0 0.9em 1.5em;
	border-color: transparent #fff;
	left: 53%;
	top: calc(50% - 0.8em);
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: border-color 0.3s linear;
	transition: border-color 0.3s linear
}

.video-button:hover, .video-banner .video-link:hover {
	color: #bfbfbf
}

.video-button:hover:before, .video-banner .video-link:hover:before {
	border-color: #bfbfbf
}

.video-button:hover:after, .video-banner .video-link:hover:after {
	border-color: transparent #bfbfbf
}

.primary-button, .ifood-button {
	background-color: #00EB5E;
	color: #221C46 !important;
	border-color: #221C46;
	border-style: solid;
	border-width: 3px;
	width: 100px;
	height: 48px;
    transition: all .2s ease;
}

.primary-button.disabled, .disabled.ifood-button {
	background-color: #c6c6c6;
	color: #999 !important;
	pointer-events: none
}

.primary-button.disabled:hover, .disabled.ifood-button:hover {
	box-shadow: none
}

.secondary-button {
	background-color: #65676a;
	color: #fff !important
}

.svg-icon {
	width: 0.95em;
	height: 0.95em;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
	position: relative;
	top: 0.15em
}

.svg-icon path {
	fill: #e2000b
}

.request-sent {
	background-color: #b3b3b3 !important;
	cursor: default !important;
	box-shadow: none !important
}

.small-button {
	font-size: 0.75em
}

.ifood-button {
	display: block;
	position: relative;
	padding-right: 8em;
	margin: 1em 0;
	width: 18.5em
}

.ifood-button:after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/ifood-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 7em;
	height: 100%;
	right: 0;
	top: 0;
	border-left: solid 1px #fff
}

.action-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.action-buttons .action-button {
	display: block;
	font-size: 0;
	width: 2.25rem;
	height: 2.25rem;
	margin: auto 0.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem
}

.action-buttons .action-button.print {
	background-image: url(../img/svgs/print.svg)
}

.action-buttons .action-button.download {
	background-image: url(../img/svgs/download.svg)
}

.action-buttons .action-button.send-email {
	background-image: url(../img/svgs/send-email.svg)
}

.action-buttons .action-button.disabled {
	background-color: #b3b3b3;
	pointer-events: none
}

.icon-list {
	list-style: none
}

.icon-list .icon-list-item {
	color: #8c8c8c;
	padding-left: 3em;
	position: relative;
	min-height: 2em
}

.icon-list .icon-list-item .svg-icon {
	width: 2em;
	height: 2em;
	position: absolute;
	left: 0;
	top: calc(50% - 1em)
}

.icon-list .icon-list-item .svg-icon path {
	fill: #8c8c8c
}

.icon-list .icon-list-item .svg-icon rect {
	fill: #8c8c8c
}

.icon-list .icon-list-item p {
	font-size: 1em;
	display: inline-block;
	vertical-align: middle
}

.icon-list .icon-list-item+.icon-list-item {
	margin-top: 1em
}

.form-separator {
	float: left;
	margin: 0.5em;
	text-transform: uppercase;
	line-height: 2.25em
}

.backward-button {
	font-size: 0.75em;
	text-transform: uppercase;
	display: block
}

.backward-button:before {
	content: "<";
	margin-right: 0.5em
}

.date-input {
	height: 2.25em;
	border: none;
	font-size: 1em;
	padding: 0.5em;
	width: 10em;
	float: left;
	margin: 0.5em;
	cursor: pointer;
	background: #fff url(../img/schedule-icon.png) no-repeat right center;
	background-size: contain;
}

.rd-container {
	font-size: 0.875em;
	padding: 0;
	border: none;
	border-top: solid 1px #e6e7e8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.rd-container .rd-month {
	position: relative
}

.rd-container .rd-month .rd-back, .rd-container .rd-month .rd-next {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.215em;
	height: 2.215em
}

.rd-container .rd-month .rd-back:before, .rd-container .rd-month .rd-next:before
	{
	content: "";
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0.3em 0.6em 0.3em 0
}

.rd-container .rd-month .rd-back:hover, .rd-container .rd-month .rd-next:hover
	{
	background-color: #1e205c
}

.rd-container .rd-month .rd-next {
	left: auto;
	right: 0;
	top: 0
}

.rd-container .rd-month .rd-next:before {
	border-color: transparent transparent transparent #fff;
	border-width: 0.3em 0 0.3em 0.6em
}

.rd-container .rd-month .rd-month-label {
	text-transform: uppercase;
	font-size: 1em;
	padding: 0.5em;
	color: #fff;
	height: 2.215em
}

.rd-container .rd-month .rd-days {
	width: calc(100% - 1em);
	margin: 0.5em
}

.rd-container .rd-month .rd-days .rd-day-head {
	font-size: 0.75em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0.25em 0.4em
}

.rd-container .rd-month .rd-days .rd-day-body {
	line-height: 1.5em
}

.rd-container .rd-month .rd-days .rd-day-prev-month, .rd-container .rd-month .rd-days .rd-day-next-month
	{
	color: #ccc
}

.rd-container .rd-month .rd-days .rd-day-disabled {
	color: #aeafe5
}

.boldHighlight em {
	font-weight: bold
}

.alert-text {
	font-size: 14px;
	width: calc(100% - 1em)
}

.main-area {
	/* position: relative; */
}

.main-area .header-warning {
	background-color: #fff;
	padding: 1em 1em 1em 6em;
	position: relative;
	min-height: 5em;
	margin: 1em 0 3em;
	clear: both
}

.main-area .header-warning:before {
	content: "";
	background: #e2000b url(../img/svgs/alert.svg) no-repeat center;
	background-size: 3em;
	position: absolute;
	left: 0;
	top: 0;
	width: 5em;
	height: 100%
}

.main-area .header-warning .warning-label {
	font-size: 1.5em;
	font-weight: bold;
	color: #e2000b;
	text-transform: uppercase
}

.main-area .header-warning p {
	color: #e2000b
}

.main-area .header-warning p a {
	font-weight: bold;
	text-decoration: underline
}

.main-area .main-section .block-section:first-of-type {
	padding-top: 0
}

.main-area .main-section .block-section:first-of-type .section-title,
	.main-area .main-section .block-section:first-of-type .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .main-area .main-section .block-section:first-of-type .section-seo-title
	{
	margin-top: 0
}

.main-area .main-section .html-block-section .block-section:first-of-type
	{
	padding-top: 3em
}

.block-section {
	background-color: transparent;
	display: block;
	width: 100%;
}

.block-section .block-anchor {
	position: absolute;
	top: -96px
}

@media screen and (max-width: 979px) {
	.block-section .block-anchor {
		top: 32px
	}
}

.block-wrapper {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto
}

.block-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.block-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.block-wrapper {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.block-wrapper {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.block-wrapper {
		width: 960px;
		height: 95vh;
	}
}

@media screen and (min-width: 1220px) {
	.block-wrapper {
		width: 1200px;
		height: 95vh;
	}
}

.block-wrapper .section-header {
	margin-top: 0;
	margin-bottom: 3em
}

.block-wrapper .section-header .section-title, .block-wrapper .section-header .section-seo-title
	{
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.375em;
	text-transform: uppercase
}

.block-wrapper .section-header p {
	display: inline-block;
	max-width: calc(100% - 11em)
}

@media screen and (max-width: 739px) {
	.block-wrapper .section-header p {
		display: block;
		max-width: 100%
	}
}

.block-wrapper .section-header p:last-child {
	width: 100%;
	max-width: 100%
}

.block-wrapper .section-header .silent-button, .block-wrapper .section-header .highlight-button,
	.block-wrapper .section-header .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .block-wrapper .section-header .call-to-action
	{
	float: right
}

@media screen and (max-width: 739px) {
	.block-wrapper .section-header .silent-button, .block-wrapper .section-header .highlight-button,
		.block-wrapper .section-header .hero-feature .hero-banner .hero-text .call-to-action,
		.hero-feature .hero-banner .hero-text .block-wrapper .section-header .call-to-action
		{
		float: none;
		margin-top: 1em
	}
}

.block-wrapper .section-header .section-seo-title {
	display: inline-block;
	max-width: calc(100% - 11em)
}

.block-wrapper .section-header .section-seo-title+.silent-button,
	.block-wrapper .section-header .section-seo-title+.highlight-button,
	.block-wrapper .section-header .hero-feature .hero-banner .hero-text .section-seo-title+.call-to-action,
	.hero-feature .hero-banner .hero-text .block-wrapper .section-header .section-seo-title+.call-to-action
	{
	margin-top: 2.55em
}

@media screen and (max-width: 739px) {
	.block-wrapper .section-header .section-seo-title {
		display: block;
		max-width: 100%
	}
	.block-wrapper .section-header .section-seo-title+.silent-button,
		.block-wrapper .section-header .section-seo-title+.highlight-button,
		.block-wrapper .section-header .hero-feature .hero-banner .hero-text .section-seo-title+.call-to-action,
		.hero-feature .hero-banner .hero-text .block-wrapper .section-header .section-seo-title+.call-to-action
		{
		margin-top: 1em
	}
}

.block-wrapper .section-header .section-seo-title:last-child {
	width: 100%;
	max-width: 100%
}

.block-wrapper .section-header .section-seo-text {
	font-size: 1rem;
	font-weight: normal;
	text-transform: initial;
	display: block;
	margin-top: 1em
}

.block-wrapper .section-header .header-text {
	display: block;
	width: 100%
}

@media screen and (max-width: 739px) {
	.block-wrapper .section-header {
		text-align: center;
		width: 80%;
		margin: 0 auto 3em
	}
}

.sodexo-features .area-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25em;
	margin-top: 0
}

.sodexo-features .features-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	clear: both
}

.sodexo-features .features-wrapper .feature-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin: 0 0.5em 2em
}

.sodexo-features .features-wrapper .feature-block .feature-image {
	width: 6em;
	height: 6em;
	display: block;
	margin: 0 auto 1em
}

.sodexo-features .features-wrapper .feature-block .feature-image img {
	min-width: 100%;
	height: 100%
}

.sodexo-features .features-wrapper .feature-block .feature-text {
	display: block;
	text-align: center
}

.sodexo-features .features-wrapper .feature-block .feature-text .feature-title
	{
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto 1em;
	text-transform: uppercase
}

.sodexo-features .features-wrapper .feature-block .feature-text p {
	font-size: 0.875em
}


@media screen and (max-width: 739px) {
	.sodexo-features .features-wrapper {
		display: block
	}
}

.select-field {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
	box-sizing: border-box;
	line-height: normal;
	cursor: pointer;
	text-transform: initial;
	padding: 0
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.select-field {
		width: 47.91667%
	}
}

@media screen and (min-width: 980px) {
	.select-field {
		width: 47.91667%
	}
}

.select-field:before {
	content: "";
	width: 2.25rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2a2d8
}

.select-field:after {
	content: "";
	font-size: 1em;
	border-style: solid;
	border-width: 0.4rem 0.4rem 0;
	border-color: #fff transparent;
	right: 0.75rem;
	bottom: 0.8rem
}

.select-field .sod_list_wrapper {
	width: 100%;
	border: none;
	border-top: solid 1px #E6E7E8;
	margin: 0;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	z-index: 50
}

.select-field .sod_list {
	max-height: 185px !important
}

.select-field .sod_label {
	text-transform: uppercase;
	padding: 0 36px 0 8px;
	line-height: 36px
}

.select-field .sod_option {
	font-size: 0.875em;
	text-transform: none;
	height: 37px !important
}

.select-field .sod_option.disabled {
	display: none
}

.select-field select.select-field {
	opacity: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	pointer-events: none
}

.select-field select.select-field[required] {
	display: block !important;
	visibility: hidden;
	left: 0
}

@media screen and (max-width: 979px) {
	.select-field select.select-field[required] {
		visibility: visible
	}
}

.select-field.touch {
	width: 100%;
	height: auto
}

.select-field.touch select.select-field {
	pointer-events: all;
	display: block
}

.select-field.touch .sod_list_wrapper {
	display: none;
	pointer-events: none
}

.select-field.above .sod_list_wrapper {
	border-top: solid 1px #E6E7E8
}

.list-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5em auto;
	text-align: center;
	overflow: hidden
}

.list-pagination .mini-button {
	width: 2em;
	height: 2em;
	display: block;
	margin: 0.25em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.list-pagination .mini-button:hover {
	background-color: #3d41bd;
	text-decoration: none
}

.list-pagination .mini-button.previous-page, .list-pagination .mini-button.next-page
	{
	text-indent: 9999px
}

.list-pagination .mini-button.previous-page:before, .list-pagination .mini-button.next-page:before
	{
	content: "";
	position: absolute;
	display: block;
	width: 0.75em;
	height: 0.75em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #fff;
	left: 60%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotateZ(135deg);
	transform: translate(-50%, -50%) rotateZ(135deg)
}

.list-pagination .mini-button.next-page:before {
	left: 40%;
	-webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
	transform: translate(-50%, -50%) rotateZ(-45deg)
}

.list-pagination .mini-button.current-page {
	background-color: #e2000b;
	pointer-events: none
}

.list-pagination .mini-button.disabled-button {
	background-color: #a6a6a6;
	pointer-events: none
}

@media screen and (max-width: 739px) {
	.list-pagination .mini-button {
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em
	}
}

.slick-slider.slick-dotted {
	margin-bottom: 0
}

.slick-slider .slick-dots {
	bottom: 0.5em
}

.slick-slider .slick-dots li {
	width: 1.25em;
	height: 1.25em;
	margin: 0 2px
}

.slick-slider .slick-dots li button {
	width: 0.75rem;
	height: 0.75rem;
	padding: 0.25rem;
	box-sizing: content-box
}

.slick-slider .slick-dots li button:before {
	width: 0.75rem;
	height: 0.75rem;
	margin: 0.25rem;
	content: "";
	opacity: 1;
	border-radius: 50%;
	background-color: #fff
}

.slick-slider .slick-dots li.slick-active button:before {
	background-color: #e2000b
}

.social-share-block {
	margin: 1em 0
}

.social-share-block:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.social-share-block:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.social-share-block a {
	display: block;
	float: left;
	margin-right: 0.5rem;
	font-size: 0
}

.social-share-block a img {
	width: 40px;
	height: 40px
}

.left-content {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width: 980px) {
	.left-content {
		width: 64.58333%
	}
}

@media screen and (max-width: 979px) {
	.left-content {
		float: none;
		width: 100%;
		margin: 0 auto 3em
	}
}

.right-content {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-left: 0;
	margin-right: 0;
	float: right
}

@media screen and (min-width: 980px) {
	.right-content {
		width: 31.25%
	}
}

@media screen and (max-width: 979px) {
	.right-content {
		float: none;
		width: 100%;
		margin: 0 auto
	}
}

.link-video {
	position: relative;
	margin: 3em 0;
	display: inline-block
}

.link-video .video-button, .link-video .video-banner .video-link,
	.video-banner .link-video .video-link {
	position: absolute;
	left: calc(50% - 2.5em);
	top: calc(50% - 3.375em)
}

.link-video .video-banner-image {
	margin: 0;
	width: auto;
	height: auto
}

.app-button {
	display: inline-block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0.25rem
}

.app-button.google-play {
	width: 8rem;
	height: 2.5rem;
	background-image: url(../img/google-play.png)
}

.app-button.apple-store {
	width: 9rem;
	height: 2.5rem;
	background-image: url(../img/apple-store.png)
}

.app-button:first-of-type {
	margin-left: 0
}

.buttons-wrapper {
	clear: both;
	text-align: center
}

.promo-banner {
	font-size: 1.25em;
	color: #fff;
	display: block;
	background-color: #e2000b;
	position: absolute;
	text-transform: uppercase;
	padding: 1.25em;
	border-top-left-radius: 1.25em;
	border-bottom-right-radius: 1.25em;
	right: 4.5em;
	top: -1.25em
}

.promo-banner strong {
	font-size: 2em;
	line-height: 1;
	display: block
}

.promo-banner:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 1.25em 1.25em 0;
	border-color: transparent transparent #af0009 #af0009;
	position: absolute;
	left: 100%;
	top: 0
}

.form-wrapper {
	/* width: calc(100% + 1em); */
	margin-top: 2em;
}

.form-wrapper .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.form-wrapper .form-group+.input-radio {
	margin-top: 2em
}

.form-wrapper .form-group.group-0, .form-wrapper .form-group.group-1 {
	width: 26em
}

@media screen and (max-width: 739px) {
	.form-wrapper .form-group.group-0, .form-wrapper .form-group.group-1 {
		width: 100%
	}
}

.form-wrapper .row {
	width: 100%
}

.form-wrapper .form-title {
	margin: 1em 0.5em 1em
}

.form-wrapper .form-description {
	font-size: 1.25em;
	margin: 1em 0.5rem 1.75em
}

.form-wrapper .form-guide {
	font-size: 0.875em;
	margin: 0.5em 0.5rem 1em
}

.form-wrapper .input-holder {
	width: 100%;
	clear: both;
	margin-top: 15px;
}

input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{   
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.form-wrapper .input-holder .form-input, .form-wrapper .input-holder .select-field
	{
	background-color: #fff !important;
	padding: 0.5em;
	margin-top: 10px;
	float: none;
	width: 100%;
	font-size: 14px;
}

.form-wrapper .input-holder .date-input {
	width: 100%;
	float: none;
	margin: 0
}

.form-wrapper .input-holder .select-field {
	width: 100%;
	float: none;
	padding: 0
}

.form-wrapper .input-holder label.error {
	font-size: 12px;
	color: red;
	float: left;
	text-transform: none
}

.form-wrapper .input-holder.input-radio {
	width: calc(100% - 1em)
}

.form-wrapper .input-holder.input-cep {
	width: calc(50% - 1em);
	text-align: right
}

.form-wrapper .input-holder.input-cep a {
	font-size: 0.75em;
	float: right;
	margin-top: 0.5em
}

.form-wrapper .input-holder.input-borndate .form-input, .form-wrapper .input-holder.input-borndate .select-field
	{
	height: 2.25em
}

.form-wrapper .input-holder.input-bank-name, .form-wrapper .input-holder.input-contract
	{
	width: calc(100% - 1em)
}

.form-wrapper .g-recaptcha {
	width: calc(100% - 1em);
	margin: 0.5em
}

.form-wrapper.contact-form .input-holder.input-name, .form-wrapper.contact-form .input-holder.input-email,
	.form-wrapper.contact-form .input-holder.input-cnpj, .form-wrapper.contact-form .input-holder.input-company-name
	{
	width: calc(100% - 1em)
}

.form-wrapper.login-input-fields .silent-button, .form-wrapper.login-input-fields .highlight-button,
	.form-wrapper.login-input-fields .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .form-wrapper.login-input-fields .call-to-action
	{
	margin: 1em 0em 1em;
	color: #1B51DC !important;
	font-size: 15px;
	font-weight: 600;
	font: "TT Travels";
	padding-bottom: 5px;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-style: solid;
	text-decoration-thickness: 3px;
}

@media screen and (max-width: 739px) {
	.form-wrapper .input-holder {
		width: calc(100% - 1em)
	}
	.form-wrapper.login-input-fields .primary-button, .form-wrapper.login-input-fields .ifood-button
		{
		float: none;
		width: calc(100% - 1em)
	}
}

.topbar {
	background-color: #fff;
	position: relative;
	z-index: 100
}

@media screen and (max-width: 979px) {
	.topbar {
		display: none
	}
}

.topbar .topbar-aside-bar {
	background-color: #f1f1fb;
	height: 1.4em
}

.topbar .topbar-aside-bar .topbar-wrapper {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto
}

.topbar .topbar-aside-bar .topbar-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.topbar .topbar-aside-bar .topbar-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.topbar .topbar-aside-bar .topbar-wrapper {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.topbar .topbar-aside-bar .topbar-wrapper {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.topbar .topbar-aside-bar .topbar-wrapper {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.topbar .topbar-aside-bar .topbar-wrapper {
		width: 1200px
	}
}

.topbar .aside-bar-link {
	font-size: 0.7875em;
	line-height: 1.5rem;
	display: inline-block;
	text-transform: none
}

@media screen and (min-width: 980px) {
	.topbar .topbar-logo {
		width: 22.91667%
	}
}

.topbar .topbar-logo span {
	font-size: 0
}

.topbar .topbar-contact {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	text-align: center;
	font-size: 0.75em;
	margin-top: 2em;
	margin-bottom: 0
}

@media screen and (min-width: 980px) {
	.topbar .topbar-contact {
		width: 39.58333%
	}
}

@media screen and (min-width: 1220px) {
	.topbar .topbar-contact {
		width: 47.91667%
	}
}

.topbar .topbar-contact a {
	font-weight: bold
}

.topbar .topbar-aside {
	float: right
}

@media screen and (min-width: 980px) {
	.topbar .topbar-aside {
		width: 31.25%
	}
}

@media screen and (min-width: 1220px) {
	.topbar .topbar-aside {
		width: 22.91667%
	}
}

.topbar .topbar-aside .search-trigger {
	display: none
}

.topbar .topbar-aside .search-input {
	font-size: 0.75em;
	padding-right: 3em;
	height: 2rem
}

@media screen and (max-width: 739px) {
	.topbar .topbar-aside {
		display: none
	}
}

.topbar .topbar-section {
	padding: 0.5em 0;
	min-height: 48px
}

.topbar .topbar-section .topbar-wrapper {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto
}

.topbar .topbar-section .topbar-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.topbar .topbar-section .topbar-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.topbar .topbar-section .topbar-wrapper {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.topbar .topbar-section .topbar-wrapper {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.topbar .topbar-section .topbar-wrapper {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.topbar .topbar-section .topbar-wrapper {
		width: 1200px
	}
}

.topbar .topbar-section:last-child {
	padding: 0;
	min-height: 60px
}

.topbar .topbar-section:last-child .topbar-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.topbar .topbar-section:last-child .topbar-menu {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.topbar .topbar-section:last-child .topbar-menu>li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.topbar .topbar-section:last-child .topbar-menu>li>a {
	width: 100%;
	height: 5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: relative
}

.topbar .topbar-section:last-child .topbar-menu>li>a.selected {
	color: #e8e8f7
}

.topbar .topbar-section:last-child .topbar-menu>li>a.selected:before {
	content: "";
	position: absolute;
	left: calc(50% - 1.25em);
	bottom: 0;
	border-style: solid;
	border-width: 0 1.25em 0.75em;
	border-color: transparent transparent #e6e7e8;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out
}

.topbar .topbar-section:last-child .topbar-menu>li>a:hover {
	color: #d9d9d9
}

.topbar .topbar-section:last-child .topbar-site-nav {
	min-width: 50%;
	margin-right: 0;
	margin-left: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li {
	-webkit-transition: background-color 0.3s ease-in 0.4s;
	transition: background-color 0.3s ease-in 0.4s
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li>a {
	-webkit-transition: color 0.3s ease-in 0.4s;
	transition: color 0.3s ease-in 0.4s
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li:hover
	{
	background-color: #e8e8f7;
	-webkit-transition: background-color 0.3s ease-in 0s;
	transition: background-color 0.3s ease-in 0s
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li:hover>a
	{
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in 0s;
	transition: color 0.3s ease-in 0s
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li:hover>a.active:before
	{
	opacity: 0
}

.topbar .topbar-section:last-child .topbar-site-nav .topbar-menu>li:hover .topbar-submenu
	{
	max-height: 300px
}

.topbar .topbar-section:last-child .topbar-aside-nav {
	max-width: 50%;
	margin-right: 0;
	margin-left: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu {
	background-color: #1e205c
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li {
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a {
	height: 5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	padding: 0 1em
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a .svg-icon
	{
	width: 1.5em;
	height: 1.5em;
	display: block
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a .svg-icon path
	{
	fill: #fff;
	-webkit-transition: fill 0.3s linear;
	transition: fill 0.3s linear
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a span
	{
	display: block;
	width: calc(100% - 2.25em);
	margin-left: 0.75em
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a:hover
	{
	color: #c1c2eb;
	text-decoration: none
}

.topbar .topbar-section:last-child .topbar-aside-nav .topbar-menu li a:hover .svg-icon path
	{
	fill: #c1c2eb
}

@media screen and (max-width: 499px) {
	.topbar .topbar-section:last-child .topbar-aside-nav {
		max-width: 100%
	}
}

.topbar.fixed {
	position: fixed;
	width: 100%;
	top: -61px
}

@media screen and (max-width: 979px) {
	.topbar.fixed {
		display: none
	}
}

.topbar.fixed .topbar-section {
	background-color: #fff
}

.topbar.fixed .topbar-section .topbar-wrapper {
	display: block
}

.topbar.fixed .topbar-section .topbar-site-nav {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	min-width: 0
}

@media screen and (min-width: 980px) {
	.topbar.fixed .topbar-section .topbar-site-nav {
		width: 47.91667%
	}
}

@media screen and (min-width: 1220px) {
	.topbar.fixed .topbar-section .topbar-site-nav {
		width: 39.58333%
	}
}

.topbar.fixed .topbar-section .topbar-aside {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%
}

@media screen and (min-width: 980px) {
	.topbar.fixed .topbar-section .topbar-aside {
		width: 31.25%
	}
}

@media screen and (min-width: 1220px) {
	.topbar.fixed .topbar-section .topbar-aside {
		width: 39.58333%
	}
}

.topbar.fixed .topbar-section .topbar-aside .topbar-limited-nav {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	float: right
}

@media screen and (min-width: 980px) {
	.topbar.fixed .topbar-section .topbar-aside .topbar-limited-nav {
		width: 72.91667%
	}
}

@media screen and (min-width: 1220px) {
	.topbar.fixed .topbar-section .topbar-aside .topbar-limited-nav {
		width: 47.91667%
	}
}


.hero-feature {
	margin-top: 0;
	padding-top: 28em !important
}

.hero-feature .hero-banner {
	width: 25em;
	display: block;
	float: left;
	border: solid 2px #e6e7e8
}

.hero-feature .hero-banner:hover .hero-text {
	background-color: #3337a0
}

.hero-feature .hero-banner:hover .hero-text .call-to-action {
	text-decoration: underline
}

.hero-feature .hero-banner .hero-image {
	width: 9em;
	height: 9em;
	position: relative;
	display: inline-block;
	margin: 0;
	overflow: hidden
}

.hero-feature .hero-banner .hero-image img {
	width: auto;
	height: 100%;
	max-width: none;
	min-width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hero-feature .hero-banner .hero-text {
	width: calc(100% - 9em);
	height: 9em;
	padding: 1em;
	color: #fff;
	display: block;
	float: right;
	position: relative
}

.hero-feature .hero-banner .hero-text .hero-title {
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0.5em;
	text-transform: uppercase
}

.hero-feature .hero-banner .hero-text p {
	font-size: 0.75em
}

.hero-feature .hero-banner .hero-text .call-to-action {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 0.5em;
	position: absolute;
	bottom: 1em
}

.hero-feature .hero-banner:first-child {
	width: 100%;
	height: 28em;
	border-width: 0 0 2px;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0
}

.hero-feature .hero-banner:first-child .hero-image {
	width: 100%;
	height: 100%
}

.hero-feature .hero-banner:first-child .hero-text {
	display: none
}

.hero-feature .slick-arrow {
	top: 50%
}

.hero-feature .slick-arrow:before, .hero-feature .slick-arrow:after {
	border-color: transparent #fff #fff transparent
}

.hero-feature .slick-arrow.slick-next {
	right: 0
}

.hero-feature .slick-arrow.slick-prev {
	left: 0
}

@media screen and (max-width: 1219px) {
	.hero-feature .hero-banner {
		width: 20em
	}
	.hero-feature .hero-banner .hero-image {
		width: 8em
	}
	.hero-feature .hero-banner .hero-text {
		width: calc(100% - 8em);
		padding: 0.75em
	}
}

@media screen and (max-width: 979px) {
	.hero-feature .hero-banner {
		width: 15em
	}
	.hero-feature .hero-banner .hero-image {
		width: 100%;
		display: block
	}
	.hero-feature .hero-banner .hero-text {
		width: 100%;
		height: 8em
	}
}

@media screen and (max-width: 739px) {
	.hero-feature {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0 !important
	}
	.hero-feature:after {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.hero-feature:before {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.hero-feature .slick-banner {
		width: 100%;
		height: 20em;
		overflow: hidden
	}
	.hero-feature .hero-banner {
		width: 100%;
		height: 20em;
		border: none;
		position: relative
	}
	.hero-feature .hero-banner .hero-image {
		width: 50%;
		height: 100%;
		float: left
	}
	.hero-feature .hero-banner .hero-text {
		width: 50%;
		height: 100%;
		display: block;
		padding: 1em
	}
	.hero-feature .hero-banner .hero-text .hero-title {
		font-size: 1.2em;
		margin-bottom: 1em
	}
	.hero-feature .hero-banner .hero-text p {
		font-size: 1em
	}
	.hero-feature .hero-banner .hero-text .call-to-action {
		font-size: 1em;
		bottom: 1em
	}
	.hero-feature .hero-banner:first-child {
		width: 100%;
		height: calc(100vh - 4em);
		max-height: 20em;
		border: none;
		position: relative
	}
	.hero-feature .hero-banner:first-child .hero-image {
		width: 50%;
		height: 100%;
		float: left
	}
	.hero-feature .hero-banner:first-child .hero-text {
		display: block
	}
}

@media screen and (max-width: 499px) {
	.hero-feature .slick-banner {
		height: 30em
	}
	.hero-feature .hero-banner {
		width: 100%;
		height: 30em
	}
	.hero-feature .hero-banner .hero-image {
		width: 100%;
		height: 15em;
		float: none;
		max-height: 15em
	}
	.hero-feature .hero-banner .hero-image img {
		width: auto;
		height: 100%;
		min-width: 100%
	}
	.hero-feature .hero-banner .hero-text {
		width: 100%;
		height: 15em;
		padding: 1em 0.5em
	}
	.hero-feature .hero-banner:first-child {
		width: 100%;
		height: auto;
		max-height: none;
	}
	.hero-feature .hero-banner:first-child .hero-image {
		width: 100%;
		height: 15em
	}
	.hero-feature .slick-arrow {
		top: 35%
	}
}

.top-header {
	position: relative;
	margin-bottom: 3em
}

.main-header {
	background-color: #e6e7e8
}

.main-header .main-header-wrapper {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.main-header .main-header-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.main-header .main-header-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.main-header .main-header-wrapper {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.main-header .main-header-wrapper {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.main-header .main-header-wrapper {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.main-header .main-header-wrapper {
		width: 1200px
	}
}

.main-header .main-header-info {
	position: relative;
	width: 100%;
	z-index: 2;
	pointer-events: none;
	margin-right: -500px;
	float: left
}

.main-header .main-header-info .breadcrumb {
	padding: 0;
	font-size: 0.75em;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	pointer-events: all
}

.main-header .main-header-info .breadcrumb li {
	list-style: none;
	display: inline-block
}

.main-header .main-header-info .breadcrumb li:after {
	content: ">";
	margin: 0 1em
}

.main-header .main-header-info .breadcrumb li:last-child:after {
	content: none
}

.main-header .main-header-info .breadcrumb li a {
	pointer-events: all
}

.main-header .main-header-info .main-header-title {
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 1.5em;
	text-transform: uppercase
}

.main-header .main-header-info .main-header-title+p {
	margin-top: 2em
}

.main-header .header-banner {
	display: block;
	position: relative;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	z-index: 1;
	text-align: right;
	width: 500px;
	height: 170px;
	float: right
}

.main-header .header-banner img {
	height: 100%
}

.main-header:last-child .main-header-wrapper .main-header-info:last-child .main-header-title
	{
	margin-bottom: 0
}

.main-header.header-with-tabs {
	border: none
}

@media screen and (max-width: 979px) {
	.main-header .main-header-info .main-header-title {
		margin-bottom: 0
	}
	.main-header .header-banner {
		display: none
	}
}

@media screen and (max-width: 739px) {
	.main-header {
		height: auto;
		border-bottom: none
	}
	.main-header .main-header-info .breadcrumb {
		display: none
	}
	.main-header .main-header-info .main-header-title {
		position: static;
		font-size: 1.875em;
		text-align: center
	}
}

.page-navigation {
	margin: 0 0 1em;
	position: relative;
	background-color: #e6e7e8
}

@media screen and (max-width: 979px) {
	.page-navigation {
		margin: 3em 0 0
	}
}

.page-navigation .main-header-nav {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto
}

.page-navigation .main-header-nav:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.page-navigation .main-header-nav:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.page-navigation .main-header-nav {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.page-navigation .main-header-nav {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.page-navigation .main-header-nav {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.page-navigation .main-header-nav {
		width: 1200px
	}
}

.page-navigation .main-header-nav .main-header-menu {
	padding: 0;
	margin: 2.3em 0 0;
	position: absolute;
	bottom: 0
}

.page-navigation .main-header-nav .main-header-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 1em;
	padding: 0 0.5em;
	text-align: center;
	border-bottom: solid 0.375em #ccc;
	position: relative;
	z-index: 2;
	height: 2em;
	line-height: 2em
}


.sticky-wrapper {
	margin-top: -42px;
	margin-bottom: 48px
}

@media screen and (max-width: 979px) {
	.sticky-wrapper {
		display: none;
		height: 0 !important
	}
}

.int-highlight {
	position: relative
}

.int-highlight .block-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 979px) {
	.int-highlight .block-wrapper {
		display: block
	}
}

@media screen and (max-width: 499px) {
	.int-highlight .block-wrapper {
		display: block;
		width: 100%
	}
}

.int-highlight .int-banner {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	position: relative;
	min-height: 28em
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.int-highlight .int-banner {
		width: 97.91667%
	}
}

@media screen and (min-width: 980px) {
	.int-highlight .int-banner {
		width: 64.58333%
	}
}

.int-highlight .int-banner a {
	display: block
}

.int-highlight .int-banner a:hover {
	opacity: 0.9;
	text-decoration: underline
}

.int-highlight .int-banner .int-banner-image {
	width: 100%;
	height: 100%;
	min-height: 28em;
	margin: 0;
	overflow: hidden;
	border-radius: 1em;
	position: absolute
}

.int-highlight .int-banner .int-banner-image img {
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.int-highlight .int-banner .int-banner-text {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.5em 3em 2em;
	z-index: 2;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	overflow: hidden
}

.int-highlight .int-banner .int-banner-text .int-banner-title {
	font-size: 3em;
	color: #fff;
	margin: 0 0 0.3em;
	text-transform: uppercase
}

.int-highlight .int-banner .int-banner-text p {
	font-size: 0.875em;
	color: #fff
}

.int-highlight .int-banner .int-banner-text:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent),
		color-stop(25%, rgba(0, 0, 0, 0.35)),
		color-stop(90%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35)
		25%, rgba(0, 0, 0, 0.75) 90%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35)
		25%, rgba(0, 0, 0, 0.75) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',
		endColorstr='#000000', GradientType=0)
}

@media screen and (max-width: 1219px) {
	.int-highlight .int-banner .int-banner-text {
		padding: 0.5em 1.5em 1em
	}
	.int-highlight .int-banner .int-banner-text .int-banner-title {
		font-size: 2.5em
	}
}

@media screen and (max-width: 979px) {
	.int-highlight .int-banner .int-banner-text .int-banner-title {
		font-size: 2.25em
	}
}

@media screen and (max-width: 739px) {
	.int-highlight .int-banner .int-banner-text {
		padding: 0.5em
	}
	.int-highlight .int-banner .int-banner-text .int-banner-title {
		font-size: 1.5em
	}
}

@media screen and (max-width: 499px) {
	.int-highlight .int-banner .int-banner-text {
		border-radius: 0
	}
}

.int-highlight .int-banner.full-sized {
	width: 100%;
	margin: 0
}

.int-highlight .int-banner.full-sized .int-banner-image:before {
	content: none
}

.int-highlight .int-banner.no-margin {
	width: 100%;
	min-height: 17em;
	position: static
}

.int-highlight .int-banner.no-margin .int-banner-image {
	position: absolute;
	height: 17em;
	min-height: 17em;
	border-radius: 0;
	left: 0
}

.int-highlight .int-banner.no-margin .int-banner-text {
	position: relative;
	pointer-events: all;
	padding-top: 19em;
}

.int-highlight .int-banner.no-margin .int-banner-text:before {
	content: none
}

.int-highlight .int-banner.no-margin .int-banner-text .int-banner-title
	{
	font-size: 1.4em
}


@media screen and (max-width: 739px) {
	.int-highlight .int-banner.no-margin {
		min-height: 0
	}
	.int-highlight .int-banner.no-margin .int-banner-image {
		display: none
	}
	.int-highlight .int-banner.no-margin .int-banner-text {
		padding-top: 0
	}
}

@media screen and (max-width: 499px) {
	.int-highlight .int-banner {
		width: 100%;
		margin: 0
	}
	.int-highlight .int-banner .int-banner-image {
		border-radius: 0
	}
}

.int-highlight .int-banner-aside-links {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.int-highlight .int-banner-aside-links {
		width: 97.91667%
	}
}

@media screen and (min-width: 980px) {
	.int-highlight .int-banner-aside-links {
		width: 31.25%
	}
}

.int-highlight .int-banner-aside-links .int-link {
	padding: 2.5em 2em 2.5em 0;
	border-bottom: solid 1px #ccc;
	display: block;
	position: relative;
}

.int-highlight .int-banner-aside-links .int-link:after {
	content: "";
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	right: 0.2em;
	top: calc(50% - 2em);
	-webkit-transform: translateY(50%) rotateZ(-45deg);
	transform: translateY(50%) rotateZ(-45deg)
}

.int-highlight .int-banner-aside-links .int-link:first-child {
	padding-top: 0
}

.int-highlight .int-banner-aside-links .int-link:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.int-highlight .int-banner-aside-links .int-link .int-link-title {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 0.3em
}

.int-highlight .int-banner-aside-links .int-link p {
	font-size: 0.875em;
}

.int-highlight .int-banner-aside-links div.int-link:after {
	content: none
}

@media screen and (max-width: 979px) {
	.int-highlight .int-banner-aside-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 2em
	}
	.int-highlight .int-banner-aside-links .int-link {
		padding: 0 1.5em 0 1em;
		border-bottom: 0;
		border-right: solid 1px #ccc;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%
	}
	.int-highlight .int-banner-aside-links .int-link:first-child {
		padding-left: 0
	}
	.int-highlight .int-banner-aside-links .int-link:last-child {
		border-right: 0
	}
	.int-highlight .int-banner-aside-links .int-link:after {
		width: 0.75em;
		height: 0.75em;
		right: 0.75em;
		top: calc(50% - 1em)
	}
}

@media screen and (max-width: 739px) {
	.int-highlight .int-banner-aside-links {
		margin-top: 2em;
		margin-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.int-highlight .int-banner-aside-links .int-link {
		padding: 2em 1.5em 2em 0;
		border-right: 0;
		border-bottom: solid 1px #ccc
	}
}

@media screen and (max-width: 499px) {
	.int-highlight .int-banner-aside-links {
		padding: 0 0.5em
	}
}

.news-blocks-highlights .block-wrapper .slick-arrow {
	top: 35%
}

.news-blocks-highlights .block-wrapper .slick-arrow:before {
	border-color: transparent #fff #fff transparent
}

.news-blocks-highlights .block-wrapper .block-highlight {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	height: 12em;
	position: relative;
	margin-bottom: 1em;
	color: #fff
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.news-blocks-highlights .block-wrapper .block-highlight {
		width: 22.91667%
	}
}

@media screen and (min-width: 980px) {
	.news-blocks-highlights .block-wrapper .block-highlight {
		width: 22.91667%
	}
}

.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
	{
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-image img
	{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
	{
	font-size: 0.875em;
	color: #fff;
	padding: 0.75em;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 80%;
	margin: 0;
	overflow: hidden
}

.news-blocks-highlights .block-wrapper .block-highlight:first-child {
	height: 25em
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.news-blocks-highlights .block-wrapper .block-highlight:first-child {
		width: 97.91667%
	}
}

@media screen and (min-width: 980px) {
	.news-blocks-highlights .block-wrapper .block-highlight:first-child {
		width: 47.91667%
	}
}

.news-blocks-highlights .block-wrapper .block-highlight:first-child .block-highlight-text
	{
	font-size: 1.25em
}

@media screen and (max-width: 739px) {
	.news-blocks-highlights .block-wrapper .block-highlight {
		width: 480px;
		height: 30em;
		margin: 0
	}
	.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
		{
		height: 20em
	}
	.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
		{
		position: static;
		font-size: 1em;
		padding: 1em;
		height: 10em;
		background-color: #333;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media screen and (max-width: 499px) {
	.news-blocks-highlights .block-wrapper .block-highlight {
		width: 100%;
		height: calc(100vh - 10em)
	}
	.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
		{
		height: 60%
	}
	.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-image img
		{
		height: 100%;
		max-width: none
	}
	.news-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
		{
		height: 40%;
		position: absolute;
		bottom: 0
	}
}

.list-category {
	font-size: 0.75em
}

.list-category:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.list-category:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.list-category .catergory-item {
	text-transform: uppercase;
	float: left;
	display: block;
	margin-right: 0.25em;
	line-height: 1.5
}

.list-category .catergory-item:first-child:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: #e2000b;
	float: left;
	margin-right: 1em
}

.list-category .catergory-item+.catergory-item {
	margin: 0 0.25em
}

.list-category .catergory-item+.catergory-item:before {
	content: "|";
	margin-right: 0.5em
}

.news-blocks-list .block-wrapper .news-list .news-list-header .news-list-title,
	.news-blocks-list .block-wrapper .news-detail-list .news-list-header .news-list-title
	{
	text-transform: uppercase
}

.news-blocks-list .block-wrapper .news-list .block-news-item,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item {
	margin-top: 2em;
	margin-bottom: 2em;
	display: block;
}

.news-blocks-list .block-wrapper .news-list .block-news-item:after,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.news-blocks-list .block-wrapper .news-list .block-news-item:before,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image
	{
	width: 12em;
	height: 9em;
	margin: 0 1em 0 0;
	float: left;
	position: relative;
	overflow: hidden
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image img,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image img
	{
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category,
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category+.block-news-text,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category+.block-news-text,
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.block-news-text,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.block-news-text
	{
	width: calc(100% - 13rem);
	float: right
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image:hover+.list-category+.block-news-text .block-news-title,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image:hover+.list-category+.block-news-text .block-news-title,
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image:hover+.block-news-text .block-news-title,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image:hover+.block-news-text .block-news-title
	{
	text-decoration: underline
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-title,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-title
	{
	font-size: 1.1250em;
	margin: 0.25em 0
}

.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-publication-date,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-publication-date
	{
	font-size: 0.75em;
	display: block;
	margin-bottom: 1em
}

.news-blocks-list .block-wrapper .news-list .block-news-item p,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item p {
	font-size: 0.875em
}

.news-blocks-list .block-wrapper .news-list .block-news-item:first-child,
	.news-blocks-list .block-wrapper .news-detail-list .block-news-item:first-child
	{
	margin-top: 0
}

@media screen and (max-width: 739px) {
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image
		{
		width: 6em;
		height: 6em
	}
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category,
		.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category+.block-news-text,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category+.block-news-text,
		.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.block-news-text,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.block-news-text
		{
		width: calc(100% - 7rem);
		float: right
	}
}

@media screen and (max-width: 499px) {
	.news-blocks-list .block-wrapper .news-list .block-news-item,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image
		{
		width: 100%;
		height: 10em;
		margin: 1em 0;
		float: none;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category,
		.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.list-category+.block-news-text,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.list-category+.block-news-text,
		.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-image+.block-news-text,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-image+.block-news-text
		{
		width: 100%;
		float: none
	}
	.news-blocks-list .block-wrapper .news-list .block-news-item .list-category,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .list-category
		{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		float: none;
		width: 100%
	}
	.news-blocks-list .block-wrapper .news-list .block-news-item .block-news-text,
		.news-blocks-list .block-wrapper .news-detail-list .block-news-item .block-news-text
		{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
}

.news-filter-aside {
	background-color: #d9d9d9;
	padding: 1em;
	margin-bottom: 0.5em
}

.news-filter-aside .news-filter-holder .news-filter-label {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em
}

.news-filter-aside .news-filter-holder .select-field {
	background-color: #fff;
	border: none;
	width: 100%;
	display: block;
	float: none
}

.most-readed-news {
	margin: 1em 0;
	color: #fff;
	padding: 2em;
	clear: right
}

.most-readed-news .block-title {
	text-align: center;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase
}

.most-readed-news .most-readed-list {
	padding: 0;
	margin: 0;
	counter-reset: item
}

.most-readed-news .most-readed-list .most-readed-item {
	font-size: 0.875em;
	min-height: 2em;
	margin-bottom: 1em;
	list-style-type: none;
	position: relative;
	padding-left: 3em
}

.most-readed-news .most-readed-list .most-readed-item:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em
}

.most-readed-news .most-readed-list .most-readed-item a {
	color: #fff;
	display: inline-block;
	vertical-align: -webkit-baseline-middle
}

.news-detail {
	margin-bottom: 2em;
	color: #4d4d4d
}

.news-detail .news-detail-header .news-detail-title {
	font-size: 2em;
	margin: 0.2em 0
}

.news-detail .news-detail-header .block-news-publication-date {
	font-size: 0.75em;
	margin: 0
}

.news-detail .news-detail-header .news-detail-introduction {
	font-size: 1.25em;
	margin: 1.5em 0 1em
}

.news-detail figure {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%
}

.news-detail p {
	line-height: 1.4
}

.news-detail p+p {
	margin-top: 1em
}

.news-detail ul, .news-detail ol {
	padding-left: 2.5em
}

.news-detail table {
	margin: 1em 0
}

.news-detail th, .news-detail td {
	border: solid 1px #4d4d4d;
	padding: 0.5em
}

@media screen and (min-width: 1220px) {
	.news-detail figure {
		max-width: 60%
	}
}

@media screen and (max-width: 739px) {
	.news-detail figure {
		float: none;
		max-width: 100%;
		margin: 1em 0
	}
}

.recipes-blocks-highlights .block-wrapper .slick-arrow:before {
	top: 35%;
	border-color: transparent #fff #fff transparent
}

.recipes-blocks-highlights .block-wrapper .block-highlight {
	display: block;
	width: calc(50% - 0.5em);
	height: 25em;
	float: left;
	position: relative;
	margin: 0 0 1em 0;
	color: #fff
}

.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2n)
	{
	margin-left: 1em
}

.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2)
	{
	height: 12em
}

.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(3)
	{
	width: calc(25% - 0.75em);
	height: 12em;
	margin-left: 1em
}

.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(4)
	{
	width: calc(25% - 0.75em);
	height: 12em
}

.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
	{
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-image img
	{
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
	{
	color: #fff;
	padding: 0.5em 0.75em;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 80%;
	margin: 0;
	overflow: hidden
}

.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text .block-highlight-title
	{
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	color: #fff
}

.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text .block-highlight-introduction
	{
	font-size: 0.75em;
	margin: 0.75em 0 0
}

.recipes-blocks-highlights .block-wrapper .block-highlight:hover .block-highlight-image img
	{
	opacity: 0.8
}

.recipes-blocks-highlights .block-wrapper .block-highlight:hover .block-highlight-text .block-highlight-title
	{
	text-decoration: underline
}

@media screen and (max-width: 1219px) {
	.recipes-blocks-highlights .block-wrapper .block-highlight {
		height: 21em
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(3),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(4)
		{
		height: 10em
	}
}

@media screen and (max-width: 979px) {
	.recipes-blocks-highlights .block-wrapper .block-highlight {
		height: 17em
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(3),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(4)
		{
		height: 8em
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
		{
		font-size: 0.875em
	}
}

@media screen and (max-width: 739px) {
	.recipes-blocks-highlights .block-wrapper .block-highlight {
		width: 480px;
		height: 30em;
		margin: 0
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2n),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(3),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(4)
		{
		height: 30em;
		margin: 0
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
		{
		height: 20em
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
		{
		position: absolute;
		font-size: 1em;
		padding: 1em;
		height: 10em;
		background-color: #333;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0
	}
}

@media screen and (max-width: 499px) {
	.recipes-blocks-highlights .block-wrapper .block-highlight {
		width: 100%;
		height: calc(100vh - 10em)
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2n),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(2),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(3),
		.recipes-blocks-highlights .block-wrapper .block-highlight:nth-child(4)
		{
		height: calc(100vh - 10em)
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-image
		{
		height: 60%
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-image img
		{
		height: 100%;
		min-width: 100%;
		width: auto;
		max-width: none
	}
	.recipes-blocks-highlights .block-wrapper .block-highlight .block-highlight-text
		{
		height: 40%
	}
}

.recipes-page-header {
	position: relative;
	padding-top: 31em;
	overflow: hidden
}

.recipes-page-header .recipes-page-header-image {
	position: absolute;
	height: 28em;
	width: 100%;
	background-color: black;
	left: 0;
	top: 3em;
	margin: 0;
	overflow: hidden
}

.recipes-page-header .recipes-page-header-image img {
	height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.recipes-page-header .recipes-page-title {
	text-align: center;
	text-transform: uppercase;
	margin: 2em 0 0
}

@media screen and (max-width: 1219px) {
	.recipes-page-header {
		padding-top: 28em
	}
	.recipes-page-header .recipes-page-header-image {
		height: 25em
	}
}

@media screen and (max-width: 979px) {
	.recipes-page-header {
		padding-top: 25em
	}
	.recipes-page-header .recipes-page-header-image {
		height: 22em
	}
}

@media screen and (max-width: 739px) {
	.recipes-page-header {
		padding-top: 18em
	}
	.recipes-page-header .recipes-page-header-image {
		height: 15em
	}
	.recipes-page-header .recipes-page-title {
		font-size: 1.25em
	}
}

.recipes-page-content, .recipes-detail-more, .festival-schedule-list {
	overflow: hidden
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper {
	margin: 0 0 3em;
	background-color: #ccc;
	padding: 0.5em 0 0.25em;
	position: relative
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper:before,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper:before,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper:before,
	.recipes-page-content .block-wrapper .filter-recipes-wrapper:after,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper:after,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	display: block;
	background-color: #ccc
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper:after,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper:after,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper:after {
	right: auto;
	left: 100%
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recips-label,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recips-label,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recips-label
	{
	font-size: 0.875em;
	margin-bottom: 0.5em;
	display: block
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li
	{
	list-style-type: none;
	margin: 0 0.25em 0.25em 0
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option
	{
	display: block;
	padding: 1em;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option:hover,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option:hover,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option:hover
	{
	text-decoration: none;
	background-color: #363aaa
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected
	{
	background-color: #e2000b
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected:hover,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected:hover,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li .filter-option.selected:hover
	{
	background-color: #af0009
}

.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child,
	.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child,
	.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child
	{
	margin-right: 0
}

.recipes-page-content .block-wrapper .recipes-list-block,
	.recipes-detail-more .block-wrapper .recipes-list-block,
	.festival-schedule-list .block-wrapper .recipes-list-block {
	width: 102.08333333%;
	margin-left: -1.04166667%;
	margin-right: -1.04166667%
}

.recipes-page-content .block-wrapper .recipes-list-block:after,
	.recipes-detail-more .block-wrapper .recipes-list-block:after,
	.festival-schedule-list .block-wrapper .recipes-list-block:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.recipes-page-content .block-wrapper .recipes-list-block:before,
	.recipes-detail-more .block-wrapper .recipes-list-block:before,
	.festival-schedule-list .block-wrapper .recipes-list-block:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
	{
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	height: 12em;
	margin-top: 1.04167%;
	margin-bottom: 1.04167%;
	display: block;
	position: relative;
	color: #fff
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
		{
		width: 31.25%
	}
}

@media screen and (min-width: 980px) {
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
		{
		width: 31.25%
	}
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .recipe-image,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .recipe-image,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .recipe-image
	{
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .recipe-image img,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .recipe-image img,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .recipe-image img
	{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	max-width: none;
	height: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .category-list,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .category-list,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .category-list
	{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e2000b;
	padding: 0.25em 0.5em
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .category-list .category-item,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .category-list .category-item,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .category-list .category-item
	{
	font-size: 0.75em;
	display: block;
	float: left;
	margin-right: 0.5em;
	color: #fff;
	text-transform: uppercase
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .category-list .category-item+.category-item:before,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .category-list .category-item+.category-item:before,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .category-list .category-item+.category-item:before
	{
	content: "|";
	margin-right: 0.5em
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .recipe-name,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .recipe-name,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .recipe-name
	{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 80%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0.5em;
	margin: 0;
	font-size: 0.875em;
	text-transform: uppercase;
	-webkit-transition: text-decoration 0.3s linear;
	transition: text-decoration 0.3s linear
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe:hover .recipe-image img,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe:hover .recipe-image img,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe:hover .recipe-image img
	{
	opacity: 0.8
}

.recipes-page-content .block-wrapper .recipes-list-block .block-recipe:hover .recipe-name,
	.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe:hover .recipe-name,
	.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe:hover .recipe-name
	{
	text-decoration: underline
}

@media screen and (min-width: 1220px) {
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
		{
		height: 15em
	}
}

@media screen and (max-width: 979px) {
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
		{
		height: 9em
	}
}

@media screen and (max-width: 739px) {
	.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li,
		.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li,
		.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li
		{
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 0.125em 0.25em
	}
	.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child,
		.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child,
		.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:last-child
		{
		margin-right: 0.125em
	}
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe
		{
		margin-top: 0.25em;
		margin-bottom: 0.25em
	}
	.recipes-page-content .block-wrapper .recipes-list-block .block-recipe .recipe-image img,
		.recipes-detail-more .block-wrapper .recipes-list-block .block-recipe .recipe-image img,
		.festival-schedule-list .block-wrapper .recipes-list-block .block-recipe .recipe-image img
		{
		width: 100%;
		height: auto;
		min-height: 100%
	}
}

@media screen and (max-width: 499px) {
	.recipes-page-content .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:first-child,
		.recipes-detail-more .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:first-child,
		.festival-schedule-list .block-wrapper .filter-recipes-wrapper .filter-recipes-options .main-header-menu li:first-child
		{
		width: 100%
	}
	.recipes-page-content .block-wrapper .filter-recipes-wrapper:before,
		.recipes-detail-more .block-wrapper .filter-recipes-wrapper:before,
		.festival-schedule-list .block-wrapper .filter-recipes-wrapper:before,
		.recipes-page-content .block-wrapper .filter-recipes-wrapper:after,
		.recipes-detail-more .block-wrapper .filter-recipes-wrapper:after,
		.festival-schedule-list .block-wrapper .filter-recipes-wrapper:after {
		content: none
	}
}

.recipes-page-tips .block-wrapper {
	background-color: #fff;
	padding: 3em
}

.recipes-page-tips .block-wrapper .tips-content+.tips-content {
	margin-top: 2em
}

.recipes-page-tips .block-wrapper .tips-content .list-title {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 1em
}

.recipes-page-tips .block-wrapper .tips-content .tips-list {
	padding-left: 1.5em;
	margin: 0
}

.recipes-page-tips .block-wrapper .tips-content .tips-list li {
	margin-bottom: 0.5em
}

.recipes-page-tips .block-wrapper .tips-content .tips-list.numbered-list
	{
	counter-reset: list;
	padding-left: 0
}

.recipes-page-tips .block-wrapper .tips-content .tips-list.numbered-list li
	{
	list-style-type: none;
	position: relative;
	padding-left: 1.5em
}

.recipes-page-tips .block-wrapper .tips-content .tips-list.numbered-list li:before
	{
	counter-increment: list;
	content: counter(list) " - ";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold
}

@media screen and (max-width: 739px) {
	.recipes-page-tips .block-wrapper {
		padding: 1.5em 1em
	}
}

.page-detail {
	position: relative;
	padding-top: 17em !important;
	overflow: hidden
}

.page-detail .page-detail-header .page-detail-header-image {
	position: absolute;
	height: 17em;
	width: 100%;
	background-color: black;
	left: 0;
	top: 0;
	margin: 0;
	overflow: hidden
}

.page-detail .page-detail-header .page-detail-header-image img {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page-detail .page-detail-content .content-area {
	margin: 2em 0
}

.page-detail .page-detail-content .content-area ul {
	padding-left: 1.5em
}

@media screen and (max-width: 979px) {
	.page-detail {
		padding-top: 15em !important
	}
	.page-detail .page-detail-header .page-detail-header-image {
		height: 15em
	}
}

@media screen and (max-width: 739px) {
	.page-detail {
		padding-top: 11em !important
	}
	.page-detail .page-detail-header .page-detail-header-image {
		height: 11em
	}
	.page-detail .page-detail-header .page-detail-header-image img {
		width: 100%;
		height: auto
	}
	.page-detail .page-detail-header .page-detail-title {
		font-size: 1.25em
	}
}

.recipes-detail-more, .festival-schedule-list {
	background-color: #fff
}

.sustainability-content {
	background-color: #fff
}

.sustainability-content .block-wrapper .initiatives-list-block {
	width: 102.08333333%;
	margin-left: -1.04166667%;
	margin-right: -1.04166667%
}

.sustainability-content .block-wrapper .initiatives-list-block:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.sustainability-content .block-wrapper .initiatives-list-block:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.sustainability-content .block-wrapper .initiatives-list-block .block-initiative
	{
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-top: 1.04167%;
	margin-bottom: 1.04167%;
	height: auto;
	display: block;
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative
		{
		width: 31.25%
	}
}

@media screen and (min-width: 980px) {
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative
		{
		width: 31.25%
	}
}

.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image
	{
	margin: 0;
	width: 100%;
	height: 9em;
	position: relative;
	overflow: hidden
}

.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image img
	{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	width: 100%;
	min-height: 100%;
	max-height: 150%
}

.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-text .initiative-name
	{
	font-size: 0.875em;
	margin: 0.5em 0
}

.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-text p
	{
	font-size: 0.75em
}

@media screen and (min-width: 1220px) {
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image
		{
		height: 12em
	}
}

@media screen and (max-width: 979px) {
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image
		{
		height: 7em
	}
}

@media screen and (max-width: 739px) {
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative
		{
		margin-top: 1em;
		margin-bottom: 1em
	}
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image
		{
		height: 12em
	}
	.sustainability-content .block-wrapper .initiatives-list-block .block-initiative .initiative-image img
		{
		max-width: 100%
	}
}

.video-opening {
	padding: 0
}

.video-opening:first-of-type {
	margin-top: -3em
}

.video-opening .block-wrapper {
	width: 100%;
	position: relative
}

.video-opening .block-wrapper .video-banner-image {
	margin: 0;
	height: 25em;
	position: relative;
	overflow: hidden
}

.video-opening .block-wrapper .video-banner-image img {
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (max-width: 739px) {
	.video-opening .block-wrapper .video-banner-image {
		height: 15em
	}
}

.video-opening .block-wrapper .video-button, .video-opening .block-wrapper .video-banner .video-link,
	.video-banner .video-opening .block-wrapper .video-link {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

@media screen and (max-width: 979px) {
	.video-opening {
		padding-top: 3em
	}
}

.mfp-container {
	position: absolute !important
}

.mfp-container .mfp-content {
	text-align: center;
}

.full-sized-banner {
	padding: 0
}

.full-sized-banner .block-wrapper {
	width: 100%;
	position: relative
}

.full-sized-banner .block-wrapper .int-banner-image {
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden
}

.full-sized-banner .block-wrapper .int-banner-image img {
	width: auto;
	height: auto;
	min-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pat {
	background-color: #fff
}

.pat .section-header {
	text-align: left
}

@media screen and (max-width: 739px) {
	.pat .features-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.video-banner {
	background-color: #fff
}

.video-banner .block-wrapper {
	border-radius: 1.25em;
	padding: 2em;
	position: relative
}

.video-banner .block-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.video-banner .block-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.video-banner .video-link {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden
}

.video-banner .video-link:before {
	width: 6em;
	height: 6em;
	position: absolute;
	left: calc(50% - 3em);
	top: calc(50% - 3em)
}

.video-banner .video-link:after {
	border-width: 1.4em 0 1.4em 2.4em;
	left: calc(50% + 0.3em);
	top: calc(50% + 0.3em)
}

.video-banner .video-link .video-image img {
	width: 100%
}

.video-banner .video-text {
	display: block;
	color: #fff
}

.video-banner .video-text:before {
	content: "";
	display: block;
	width: 66%;
	height: 28em;
	float: left
}

.video-banner .video-text .video-title {
	font-size: 1.875em;
	text-transform: uppercase;
	margin: 0 0 1em;
	color: #fff
}

.video-banner .video-text .silent-button, .video-banner .video-text .highlight-button,
	.video-banner .video-text .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .video-banner .video-text .call-to-action
	{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1em
}

.video-banner .video-text .silent-button:hover, .video-banner .video-text .highlight-button:hover,
	.video-banner .video-text .hero-feature .hero-banner .hero-text .call-to-action:hover,
	.hero-feature .hero-banner .hero-text .video-banner .video-text .call-to-action:hover
	{
	color: #ccc
}

.video-banner .video-text+.video-link {
	width: calc(66% - 4em);
	height: 27em;
	position: absolute;
	left: 2em;
	top: 2em
}

@media screen and (max-width: 1219px) {
	.video-banner .block-wrapper .video-text:before {
		height: 22em
	}
	.video-banner .block-wrapper .video-text+.video-link {
		height: 21em
	}
}

@media screen and (max-width: 979px) {
	.video-banner .block-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.video-banner .block-wrapper .video-text {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.video-banner .block-wrapper .video-text:before {
		content: none
	}
	.video-banner .block-wrapper .video-text+.video-link {
		display: block;
		position: relative;
		margin-bottom: 1em;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media screen and (max-width: 739px) {
	.video-banner .block-wrapper {
		padding: 1em
	}
	.video-banner .block-wrapper .video-text .video-title {
		font-size: 1.5em
	}
}

.steps-content .block-wrapper {
	text-align: center
}

.steps-content .block-wrapper .section-header .section-title,
	.steps-content .block-wrapper .section-header .section-seo-title {
	text-align: center
}

.steps-content .block-wrapper .steps-content-list {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.steps-content .block-wrapper .steps-content-list {
		width: 64.58333%
	}
}

@media screen and (min-width: 980px) {
	.steps-content .block-wrapper .steps-content-list {
		width: 47.91667%
	}
}

.steps-content .block-wrapper .steps-content-list .step-item:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.steps-content .block-wrapper .steps-content-list .step-item:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.steps-content .block-wrapper .steps-content-list .step-item:after {
	content: "";
	background: url(../img/step-divisor.png) no-repeat center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 4em;
	margin: 2em 0;
	visibility: visible
}

.steps-content .block-wrapper .steps-content-list .step-item:last-child:after
	{
	content: none
}

.steps-content .block-wrapper .steps-content-list .step-item .step-image
	{
	float: left;
	width: 6em;
	height: 6em;
	margin: 0 1em 0 0
}

.steps-content .block-wrapper .steps-content-list .step-item .step-text
	{
	text-align: left
}

.steps-content .block-wrapper .steps-content-list .step-item .step-text .step-name
	{
	margin: 0.5em 0
}

.steps-content .block-wrapper .primary-button, .steps-content .block-wrapper .ifood-button
	{
	margin: 3em auto 2em
}

@media screen and (max-width: 739px) {
	.steps-content .block-wrapper .steps-content-list .step-item .step-image
		{
		float: none;
		margin: 0 auto 1em
	}
	.steps-content .block-wrapper .steps-content-list .step-item .step-text
		{
		text-align: center
	}
}

@media screen and (max-width: 1219px) {
	.section-products-card {
		width: 100%
	}
}

@media screen and (max-width: 1219px) {
	.section-products-card .section-header {
		width: 960px
	}
}

@media screen and (max-width: 979px) {
	.section-products-card .section-header {
		width: 720px
	}
}

@media screen and (max-width: 739px) {
	.section-products-card .section-header {
		width: 480px
	}
}

@media screen and (max-width: 499px) {
	.section-products-card .section-header {
		width: 300px
	}
}

.section-products-card .products-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width: 739px) {
	.section-products-card .products-card.slick-slider {
		width: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.product-card-item {
	cursor: pointer;
	outline: none;
	width: 15em;
	padding: 0 0.75em;
	height: auto
}

.product-card-item .product-card-image {
	width: 100%;
	height: 15em;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	margin: 0 0 1em;
	position: relative
}

.product-card-item .product-card-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.product-card-item .product-text {
	width: 100%;
	opacity: 1;
	text-align: center;
	overflow: hidden;
	-webkit-transition: opacity 0.2s linear 0.2s;
	transition: opacity 0.2s linear 0.2s
}

.product-card-item .product-text .product-features {
	margin: 1em 0;
	padding-left: 1.2em;
	text-align: left
}

.product-card-item .product-text .product-features li {
	font-size: 0.75em;
	list-style-type: none;
	position: relative;
	margin-bottom: 0.25rem
}

.product-card-item .product-text .product-features li:before {
	width: 1em;
	height: 1em;
	content: "";
	position: absolute;
	background: url(../img/svgs/checked.svg) no-repeat;
	background-size: contain;
	left: -1.2rem;
	top: 0.1rem
}

.product-card-item .product-text .silent-button, .product-card-item .product-text .highlight-button,
	.product-card-item .product-text .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .product-card-item .product-text .call-to-action
	{
	margin: 0.5em 0 1em
}

.product-card-item.slick-slide .product-text {
	opacity: 0;
	pointer-events: none
}

.product-card-item.slick-center .product-card-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.product-card-item.slick-center .product-text {
	opacity: 1;
	pointer-events: all
}

@media screen and (max-width: 499px) {
	.product-card-item {
		margin: 0 -1.5em;
		width: 14em
	}
	.product-card-item .product-card-image {
		display: inline-block;
		width: 90%;
		height: 14em;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(0.8);
		-ms-transform: translateX(-50%) scale(0.8);
		transform: translateX(-50%) scale(0.8)
	}
	.product-card-item .product-text {
		width: 15em;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.product-card-item.slick-center .product-card-image {
		-webkit-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1)
	}
}

.slick-arrow {
	width: 4rem;
	height: 4rem;
	z-index: 2;
	top: 30%
}

.slick-arrow:before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-style: solid;
	border-width: 0 2px 2px 0;
	position: absolute;
	display: block;
	left: 20%;
	top: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25)
}

.slick-arrow.slick-next {
	right: 0
}

.slick-arrow.slick-next:before {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slick-arrow.slick-prev {
	left: 0
}

.slick-arrow.slick-prev:before {
	left: 30%;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media screen and (max-width: 499px) {
	.section-all-products {
		width: 100%
	}
}

.section-all-products .section-header .section-title,
	.section-all-products .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-all-products .section-header .section-seo-title
	{
	text-align: center
}

.section-all-products .area-title {
	margin-top: 1em;
	text-align: center
}

.all-products-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.all-products-cards:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.all-products-cards:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.all-products-cards .slick-arrow.slick-prev {
	left: -0.5rem
}

@media screen and (max-width: 499px) {
	.all-products-cards .slick-arrow.slick-prev {
		left: 0.5rem
	}
}

.all-products-cards .slick-arrow.slick-next {
	right: -0.5rem
}

@media screen and (max-width: 499px) {
	.all-products-cards .slick-arrow.slick-next {
		right: 0.5rem
	}
}

.all-products-cards .product-card-item {
	display: block;
	width: 10em;
	cursor: default
}

.all-products-cards .product-card-item:hover .product-text .silent-button,
	.all-products-cards .product-card-item:hover .product-text .highlight-button,
	.all-products-cards .product-card-item:hover .product-text .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .all-products-cards .product-card-item:hover .product-text .call-to-action
	{
	opacity: 1;
	pointer-events: all
}

@media screen and (max-width: 499px) {
	.all-products-cards .product-card-item {
		margin: 0
	}
}

.all-products-cards .product-card-image {
	width: 9em;
	height: 10em;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.all-products-cards .product-text {
	opacity: 1;
	max-width: 100%
}

.all-products-cards .product-text .card-name {
	margin: 0
}

.all-products-cards .product-text .silent-button, .all-products-cards .product-text .highlight-button,
	.all-products-cards .product-text .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .all-products-cards .product-text .call-to-action
	{
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	cursor: pointer
}

@media screen and (min-width: 980px) {
	.all-products-cards {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media screen and (max-width: 739px) {
	.all-products-cards {
		display: block
	}
	.all-products-cards .product-card-item {
		cursor: pointer
	}
}

.details-products-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.text-section {
	text-align: center;
	background-color: #fff
}

.text-section .main-text-area {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	float: none;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 980px) {
	.text-section .main-text-area {
		width: 81.25%
	}
}

.text-section .main-text-area p+p {
	margin-top: 1em
}

.text-section .primary-button, .text-section .ifood-button {
	margin-top: 3em
}

.awards-section .section-header {
	text-align: center
}

.awards-slider .slick-arrow {
	top: 45%
}

.awards-slider .award-item {
	margin: 0 3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 6em);
	height: auto
}

.awards-slider .award-item:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.awards-slider .award-item:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.awards-slider .award-item .award-image {
	width: 50%;
	margin: 0 2em 0 0
}

.awards-slider .award-item .award-image img {
	width: 100%
}

.awards-slider .award-item .award-text {
	width: calc(50% - 2em)
}

.awards-slider .award-item .award-text .award-name {
	text-transform: uppercase
}

@media screen and (max-width: 739px) {
	.awards-slider .award-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.awards-slider .award-item .award-image {
		width: 100%;
		margin: 0 0 2em
	}
	.awards-slider .award-item .award-text {
		float: none;
		width: 100%
	}
}

@media screen and (min-width: 1220px) {
	.awards-slider {
		padding: 0 4em
	}
}

.timeline-wrapper {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%
}

.timeline-wrapper .section-title, .timeline-wrapper .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .timeline-wrapper .section-seo-title {
	color: #fff
}

.timeline-wrapper .timeline-slider {
	position: relative
}

.timeline-wrapper .timeline-slider .slick-list {
	z-index: 1;
	position: relative;
	margin: 0 3em
}

.timeline-wrapper .timeline-slider .slick-list .slick-track {
	position: relative;
	z-index: 2
}

.timeline-wrapper .timeline-slider .timeline-item {
	position: relative;
	padding: 0;
	height: auto
}

.timeline-wrapper .timeline-slider .timeline-item .timeline-date {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	margin-top: 1em
}

.timeline-wrapper .timeline-slider .timeline-item .timeline-date:before
	{
	content: "";
	position: absolute;
	background-color: #e2000b;
	border-radius: 50%;
	width: 0.5625em;
	height: 0.5625em;
	left: 50%;
	top: 2.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.timeline-wrapper .timeline-slider .timeline-item .timeline-text {
	max-width: 13rem;
	margin: 0 auto;
	font-size: 0.75em
}

.timeline-wrapper .timeline-slider .timeline-item .timeline-text .timeline-highlight
	{
	text-transform: uppercase
}

.timeline-wrapper .timeline-slider .timeline-item:before,
	.timeline-wrapper .timeline-slider .timeline-item:after {
	content: "";
	width: 50%;
	height: 0px;
	position: absolute;
	border-bottom: dashed 1px #fff;
	left: 0;
	top: 5.5em
}

.timeline-wrapper .timeline-slider .timeline-item:after {
	left: auto;
	right: 3px
}

.timeline-wrapper .timeline-slider .timeline-item:first-child:before,
	.timeline-wrapper .timeline-slider .timeline-item:last-child:after {
	content: none
}

.timeline-wrapper .slick-arrow {
	border-color: #fff;
	top: 5.5rem
}

.timeline-wrapper .slick-arrow:before, .timeline-wrapper .slick-arrow:after
	{
	border-color: #fff
}

.sodexo-club-wrapper {
	padding: 1px 0;
	color: #fff;
	text-align: center
}

.sodexo-club-wrapper .sodexo-club-content {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-content {
		width: 81.25%
	}
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-content {
		margin-left: 9.375%
	}
}

@media screen and (min-width: 980px) {
	.sodexo-club-wrapper .sodexo-club-content {
		width: 56.25%
	}
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features {
	margin-top: 2em;
	margin-bottom: 2em
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features .feature-block
	{
	padding: 0 1em
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features .feature-block .feature-image
	{
	width: 4em;
	height: 4em;
	margin: 0;
	display: inline-block
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features .feature-block .feature-text
	{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 5em);
	margin-left: 0.5em;
	text-align: left
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features .feature-block .feature-text .feature-title
	{
	color: #fff;
	font-weight: normal;
	margin-bottom: 0
}

.sodexo-club-wrapper .sodexo-club-content .sodexo-features .feature-block a
	{
	color: #fff
}

.sodexo-club-wrapper .sodexo-club-title {
	width: 4.5em;
	height: 4.5em;
	display: block;
	position: relative;
	background: url(../img/sodexo-club.png) no-repeat;
	background-size: contain;
	float: left;
	margin: 0 1.04166667%;
	top: -1em
}

.sodexo-club-wrapper .sodexo-club-title span {
	font-size: 0
}

.sodexo-club-wrapper .sodexo-club-subtitle {
	font-size: 1.375em;
	margin: 2rem 0 2em 1em;
	width: calc(100% - 7em);
	float: left;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: left
}

.sodexo-club-wrapper .primary-button, .sodexo-club-wrapper .ifood-button
	{
	clear: both;
	margin: 2em auto
}

.sodexo-club-wrapper .sodexo-club-banner {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	float: right;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 3em;
	overflow: hidden
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		width: 97.91667%
	}
}

@media screen and (min-width: 980px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		width: 39.58333%
	}
}

.sodexo-club-wrapper .sodexo-club-banner img {
	width: 100%;
	display: block
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		float: none;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1.5em
	}
}

@media screen and (max-width: 739px) and (min-width: 740px) and
	(max-width: 979px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		width: 64.58333%
	}
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-banner img {
		width: 100%
	}
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper {
		width: 100%
	}
	.sodexo-club-wrapper .sodexo-club-content {
		float: none;
		text-align: center
	}
	.sodexo-club-wrapper .sodexo-club-content .sodexo-features {
		display: none
	}
	.sodexo-club-wrapper .sodexo-club-title {
		margin: 2em auto;
		top: auto;
		float: none
	}
	.sodexo-club-wrapper .sodexo-club-subtitle {
		margin: 2em auto;
		width: 9em;
		float: none
	}
	.sodexo-club-wrapper .sodexo-club-banner {
		float: none;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1.5em
	}
}

@media screen and (max-width: 739px) and (min-width: 740px) and
	(max-width: 979px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		width: 64.58333%
	}
}

@media screen and (max-width: 739px) {
	.sodexo-club-wrapper .sodexo-club-banner img {
		width: 100%
	}
}

@media screen and (max-width: 499px) {
	.sodexo-club-wrapper .sodexo-club-banner {
		width: 100%;
		margin: 4em 0 0;
		float: none;
		clear: both;
		border-radius: 0
	}
}

.main-features {
	color: #fff;
	text-align: center
}

.main-features a {
	color: #fff;
	cursor: pointer
}

.main-features .section-title, .main-features .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .main-features .section-seo-title {
	color: #fff
}

.main-features .area-title {
	color: #fff
}

.main-features .features-wrapper {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.main-features .features-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.main-features .features-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.main-features .features-wrapper+.features-wrapper {
	margin-top: 2em
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.main-features .features-wrapper .feature-block {
		width: 31.25%
	}
}

@media screen and (min-width: 980px) {
	.main-features .features-wrapper .feature-block {
		width: 31.25%
	}
}

.main-features .features-wrapper .feature-block .feature-text {
	text-align: center
}

.main-features .features-wrapper .feature-block .feature-title {
	color: #fff;
	margin: 0.5em 0
}

.main-features .features-wrapper .feature-block a {
	color: #fff
}

@media screen and (max-width: 739px) {
	.main-features .sodexo-features .features-wrapper {
		display: block;
		padding: 0 1em
	}
	.main-section-home .main-features {
		display: none
	}
}

@media screen and (max-width: 739px) {
	.main-section-home .section-features .sodexo-features {
		display: none
	}
}

.section-features .features-wrapper .feature-block .feature-image {
	margin: 0 auto 1em
}

.section-features .features-wrapper .feature-block .feature-text {
	text-align: center
}

.section-features .features-wrapper .feature-block .feature-text .feature-title
	{
	font-weight: bold;
	margin-bottom: 1em
}

.media-relations, .media-relations-int {
	text-align: center
}

.media-relations .contact-cards, .media-relations-int .contact-cards {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto;
	margin: 2em 0
}

.media-relations .contact-cards:after, .media-relations-int .contact-cards:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.media-relations .contact-cards:before, .media-relations-int .contact-cards:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.media-relations .contact-cards, .media-relations-int .contact-cards {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.media-relations .contact-cards, .media-relations-int .contact-cards {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.media-relations .contact-cards, .media-relations-int .contact-cards {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.media-relations .contact-cards, .media-relations-int .contact-cards {
		width: 1200px
	}
}

.media-relations .contact-cards .contact-media-relations,
	.media-relations-int .contact-cards .contact-media-relations {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin: 1em 0
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.media-relations .contact-cards .contact-media-relations,
		.media-relations-int .contact-cards .contact-media-relations {
		width: 31.25%
	}
}

@media screen and (min-width: 980px) {
	.media-relations .contact-cards .contact-media-relations,
		.media-relations-int .contact-cards .contact-media-relations {
		width: 22.91667%
	}
}

.media-relations .contact-cards .contact-media-relations .contact-name,
	.media-relations-int .contact-cards .contact-media-relations .contact-name
	{
	margin: 0;
	text-transform: uppercase
}

.media-relations .contact-cards .contact-media-relations .contact-email,
	.media-relations-int .contact-cards .contact-media-relations .contact-email
	{
	font-size: 0.875em;
	margin-bottom: 1.5em
}

.media-relations .contact-cards .contact-media-relations .contact-phone,
	.media-relations-int .contact-cards .contact-media-relations .contact-phone
	{
	font-weight: bold;
	color: #e2000b;
	text-transform: uppercase;
	margin: 0
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.media-relations .contact-cards .contact-media-relations:first-child,
		.media-relations-int .contact-cards .contact-media-relations:first-child
		{
		margin-left: 17.70833%
	}
}

@media screen and (min-width: 980px) {
	.media-relations .contact-cards .contact-media-relations:first-child,
		.media-relations-int .contact-cards .contact-media-relations:first-child
		{
		margin-left: 26.04167%
	}
}

.media-relations-int {
	margin: 1em 0;
	background-color: #d9d9d9;
	padding: 2em;
	width: 100%;
	clear: right
}

.media-relations-int .section-header {
	margin: 0 auto 1em
}

.media-relations-int .section-header p {
	max-width: 100%;
	font-size: 0.875em
}

.media-relations-int .contact-cards {
	width: 100%;
	margin: 0
}

.media-relations-int .contact-cards .contact-media-relations {
	width: 100%;
	margin: 0
}

.media-relations-int .contact-cards .contact-media-relations+.contact-media-relations
	{
	margin-top: 1em
}

.media-relations-int .contact-cards .contact-media-relations:first-child
	{
	margin: 0
}

.media-relations-int .contact-cards .contact-media-relations .contact-email
	{
	margin-bottom: 0.25em
}

.media-relations-int .contact-cards .contact-media-relations .contact-phone
	{
	font-size: 0.875em;
	display: inline-block;
	font-weight: normal
}

.legal-text {
	font-size: 0.875em;
	display: block;
	text-align: center
}

.legal-text .legal-text-section {
	margin-bottom: 3em;
	text-align: left
}

.legal-text .legal-text-section .legal-title {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 0.875em
}

.legal-text .legal-text-section .legal-title.second-level-title {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 1em
}

.legal-text .legal-text-section p+p {
	margin-top: 1em
}

.legal-text .legal-text-section ul {
	padding: 0
}

.legal-text .legal-text-section ul li {
	list-style-type: none;
	position: relative;
	padding-left: 1em
}

.legal-text .legal-text-section ul li:before {
	content: "- ";
	position: absolute;
	left: 0
}

.legal-text .legal-text-section .category {
	color: #fff;
	background-color: #b3b3b3;
	font-size: 0.875em;
	margin: 0.5em 0;
	padding: 0.25em 0.5em;
	display: inline-block
}

.legal-text .legal-text-section+.category {
	margin: 0.5em
}

.codes-policies {
	background-color: #fff;
	text-align: center
}

.codes-policies .button, .codes-policies .off-button, .codes-policies .primary-button,
	.codes-policies .ifood-button, .codes-policies .secondary-button {
	margin: 0.5em
}

.contact-form-section {
	text-align: center
}

.contact-form {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	float: none;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.contact-form {
		width: 81.25%
	}
}

@media screen and (min-width: 980px) {
	.contact-form {
		width: 56.25%
	}
}

@media screen and (min-width: 1220px) {
	.contact-form {
		width: 47.91667%
	}
}

.form-wrapper-message {
	text-align: center;
	clear: both;
	padding: 0;
	margin: 0 0.5em;
	width: calc(100% - 1em)
}

.form-wrapper-message .message {
	display: none;
	color: #404040;
	padding: 0.85em 1em 0.85em 3.5em;
	position: relative;
	margin: 3em auto;
	min-height: 3em;
	max-width: 100%
}

.form-wrapper-message .message:before {
	content: "";
	width: 3em;
	height: 3em;
	display: block;
	background-image: url(../img/svgs/error.svg);
	background-color: #e6e7e8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1em;
	border: solid 0.5em #ffafb3;
	border-radius: 50%;
	position: absolute;
	left: 0.5em;
	top: calc(50% - 1.5em)
}

.form-wrapper-message .message.error {
	display: inline-block;
	background-color: #ffafb3
}

.form-wrapper-message .message.success {
	display: inline-block;
	background-color: #c1c2eb
}

.form-wrapper-message .message.success:before {
	background-image: url(../img/svgs/success.svg);
	border-color: #c1c2eb
}

#autocomplete-city {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	#autocomplete-city {
		width: 47.91667%
	}
}

@media screen and (min-width: 980px) {
	#autocomplete-city {
		width: 47.91667%
	}
}

#autocomplete-city .ui-autocomplete-input {
	margin: 0;
	width: 100%
}

#autocomplete-city .ui-autocomplete {
	font-size: 1em;
	padding: 0;
	background-color: #fff;
	margin: 0;
	position: absolute;
	width: 100%;
	max-height: 11.5em;
	top: 100%;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
	border-top: solid 1px #e6e7e8;
	overflow-y: scroll
}

#autocomplete-city .ui-autocomplete .ui-menu-item {
	font-size: 0.875em;
	text-transform: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding: 10px;
	list-style-type: none;
	text-align: left;
	margin: 0;
	cursor: pointer;
	background: #fff
}

#autocomplete-city .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #f7f7f7;
	color: #333333;
	border: none
}

.site-footer .footer-secondary-nav {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 0
}

.site-footer .footer-secondary-nav:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.site-footer .footer-secondary-nav:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.site-footer .footer-secondary-nav {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.site-footer .footer-secondary-nav {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.site-footer .footer-secondary-nav {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.site-footer .footer-secondary-nav {
		width: 1200px
	}
}

@media screen and (max-width: 739px) {
	.site-footer .footer-secondary-nav {
		text-align: left;
		padding-left: 0.25em
	}
}

.site-footer .footer-secondary-nav ul {
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	padding: 0;
	overflow: hidden;
	max-height: none
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.site-footer .footer-secondary-nav ul {
		width: 17.91667%
	}
}

@media screen and (min-width: 980px) {
	.site-footer .footer-secondary-nav ul {
		width: 17.91667%
	}
}

@media screen and (max-width: 739px) {
	.site-footer .footer-secondary-nav ul {
		max-height: 1.5em
	}
}

.site-footer .footer-secondary-nav ul li {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #b3b3b3;
	list-style: none;
	margin-bottom: 0.5em
}

.site-footer .footer-secondary-nav ul li h2 {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0.75em
}

@media screen and (max-width: 739px) {
	.site-footer .footer-secondary-nav ul li h2 {
		cursor: pointer;
		position: relative;
		min-height: 1.5em
	}
	.site-footer .footer-secondary-nav ul li h2:after {
		content: "";
		display: block;
		border-style: solid;
		border-width: 0.6em 0.4em 0;
		border-color: #ffffff transparent;
		margin: 0;
		position: absolute;
		right: 0.25em;
		top: 0.3em
	}
}

.site-footer .footer-secondary-nav ul li a {
	font-size: 1em;
	color: #b3b3b3
}

.site-footer .footer-secondary-nav ul li a:hover {
	color: #d9d9d9
}

.site-footer .footer-secondary-nav ul li .tel-number {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	display: block
}

.site-footer .footer-secondary-nav ul.open {
	max-height: none
}

.site-footer .footer-secondary-nav ul.open h2:after {
	border-width: 0 0.4em 0.6em
}

.site-footer .footer-secondary-nav ul.numbers-service {
	max-height: none
}

.site-footer .section-social {
	background-color: #fff
}

.site-footer .section-social .footer-social-nav {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.site-footer .section-social .footer-social-nav:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.site-footer .section-social .footer-social-nav:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.site-footer .section-social .footer-social-nav {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.site-footer .section-social .footer-social-nav {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.site-footer .section-social .footer-social-nav {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.site-footer .section-social .footer-social-nav {
		width: 1200px
	}
}

@media screen and (max-width: 739px) {
	.site-footer .section-social .footer-social-nav {
		display: block
	}
}

.site-footer .section-social .footer-social-nav .footer-logo {
	width: 5em;
	height: 2em;
	background: url(../img/svgs/sodexo-logo-simple.svg) no-repeat left top;
	background-size: contain;
	display: inline-block;
	margin: 1em 0
}

.site-footer .section-social .footer-social-nav .footer-logo span {
	font-size: 0
}

@media screen and (max-width: 739px) {
	.site-footer .section-social .footer-social-nav .footer-logo {
		width: 4em;
		height: 1.5em;
		margin: 1em 0;
		float: left
	}
}

.site-footer .section-social .footer-social-nav ul {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	border-left: solid 1px #b3b3b3
}

@media screen and (max-width: 739px) {
	.site-footer .section-social .footer-social-nav ul {
		margin: 1em 0 1em 0.5em;
		padding-left: 0.5em;
		float: left;
		height: 1.5em
	}
}

.site-footer .section-social .footer-social-nav ul li {
	display: block;
	color: #b3b3b3;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.5em;
	margin-right: 0.5em;
	float: left
}

.site-footer .section-social .footer-social-nav ul li a {
	width: 1.5em;
	height: 1.5em;
	display: block
}

@media screen and (max-width: 739px) {
	.site-footer .section-social .footer-social-nav ul li a {
		width: 1em
	}
}

.site-footer .section-social .footer-social-nav ul li a .svg-icon {
	width: 1.2em;
	height: 1.2em
}

.site-footer .section-social .footer-social-nav ul li a span {
	font-size: 0
}

.site-footer .section-social .footer-social-nav p {
	position: absolute;
	display: inline-block;
	right: 0;
	top: calc(50% - 0.5em);
	font-size: 0.875em;
	color: #b3b3b3
}

@media screen and (max-width: 739px) {
	.site-footer .section-social .footer-social-nav p {
		width: 100%;
		height: 1.5rem;
		font-size: 0.75em;
		display: block;
		clear: both;
		margin: 1rem 0;
		position: relative;
		left: auto;
		top: auto
	}
}

.background-section {
	position: relative;
	background-color: #fff
}

.background-section .block-wrapper .section-header {
	width: 65%;
	display: inline-block;
	margin-bottom: 2em
}

.background-section .block-wrapper .section-header .section-title,
	.background-section .block-wrapper .section-header .section-seo-title {
	position: relative;
	z-index: 2;
	margin: 0
}

.background-section .block-wrapper .section-header .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0
}

.background-section .block-wrapper .section-header .background-image img
	{
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.background-section .block-wrapper .main-content-wrapper {
	width: 65%;
	position: relative;
	background-color: #fff;
	border-radius: 1em;
	padding: 1em
}

.background-section .block-wrapper .main-content-wrapper .feature-block
	{
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-top: 1.04167%;
	margin-bottom: 1.04167%;
	padding-left: 6em;
	position: relative;
	min-height: 6em
}

@media screen and (min-width: 980px) {
	.background-section .block-wrapper .main-content-wrapper .feature-block
		{
		width: 47.91667%
	}
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.background-section .block-wrapper .main-content-wrapper .feature-block
		{
		width: 47.91667%
	}
}

.background-section .block-wrapper .main-content-wrapper .feature-block .feature-image
	{
	width: 5em;
	height: 5em;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0
}

.background-section .block-wrapper .main-content-wrapper .feature-block .feature-text .feature-title
	{
	font-size: 1em;
	text-transform: uppercase;
	margin: 0.25em 0 0.5em
}

.background-section .block-wrapper .main-content-wrapper .feature-block .feature-text p
	{
	font-size: 0.875em
}

@media screen and (max-width: 1219px) {
	.background-section .block-wrapper .section-header {
		width: 80%
	}
	.background-section .block-wrapper .main-content-wrapper {
		width: 80%
	}
}

@media screen and (max-width: 979px) {
	.background-section .block-wrapper .section-header {
		display: block
	}
	.background-section .block-wrapper .main-content-wrapper {
		margin: auto
	}
	.background-section .block-wrapper .main-content-wrapper .feature-block
		{
		padding-left: 4.5em;
		min-height: 4.5em
	}
	.background-section .block-wrapper .main-content-wrapper .feature-block .feature-image
		{
		width: 4em;
		height: 4em
	}
}

@media screen and (max-width: 739px) {
	.background-section .block-wrapper .section-header {
		width: 100%
	}
	.background-section .block-wrapper .section-header .section-title,
		.background-section .block-wrapper .section-header .section-seo-title
		{
		margin-bottom: 1em
	}
	.background-section .block-wrapper .section-header .background-image {
		position: relative;
		display: block;
		overflow: hidden;
		height: 20em
	}
	.background-section .block-wrapper .section-header .background-image img
		{
		width: 100%;
		height: auto
	}
	.background-section .block-wrapper .main-content-wrapper {
		width: 100%;
		padding: 0;
		border-radius: 0
	}
	.background-section .block-wrapper .main-content-wrapper .feature-block
		{
		margin-top: 0.5em;
		margin-bottom: 0.5em
	}
	.background-section .block-wrapper .main-content-wrapper .feature-block .feature-image
		{
		width: 4em;
		height: 4em
	}
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list {
	width: 102.08333333%;
	margin-left: -1.04166667%;
	margin-right: -1.04166667%
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (max-width: 739px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list {
		background-color: #fff
	}
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
	{
	width: 97.91666667%;
	float: left;
	margin-left: 1.04166667%;
	margin-right: 1.04166667%;
	margin-top: 1.04167%;
	margin-bottom: 1.04167%;
	position: relative;
	height: 22em
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		width: 31.25%
	}
}

@media screen and (min-width: 980px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		width: 31.25%
	}
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-image
	{
	width: 100%;
	height: 20em;
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-image img
	{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: none;
	height: 100%
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text
	{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text .box-label-info
	{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0.5em 0;
	display: block;
	background-color: #fff
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text .box-label-info.soon-warning
	{
	padding: 0.5em;
	color: #fff;
	display: inline-block;
	text-transform: uppercase
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text .box-title
	{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0.5em;
	background-color: #fff
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:first-child
		{
		width: 97.91667%
	}
}

@media screen and (min-width: 980px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:first-child
		{
		width: 97.91667%
	}
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:first-child:nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):last-child,
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(5),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):last-child,
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):nth-last-child(4)
		{
		width: 47.91667%
	}
}

@media screen and (min-width: 980px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:first-child:nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):last-child,
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(5),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):last-child,
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):nth-last-child(4)
		{
		width: 47.91667%
	}
}

@media screen and (min-width: 740px) and (max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(4),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):nth-last-child(3),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(4):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(5):nth-last-child(1),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(5):nth-last-child(4),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(6):nth-last-child(3),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(7):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(8):nth-last-child(1)
		{
		width: 22.91667%
	}
}

@media screen and (min-width: 980px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(2):nth-last-child(4),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(3):nth-last-child(3),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(4):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(5):nth-last-child(1),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(5):nth-last-child(4),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(6):nth-last-child(3),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(7):nth-last-child(2),
		.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight:nth-child(8):nth-last-child(1)
		{
		width: 22.91667%
	}
}

@media screen and (max-width: 1219px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		height: 19em
	}
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-image
		{
		height: 17em
	}
}

@media screen and (max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		height: 15em
	}
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-image
		{
		height: 13em
	}
}

@media screen and (max-width: 739px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		margin: 0;
		height: auto;
		padding-bottom: 1.75em;
		min-height: 23.75em
	}
}

@media screen and (max-width: 739px) and (min-width: 740px) and
	(max-width: 979px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		width: 97.91667%
	}
}

@media screen and (max-width: 739px) and (min-width: 980px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight
		{
		width: 97.91667%
	}
}

@media screen and (max-width: 739px) {
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-image
		{
		height: 17.5em
	}
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text
		{
		position: relative
	}
	.boxes-highlight-section .block-wrapper .boxes-highlight-list .box-highlight .box-text .box-label-info.soon-warning
		{
		position: absolute;
		bottom: 100%
	}
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .slick-arrow
	{
	top: 40%
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .slick-arrow:before
	{
	border-color: #fff
}

.boxes-highlight-section .block-wrapper .boxes-highlight-list .slick-dots li.slick-active button:before
	{
	background-color: #e2000b
}

.popup-container {
	display: inline-block;
	width: auto;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	font-size: 0.875em;
	overflow: hidden;
	font-family: 'Verdana';
}

.popup-container .popup-header {
	display: block;
	width: 100%;
	height: auto;
	padding: 1em 12em 0em 12em;
	font-family: 'Verdana';
}

.popup-container .popup-header .popup-icon-image {
	width: 5em;
	height: 5em;
	display: block;
	margin: 0
}

.popup-container .popup-header .popup-title {
	color: #221C46;
	text-align: center;
	margin-bottom: 0px;
}

.popup-container .popup-header p {
	text-transform: none
}

.popup-container .popup-header p:first-of-type {
	margin-right: 2em;
	margin-bottom: 0px;
}

.popup-container .popup-content-wrapper {
	padding: 2em;
	text-align: center;
}

.popup-container .popup-content-wrapper p.simple-text {
	text-transform: none
}

.popup-container .popup-content-wrapper p.support-text {
	font-size: 0.75em;
	text-transform: none;
	margin: 0.5rem
}

.popup-container .popup-content-wrapper p.support-text+.support-text {
	margin-top: -0.25rem
}

.popup-container .popup-content-wrapper p.alert-text {
	color: #e2000b;
	font-weight: bold
}

.popup-container .popup-highlight-text {
	font-size: 1.15em;
	font-weight: bold
}

.popup-container .popup-content-header {
	margin: -1.5em -1.5em 1em;
	padding: 2em 1.5em 1em;
	background-color: #eff0fa;
	text-align: center
}

.popup-container .popup-content-header .popup-title {
	margin: 0 0 0.25em
}

.popup-container .popup-content-main {
	background-color: #fff
}

.popup-container .popup-content-main .popup-content-title {
	font-size: 1.5em;
	margin: 0 0 0.25em
}

.popup-container .popup-content-simple {
	background-color: #fff;
	text-transform: none;
	text-align: center
}

.popup-container
 
.popup-content-simple
 
p
+
p
:not
 
(
.popup-highlight-text
 
){
margin-top
:
 
1
em


}
.popup-container .form-wrapper {
	margin: 1em -0.5em;
	/* width: calc(100% + 1em); */
	text-align: center;
}

.popup-container .form-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.popup-container .form-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.popup-container .form-wrapper .form-input, .popup-container .form-wrapper .select-field
	{
	background-color: #FFFFFF;
	width: 100%;
}

.popup-container .form-wrapper .primary-button, .popup-container .form-wrapper .ifood-button,
	.popup-container .form-wrapper .secondary-button {
	margin: 0.5em
}

.popup-container .form-wrapper .input-holder {
	width: calc(100% - 1em);
	margin: 1em 0.5em;
	text-align: left;
}

.popup-container .popup-content {
	text-align: center
}

.popup-container .qr-code-area {
	max-width: 20rem
}

.popup-container .qr-code-area:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.popup-container .qr-code-area:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.popup-container .qr-code-area .qr-code-image {
	display: block;
	float: left;
	width: 10rem;
	height: 10rem;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor
}

.popup-container .qr-code-area .qr-code-image+.code-align {
	padding-top: 7rem
}

.popup-container .qr-code-area .code-align {
	margin-left: 11rem
}

.popup-container .qr-code-area .code-align .code-number {
	display: block;
	word-break: break-all
}

.popup-container .qr-code-area .promo-description {
	clear: both;
	margin-top: 0.5em
}

.popup-container .popup-address {
	text-transform: initial;
	padding: 1em 0
}

.popup-container .popup-address .popup-address-title {
	text-transform: uppercase;
	margin: 0
}

.popup-container .popup-address p+p {
	margin: 0
}

.popup-container .popup-valid-until {
	font-size: 1.25em;
	color: #fff;
	background-color: #999;
	padding: 0.5em 1.5em;
	margin: 0 -1.5em;
	text-align: center
}

.popup-container .mfp-close {
	font: 300 5em/1rem "TT Travels" !important;
	color: #1B51DC !important;
	opacity: 1 !important;
	margin: 0px 0px 0px 0px;
}

.popup-container .mfp-close:hover {
	opacity: 0.9
}

.popup-container .form-wrapper-message {
	padding: 1px 0;
	margin: 0.5em;
	width: calc(100% - 1em)
}

.popup-container .form-wrapper-message .message {
	padding-left: 3.5em;
	text-align: left;
	width: 100%;
	min-height: 3.5em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.5em 0
}

.popup-container .form-wrapper-message .message:before {
	left: 0.25em;
	top: calc(50% - 1.5em)
}

.popup-container .form-wrapper-message .message.error, .popup-container .form-wrapper-message .message.success
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.popup-container#password-modal {
	max-width: 30em
}

.popup-container.text-popup .popup-content-wrapper {
	padding: 0
}

.popup-container.text-popup .popup-content-wrapper .popup-content {
	margin: 0
}

.popup-container
.text-popup
 
.popup-content-wrapper
 
.popup-content
>
*
:not

	
(
.primary-button
 
)
:not
 
(
.ifood-button
 
){
text-align
:
 
left


}
.popup-container.pop-cupom {
	max-width: 368px
}

.popup-container.pop-cupom .popup-content {
	margin: 0 -1.5em -1.5em;
	padding: 1.5em
}

@media screen and (max-width: 979px) {
	.mfp-container {
		position: absolute !important
	}
}

@media screen and (max-width: 739px) {
	.popup-container .popup-header {
		padding: 0.5em 3em 0.5em 0.5em;
		min-height: 3em
	}
	.popup-container .popup-content-wrapper {
		padding: 0.5em;
		margin: 1em;
		width: 90%;
	}
	.popup-container .popup-content-header {
		margin: -0.5em -0.5em 1em;
		padding: 2em 0.5em 1em
	}
	.popup-container .popup-content {
		margin: 0 -0.5em -0.5em;
		padding: 0.5em
	}
	.popup-container .popup-valid-until {
		margin: 0 -0.5em;
		padding: 0.5em
	}
	.popup-container .form-wrapper-message {
		padding: 1px 0;
		margin: 0;
		width: 100%
	}
}

.faq-search-section {
	background-color: #fff;
	width: 100%;
	height: 20em;
	position: relative;
	margin-top: -6.5em;
	padding-top: 3em !important
}

.faq-search-section:before {
	content: "";
	background-color: #fff;
	background-image: url(../img/atendimento-highlight.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 20em;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.faq-search-section .int-search-holder {
	margin-top: 6em
}

.faq-search-section .int-search-holder .int-search-wrapper .search-input
	{
	background-color: #e6e7e8
}

@media screen and (max-width: 739px) {
	.faq-search-section {
		margin-top: 0
	}
	.faq-search-section:before {
		background-image: url(../img/atendimento-highlight-mobile.jpg);
		background-size: cover;
		opacity: 0.9
	}
}

.faq-content-section .faq-area-navigation .faq-area-menu {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 2em
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item
	{
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1 0 0;
	margin: 0 auto
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 7em;
	background-color: transparent;
	border: solid 1px #ccc;
	text-align: center
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a span
	{
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a .svg-icon
	{
	display: block;
	width: 2em;
	height: 2em;
	margin: 0 auto 0.75em
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a:hover
	{
	background-color: #ccc;
	text-decoration: none
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a.active
	{
	color: #fff;
	pointer-events: none
}

.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a.active .svg-icon path
	{
	fill: #fff
}

@media screen and (max-width: 739px) {
	.faq-content-section .faq-area-navigation .faq-area-menu {
		display: block
	}
	.faq-content-section .faq-area-navigation .faq-area-menu:after {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.faq-content-section .faq-area-navigation .faq-area-menu:before {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item
		{
		float: left;
		width: 50%;
		min-width: 50%;
		max-width: 50%
	}
	.faq-content-section .faq-area-navigation .faq-area-menu .faq-area-item a span
		{
		font-size: 0.875em
	}
}

.faq-content-section .faq-content .result-filter {
	text-transform: uppercase
}

.faq-content-section .faq-content .result-filter .result-term {
	font-weight: bold
}

.faq-content-section .faq-content .section-title, .faq-content-section .faq-content .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .faq-content-section .faq-content .section-seo-title
	{
	text-transform: uppercase
}

.faq-content-section .faq-content .faq-area-title {
	text-transform: uppercase;
	margin-top: 3em
}

.faq-content-section .faq-content .faq-area-title:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	background-color: #ccc
}

.faq-content-section .faq-content .faq-type-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 1em;
	margin: 0 -2px 2em
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin: 0 2px;
	max-width: 12.5em;
	min-width: 16.5%
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a {
	font-size: 0.875em;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 2em 1.5em;
	width: 100%
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a:before
	{
	content: "+";
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	width: 15px;
	height: 15px;
	display: block;
	background-color: #fff;
	text-align: center;
	border-radius: 7px;
	position: absolute;
	right: 5px;
	top: 5px
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a:hover
	{
	text-decoration: none;
	background-color: #242670
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a.active
	{
	pointer-events: none;
	background-color: #3d41bd
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a.active:before
	{
	content: "-"
}

.faq-content-section .faq-content .faq-type-menu .faq-type-item a.active:after
	{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/triangle.png) no-repeat;
	background-size: 100% 1em;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1em
}

.faq-content-section .faq-content .faq-content-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.faq-content-section .faq-content .faq-content-list .faq-list-item {
	padding: 0
}

.faq-content-section .faq-content .faq-content-list .faq-list-item.odd-item
	{
	background-color: #d9d9d9
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-question
	{
	text-transform: uppercase;
	margin: 0;
	position: relative;
	min-height: 3em;
	padding: 0.85em 0.5em 0.5em 3em;
	cursor: pointer
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-question:before
	{
	content: "+";
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0.25em;
	top: calc(50% - 0.5em);
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer
	{
	max-height: 0;
	overflow: hidden;
	padding: 0 0.5em 0 3em;
	-webkit-transition: max-height 0.4s linear;
	transition: max-height 0.4s linear
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper
	{
	padding: 0.5em 0
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content .answer-text
	{
	display: block
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content .answer-aside-content
	{
	display: block;
	margin-left: 2em
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content ul
	{
	padding-left: 1em
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content ul li
	{
	position: relative
}

.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content ul li:before
	{
	content: "-";
	position: absolute;
	left: -1em
}

.faq-content-section .faq-content .faq-content-list .faq-list-item.open
	{
	background-color: #fff
}

.faq-content-section .faq-content .faq-content-list .faq-list-item.open .faq-question:before
	{
	content: "-"
}

.faq-content-section .faq-content .faq-content-list .faq-list-item.open .faq-answer
	{
	max-height: none
}

@media screen and (max-width: 979px) {
	.faq-content-section .faq-content .faq-type-menu .faq-type-item a {
		font-size: 0.75em;
		padding: 1em
	}
}

@media screen and (max-width: 739px) {
	.faq-content-section .faq-content .faq-type-menu {
		display: block
	}
	.faq-content-section .faq-content .faq-type-menu:after {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.faq-content-section .faq-content .faq-type-menu:before {
		height: 0;
		clear: both;
		content: "";
		display: block;
		line-height: 0;
		visibility: hidden
	}
	.faq-content-section .faq-content .faq-type-menu .faq-type-item {
		float: left;
		width: calc(50% - 4px);
		min-width: calc(50% - 4px);
		max-width: calc(50% - 4px);
		margin: 0 2px 4px;
		height: 3.5em
	}
	.faq-content-section .faq-content .faq-type-menu .faq-type-item a {
		padding: 1.5em
	}
	.faq-content-section .faq-content .faq-type-menu .faq-type-item a.active
		{
		background-color: #b3b3b3
	}
	.faq-content-section .faq-content .faq-type-menu .faq-type-item a.active:after
		{
		content: none
	}
	.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer
		{
		padding: 0 0.5em
	}
	.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content
		{
		display: block
	}
	.faq-content-section .faq-content .faq-content-list .faq-list-item .faq-answer .faq-answer-wrapper .faq-answer-content .answer-aside-content
		{
		margin-left: 0
	}
}

.faq-chat {
	background-color: #fff
}

.faq-chat .block-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.faq-chat .block-wrapper .faq-chat-banner {
	width: 60%;
	padding: 1em 2em 1em 0
}

.faq-chat .block-wrapper .faq-chat-banner .section-header .chat-character
	{
	float: right;
	width: 50%;
	margin: 0 0 0 1em
}

.faq-chat .block-wrapper .faq-chat-banner .section-header .chat-character img
	{
	width: 100%;
	display: block;
	margin: 0 auto
}

.faq-chat .block-wrapper .faq-chat-banner .primary-button, .faq-chat .block-wrapper .faq-chat-banner .ifood-button
	{
	margin: 1em 0
}

.faq-chat .block-wrapper .faq-chat-aside {
	width: 40%;
	border-left: solid 1px #999;
	padding: 1em 0 1em 2em
}

.faq-chat .block-wrapper .faq-chat-aside .section-header {
	margin-bottom: 2em
}

.faq-chat .block-wrapper .faq-chat-aside .section-header .section-title,
	.faq-chat .block-wrapper .faq-chat-aside .section-header .section-seo-title
	{
	font-weight: bold;
	margin-bottom: 0.5em
}

.faq-chat .block-wrapper .faq-chat-aside .section-header p {
	max-width: 100%
}

.faq-chat .block-wrapper .faq-chat-aside .phone-number-highlight {
	font-size: 0.875em;
	display: block
}

.faq-chat .block-wrapper .faq-chat-aside .phone-number-highlight .phone-number
	{
	font-size: 2em;
	font-weight: bold;
	display: block
}

@media screen and (max-width: 979px) {
	.faq-chat .block-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.faq-chat .block-wrapper .faq-chat-banner {
		width: 100%;
		padding: 0 0 2em
	}
	.faq-chat .block-wrapper .faq-chat-aside {
		width: 100%;
		border-left: none;
		border-top: solid 1px #999;
		padding: 2em 0 0
	}
}

@media screen and (max-width: 739px) {
	.faq-chat .block-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.faq-chat .block-wrapper .faq-chat-banner {
		padding: 0 0 1em;
		text-align: center
	}
	.faq-chat .block-wrapper .faq-chat-banner .section-header {
		margin-bottom: 1em
	}
	.faq-chat .block-wrapper .faq-chat-banner .section-header .chat-character
		{
		float: none;
		width: 100%;
		margin: 0 auto 1em
	}
	.faq-chat .block-wrapper .faq-chat-banner .section-header .chat-character img
		{
		width: auto
	}
	.faq-chat .block-wrapper .faq-chat-banner .primary-button, .faq-chat .block-wrapper .faq-chat-banner .ifood-button
		{
		margin: 1em auto
	}
	.faq-chat .block-wrapper .faq-chat-aside {
		padding: 1em 0 0;
		text-align: center
	}
}

.login-area-blocks .block-wrapper p+.login-blocks-wrapper {
	margin-top: 1em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper {
	width: calc(100% + 1em);
	margin-left: -0.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 24px;
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block
	{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	padding: 3em;
	position: relative;
	min-height: 6em;
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block .form-title
	{
	font-size: 1em;
	text-transform: uppercase
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.login-block
	{
	width: calc(40% - 1em);
	min-width: calc(40% - 1em);
	min-height: 380px;
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.login-block:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.login-block:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block
	{
	width: calc(60% - 1em);
	float: right
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content>*:not(script)
	{
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin: 0 1em 0 0;
	width: calc(50% - 1em)
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content>*:not(script)+*:not(script)
	{
	margin: 0 0 0 0.5em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content>.login-input-fields
	{
	width: calc(50% + 1em);
	margin: 0 -0.5em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block
	{
	width: calc(75% - 1em);
	min-height: 10em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .banner-block-title
	{
	text-transform: uppercase;
	margin-bottom: 0.25em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .banner-block-title+p
	{
	max-width: 18em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block>*
	{
	position: relative;
	z-index: 1;
	float: left
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block p
	{
	clear: left
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper
	{
	position: absolute;
	top: 50%;
	right: 2em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper .app-button
	{
	float: right;
	clear: right
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .bigger-banner-background
	{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .bigger-banner-background img
	{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	min-width: 100%;
	max-width: none
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block
	{
	width: calc(25% - 1em);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block:before
	{
	content: none
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block:after
	{
	content: "";
	border-style: solid;
	border-width: 0 0 1.5em 1.5em;
	border-color: transparent #e2000b #e2000b transparent;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	visibility: visible
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block .smaller-banner-title
	{
	font-size: 1.125em;
	margin: 0;
	width: 100%;
	min-width: 100%
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block .smaller-banner
	{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	text-align: right
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block .smaller-banner img
	{
	display: inline;
	height: 100%
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block .central-text
	{
	max-width: calc(100% - 2em);
	background-color: #fff;
	padding: 0.125em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block .smaller-banner-link
	{
	max-width: calc(100% - 2em);
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 0.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks
	{
	/* width: calc(60% - 1em); */
	background-color: #17CCF9;
	-webkit-flex-wrap: wrap;
	/* margin-bottom: 100px; */
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .login-area-block
	{
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .login-area-block+.login-area-block
	{
	margin-top: 1em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner-block
	{
	width: 100%;
	margin: 0
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner-block+.smaller-banner-block
	{
	margin-top: 1em
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .bigger-text
	{
	font-size: 1.3em;
	position: relative;
	z-index: 1
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner
	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: 100%
}

.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner img
	{
	width: auto;
	height: auto;
	max-height: 100%
}

@media screen and (max-width: 979px) {
	.login-area-blocks .block-wrapper .login-blocks-wrapper {
		width: 100%;
		margin: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block
		{
		width: 100% !important;
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content
		{
		display: block
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content>*:not(script)
		{
		width: 100%;
		margin: 1em 0
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.signup-block .signup-content>.login-input-fields
		{
		width: calc(100% + 1em)
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper
		{
		clear: both;
		top: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.bigger-banner-block .buttons-wrapper .app-button
		{
		float: none
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner-block
		{
		margin: 0
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .smaller-banner-block+.smaller-banner-block
		{
		margin-top: 1em
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .bigger-text
		{
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		max-width: calc(100% - 2em)
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper.smaller-blocks-wrapper .smaller-banner-block
		{
		width: 50% !important
	}
}

@media screen and (max-width: 739px) {
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block
		{
		padding: 2em;
		margin-bottom: auto !important;
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.smaller-banner-block:after
		{
		border-width: 0 0 1em 1em;
		right: 0.25em;
		bottom: 0.25em
	}
	.login-area-blocks .block-wrapper .login-blocks-wrapper .login-area-block.aside-blocks .login-area-block[style*="background-image"]:before
		{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.5)
	}
}

.register-area-section .register-wrapper {
	background-color: #fff;
	margin: 1em 0;
	padding: 1.5em
}

.register-area-section .register-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.register-area-section .register-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.register-area-section .register-wrapper .register-area-main {
	width: 50%;
	float: left
}

.register-area-section .register-wrapper .register-banner {
	width: calc(50% - 2em);
	margin-left: calc(50% + 2em);
	margin-top: 3em;
	border-radius: 1.5em;
	overflow: hidden
}

.register-area-section .register-wrapper .register-banner img {
	width: 100%
}

.register-area-section .register-wrapper .register-input-fields {
	margin-left: -0.5em;
	width: calc(100% + 1em)
}

.register-area-section .register-wrapper .register-input-fields .form-group
	{
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	min-width: 0
}

.register-area-section .register-wrapper .register-input-fields .form-group .form-group
	{
	width: calc(50% - 1em);
	margin: 0.5em;
	float: left;
	padding: 0.5em 0
}

.register-area-section .register-wrapper .register-input-fields .form-group+.form-group
	{
	margin-top: 3em
}

.register-area-section .register-wrapper .register-input-fields .register-section-title
	{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0.5em 1em;
	padding: 0.25em 0 1em;
	border-bottom: solid 2px #d9d9d9;
	display: block;
	width: calc(100% - 1em)
}

.register-area-section .register-wrapper .register-input-fields .form-title
	{
	font-size: 1em;
	text-transform: uppercase
}

.register-area-section .register-wrapper .register-input-fields .off-button
	{
	padding: 0.5em 1em;
	height: 2.25em;
	line-height: 1em
}

.register-area-section .register-wrapper .register-input-fields #autocomplete-city
	{
	margin: 1em 0.5em;
	width: calc(50% - 1em)
}

.register-area-section .register-wrapper .register-input-fields #autocomplete-city .form-input,
	.register-area-section .register-wrapper .register-input-fields #autocomplete-city .select-field
	{
	width: 100%
}

.register-area-section .register-wrapper .register-input-fields .form-alert
	{
	font-size: 0.875em;
	color: #e2000b;
	margin: 1rem 0.5rem;
	clear: both
}

.register-area-section .register-wrapper .register-input-fields .g-recaptcha
	{
	margin: 0 0.5em;
	clear: both
}

.register-area-section .register-wrapper .register-input-fields .primary-button,
	.register-area-section .register-wrapper .register-input-fields .ifood-button
	{
	margin: 1em auto;
	display: block
}

@media screen and (max-width: 979px) {
	.register-area-section .register-wrapper .register-area-main {
		width: 100%
	}
	.register-area-section .register-wrapper .register-banner {
		display: none
	}
}

@media screen and (max-width: 499px) {
	.register-area-section .register-wrapper {
		padding: 0.5em
	}
	.register-area-section .register-wrapper .register-input-fields .form-group .form-group
		{
		width: calc(100% - 1em)
	}
}

.register-area-section.register-estab-user .register-wrapper {
	width: 80%;
	margin: 1em auto
}

.register-area-section.register-estab-user .input-holder.input-name,
	.register-area-section.register-estab-user .input-holder.input-address,
	.register-area-section.register-estab-user .input-holder.input-email {
	width: calc(100% - 1em)
}

.register-area-section.register-estab-user .input-holder.input-ddd {
	width: calc(15% - 1em);
	min-width: 3.15em
}

.register-area-section.register-estab-user .input-holder.input-phone {
	width: calc(35% - 1em);
	min-width: 7.15em
}

.register-area-section.register-estab-user .input-holder.input-number {
	width: calc(20% - 1em)
}

.register-area-section.register-estab-user .input-holder.input-complement
	{
	width: calc(30% - 1em)
}

.register-area-section.register-estab-user .input-holder.input-checkbox
	{
	width: calc(100% - 1em);
	margin: 0 0.5em 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.register-area-section.register-estab-user .input-holder.input-checkbox .form-checkbox
	{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 1em;
	width: 1em;
	max-width: 1em
}

.register-area-section.register-estab-user .input-holder.input-checkbox .checkbox-label
	{
	min-width: calc(100% - 1.5em);
	width: calc(100% - 1.5em);
	max-width: calc(100% - 1.5em)
}

.register-area-section.register-estab-user .input-holder .form-input,
	.register-area-section.register-estab-user .input-holder .select-field
	{
	background-color: #e6e7e8
}

.register-area-section.register-estab-user .primary-button,
	.register-area-section.register-estab-user .ifood-button {
	float: right;
	margin-left: 0.5em
}

.register-area-section.register-estab-user .primary-button+.form-alert,
	.register-area-section.register-estab-user .ifood-button+.form-alert {
	clear: none
}

@media screen and (max-width: 979px) {
	.register-area-section.register-estab-user .register-wrapper {
		width: 100%
	}
}

@media screen and (max-width: 739px) {
	.register-area-section.register-estab-user .input-holder.input-number {
		width: calc(40% - 1em)
	}
	.register-area-section.register-estab-user .input-holder.input-complement
		{
		width: calc(60% - 1em)
	}
	.register-area-section.register-estab-user .input-holder.input-cep {
		width: calc(100% - 1em)
	}
}

.info-boxes-section+.info-boxes-section {
	margin-top: -6em
}

@media screen and (max-width: 979px) {
	.info-boxes-section+.info-boxes-section {
		text-align: center
	}
}

.info-boxes-section .block-wrapper .info-central-text {
	width: 70%;
	margin: 1em auto;
	padding: 0 1.5em
}

.info-boxes-section .block-wrapper .info-box {
	background-color: #fff;
	text-transform: uppercase
}

.info-boxes-section .block-wrapper .info-box+.info-box {
	margin-top: 1em
}

.info-boxes-section .block-wrapper .info-box .info-box-title {
	font-size: 1.25em;
	margin: 0 1.2em;
	padding: 1.2em 0 0.6em;
	border-bottom: solid 2px #ccc
}

.info-boxes-section .block-wrapper .info-box .info-box-content {
	padding: 1.5em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper
	{
	width: calc(100% + 1em);
	margin-left: -0.5em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper+.content-wrapper
	{
	margin-top: 1em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info
	{
	width: calc(25% - 1em);
	float: left;
	margin: 0.5em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info .info-type
	{
	font-size: 1em;
	font-weight: normal;
	color: #b3b3b3;
	margin: 0 0 0.5em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info .info-value
	{
	font-size: 0.875em;
	font-weight: bold
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info.type-name,
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info.type-cpf,
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info.type-email,
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info.type-address
	{
	width: calc(50% - 1em)
}

.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .off-button
	{
	padding: 0.75em 0;
	width: calc(25% - 1em);
	margin: 0.5em
}

.info-boxes-section .block-wrapper .info-box .info-box-content .form-checkbox
	{
	display: block;
	float: left;
	margin: 0.25em 1em 0 0
}

.info-boxes-section .block-wrapper .info-box .info-box-content .checkbox-label
	{
	font-size: 0.875em;
	display: block;
	margin-bottom: 1em;
	text-transform: none
}

.info-boxes-section .block-wrapper .general-box, .info-boxes-section .block-wrapper .central-box
	{
	background-color: #fff;
	padding: 1.5em;
	margin: 1em 0
}

.info-boxes-section .block-wrapper .general-box>p, .info-boxes-section .block-wrapper .central-box>p
	{
	margin-bottom: 1em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper
	{
	width: calc(100% + 1em);
	margin-left: -0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper:after,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper:after
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper:before,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper:before
	{
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper
	{
	margin: 0;
	float: left;
	text-align: right
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group
	{
	border: none;
	padding: 0
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group .register-section-title,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group .register-section-title
	{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0.5rem 1em;
	padding: 0.25em 0 1em;
	border-bottom: solid 2px #d9d9d9;
	display: block;
	width: calc(100% - 1em)
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group
	{
	width: calc(50% - 1em);
	margin: 0.5em;
	float: left
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group #zipcode,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group #zipcode
	{
	width: 100%;
	margin: 0
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group #zipcode+a,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group #zipcode+a
	{
	font-size: 0.75em;
	float: right;
	margin-top: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group+.form-group,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group+.form-group
	{
	margin-top: 3em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .primary-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .primary-button,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .ifood-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .ifood-button
	{
	margin: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-label,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-label
	{
	display: none
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-address,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-address
	{
	width: calc(100% - 1em)
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv
	{
	width: calc(50% - 1em)
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.silent-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.silent-button,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.highlight-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.highlight-button,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .hero-feature .hero-banner .hero-text .input-holder.input-cvv+.call-to-action,
	.hero-feature .hero-banner .hero-text .info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.call-to-action,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .hero-feature .hero-banner .hero-text .input-holder.input-cvv+.call-to-action,
	.hero-feature .hero-banner .hero-text .info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cvv+.call-to-action
	{
	margin: 1rem 0.5rem;
	text-align: left;
	font-size: 0.875em;
	line-height: 1.25rem
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder+.support-text,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder+.support-text
	{
	margin-top: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .g-recaptcha,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .g-recaptcha
	{
	margin: 0.5em;
	clear: both
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper p,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper p
	{
	text-align: left;
	margin: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.password-form,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form
	{
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text
	{
	font-size: 0.6875em;
	float: left;
	margin-left: 0.5rem
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text+.suport-text,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text+.suport-text
	{
	margin-top: 0.25em;
	clear: left
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text:last-of-type,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form .suport-text:last-of-type
	{
	margin-bottom: 1em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.filter-wrapper,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.filter-wrapper
	{
	width: auto
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.full-filter,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.full-filter
	{
	width: 100%
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .row,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .row
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .small-group,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .small-group
	{
	width: 50%
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-checkbox,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-checkbox
	{
	width: calc(100% - 1em);
	text-align: left
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .form-input,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .form-input,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .select-field,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .select-field,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .select-field,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder .select-field
	{
	background-color: #e6e7e8
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-password,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-password,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-confirm,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-confirm,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-cpf,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-cpf
	{
	width: 10.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-borndate,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-borndate
	{
	width: 12em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .form-actions,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .form-actions
	{
	width: 100%;
	text-align: right
}

@media screen and (max-width: 739px) {
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .small-group,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .small-group
		{
		width: 100%
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-password,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-password,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-confirm,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-confirm,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-cpf,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-cpf,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-borndate,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.le-form .input-holder.input-borndate
		{
		width: calc(100% - 1em)
	}
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form
	{
	width: 100%;
	margin: 0
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-number,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-number,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-complement,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-complement
	{
	width: calc(25% - 1em)
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-address,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-address
	{
	width: calc(100% - 1em)
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .primary-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .primary-button,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .ifood-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .ifood-button,
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .off-button,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .off-button
	{
	float: right;
	margin: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .form-group,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .form-group
	{
	text-align: left
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .form-group[name="checkbox"],
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .form-group[name="checkbox"]
	{
	margin: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .warning-box,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .warning-box
	{
	font-size: 0.875em;
	color: #fff;
	padding: 1em;
	float: left;
	width: calc(33.3% - 1em);
	min-height: 7em;
	margin: 0.5em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .warning-box .warning-title,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .warning-box .warning-title
	{
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 1em
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .card-container,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .card-container
	{
	width: calc(50% - 1em);
	margin: 0.5em;
	float: left
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .card-container .product-card img,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .card-container .product-card img
	{
	margin: 0 auto
}

.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .action-buttons,
	.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .action-buttons
	{
	width: auto;
	margin: 0.5em 0.25em;
	float: right
}

.info-boxes-section .block-wrapper .central-box {
	width: 70%;
	margin: 1em auto
}

.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper
	{
	width: 50%
}

.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form.centered
	{
	margin: 0.5em auto;
	float: none;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .warning-box
	{
	width: calc(50% - 1em)
}

@media screen and (max-width: 979px) {
	.info-boxes-section .block-wrapper .info-central-text {
		width: 100%
	}
	.info-boxes-section .block-wrapper .central-box {
		width: 100%
	}
}

@media screen and (max-width: 739px) {
	.info-boxes-section .block-wrapper .info-central-text {
		padding: 0 0.5em
	}
	.info-boxes-section .block-wrapper .info-box {
		background-color: #8c8c8c;
		margin: 0 0 0.25em !important
	}
	.info-boxes-section .block-wrapper .info-box .info-box-title {
		margin: 0;
		padding: 0.8em;
		border: none;
		color: #fff;
		cursor: pointer;
		position: relative
	}
	.info-boxes-section .block-wrapper .info-box .info-box-title:after {
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 0.4em 0.2em 0;
		border-color: #fff transparent;
		right: 0.5em;
		top: calc(50% - 0.2em)
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content {
		padding: 0;
		max-height: 0;
		overflow: hidden;
		background-color: #fff
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper
		{
		width: 100%;
		margin: 0;
		padding-top: 1em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info
		{
		width: calc(100% - 2em) !important;
		margin: 0.5em 1em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .content-info .info-type
		{
		font-size: 0.75em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper .off-button
		{
		width: calc(100% - 2em);
		margin: 0.5em 1em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper+.content-wrapper
		{
		margin-top: 0;
		padding-top: 0
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .content-wrapper:last-child
		{
		padding-bottom: 1em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .form-notifications
		{
		padding: 1em 0.5em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .form-notifications .form-checkbox
		{
		margin-right: 0.5em
	}
	.info-boxes-section .block-wrapper .info-box .info-box-content .form-notifications .checkbox-label
		{
		margin: 0 0 1em 1.5em
	}
	.info-boxes-section .block-wrapper .info-box.open .info-box-title:after
		{
		border-width: 0 0.2em 0.4em
	}
	.info-boxes-section .block-wrapper .info-box.open .info-box-content {
		max-height: none
	}
	.info-boxes-section .block-wrapper .general-box, .info-boxes-section .block-wrapper .central-box
		{
		padding: 1em
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper
		{
		width: 100%
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .primary-button,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .primary-button,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .ifood-button,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .ifood-button,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cpf,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .input-holder.input-cpf
		{
		width: calc(100% - 1em)
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper .form-group .form-group
		{
		width: calc(100% - 1em)
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.password-form,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.password-form
		{
		width: 100%
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-number,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-number,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-complement,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .input-holder.input-complement
		{
		width: calc(50% - 1em)
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .primary-button,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .primary-button,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .ifood-button,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .ifood-button,
		.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .form-wrapper.estab-form .off-button,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .form-wrapper.estab-form .off-button
		{
		width: calc(100% - 1em);
		float: none
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .warning-box,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .warning-box
		{
		width: calc(100% - 1em)
	}
	.info-boxes-section .block-wrapper .general-box .general-box-content .content-wrapper .card-container,
		.info-boxes-section .block-wrapper .central-box .general-box-content .content-wrapper .card-container
		{
		display: none
	}
	.info-boxes-section .block-wrapper .central-box {
		padding: 0.5em
	}
}

@media screen and (max-width: 499px) {
	.info-boxes-section .block-wrapper>p {
		margin: 0 1em
	}
}

.info-table {
	text-align: left;
	margin: 0 0.5em;
	width: calc(100% - 1em)
}

.info-table thead {
	background-color: #e8e8f7
}

.info-table thead th {
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.5em;
	position: relative;
	cursor: pointer;
}

.info-table thead th.ordering:after {
	content: "";
	border-style: solid;
	margin-left: 0.5em;
	position: absolute;
	top: calc(50% - 0.2em)
}

.info-table thead th.ordering.ordering-ascendant:after {
	border-width: 0 0.3em 0.4em
}

.info-table thead th.ordering.ordering-descendant:after {
	border-width: 0.4em 0.3em 0
}

.info-table tbody tr td {
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1rem 0.5rem 0.5rem
}

.info-table tbody tr td:last-child {
	position: relative
}

.login-validation-section .login-area {
	background-color: #fff;
	padding: 1.5em;
	margin: 1em 0
}

.login-validation-section .login-area .content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 1em);
	margin: 0 -0.5em
}

.login-validation-section .login-area .content-wrapper .content-info {
	margin: 0.5em;
	width: calc(50% - 1em)
}

.login-validation-section .login-area .content-wrapper .content-info .info-type
	{
	font-size: 1em;
	font-weight: normal;
	color: gray;
	margin: 0 0 0.5em;
	text-transform: uppercase
}

.login-validation-section .login-area .content-wrapper .content-info .info-value
	{
	font-size: 0.875em;
	font-weight: bold
}

.login-validation-section .login-area .content-wrapper .content-info.type-cpnj,
	.login-validation-section .login-area .content-wrapper .content-info.type-trading-name
	{
	width: calc(100% - 1em)
}

.login-validation-section .login-area .form-wrapper:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-validation-section .login-area .form-wrapper:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.login-validation-section .login-area .form-wrapper .form-title {
	font-size: 1.25em;
	text-transform: uppercase
}

.login-validation-section .login-area .form-wrapper .radio-input {
	width: 1.5em;
	height: 1.5em;
	background-color: #e6e7e8;
	cursor: pointer
}

.login-validation-section .login-area .form-wrapper .radio-label {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer
}

.login-validation-section .login-area .form-wrapper .form-group {
	border: none;
	padding: 0
}

.login-validation-section .login-area .form-wrapper .select-field {
	background-color: #e6e7e8
}

.login-validation-section .login-area .form-wrapper .select-field#select-bank+.form-input,
	.login-validation-section .login-area .form-wrapper .select-field#select-bank+.select-field
	{
	clear: both
}

.login-validation-section .login-area .form-wrapper .select-field.disabled
	{
	background-color: #dfdfdf
}

.login-validation-section .login-area .form-wrapper .select-field.disabled .sod_label
	{
	color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .select-field.disabled:before
	{
	background-color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input,
	.login-validation-section .login-area .form-wrapper .input-holder .select-field
	{
	background-color: #e6e7e8
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input[disabled],
	.login-validation-section .login-area .form-wrapper .input-holder [disabled].select-field
	{
	background-color: #dfdfdf
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input[disabled]::-webkit-input-placeholder,
	.login-validation-section .login-area .form-wrapper .input-holder [disabled].select-field::-webkit-input-placeholder
	{
	color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input[disabled]:-moz-placeholder,
	.login-validation-section .login-area .form-wrapper .input-holder [disabled].select-field:-moz-placeholder
	{
	color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input[disabled]::-moz-placeholder,
	.login-validation-section .login-area .form-wrapper .input-holder [disabled].select-field::-moz-placeholder
	{
	color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .input-holder .form-input[disabled]:-ms-input-placeholder,
	.login-validation-section .login-area .form-wrapper .input-holder [disabled].select-field:-ms-input-placeholder
	{
	color: #a6a6a6
}

.login-validation-section .login-area .form-wrapper .input-holder.input-agency
	{
	width: 6em
}

.login-validation-section .login-area .form-wrapper .input-holder.input-account
	{
	width: calc(70% - 1em)
}

.login-validation-section .login-area .form-wrapper .input-holder.input-account-dial
	{
	width: calc(30% - 1em)
}

.login-validation-section .login-area .form-wrapper .primary-button,
	.login-validation-section .login-area .form-wrapper .ifood-button {
	float: right;
	margin: 0.5em
}

.login-validation-section .login-area .form-wrapper .off-button {
	float: right;
	margin: 0.5em
}

@media screen and (max-width: 979px) {
	.login-validation-section .login-area .form-wrapper .form-wrapper-message .message
		{
		padding-left: 3.5em;
		text-align: left;
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 3em 0
	}
	.login-validation-section .login-area .form-wrapper .form-wrapper-message .message:before
		{
		left: 0.25em;
		top: calc(50% - 1.5em)
	}
}

@media screen and (max-width: 739px) {
	.login-validation-section .login-area {
		padding: 0.5em
	}
	.login-validation-section .login-area .content-wrapper {
		display: block
	}
}

.bank-guide-text {
	margin: 0.5em;
	width: calc(100% - 1em)
}

.bank-guide-text * {
	font-size: 0.875em
}

.loader-animation {
	position: relative;
	width: 6em;
	height: 1.5em;
	margin: 3em auto
}

.loader-animation .loader {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.45);
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.75em;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	animation-name: loader_animation;
	-o-animation-name: loader_animation;
	-ms-animation-name: loader_animation;
	-webkit-animation-name: loader_animation;
	-moz-animation-name: loader_animation;
	animation-duration: 2s;
	-o-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal
}

.loader-animation .loader#circle1 {
	left: 0;
	animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s
}

.loader-animation .loader#circle2 {
	left: 1.5em;
	animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s
}

.loader-animation .loader#circle3 {
	left: 3em;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s
}

.loader-animation .loader#circle4 {
	left: 4.5em;
	animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s
}

@
keyframes loader_animation { 0%{
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: rgba(0, 0, 0, 0.45)
}

100%{
-webkit-transform


:scale


(0
.3


);
transform


:scale


(0
.3


);
background-color


:


#fff


}
}
@
-ms-keyframes loader_animation { 0%{
	-ms-transform: scale(1);
	background-color: rgba(0, 0, 0, 0.45)
}

100%{
-ms-transform


:scale


(0
.3


);
background-color


:


#fff


}
}
@
-webkit-keyframes loader_animation { 0%{
	-webkit-transform: scale(1);
	background-color: rgba(0, 0, 0, 0.45)
}

100%{
-webkit-transform


:scale


(0
.3


);
background-color


:


#fff


}
}
.valor-banner {
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover, 0 0;
	position: relative
}

.valor-banner .block-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 14em;
	height: 14em;
	padding: 2em 0
}

.valor-banner .banner-text {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	width: 42%;
	max-width: 458px;
	position: relative
}

.valor-banner .banner-text+a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.valor-banner .banner-text+a:hover {
	text-decoration: none
}

@media screen and (max-width: 1219px) {
	.valor-banner {
		background-size: auto
	}
}

@media screen and (max-width: 979px) {
	.valor-banner .banner-text {
		font-size: 1.2em
	}
}

@media screen and (max-width: 739px) {
	.valor-banner {
		background-size: 0 0, cover
	}
	.valor-banner .block-wrapper {
		padding: 1em
	}
	.valor-banner .banner-text {
		width: 100%
	}
}

.cards-box-block {
	padding: 3em 0 0
}

.cards-box-block .cards-box-title {
	font-size: 1.875em;
	text-transform: uppercase;
	margin: 0 0 0.5em
}

.cards-box-block .cards-box-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 1em);
	margin-left: -0.5em
}

.cards-box-block .card-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	background-color: #ffffff;
	margin: 0.5em;
	border-radius: 1em;
	padding: 1em;
	position: relative;
	overflow: hidden;
	min-height: 24em;
	min-width: calc(33.3% - 1em);
	width: calc(33.3% - 1em);
	max-width: calc(33.3% - 1em)
}

.cards-box-block .card-box .card-header {
	margin-bottom: 1.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.cards-box-block .card-box .card-header .card-title {
	position: relative;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0.75rem 0 0;
	max-width: 80%
}

.cards-box-block .card-box .card-header .card-logo {
	width: 4em;
	height: 4em;
	position: absolute;
	right: 1em;
	top: 1em
}

.cards-box-block .card-box .card-header .card-logo+.card-title {
	padding-right: 2rem;
	min-height: 3.5rem
}

.cards-box-block .card-box .card-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.cards-box-block .card-box .card-text {
	position: relative;
	width: 100%
}

.cards-box-block .card-box .card-text p {
	font-size: 0.875em
}

.cards-box-block .card-box .card-text p.support-text {
	float: left;
	max-width: 45%;
	margin-right: 1em
}

.cards-box-block .card-box .card-text .card-image.support-image {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 40%
}

.cards-box-block .card-box .card-links {
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.cards-box-block .card-box .silent-button, .cards-box-block .card-box .highlight-button,
	.cards-box-block .card-box .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .cards-box-block .card-box .call-to-action
	{
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	margin: 1em 0 0.5em
}

.cards-box-block .card-box[style*="background-image"] {
	background-position: center;
	background-size: cover
}

.cards-box-block .card-box[style*="background-image"] .card-title,
	.cards-box-block .card-box[style*="background-image"] .card-text,
	.cards-box-block .card-box[style*="background-image"] .silent-button,
	.cards-box-block .card-box[style*="background-image"] .highlight-button,
	.cards-box-block .card-box[style*="background-image"] .hero-feature .hero-banner .hero-text .call-to-action,
	.hero-feature .hero-banner .hero-text .cards-box-block .card-box[style*="background-image"] .call-to-action
	{
	color: #fff
}

@media screen and (max-width: 1219px) {
	.cards-box-block .card-box {
		min-height: 19em
	}
	.cards-box-block .card-box .card-header {
		margin-bottom: 1em
	}
	.cards-box-block .card-box .card-header .card-title {
		font-size: 1.2em
	}
	.cards-box-block .card-box .card-header .card-logo+.card-title {
		min-height: 2rem
	}
	.cards-box-block .card-box .card-text .card-image.support-image {
		max-width: 25%
	}
}

@media screen and (max-width: 979px) {
	.cards-box-block .card-box {
		font-size: 0.8em
	}
	.cards-box-block .card-box .card-text p.support-text {
		max-width: 50%
	}
}

@media screen and (max-width: 739px) {
	.cards-box-block .cards-box-list {
		display: block;
		width: 100%;
		margin: 0
	}
	.cards-box-block .card-box {
		font-size: 1em;
		min-height: 19em;
		margin: 0 0 1em;
		min-width: 100%;
		width: 100%;
		max-width: 100%
	}
}

.cards-box-block+.services-box, .cards-box-block+.benefits-box {
	padding-top: 1em
}

.services-box+.services-box, .benefits-box+.services-box, .services-box+.benefits-box,
	.benefits-box+.benefits-box, .services-box+.block-anchor+.services-box,
	.benefits-box+.block-anchor+.services-box, .services-box+.block-anchor+.benefits-box,
	.benefits-box+.block-anchor+.benefits-box {
	padding-top: 0;
	margin-top: -3em
}

.services-box+.services-box .content-wrapper, .benefits-box+.services-box .content-wrapper,
	.services-box+.benefits-box .content-wrapper, .benefits-box+.benefits-box .content-wrapper,
	.services-box+.block-anchor+.services-box .content-wrapper,
	.benefits-box+.block-anchor+.services-box .content-wrapper,
	.services-box+.block-anchor+.benefits-box .content-wrapper,
	.benefits-box+.block-anchor+.benefits-box .content-wrapper {
	border-top: solid 1px #e6e6e6
}

.services-box .block-wrapper, .benefits-box .block-wrapper {
	background-color: #fff;
	padding: 0 1.5em
}

.services-box .content-wrapper, .benefits-box .content-wrapper {
	padding: 1.5em 0;
	margin-left: -0.5em;
	width: calc(100% + 1em)
}

.services-box .content-header, .benefits-box .content-header {
	margin: 0.5em;
	width: calc(100% - 1em)
}

.services-box .content-header .section-title, .benefits-box .content-header .section-title,
	.services-box .content-header .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .services-box .content-header .section-seo-title,
	.benefits-box .content-header .block-wrapper .section-header .section-seo-title,
	.block-wrapper .section-header .benefits-box .content-header .section-seo-title
	{
	font-size: 1.875em;
	text-transform: uppercase;
	margin: 0 0 0.5em
}

.services-box .content-header p, .benefits-box .content-header p {
	font-size: 0.875em
}

.services-box .list-highlight-content, .benefits-box .list-highlight-content
	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0
}

.services-box .item-highlight, .benefits-box .item-highlight {
	margin: 0.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: calc(33.33% - 1em);
	width: calc(33.33% - 1em);
	max-width: calc(33.33% - 1em);
}

.services-box .item-highlight .item-image, .benefits-box .item-highlight .item-image
	{
	margin-bottom: 1em
}

.services-box .item-highlight p, .benefits-box .item-highlight p {
	font-size: 0.875em
}

.services-box .item-highlight .expiration-date, .benefits-box .item-highlight .expiration-date
	{
	margin-top: 1em;
	font-size: 0.75em
}

@media screen and (max-width: 739px) {
	.services-box .block-wrapper, .benefits-box .block-wrapper {
		padding: 0 1em
	}
	.services-box .content-wrapper, .benefits-box .content-wrapper {
		padding: 1em 0
	}
	.services-box .list-highlight-content, .benefits-box .list-highlight-content
		{
		display: block
	}
	.services-box .item-highlight, .benefits-box .item-highlight {
		min-width: calc(100% - 1em);
		width: calc(100% - 1em);
		max-width: calc(100% - 1em)
	}
	.services-box .item-highlight+.item-highlight, .benefits-box .item-highlight+.item-highlight
		{
		margin-top: 1em
	}
}

.benefits-box .item-highlight {
	min-width: calc(25% - 1em);
	width: calc(25% - 1em);
	max-width: calc(25% - 1em)
}

.benefits-box .list-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0
}

.benefits-box .link-item {
	margin: 0.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: calc(33.3% - 1em);
	max-width: calc(33.3% - 1em);
	text-transform: uppercase;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.benefits-box .link-item .link-image {
	width: 34%;
	margin-right: 1em
}

.benefits-box .link-item .link-image img {
	width: 100%
}

@media screen and (max-width: 979px) {
	.benefits-box .item-highlight {
		min-width: calc(50% - 1em);
		width: calc(50% - 1em);
		max-width: calc(50% - 1em)
	}
	.benefits-box .link-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.benefits-box .link-item .link-image {
		margin: 0 auto 1em;
		width: 80%
	}
	.benefits-box .link-item .link-name {
		text-align: center;
		width: 100%
	}
}

@media screen and (max-width: 739px) {
	.benefits-box .item-highlight {
		min-width: calc(100% - 1em);
		width: calc(100% - 1em);
		max-width: calc(100% - 1em)
	}
}

@media screen and (max-width: 499px) {
	.benefits-box .link-item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		min-width: calc(100% - 1em);
		max-width: calc(100% - 1em)
	}
	.benefits-box .link-item .link-image {
		margin: 0 1em 0 0;
		min-width: 34%;
		max-width: 34%
	}
	.benefits-box .link-item .link-name {
		text-align: left
	}
}

.area-links-block, .area-links-banners {
	padding-top: 0
}

.area-links-block+.area-links-block .links-blocks-wrapper,
	.area-links-banners+.area-links-block .links-blocks-wrapper,
	.area-links-block+.area-links-banners .links-blocks-wrapper,
	.area-links-banners+.area-links-banners .links-blocks-wrapper,
	.area-links-block+.block-anchor+.area-links-block .links-blocks-wrapper,
	.area-links-banners+.block-anchor+.area-links-block .links-blocks-wrapper,
	.area-links-block+.block-anchor+.area-links-banners .links-blocks-wrapper,
	.area-links-banners+.block-anchor+.area-links-banners .links-blocks-wrapper
	{
	margin-top: -3em
}

.area-links-block+.area-links-block .area-links-header+.links-blocks-wrapper,
	.area-links-banners+.area-links-block .area-links-header+.links-blocks-wrapper,
	.area-links-block+.area-links-banners .area-links-header+.links-blocks-wrapper,
	.area-links-banners+.area-links-banners .area-links-header+.links-blocks-wrapper,
	.area-links-block+.block-anchor+.area-links-block .area-links-header+.links-blocks-wrapper,
	.area-links-banners+.block-anchor+.area-links-block .area-links-header+.links-blocks-wrapper,
	.area-links-block+.block-anchor+.area-links-banners .area-links-header+.links-blocks-wrapper,
	.area-links-banners+.block-anchor+.area-links-banners .area-links-header+.links-blocks-wrapper
	{
	margin-top: 0
}

.area-links-block .area-links-title, .area-links-banners .area-links-title
	{
	font-size: 1.875em;
	text-transform: uppercase;
	margin: 0 0 0.5em
}

.area-links-block .links-blocks-wrapper, .area-links-banners .links-blocks-wrapper
	{
	width: calc(100% + 1em);
	margin-left: -0.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.area-links-block .link-banner, .area-links-banners .link-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	min-width: calc(25% - 1em);
	width: calc(25% - 1em);
	max-width: calc(25% - 1em);
	padding: 1em;
	margin: 0.5em;
	position: relative;
	min-height: 10em
}

.area-links-block .link-banner:after, .area-links-banners .link-banner:after
	{
	content: "";
	border-style: solid;
	border-width: 0 0 1.5em 1.5em;
	border-color: transparent #e2000b #e2000b transparent;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em
}

.area-links-block .link-banner .banner-title, .area-links-banners .link-banner .banner-title
	{
	font-size: 1.125em;
	margin: 0;
	min-width: 100%;
	width: 100%
}

.area-links-block .link-banner p, .area-links-banners .link-banner p {
	min-width: 100%;
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media screen and (max-width: 979px) {
	.area-links-block .link-banner, .area-links-banners .link-banner {
		min-width: calc(50% - 1em);
		width: calc(50% - 1em);
		max-width: calc(50% - 1em)
	}
}

@media screen and (max-width: 739px) {
	.area-links-block .links-blocks-wrapper, .area-links-banners .links-blocks-wrapper
		{
		display: block;
		width: 100%;
		margin: 0
	}
	.area-links-block .link-banner, .area-links-banners .link-banner {
		margin: 0.5em auto;
		min-width: 100%;
		width: 100%;
		max-width: 100%
	}
}

.area-links-banners .link-banner {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	overflow: hidden;
	background-color: #000;
	position: relative;
	min-width: calc(50% - 1em);
	width: calc(50% - 1em);
	max-width: calc(50% - 1em)
}

.area-links-banners .link-banner div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-position: center;
	background-size: cover;
	min-height: 160px;
	height: 160px;
	padding: 1em;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.area-links-banners .link-banner div span {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	z-index: 1
}

.area-links-banners .link-banner div:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #404040;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	top: 0;
	left: 0
}

.area-links-banners .link-banner:after {
	content: none
}

.area-links-banners .link-banner:hover {
	text-decoration: none
}

.area-links-banners .link-banner:hover div {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.area-links-banners .link-banner:hover div span {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95)
}

.area-links-banners .link-banner:hover div:after {
	opacity: 0.2
}

@media screen and (max-width: 739px) {
	.area-links-banners .link-banner {
		margin: 0.5em auto;
		min-width: 100%;
		width: 100%;
		max-width: 100%
	}
}

.estab-section, .estab-form-info-text {
	width: 97.91666667%;
	margin-left: auto;
	margin-right: auto
}

.estab-section:after, .estab-form-info-text:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.estab-section:before, .estab-form-info-text:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width: 500px) {
	.estab-section, .estab-form-info-text {
		width: 480px
	}
}

@media screen and (min-width: 740px) {
	.estab-section, .estab-form-info-text {
		width: 720px
	}
}

@media screen and (min-width: 980px) {
	.estab-section, .estab-form-info-text {
		width: 960px
	}
}

@media screen and (min-width: 1220px) {
	.estab-section, .estab-form-info-text {
		width: 1200px
	}
}

.estab-section .block-wrapper, .estab-form-info-text .block-wrapper {
	width: 80%;
	margin: 1em auto;
	padding: 2em 1em;
	background-color: #fff
}

.estab-section .highlight-text, .estab-form-info-text .highlight-text {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 -1em;
	padding: 0.25em 0 1em;
	border-bottom: solid 2px #d9d9d9
}

.estab-section .legal-text, .estab-form-info-text .legal-text {
	text-align: left;
	margin-top: 1em
}

.estab-section .estab-header, .estab-form-info-text .estab-header {
	position: relative;
	width: 100%;
	max-width: 450px;
	min-height: 4em;
	margin: 0 auto 1em
}

.estab-section .estab-header img, .estab-form-info-text .estab-header img
	{
	width: 4em;
	position: absolute;
	left: -5em;
	display: block
}

.estab-section .form-wrapper, .estab-form-info-text .form-wrapper {
	width: 100%;
	max-width: 450px;
	margin: 0.5em auto
}

.estab-section .form-group, .estab-form-info-text .form-group {
	border: 0;
	padding: 0;
	margin: 0 -0.5em 1em
}

.estab-section .input-holder, .estab-form-info-text .input-holder {
	width: 100%
}

.estab-section .input-holder .form-input, .estab-form-info-text .input-holder .form-input,
	.estab-section .input-holder .select-field, .estab-form-info-text .input-holder .select-field
	{
	background-color: #e6e7e8
}

.estab-section .input-holder .input-label, .estab-form-info-text .input-holder .input-label
	{
	display: none
}

.estab-section .info-box-content .info-box-title, .estab-form-info-text .info-box-content .info-box-title
	{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em;
	padding: 0.25em 0 1em;
	border-bottom: solid 2px #d9d9d9;
	display: block
}

.estab-section .stickers-select, .estab-form-info-text .stickers-select
	{
	margin: 0
}

.estab-section .stickers-select .info-box-title, .estab-form-info-text .stickers-select .info-box-title
	{
	margin: 1em 0.5em 2em;
	text-align: center;
	text-transform: uppercase
}

.estab-section .stickers-wrapper, .estab-form-info-text .stickers-wrapper
	{
	margin: 2em 0;
	padding: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.estab-section .stickers-wrapper .slick-arrow, .estab-form-info-text .stickers-wrapper .slick-arrow
	{
	top: 94%
}

.estab-section .sticker, .estab-form-info-text .sticker {
	cursor: pointer;
	outline: none;
	width: 8em;
	padding: 0;
	margin: 1em 11px;
	height: auto
}

.estab-section .sticker .checkbox-label, .estab-form-info-text .sticker .checkbox-label
	{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 5em
}

.estab-section .sticker .checkbox-label img, .estab-form-info-text .sticker .checkbox-label img
	{
	display: block;
	width: 100%;
	max-height: 100%;
	margin: auto
}

.estab-section .sticker .form-checkbox, .estab-form-info-text .sticker .form-checkbox
	{
	display: block;
	margin: 0.5em auto 0;
	width: 1.25em;
	height: 1.25em
}

.estab-section .primary-button, .estab-form-info-text .primary-button,
	.estab-section .ifood-button, .estab-form-info-text .ifood-button {
	display: block;
	margin: 1em auto
}

.estab-section+.estab-section, .estab-form-info-text+.estab-section,
	.estab-section+.estab-form-info-text, .estab-form-info-text+.estab-form-info-text
	{
	padding-top: 0;
	margin-top: -5em
}

.estab-section+.estab-section .block-wrapper, .estab-form-info-text+.estab-section .block-wrapper,
	.estab-section+.estab-form-info-text .block-wrapper,
	.estab-form-info-text+.estab-form-info-text .block-wrapper {
	margin-top: 0;
	padding-top: 0
}

@media screen and (max-width: 979px) {
	.estab-section .block-wrapper, .estab-form-info-text .block-wrapper {
		width: 100%
	}
}

@media screen and (max-width: 739px) {
	.estab-section .estab-header, .estab-form-info-text .estab-header {
		width: 100%
	}
	.estab-section .estab-header img, .estab-form-info-text .estab-header img
		{
		position: static;
		margin: 0 auto 1em
	}
	.estab-section .form-wrapper, .estab-form-info-text .form-wrapper {
		width: 100%
	}
	.estab-section .stickers-wrapper, .estab-form-info-text .stickers-wrapper
		{
		margin-top: 3em;
		padding: 0
	}
	.estab-section .sticker, .estab-form-info-text .sticker {
		width: 8em;
		margin: 0 1em
	}
	.estab-section .sticker .form-checkbox, .estab-form-info-text .sticker .form-checkbox
		{
		margin-top: 1em
	}
}

@media screen and (max-width: 499px) {
	.estab-section .stickers-wrapper, .estab-form-info-text .stickers-wrapper
		{
		padding: 0 2.5em
	}
	.estab-section .sticker, .estab-form-info-text .sticker {
		width: 12em;
		margin: 0 2em
	}
}

.estab-form-info-text {
	padding: 0
}

.estab-form-info-text .block-wrapper {
	padding: 1.5em 3em 0
}

.estab-form-info-text+.info-boxes-section {
	padding-top: 0;
	margin-top: -1em
}

.estab-form-info-text+.info-boxes-section .block-wrapper {
	margin-top: 0;
	padding-top: 0
}

@media screen and (max-width: 979px) {
	.estab-form-info-text .block-wrapper {
		padding: 1.5em 1.5em 0
	}
}

@media screen and (max-width: 739px) {
	.estab-form-info-text .block-wrapper {
		padding: 1em 0.5em 0
	}
}

.prod-block {
	padding: 3em 0 3em 12em;
	border-bottom: solid 1px #cccccc
}

.prod-block:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.prod-block:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.prod-block:last-child {
	border: none;
	padding-bottom: 0
}

.prod-block h3 {
	margin: 0 0 0.75em
}

.prod-block figure {
	float: left;
	width: 9em;
	margin: 0 1.3em 0 -12em
}

.prod-block figure img {
	margin: 0 auto;
	max-height: 10em
}

@media screen and (max-width: 739px) {
	.prod-block {
		padding: 3em 0
	}
	.prod-block figure {
		float: none;
		display: block;
		margin: 0 auto 2em
	}
}

.internal-content .block-wrapper {
	background-color: #fff;
	padding: 1.5em
}

.internal-content .content-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.internal-content .main-content {
	width: 50%;
	margin-right: 2em
}

.internal-content .main-content .subtitle-content {
	font-size: 1.2em
}

.internal-content .main-content figure {
	margin: 1em 0
}

.internal-content .main-content.full-content {
	width: 100%
}

.internal-content .content-section:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.internal-content .content-section:before {
	height: 0;
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden
}

.internal-content .content-section .content-title {
	font-size: 1.15em;
	text-transform: uppercase;
	padding-top: 1em
}

.internal-content .content-section .primary-button, .internal-content .content-section .ifood-button
	{
	float: right;
	margin: 1em 0
}

.internal-content .content-section .contacts-area {
	margin: 2em 0 0;
	font-size: 0.875em
}

.internal-content .content-section .contacts-area p span {
	font-size: 1.25em;
	font-weight: bold
}

.internal-content .content-section .contacts-area p+p {
	margin: 0
}

.internal-content .content-section+.content-section .content-title {
	margin-top: 1em;
	border-top: solid 1px #ccc
}

.internal-content .support-image {
	width: calc(50% - 2em);
	overflow: hidden;
	border-radius: 1em
}

.internal-content .support-image img {
	width: 100%
}

.internal-content+.contact-cards {
	padding-top: 0;
	margin-top: -3em
}

.internal-content .cards-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 2em);
	margin-left: -1em;
	margin-top: 3em
}

.internal-content .cards-list .card-box {
	display: block;
	width: calc(33.3% - 2em);
	margin: 1em;
	padding: 6em 1em 2em;
	background-color: #d2d2d2;
	text-align: center;
	border-radius: 1em;
	background-repeat: no-repeat;
	background-position: center 2em;
	background-size: 3em
}

.internal-content .cards-list .card-box .card-name {
	font-size: 1.1em;
	text-transform: uppercase
}

.internal-content .cards-list .card-box .card-text {
	font-size: 0.9em;
	font-weight: normal
}

.internal-content .cards-list .card-box .card-text p .number {
	display: block;
	font-weight: bold
}

.internal-content .cards-list .card-box .card-text p+p {
	margin-top: 1em
}

.internal-content .cards-list .card-box.tel-type {
	background-image: url(../img/svgs/tel.svg)
}

.internal-content .cards-list .card-box.download-type {
	background-image: url(../img/svgs/download-red.svg)
}

.internal-content .cards-list .card-box.download-type:hover {
	background-color: #c6c6c6;
	text-decoration: none
}

.internal-content .cards-list .card-box:first-child {
	color: #fff
}

.internal-content .cards-list .card-box:first-child .card-name {
	color: #fff
}

.internal-content .cards-list .card-box:first-child.download-type:hover
	{
	background-color: #363aaa
}

@media screen and (max-width: 979px) {
	.internal-content .content-holder {
		display: block
	}
	.internal-content .main-content, .internal-content .support-image {
		width: 100%;
		margin: 0
	}
	.internal-content .main-content:last-child, .internal-content .support-image:last-child
		{
		margin-top: 2em
	}
	.internal-content .cards-list {
		font-size: 0.875em;
		width: calc(100% + 1em);
		margin-left: -0.5em
	}
	.internal-content .cards-list .card-box {
		width: calc(33.3% - 1em);
		margin: 0.5em
	}
}

@media screen and (max-width: 739px) {
	.internal-content .block-wrapper {
		padding: 0.5em
	}
	.internal-content .content-section .primary-button, .internal-content .content-section .ifood-button
		{
		float: none;
		width: 100%
	}
	.internal-content .cards-list {
		display: block;
		font-size: 1em
	}
	.internal-content .cards-list .card-box {
		width: calc(100% - 1em)
	}
}

.trainings-list-section .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 1em);
	margin-left: -0.5em
}

.trainings-list-section .list-item {
	display: block;
	width: calc(33.3% - 1em);
	min-width: 19.25em;
	margin: 0.5em;
	background-color: #fff;
	border: solid 1px #bfbfbf;
	text-decoration: none
}

.trainings-list-section .list-item .item-image {
	background-color: #bfbfbf;
	width: 100%;
	height: 12em;
	overflow: hidden;
	position: relative
}

.trainings-list-section .list-item .item-image img {
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.trainings-list-section .list-item .item-text {
	padding: 1em
}

.trainings-list-section .list-item .item-text .item-title {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0
}

.trainings-list-section .list-item .item-text .item-title+p {
	margin-top: 0.5em
}

.trainings-list-section .list-item:hover {
	text-decoration: underline
}

@media screen and (max-width: 979px) {
	.trainings-list-section .list-item {
		width: calc(50% - 1em);
		min-width: none
	}
}

@media screen and (max-width: 739px) {
	.trainings-list-section .list-item {
		width: calc(100% - 1em)
	}
}

.training-guide-section p+.guide {
	margin-top: 1em
}

.training-guide-section .guide-header {
	padding: 2em 10em;
	color: #fff;
	text-align: center
}

.training-guide-section .guide-header .guide-title {
	font-size: 2em;
	color: #fff;
	margin: 0 0 0.5em
}

.training-guide-section .guide-header p {
	font-size: 0.875em
}

.training-guide-section .guide-list {
	counter-reset: item;
	background-color: #fff;
	padding: 2em 10em
}

.training-guide-section .guide-list .list-item {
	position: relative;
	margin: 2em 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.training-guide-section .guide-list .list-item img {
	width: 6em;
	height: 6em;
	margin-right: 2em
}

.training-guide-section .guide-list .list-item p {
	font-size: 0.875em;
	width: calc(100% - 8em)
}

.training-guide-section .guide-list .list-item:before {
	counter-increment: item;
	content: counter(item);
	color: #fff;
	padding: 0.5em;
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	left: 5.5rem;
	top: 0
}

@media screen and (max-width: 739px) {
	.training-guide-section .guide-header {
		padding: 2em 4em
	}
	.training-guide-section .guide-list {
		padding: 2em 4em
	}
}

@media screen and (max-width: 499px) {
	.training-guide-section .guide-header {
		padding: 2em 1em
	}
	.training-guide-section .guide-list {
		padding: 2em 1em
	}
	.training-guide-section .guide-list .list-item img {
		width: 3.5em;
		height: 3.5em;
		margin-right: 1em
	}
	.training-guide-section .guide-list .list-item p {
		width: calc(100% - 4.5em)
	}
	.training-guide-section .guide-list .list-item:before {
		left: 2.675rem;
		top: -0.675em
	}
}

.products-categories .cards-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 1em);
	margin-left: -0.5em
}

.products-categories .category-card {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: calc(50% - 1em);
	max-width: calc(50% - 1em);
	min-height: 12em;
	margin: 0.5em;
	padding: 1.5em 1.5em 1.5em 16.5em;
	background-color: #fff;
	border-radius: 1em;
	overflow: hidden;
	position: relative
}

.products-categories .category-card.sodexo-club {
	background-color: #e2000b;
	padding: 1.5em
}

.products-categories .category-card.sodexo-club .card-image {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.products-categories .category-card.sodexo-club .card-image img {
	height: auto;
	max-width: 100%
}

.products-categories .category-card.sodexo-club .card-text {
	width: 14rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.products-categories .category-card.sodexo-club .card-text p {
	font-size: 1.25rem;
	color: #ffffff;
	position: relative
}

.products-categories .category-card.sodexo-club:after {
	content: "";
	background: #ec1d23 url(../img/sodexo-club.png) no-repeat center;
	background-size: contain;
	width: 10em;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.products-categories .card-image {
	display: block;
	width: 15em;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}

.products-categories .card-image img {
	display: block;
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.products-categories .card-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	font-size: 0.875em
}

.products-categories .card-text p {
	color: #707070
}

.products-categories .card-title {
	font-size: 1.5rem;
	margin: 0 0 1em
}

.products-categories .card-products {
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0;
	border-top: solid 1px #d1d1d1
}

.products-categories .product-link {
	list-style-type: none;
	font-weight: bold;
	margin-right: 0.5rem;
	padding-right: 0.5rem;
	border-right: solid 1px #d1d1d1;
	display: inline-block
}

.products-categories .product-link:last-child {
	border-right: none
}

@media screen and (max-width: 1219px) {
	.products-categories .category-card {
		padding: 1em 1em 1em 13em
	}
	.products-categories .card-image {
		width: 12em
	}
	.products-categories .card-title {
		margin-bottom: 1rem
	}
	.products-categories .card-products {
		margin-top: 1rem;
		padding-top: 1rem
	}
}

@media screen and (max-width: 979px) {
	.products-categories .category-card {
		min-width: calc(100% - 1em);
		max-width: calc(100% - 1em);
		padding: 1.5em 1.5em 1.5em 17.5em;
		margin: 0.5em
	}
	.products-categories .card-image {
		width: 16em
	}
	.products-categories .card-title {
		margin-bottom: 1em
	}
	.products-categories .card-products {
		margin-top: 1.5rem;
		padding-top: 1.5rem
	}
}

@media screen and (max-width: 739px) {
	.products-categories .category-card {
		padding: 1em
	}
	.products-categories .category-card.sodexo-club {
		padding: 1em
	}
	.products-categories .category-card.sodexo-club .card-image {
		position: absolute;
		width: 100%;
		margin: 0
	}
	.products-categories .category-card.sodexo-club .card-text {
		width: 50%;
		height: 100%
	}
	.products-categories .category-card.sodexo-club .card-text p {
		font-size: 1rem
	}
	.products-categories .category-card.sodexo-club:after {
		width: 40%;
		max-width: 10em
	}
	.products-categories .card-image {
		position: relative;
		width: calc(100% + 2em);
		height: auto;
		margin: -1em -1em 1em
	}
	.products-categories .card-image img {
		position: relative;
		top: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.products-categories .card-text {
		height: auto
	}
	.products-categories .card-title {
		margin-bottom: 1rem
	}
	.products-categories .card-products {
		margin-top: 1rem;
		padding-top: 1rem
	}
}

@media screen and (max-width: 499px) {
	.products-categories .cards-wrapper {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0
	}
	.products-categories .category-card.sodexo-club .card-image {
		height: 100%
	}
	.products-categories .category-card.sodexo-club .card-image img {
		height: 100%;
		max-width: none
	}
}

.message-section .block-wrapper {
	text-align: center
}

.message-section .message-title {
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 3em 0 0.5em
}

.message-section p {
	font-size: 1.25em
}

.message-section .search-wrapper {
	width: 100%;
	height: 36px;
	max-width: 726px;
	margin: 3em auto;
	position: relative
}

.message-section .search-wrapper .search-input {
	font: normal 1em/1 "SansaPro";
	background-color: #fff;
	color: #707070;
	padding: 0.5em 5.25em 0.5em 0.5em;
	border: none;
	width: 100%;
	height: 100%
}

.message-section .search-wrapper .search-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 5em;
	height: 100%;
	cursor: pointer;
	border: none;
	padding: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.message-section .search-wrapper .search-button span {
	display: none
}

.message-section .search-wrapper .search-button .svg-icon {
	width: 1.2em;
	height: 100%;
	top: 0
}

.message-section .search-wrapper .search-button .svg-icon path {
	fill: #fff
}

@media print {
	* {
		color: #000000 !important;
		background-color: transparent
	}
	body {
		font-size: 12pt !important
	}
	body .mfp-bg {
		opacity: 1 !important
	}
	body .mfp-wrap .mfp-close {
		display: none !important
	}
	body .mfp-wrap .popup-header {
		padding: 1.5em !important;
		border-bottom: solid 1px #000
	}
	body .mfp-wrap .popup-header .popup-icon-image {
		margin: 0 auto !important
	}
	body .mfp-wrap .popup-content-main+.popup-content:last-child {
		display: none !important
	}
	.topbar, .site-footer, .social-share-block, .breadcrumb,
		.recipes-detail-more, .festival-schedule-list {
		display: none !important
	}
	a, a:visited, a:link {
		text-decoration: underline !important
	}
	button, .primary-button, .ifood-button, .button, .off-button,
		.primary-button, .ifood-button, .secondary-button, .off-button,
		.select-field, .form-input, .select-field, .date-input,
		.action-buttons {
		display: none !important
	}
	.main-section section:first-of-type {
		padding-top: 0 !important
	}
	.main-section .general-box, .main-section .info-boxes-section .block-wrapper .central-box,
		.info-boxes-section .block-wrapper .main-section .central-box {
		padding: 0 !important
	}
	.main-section .general-box .balance-display, .main-section .info-boxes-section .block-wrapper .central-box .balance-display,
		.info-boxes-section .block-wrapper .main-section .central-box .balance-display
		{
		padding: 0 !important
	}
	.main-section .info-table thead {
		border-bottom: solid 1px #000 !important
	}
	.on-print {
		display: block !important
	}
}

.form-box-wrapper {
	width: 80% !important;
	padding: 1.5em 3em !important;
	margin: 1em auto !important
}

@media screen and (max-width: 979px) {
	.form-box-wrapper {
		width: 100% !important;
		padding: 1.5em !important
	}
}

@media screen and (max-width: 739px) {
	.form-box-wrapper {
		padding: 0.5em !important
	}
}


.body-title{
	font-weight: 700;
    font-size: 42px;
	margin-top: 30px;
	margin-bottom: 30px
}


.login-area-block{
	background-color: #17CCF9
}

.login-area-title{
	font-size: 20px;
	font-weight: 700;
}

.form-input{
	height: 48px;
	background-color: #ffffff;
}

.form-input:-internal-autofill-selected {
	background-color: #ffffff !important;
}

.input-label{
	font-size: 14px;
	font-weight:700;
	text-align: left;
}

.login-area-block img{
	/* float: right; */
	position: relative;
	display: inline-table;
	width: 309px;
	height: 309px;
}

.banner_link{
	width: 160px;
	height: 48px;
	border-style: solid;
	border-width:3px;
	text-align: center;
	line-height: 40px;
}

.banner_link a{
	font-size: 16px;
	font-weight: 600;
}

h3{
	margin-top: 0em !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.area-text{
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 27px;
	margin-left: 10px;
}

.area-button{
	font-size: 15px;
	border-style:solid;
	border-width: 3px;
	width: 161px;
	height: 48px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #00EB5E;
	font-weight: 700;
	color: #221C46;
}

.area-button-a{
	text-decoration: none !important;
}

.login-input-fields a:after{
	content: url(../img/svgs/arrowRight.svg);
    padding-left: 10px;
    position: absolute
}

.area-block-right{
	display: inline-block;
	/* float: right; */
}

#content {
    width: 100% !important;
    min-height: 85vw;
}

.container {
    width: 100% !important;
}

.popup-content-wrapper h3{
	font-size: 16px;
	margin-top: 0em !important;
	text-align: center;
	inline-size: 281px;
}

.mfp-content span{
	margin-top: 20px !important;
	color: #5A5469;
	font-size: 16px;
	font-weight: 400;
}

.area-block-left{
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.blank-div{
	height: 40%;
}

 @media screen and (max-width: 1219px) {
	.blank-div{
		display: none;
	}
	
}

@media screen and (max-width: 769px) {
	.login-area-block {
		width: 100%
	}
	
	
	.area-block-right {
		max-width: 420px;
		width: 100%;
		display: inline-block;
		margin: 0 auto;
	}
	.area-block-left {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 420px;
		padding-bottom: 24px;
	}
	
	.aside-blocks {
		line-break:inherit;
	}
	
	.main-section {
		height:auto;
	}

	.main-are{
		min-height: 850px;
	}
	
}





@media screen and (max-width: 769px) {
	.popup-container .popup-content-wrapper{
		padding: 1em 7em 3em 7em !important;
	}
	.main-area{
		min-height: 898px !important;
	}
	
}
.popup-container .form-wrapper .input-label:after{
	content: "*";
	color: #CC1480;
	margin-left: 3px;
}

.popup-title{font-weight: 700 !important;}

.popup-content-wrapper p {
	font-size: 16px;
	font-family: TT Travels;
	color: #5A5469;
	margin-top: 20px;
}

#forget-password .popup-subtitle{
	display: block;
	margin-top: 20px !important;
}

#formUnblockUser{
	margin-top: 15px;
}

#login-fail section{
	font-size: 14px;
	line-height: 25px;
	padding: 2em 8em 3em 8em !important;
	color: #5A5469;
}

div#divConteudoFooter > span, a{
	font-size: 14px !important;
	color: #1B51DC !important;
	text-decoration: underline !important;
}

#login-fail hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0px;
    border-color: #E5E3EA;
    border-style: solid;
}

#forget-password-response .popup-content-wrapper{
	margin-top: 20px;
}


#forget-password-response .popup-content-wrapper a{
	font-size: 14px !important;
	color: #1B51DC !important;
	text-decoration: underline !important;
}