@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/


html,body{
	scroll-behavior: smooth;
}
body{
	font-family: 'BrandonTextRegular';
	color: #1D1D1D;
	background: #ffffff;
}

figure {
	margin: 0;
}

strong,
b {
	font-family: 'BrandonTextBold';
	font-weight: normal;
}

a,
input,
button,
textarea { outline: none !important; }

div a {
	text-decoration: none;
	color: #1E64CD;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	text-decoration: none;
	color: #92278F;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #bc0030;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.paragraph-large {
	font-size: 22px;
	line-height: 135%;
}

.fix-width-785 {
	max-width: 785px;
	width: 100%;
}

.fix-width-815 {
	max-width: 815px;
	width: 100%;
}

.fix-width-915 {
	max-width: 915px;
	width: 100%;
}

.fix-width-930 {
	max-width: 930px;
	width: 100%;
}

.fix-width-960 {
	max-width: 960px;
	width: 100%;
}

/* sub-main-title */
.sub-main-title {
	display: block;
	font-family: 'BrandonTextBold';
	font-size: 32px;
	line-height: 135%;
	color: #1D1D1D;
	margin-bottom: 25px;
}

.sub-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.sub-main-title a:hover {
	color: #0e76bc;
}
/* sub-main-title */

/* main-title */
.main-title {
	font-family: 'BrandonTextBold';
	font-size: 54px;
	line-height: 135%;
	color: #1D1D1D;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
}

.main-title a:hover {
	color: #0e76bc;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'BrandonTextBold';
	font-size: 48px;
	line-height: 135%;
	color: #1D1D1D;
	margin-bottom: 25px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #0e76bc;
}
.lavaslim-product-image .img-fluid {
	max-width: min(800px,100%);
	margin-top: 2rem;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'BrandonTextBold';
	font-size: 36px;
	line-height: 135%;
	color: #1D1D1D;
	margin-bottom: 35px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #0e76bc;
}
/* block-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'brandongrotesqueblack';
	font-size: 24px;
	line-height: 135%;
	padding: 19px 35px;
	text-transform: uppercase;
	border: 2px solid transparent;
	box-shadow: none !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.btn-small {
	font-size: 20px;
	padding: 13px 35px;
}

.btn-simple-yellow {
	color: #FFF600 !important;
	border-color: #FFF600 !important;
	background: transparent !important;
}

.btn-simple-yellow:active,
.btn-simple-yellow:focus {
	color: #FFF600 !important;
	border-color: #FFF600 !important;
	background: transparent !important;
}

.btn-simple-yellow:active:focus,
.btn-simple-yellow:hover {
	color: #FFF600 !important;
	border-color: #FFF600 !important;
	background: transparent !important;
}

.btn-yellow {
	color: #000000 !important;
	border-color: #FFF600 !important;
	background: #FFF600 !important;
}

.btn-yellow:active,
.btn-yellow:focus {
	color: #000000 !important;
	border-color: #FFF600 !important;
	background: #FFF600 !important;
}

.btn-yellow:active:focus,
.btn-yellow:hover {
	color: #FFF600 !important;
	border-color: #FFF600 !important;
	background: transparent !important;
}

.btn-simple-purple {
	color: #92278F !important;
	border-color: #92278F !important;
	background: transparent !important;
}

.btn-simple-purple:active,
.btn-simple-purple:focus {
	color: #92278F !important;
	border-color: #92278F !important;
	background: transparent !important;
}

.btn-simple-purple:active:focus,
.btn-simple-purple:hover {
	color: #92278F !important;
	border-color: #92278F !important;
	background: transparent !important;
}

.btn-purple {
	color: #ffffff !important;
	border-color: #92278F !important;
	background: #92278F !important;
}

.btn-purple:active,
.btn-purple:focus {
	color: #ffffff !important;
	border-color: #92278F !important;
	background: #92278F !important;
}

.btn-purple:active:focus,
.btn-purple:hover {
	color: #92278F !important;
	border-color: #92278F !important;
	background: transparent !important;
}
/* buttons */

/* common-form */
.common-form .form-group {
	margin-bottom: 20px;
}

