
.RedirForm[data-v-1b5a9218] {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.RedirForm__Title[data-v-1b5a9218] {
	color: #BD0D47;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 20px;
}
@media (min-width: 990px) {
.RedirForm__Title[data-v-1b5a9218] {
		font-size: 30px;
}
}
.RedirForm__Content[data-v-1b5a9218] {
	font-size: 16px;
	margin-bottom: 40px;
}
.RedirForm__Button[data-v-1b5a9218] {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 24px 10px 10px;
	-webkit-transition: ease box-shadow .2s, linear transform .2s;
	transition: ease box-shadow .2s, linear transform .2s;
}
@media (min-width: 990px) {
.RedirForm__Button[data-v-1b5a9218] {
		font-size: 16px;
}
}
.RedirForm__Button[data-v-1b5a9218]:hover {
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
	        box-shadow: 0 2px 6px rgba(0,0,0,.1);
	-webkit-transform: translateX(5px);
	        transform: translateX(5px);
	-webkit-transition: ease box-shadow .2s, linear transform .2s;
	transition: ease box-shadow .2s, linear transform .2s;
}
.RedirFormButton__Icon[data-v-1b5a9218] {
	border-radius: 100%;
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 30px;
}
@media (min-width: 990px) {
.RedirFormButton__Icon[data-v-1b5a9218] {
		height: 40px;
		width: 40px;
}
}
.RedirFormButton__Icon img[data-v-1b5a9218] {
	left: 50%;
	height: 160%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}
.RedirForm__Content[data-v-1b5a9218] ul {
	list-style: none; /* Remove default bullets */
	margin: 10px 0;
	padding-left: 1.2em;
}
.RedirForm__Content[data-v-1b5a9218] ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #BD0D47; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.2em; /* Also needed for space (tweak if needed) */
	margin-left: -1.2em; /* Also needed for space (tweak if needed) */
}
.RedirForm__SelectMenu[data-v-1b5a9218] {
	text-align: left;
}
.RedirFormSelectMenu__Title[data-v-1b5a9218] {
	font-size: 12px;
	color: #C01B52;
	margin: 30px 0 15px;
}
.RedirForm__Regions[data-v-1b5a9218] {
	display: grid;
	grid-gap: 10px 0;
	grid-auto-flow: row;
}
@media (min-width: 990px) {
.RedirForm__Regions[data-v-1b5a9218] {
		grid-gap: 15px 0;
}
}


.RedirStepOne[data-v-2fdcd0fa] {
	font-size: 14px;
	line-height: 1.5;
}
.RedirStepOne__Title[data-v-2fdcd0fa] {
	color: #BD0D47;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 12px;
}
.RedirStepOne__Content[data-v-2fdcd0fa] ul {
	list-style: none; /* Remove default bullets */
	margin: 10px 0;
	padding-left: 1.2em;
}
.RedirStepOne__Content[data-v-2fdcd0fa] ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #BD0D47; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.2em; /* Also needed for space (tweak if needed) */
	margin-left: -1.2em; /* Also needed for space (tweak if needed) */
}
.RedirStepOne__Footer .btn[data-v-2fdcd0fa] {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 15px;
	padding: 15px 15px 13px;
	text-transform: none;
}
.RedirStepOne__NextStep[data-v-2fdcd0fa] {
	font-size: 12px;
	font-weight: 300;
	padding: 0;
}
.RedirStepOne__NextStep p[data-v-2fdcd0fa] {
	margin-bottom: 0;
}
.RedirStepOne__Next[data-v-2fdcd0fa] {
	background-color: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	text-align: left;
}
.RedirStepOne__Next[data-v-2fdcd0fa]:hover {
	color: #BD0D47;
}


.RedirStepTwo__Back[data-v-484481e0] {
	background-color: transparent;
	border: 0;
	font-size: 12px;
	margin-top: 20px;
	padding: 0;
}
.RedirStepTwo__Back[data-v-484481e0]:hover {
	color: #BD0D47;
}
.RedirStepTwo__Title[data-v-484481e0] {
	color: #BD0D47;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 12px;
}
.RedirStepTwo__Select[data-v-484481e0] {
	margin: 20px 0;
	position: relative;
}
.RedirStepTwo__Select > button[data-v-484481e0] {
	background-color: #ffffff;
	border: 0;
	padding: 15px 15px 0;
	text-align: left;
	width: 100%;
}
.RedirStepTwo__Select > button span[data-v-484481e0] {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F0EB;
}
.RedirStepTwo__Select > button.active span[data-v-484481e0] {
	border-bottom: 1px solid #F2F0EB;
}
.RedirStepTwo__Select > button.active span svg[data-v-484481e0] {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: ease transform .2s;
	transition: ease transform .2s;
}
.RedirStepTwo__Select > button span svg[data-v-484481e0] {
	float: right;
	margin-top: 7px;
	-webkit-transition: ease transform .2s;
	transition: ease transform .2s;
}
.RedirStepTwo__SelectMenu[data-v-484481e0] {
	background-color: #ffffff;
	max-height: 45vh;
	overflow: auto;
	padding: 15px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.RedirStepTwoSelectMenu__Title[data-v-484481e0] {
	font-weight: 500;
}
.RedirStepTwo__SelectMenu hr[data-v-484481e0] {
	margin: 25px 0;
}
.RedirStepTwo__SelectMenu ul[data-v-484481e0] {
	list-style: none;
	margin: 5px 0 15px;
	padding-left: 15px;
}
.RedirStepTwo__SelectMenu ul button[data-v-484481e0] {
	background-color: transparent;
	border: 0;
}
.RedirStepTwo__SelectMenu ul button[data-v-484481e0]:hover {
	color: #BD0D47;
}


.Redirection[data-v-0f542462] {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	height: 100vh;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	position: fixed;top: 0;left: 0;bottom: 0;right: 0;
	width: 100vw;
	z-index: 9000;
}
.Redirection__Close[data-v-0f542462] {
	background-color: transparent;
	border: 0;
	float: right;
	padding: 0;
	-webkit-transition: ease transform .2s;
	transition: ease transform .2s;
}
@media (min-width: 990px) {
.Redirection__Close[data-v-0f542462] {
		margin: -20px -20px 0 0;
}
}
.Redirection__Close[data-v-0f542462]:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: ease transform .2s;
	transition: ease transform .2s;
}
.Redirection__Container[data-v-0f542462] {
	background-color: #F2F0EB;
	margin: 0 auto;
	max-width: 480px;
	padding: 20px;
	position: relative;
	width: 100%;
}
@media (min-width: 990px) {
.Redirection__Container[data-v-0f542462] {
		padding: 45px;
}
}
.Redirection__Overlay[data-v-0f542462] {
	background-color: rgba(0,0,0,.5);
	position: fixed;top: 0;left: 0;bottom: 0;right: 0;
}