.common-form .form-control {
	resize: none;
	height: 49px;
	border: 1px solid #B2B2B2;
	background: transparent;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	padding: 6px 18px;
	box-shadow: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.common-form .form-control::-webkit-input-placeholder { color: rgba(0,0,0,0.5); }
.common-form .form-control::-moz-placeholder { color: rgba(0,0,0,0.5); }
.common-form .form-control:-ms-input-placeholder { color: rgba(0,0,0,0.5); }
.common-form .form-control:-o-placeholder { color: rgba(0,0,0,0.5); }

.common-form select.form-control {
	appearance: none;
	border-color: #92278F;
	font-family: 'BrandonTextBold';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M7.5 9L0.138783 0.750001L14.8612 0.750002L7.5 9Z' fill='%23434343'/%3E%3C/svg%3E") no-repeat;
	background-position: right 20px center;
}

.common-form .form-check {
	display: flex;
	padding: 0;
}

.common-form .form-check .form-check-input {
	position: relative;
	top: 3px;
	min-width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
}

.common-form .form-check .form-check-label {
	font-family: 'BrandonTextRegular';
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}

.common-form textarea.form-control {
	height: 200px;
}
/* common-form */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
body .header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(3, 3, 3, 0.25);
	z-index: 99;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/* .header .h-content {
	padding-left: 15px;
	padding-right: 15px;
} */

.header.sticky {
	background: #1E64CD;
}

.navbar {
	padding: 0;
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar-collapse.show .nav.navbar-nav {
	transform: translateX(0);
	background: transparent;
	position: relative;
	top: 0;
}

.navbar-toggler {
	/* display: none; */
	width: 30px;
	height: 22px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger-toggle {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-nav {
	margin: 0;
}

.navbar .navbar-nav .nav-item {
	margin: 0 18px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: 'brandongrotesqueblack';
	font-size: 16px;
	line-height: 135%;
	text-transform: uppercase;
	color: #ffffff;
	padding: 38px 0;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #FFF600;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .banner-main-image {
	background: #5B2C92;
	/* height: 100vh; */
	height: 840px;
}

.banner-section .banner-main-image * {
	width: 100%;
	height: 100%;
	mix-blend-mode: soft-light;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	z-index: 9;
}

/* .banner-section .banner-description .banner-content {
	padding-left: 15px;
	padding-right: 15px;
} */

.banner-section .main-title {
	font-family: 'brandongrotesqueblack';
	text-transform: uppercase;
	margin-bottom: 18px;
}

.banner-section .banner-buttons {
	margin: 0 -10px;
}

.banner-section .banner-buttons .btn {
	min-width: 275px;
	margin: 0 10px 10px;
}
/* banner */

/* lavaslim-product-pack */
.lavaslim-product-pack-section {
	position: relative;
	/* margin-top: -358px; */
	margin-top: -330px;
}
/* lavaslim-product-pack */

/* get-hoplinks */
.get-hoplinks-section {
	padding: 17px 0 0;
}

.get-hoplinks-section .main-title {
	margin-bottom: 35px;
}

.get-hoplinks-list {
	counter-reset: my-awesome-counter;
}

.get-hoplinks-block {
	position: relative;
	counter-increment: my-awesome-counter;
	display: flex;
	flex-wrap: wrap;
	padding: 37px 50px;
	border-bottom: 4px solid #F0F0F0;
}

.get-hoplinks-block:last-child {
	border: none;
}

.get-hoplinks-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.get-hoplinks-block:before {
	flex: 0 0 auto;
	min-width: 90px;
	position: relative;
	content: "Step " counter(my-awesome-counter);
	font-family: 'BrandonTextBold';
	color: #92278F;
	font-size: 32px;
	line-height: 135%;
	margin-right: 30px;
}

.get-hoplinks-block .block-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.get-hoplinks-block .hoplinks-detail .detail {
	font-size: 22px;
	line-height: 135%;
	color: #1D1D1D;
}

.get-hoplinks-block .hoplinks-detail .detail a {
	text-decoration: none;
	color: #1E64CD;
}

.get-hoplinks-block .hoplinks-detail .detail a:hover {
	color: #92278F;
}
/* get-hoplinks */

/* your-affiliate-link */
.your-affiliate-link-section {
	padding: 30px 0;
}

.your-affiliate-link-section .your-affiliate-link-content {
	padding: 38px 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.approval_disclaimer {
	position:relative;
	background: #d51e00;
	padding: .8rem 10% .1rem;
	color: white;
	border-radius: 12px;
	text-align: center;
}
.approval_disclaimer .approval_title {
	text-transform: uppercase;
	font-size: 24px !important;
	font-family: 'brandongrotesqueblack';
}
.approval_disclaimer p {
	font-size: 16px;
	font-weight: 400;
}
.approval_disclaimer a {
	font-weight: 700;
	letter-spacing: .4px;
	border-bottom: 1px solid;
	color: #FFF600 !important;
}
.approval_close {
	position: absolute;
	right: 2%;
	cursor: pointer;
}
.your-affiliate-link-section .main-detail a {
	text-decoration: none;
	color: inherit;
}

.your-affiliate-link-section .main-detail a:hover {
	color: #1E64CD;
}

.your-affiliate-form {
	margin: 30px 0;
	padding: 35px 25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.your-affiliate-form #generated-section,.your-affiliate-form .error_msg {
	display: none;
}
.error_msg {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 14px;
	font-weight: bold;
	width: fit-content;
	margin: -0.5rem 0 .5rem;
	padding: 0;
	color: #909090;
}
.common-form.error .form-check-label {
	color: red;
}
#generated-section {
	margin: auto;
}
/* your-affiliate-link */

/* tracking-pixels */
.tracking-pixels-section {
	padding: 30px 0;
}

.tracking-pixels-section .section-title {
	margin-bottom: 10px;
}

.tracking-pixels-section .tracking-pixels-content {
	padding: 42px 15px 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.tracking-pixels-section .tracking-pixels-content .tracking-detail a {
	color: #FFF600;
}

.tracking-pixels-section .tracking-pixels-content .tracking-detail a:hover {
	color: #BACFE6;
}
/* tracking-pixels */

/* demographics */
.demographics-section {
	padding: 30px 0 0;
}

.demographics-section .main-title {
	margin-bottom: 65px;
}

.demographics-block {
	padding: 45px 0 35px;
	border-bottom: 4px solid #F0F0F0;
}

.demographics-block:first-child {
	padding-top: 0;
}

.demographics-block:last-child {
	padding-bottom: 0;
	border: none;
}

.geo-country-block {
	margin-bottom: 30px;
}

.geo-country-block:last-child {
	margin-bottom: 0;
}

.geo-country-block .block-title {
	margin-bottom: 18px;
}

.geo-country-block .geo-country-image * {
	width: 100%;
}

.geo-traget-lang-block p {
	font-size: 18px;
}

.geo-traget-lang-block .other-consider-block {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.geo-traget-lang-block .other-consider-block p {
	margin-bottom: 0;
}

.geo-country-table table tbody tr:hover td {
	background: rgba(255, 246, 0, 0.50);
}

.geo-country-table table tbody td {
	font-size: 20px;
	padding: 8px 14px;
	vertical-align: middle;
	border: none;
}

.geo-country-table table tbody td:first-child {
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
}

.geo-country-table table tbody td:last-child {
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
}

.geo-country-table table tbody td .geo-country {
	display: flex;
	align-items: center;
	min-width: 150px;
}

.geo-country-table table tbody td .geo-country img {
	width: 34px;
	margin-right: 20px;
}

.geo-country-table table tbody td .geo-progress {
	display: inline-block;
	height: 10px;
	background: #92278F;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.traffic-device-block .block-title {
	margin-bottom: 35px;
}

.traffic-device-block .traffic-device-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.traffic-device-block .traffic-device-list > * {
	flex: 0 0 auto;
	width: 33.333333%;
	max-width: 100%;
	padding: 0 10px;
}

.traffic-device-block .traffic-block {
	text-align: center;
	margin-bottom: 20px;
}

.traffic-device-block .traffic-block .icon {
	width: 148px;
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F9FC;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.traffic-device-block .traffic-block .icon * {
	max-height: 100%;
}

.traffic-device-block .traffic-block .detail {
	font-size: 24px;
}

.traffic-device-block .traffic-block .detail span {
	display: block;
	font-family: 'BrandonTextBold';
	font-size: 34px;
}
/* demographics */

/* affiliate-resources */
.affiliate-resources-section {
	padding: 30px 0;
}

.affiliate-resources-section .section-title {
	margin-bottom: 10px;
}

.affiliate-resources-section .affiliate-resources-content {
	padding: 42px 15px 80px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.affiliate-resources-section .access-resources-block {
	padding-top: 35px;
}

.affiliate-resources-section .access-resources-block .resources-image {
	margin-bottom: 55px;
}

.affiliate-resources-section .access-resources-block .resources-button .btn {
	font-size: 28px;
	max-width: 575px;
	width: 100%;
	padding: 32px;
}
/* affiliate-resources */

/* contact-email-note */
.contact-email-note-section {
	padding: 20px 0;
}

.contact-email-main-block {
	border-bottom: 4px solid #F0F0F0;
	padding: 50px 0;
}

.contact-email-main-block > .row > * {
	border-right: 4px solid #F0F0F0;
}

.contact-email-main-block > .row > *:nth-child(even),
.contact-email-main-block > .row > *:last-child {
	border-right: none;
}

.contact-email-main-block > .row > * .contact-email-block {
	max-width: 302px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contact-email-main-block:last-child {
	border: none;
}

.contact-email-main-block .icon-block {
	margin-bottom: 7px;
}

.contact-email-main-block .block-title {
	margin-bottom: 7px;
}

.contact-email-main-block .detail {
	font-size: 20px;
}

.contact-email-main-block .detail a {
	color: #1E64CD;
}

.contact-email-main-block .detail a:hover {
	color: #92278F;
}
/* contact-email-note */

/* affiliate-terms */
#affiliates_terms_anchor {
	top: -7rem;
	position: relative;
}
.affiliate-terms-section {
	padding: 0 0 70px;
}

.affiliate-terms-section .section-title {
	margin-bottom: 10px;
}

.affiliate-terms-section .affiliate-terms-content {
	padding: 42px 15px 70px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.conditions_header{
	color: yellow;
}

.affiliate-terms-section .affiliate-terms-content .main-detail {
	margin-bottom: 35px;
}

.affiliate-terms-section .affiliate-terms-content .detail ol li,
.affiliate-terms-section .affiliate-terms-content .detail ul li {
	font-size: 20px;
}
/* affiliate-terms */

/* diagnose-food */
.diagnose-food-section {
	padding: 35px 0;
}

.diagnose-food-section .diagnose-food-detail .detail a {
	color: inherit;
}

.diagnose-food-section .diagnose-food-detail .detail a:hover {
	color: #0E76BC;
}

.copyright-block {
	margin-top: 30px;
}

.copyright-block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.copyright-block ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 7px;
	list-style-type: none;
	font-size: 18px;
	color: #1D1D1D;
	text-align: center;
	border-right: 1px solid #1D1D1D;
}

.copyright-block ul li:first-child {
	padding-left: 0;
}

.copyright-block ul li:last-child {
	padding-right: 0;
	border: none;
}
/* diagnose-food */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #0E76BC;
}

.footer.light {
	background-color: #EDEDED;
}

.footer.light .footer__inner {
	color: #1D1D1D;
}

.footer.light .footer__inner-copy {
	margin-top: 30px;
}

.footer.uniq {
	background-color: unset;
}

.footer.uniq .footer__inner {
	color: #fff;
	padding: 20px 0 80px;
}

.footer.uniq .footer__inner-copy {
	margin-top: 30px;
}
.footerTop {
	display: none;
  }
.footerTop {
	padding: 20px 0 23px;
	background-color: #92278F;
	color: #fff;
}

.footerTop__inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.footerTop__inner a, #footer-menu-3 > p {
	color: #fff;
	font-weight: 400;
	margin: 5px 10px;
	font-size: 18px;
	line-height: 32px;
}

#footer-menu-3 > p{
	cursor:pointer; 
	margin-top:0;
	color: #BACFE6;
	font-size: 16px;
}

.footerTop__inner a:hover {
	opacity: 1;
	color: #FFF600;
}

.footer__inner {
	padding: 40px 0 55px;
	color: #fff;
	text-align: center;
}

.footer__inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-evenly ;
	padding: 30px 0 60px;
	max-width: 1085px;
	margin: 0 auto;
}

.footer__inner-row a {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin: 5px 10px;
	color: white;
}

.footer__inner-row a:hover {
	opacity: 1;
	color: #FFF600;
	text-decoration: none;
}

.footer__inner-text p {
	font-size: 16px;
	line-height: 25px;
}

.footer__inner-copy br {
	display: none;
}

.footer__inner p a {
	color: inherit;
	font-weight: 700;
}

.footer__inner {
	padding: 20px 0 55px;
}

.footer__inner-text p {
	color: #c9d7e1;
}

.footer__inner-row {
	padding: 0;
}

#disclaimer {
	padding-bottom: 1rem;
	display: block;
	margin: auto;
	padding-top: 3.5rem !important;
	position: relative;
	background: transparent;
}

#disclaimer .main{
	overflow:visible;
}

#disclaimer .main:first-child > div {
	background: transparent !important;
	box-shadow: none !important;
	border: 1px solid hsla(0,0%,100%,.3);
	padding-top: 3rem;
	padding-bottom: 1rem;
	border-radius: 5px;
	position: relative;
	overflow: visible !important;
}

#disclaimer .bg-img-disclaimer {
	min-width: 260px !important;
	width: 15% !important;
	margin-right: 0 !important;
	position: absolute;
	left: 50%;
	top: -5rem;
	transform: translate(-50%,50%);
	background-size: contain;
	background-color: #0e76bc;
}

#disclaimer .bg-text-disclaimer {
	padding: 10px !important;
	text-align: center !important;
	font-size: 16px !important;
	line-height: 25px;
	color: #c9d7e1 !important;
	font-family: "Brandon Text", sans-serif !important;
}
#footer-menu-3 {
	display: none;
}
.footer__inner-row {
	justify-content: space-between;
}
.footer__inner-text {
	max-width: 1085px;
	padding: 0 !important;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
