html, body {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	color: #384e8b;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	background-color: #fff !important;

}


/* Cookie Policy Override tailwind fixed */

.cookiePopupActive{
	top: 90px !important;
}

.unsubContainer {
	margin: 60px 0px 0px 0px;
}
.unsubImg {
    margin: 70px auto;
    max-width: 520px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #fe2f64 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #fe2f64;
    border-radius: 10px;
    border: 3px solid #ffffff;
    
  }





.purp {
	background: #f3f4fc; 
}

.blanco {
	background: #fff; 
}

.red {
	background: red; 
}

.blue {
	background: blue; 
}

.green {
	background: green; 
}

.grey {
	background: #eee; 
}

.center-image {
	width:140px;
	height:140px;
	margin:0 auto;
}
.center-image-contact {
	width:60px;
	height:60px;
	margin:0 auto;
}


.cookiePopUp {
    justify-content: center;
    align-items: center;
    position: sticky;
	top: 0;
    font-size: 0.75rem;
    text-align: center;
    line-height: 28px;
    background-color: rgba(68, 68, 68, 0.85);
    color: #fff;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre-wrap;
    padding: 10px 5px;
    width: 100%;
    z-index: 5001;
	height:90px;
}

.cookiePopUpClose {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #5fd0ff;
    color: #000;
    border-radius: 2px;
    cursor: pointer;
    padding: 0px 5px;
    line-height: 25px;
}
/*

FONT WEIGHTS AVAILABLE
100;300;500;700;900

*/

.contentContainer {
 	max-width: 1100px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
}



svg.open {
	-webkit-animation:spinNavOpen .2s linear;
    -moz-animation:spinNavOpen .2s linear;
    animation:spinNavOpen .2s linear;
	animation-fill-mode: forwards;
}

svg.closed {
	-webkit-animation:spinNavClosed .2s linear;
    -moz-animation:spinNavClosed .2s linear;
    animation:spinNavClosed .2s linear;
	animation-fill-mode: forwards;
}

@-moz-keyframes spinNavOpen { 
    100% { -moz-transform: rotate(180deg); } 
}
@-webkit-keyframes spinNavOpen { 
    100% { -webkit-transform: rotate(180deg); } 
}
@keyframes spinNavOpen { 
    100% { 
        -webkit-transform: rotate(180deg); 
        transform:rotate(180deg); 
    } 
}

@-moz-keyframes spinNavClosed { 
	0% {-moz-transform: rotate(180deg);}
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spinNavClosed { 
    0% { -webkit-transform: rotate(180deg); } 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spinNavClosed { 
    0% { 
        -webkit-transform: rotate(180deg); 
        transform:rotate(180deg); 
    }
	100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	max-width: 100%;
}


a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

:focus {
	outline: 0;
}

.contentContainer li a {
	text-decoration: underline;
}
p a {
	text-decoration: underline;
}
.mapFrame {
	border:none;
	border-radius: 7px;
}
















								      /*****************
								      // -----------------
								      // HEADER AREA 
								      // _________________
								      // *****************/
								      
.logo {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: relative;
	cursor: none;
}

.logo img {
	width: 190px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}								      






.splashMenu {
	position: absolute;
	inset: 0px auto auto 0px;
	margin: 0px; transform: translate(415px, 66px);
}

.formAreaSize > img {
	width:150px;
	margin-top: -40px;
}




.dropdownNavArea span.ico {
	width: 42px;
	height: 42px;
	position: relative;
	display: inline-block;
	background: #e5f3ff;
	color: #265880;
	border-radius: 100px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.dropdownNavArea span.txt {
	display: inline-block;
	margin: 12px 0px 0px 0px !important;
	text-align: left;
}

.dropdownNavArea i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	margin-top: 2px;
}


.dropdownNavArea a {
	padding: 14px;
	background: #fff;
	border: 1px solid #eef0f1;
	border-radius: 100px;	
	
}

.dropdownNavArea a:hover {
	padding: 14px;
	background: #fafafa;
	border: 1px solid #eef0f1;
	border-radius: 100px;	
}







								      /*****************
								      // -----------------
								      // SPLASH AREA 
								      // _________________
								      // *****************/




#splashArea {
	text-align: center;
	border: 0px;
	align-items: center;
	justify-content: center;
	background: #000 url(../images/sp5.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	position: relative;	
}


#splashArea .botCurve {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: -2px;
	background: url('../images/curve.svg');
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
}

#splashArea .botCurve2 {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	background: url('../images/curve2.svg');
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
}






#title {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	line-height: 73px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	z-index: 5;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}


#title span {
	color: #ffd852;
	font-weight: 800;
	position: relative;
}

#title img {
	width: 140px;
	margin: -40px auto 0;
}







.txt-rotate {
	color: #fe2f64;
}


#title br {
	display: block;
}



#splashArea h1 {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 33px;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 30px 0px 20px 0px;
	position: relative;
	z-index: 3;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}






#splashArea .formAreaSize {
	width: 960px;
	margin: 0px auto;

}

#splashArea .formSize {
	width: 700px;
	margin: 0px auto;

}

#splashArea h1 span {
	color: #fb1644;
}

#splashArea ul {
	padding-top: 0px;
}








#cselect select { appearance: none; color: #000 !important; }


#cselect::after { content: "\25b6"; }


#cselect { position: relative; }
#cselect::after {
	position: absolute;
	top: 15px; right: 0;
}

#cselect select { width: 96%; }
#cselect { max-width: 400px; } /* OPTIONAL */


#cselect, #cselect::after, #cselect select {
  margin: auto auto;
  box-sizing: border-box;
  height: 40px;
}


#cselect::after { width: 40px; }


/* (C) COSMETICS */
/* (C1) OVERRIDE DEFAULT SELECT BOX STYLES */
#cselect select {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 5px 10px;
  color: #000;
}

/* (C2) DROPDOWN ARROW BOX */
#cselect::after {
  /* COLORS */
  color: #fff !important;

  /* CENTER ARROW IN BOX */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* (C3) FUNKY ANIMATIONS */
#cselect::after { transition: all 0.3s; }
#cselect:hover::after {
  transform: rotate(90deg);

  color: #fff;
}

/* (C4) REMOVE DEFAULT HIGHLIGHTS */
#cselect select:active,
#cselect select:focus,
#cselect select:hover {
  outline: none;
}


.chosen-value,
.value-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	border-bottom: 1px solid #fff;
	
}

.chosen-value {
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0px;
  height: 4rem;
  font-size: 22px;
  
  color: #ffd852;     /* colour after selection */
  
  background-color: transparent;
  border: 3px solid transparent;
  transition: 0.3s ease-in-out;
}
.chosen-value::-webkit-input-placeholder {
  color: #fff;
}
.chosen-value:hover {
  background-color: transparent;
  cursor: pointer;
}
.chosen-value:hover::-webkit-input-placeholder {
  color: #fff;
}
.chosen-value:focus, .chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: transparent;
  color: #fff;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
  color: #fff;
}

.value-list {
  list-style: none;
  margin-top: 4rem;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
  color: #000;
}
.value-list.open {
  max-height: 320px;
  overflow: auto;
}
.value-list li {
  position: relative;
  height: 4rem;
  background-color: #FAFCFD;
  padding: 1rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}
.value-list li:hover {
  background-color: #fffca7;
}
.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.value-list li a {
	display:block;
	width:100%;
	text-align:left;
}

.value-list li i {
  width: 32px;
}

#cselect .value-list li img {
	width: 30px;
	margin-right: 8px;
}


.value-list::-webkit-scrollbar {
    width: 6px;
    background: white;
}
 
 
.value-list::-webkit-scrollbar-thumb {
  background-color: #fe2f64;
  outline: 0px solid slategrey;
  border-radius: 99px;
}




























#splashArea .buttonWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
}

#splashArea .buttonWrapper.center {
	width: 100%;
	padding: 16px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;

}





#splashArea .splashButton {
	width: 100%;
	height: 67px;
	display: block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	background-color: #fe2f64;
	padding: 0px 0px 7px 0px;

	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#splashArea .splashButton.center {
	margin: 0px auto !important;
	z-index:2;

}

#splashArea .splashButton:hover {
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}


#splashArea .splashButton.left {
	margin: 0px 0px 0px 0px !important;
}


#splashArea .splashButton span {
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	padding-top: 17px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#splashArea .splashButton span:hover {
	color: #fff;
}

#splashArea .splashButton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 600%;
    width: 140%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

#splashArea .splashButton:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


#splashArea .appNumber {
	display: block;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 90px 0px;
	position: relative !important;
	z-index: 5;
}

#splashArea .appNumber .odometer {
	color: #ffd852;
	font-weight: 700;
	display: inline-block;
}


#splashArea .appNumber .odometer:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	width: 100%;
	background: #ffd852;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2);
}



.splashImg {
	z-index: 4 !important;
}

.splashImg img {
	margin-top: -70px;
	width: 830px;
	min-width: 830px;
	margin-left: -120px;
}


















								      /*****************
								      // -----------------
								      // LOGO ROW AREA 
								      // _________________
								      // *****************/

#logoRow {
	display: block;
	text-align: center;
	position: relative;
	background: #fff;
	padding:30px 0px;
}

#logoRow h1 {
	display: block;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
}

#logoRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

#logoRow .icons {
	max-height: 280px;
	max-width: 350px;
	padding: 0px 20px;
	display: block;
}
#logoRow .iconsSml {
	width: 120px;
}

#rowoflogos .icons {
	max-height: 280px;
	width: 350px;
	padding: 10px 0px;
	display: block;
	object-fit: contain;
}
#rowoflogos .iconsSml {
	width: 120px;
}

#rowoflogos {
	display: block;
	text-align: center;
	position: relative;
	background: #fff;
	padding:0px;
}



								      /*****************
								      // -----------------
								      // CHOOSE ROW AREA 
								      // _________________
								      // *****************/

.chooseRow {
	display: block;
	text-align: left;
	position: relative;
	background: #fe2f64;
	color: #fff;
}

.chooseRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
}

.chooseRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.chooseRow h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}


.chooseRow .icoHolder {
	background-color: transparent;
	border: 2px solid #ffd852;
}

.chooseRow svg path {
	fill: #fff;
}










.chooseRow .pageButtonWrapper {
	padding: 40px 0px 0px 0px;
	text-align: left !important;
	margin: 0px;
	cursor: pointer;
}

.chooseRow .pageButton {
	background-color: #fecd25;
}

























								      /*****************
								      // -----------------
								      // ABOUT ROW AREA 
								      // _________________
								      // *****************/

.aboutRow {
	display: block;
	text-align: left;
	position: relative;
	background: #414691;
	color: #fff;
}

.aboutRow h1 {
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 60px 0px;
}

.aboutRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.aboutRow ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


.aboutRow li {
	display: inline-block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}


.aboutRow h3 {
	display: block;
	text-align: left;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	border: 0px;
	padding: 0px 0px 20px 0px;
}



.pageButton {
	width: 260px;
	height: 72px;
	display: block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	background-color: #fe2f64;
	padding: 0px 0px 7px 0px;

	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pageButton.center {
	margin: 0px auto !important;

}

.pageButton:hover {
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}


.pageButton.left {
	margin: 0px 0px 0px 0px !important;
}


.pageButton span {
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	padding-top: 20px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pageButton span:hover {
	color: #fff;
}

.pageButton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

.pageButton:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}




								      /*****************
								      // -----------------
								      // HOW WORKS ROW AREA 
								      // _________________
								      // *****************/

.howWorksRow {
	display: block;
	text-align: center;
	position: relative;
	background: #fe2f64;
	color: #fff;
}

.howWorksRow h1 {
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
}

.howWorksRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.howWorksRow h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.howWorksRow #aniArrow {
	position: absolute;
	display: block;
	text-align: center;
	margin: 0px 0px 0px -100px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 140px;
}


#helpIco {
	width: 180px;
	display: block;
	margin: 0px auto -40px;
}


.howWorksRow .pageButton {
	background-color: #fecd25;
}





								      /*****************
								      // -----------------
								      // HELP WITH ROW AREA 
								      // _________________
								      // *****************/

.helpWithRow {
	display: block;
	text-align: center;
	position: relative;
	background: #f8fafc;
}

.helpWithRow h1 {
	display: block;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

.helpWithRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}


#helpIco {
	width: 140px;
	display: block;
	margin: 0px auto;
}

.helpWithRow h3 {
	display: block;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: -20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.helpWithRow #bgColour  {
	background: #fff;
	padding: 10px 10px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.helpWithRow #bgColour:hover {
	background: color-mix(in srgb,#fff,#000 5%);
}

.helpWithRow h2 {
	display: block;
	font-size: 28px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: -20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}



								      /*****************
								      // -----------------
								      // HELP WITH ROW AREA 
								      // _________________
								      // *****************/

#newsletterRow {
	display: block;
	text-align: center;
	position: relative;
	background: #fff;
	color: #fff;
}


#newsletterRow #newsContainer {
	display: block;
	margin: 0px auto;
	background: #fe2f64;
	background: -moz-linear-gradient(-45deg,  #fe2f64 0%, #414691 100%);
	background: -webkit-linear-gradient(-45deg,  #fe2f64 0%,#414691 100%);
	background: linear-gradient(135deg,  #fe2f64 0%,#414691 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2f64', endColorstr='#414691',GradientType=1 );
	border-radius: 9px;
	overflow: hidden;
}


#newsletterRow h1 {
	display: block;
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}



#newsletterRow h2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	padding: 0px 0px 40px 0px;
}


#newsletterRow #subscribeSuccessMessage {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffd852;
	font-weight: 500;
	padding: 20px 0px 0px 0px;
}



#newsletterRow button {
	width: 100%;
	height: 67px;
	display: block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	background-color: #fe2f64;
	padding: 0px 0px 7px 0px;

	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#newsletterRow button.center {
	margin: 0px auto !important;

}

#newsletterRow button:hover {
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}


#newsletterRow button.left {
	margin: 0px 0px 0px 0px !important;
}


#newsletterRow button span {
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	padding-top: 17px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#newsletterRow button span:hover {
	color: #fff;
}

#newsletterRow button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 690%;
	width: 140%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

#newsletterRow button:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}





								      /*****************
								      // -----------------
								      // GLOBE ROW AREA 
								      // _________________
								      // *****************/

.globeRow {
	display: block;
	text-align: left;
	position: relative;
	background: #414691;
	color: #fff;
	overflow: hidden;

}


.globeRow .botCurve {
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	background: url('../images/curve.svg');
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
	z-index: 8;
}




.globeRow canvas {
	display: block;
	margin: -10px auto 0;
	text-align: center;	
}



.globeRow h1 {
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.globeRow h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon-white.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.globeRow ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	z-index: 3;
}


.globeRow li {
	display: inline-block;
	text-align: left;
	font-family: 'Outfit', sans-serif, fontawesome;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	background-image: url('../images/tick1.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 16px;  /* space for the image */
	border: 0px;
	margin-left: 6px;
}


.globeRow h3 {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.globeRow .map {
	display: block;
	margin: 30px auto 0;
	text-align: center;
	position: relative;
	z-index: 7;
}

.globeRow .pin1 {
	position: absolute;
	top: 17%;
	left: 44%;
	z-index: 9;
	width: 40px;
}

.globeRow .pin2 {
	position: absolute;
	top: 30%;
	left: 17%;
	z-index: 9;
	width: 40px;
}

.globeRow .pin3 {
	position: absolute;
	top: 13%;
	left: 14%;
	z-index: 9;
	width: 40px;
}

.globeRow .pin4 {
	position: absolute;
	top: 21%;
	left: 52%;
	z-index: 9;
	width: 40px;
}

.globeRow .pin5 {
	position: absolute;
	top: 65%;
	left: 82%;
	z-index: 9;
	width: 40px;
}

.globeRow .pin6 {
	position: absolute;
	top: 68%;
	left: 52%;
	z-index: 9;
	width: 40px;
}




.globeTxt {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	*/
}

.word {
	height: 80px;
	margin: 0px auto;
	color: white;
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	color: #ffd852;
}













								      /*****************
								      // -----------------
								      // LEVELDOWN PAGES 
								      // _________________
								      // *****************/

#leveldownSubHeader {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 43px;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 8rem 0px 0px 0px;
	position: relative;
	z-index: 3;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}




#levelDownBG {
	display: block;
	position: relative;
	background: #f8fafc;
	background: -moz-linear-gradient(top,  #f8fafc 0%, #f8fafc 74%, #f8fafc 74%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f8fafc 0%,#f8fafc 74%,#f8fafc 74%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f8fafc 0%,#f8fafc 74%,#f8fafc 74%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafc', endColorstr='#ffffff',GradientType=0 );
}




#levelDownBG h1 {
	display: block;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 70px 0px;
}

#levelDownBG h1::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/favicon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}



#levelDownBG h3 {
	display: block;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: -20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#levelDownBG #bgColour  {
	background: #fff;
	padding: 10px 10px
}

#levelDownBG h2 {
	display: block;
	font-size: 28px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: 20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#levelDownBG h2:first-child {
	margin: -20px 0px 20px 0px;
}

#levelDownBG p {
	padding: 0px 0px 20px 0px;
}







								      /*****************
								      // -----------------
								      // LEVELDOWN PAGES - CONTACT 
								      // _________________
								      // *****************/

.contactOption {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
    text-align: center;
    overflow-wrap: break-word;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contactOption:hover {
	background: color-mix(in srgb,#fff,#000 5%);
}

.contactOption.Lrg {
	padding: 70px;

}
.contactOption #ico {
	width: 60px;
	margin: 0px auto -14px;
	position: relative;
}



.contactSubHeader {
	display: block;
	text-transform: normal;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
	position: relative;
	z-index: 3;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance:textfield;
}

.form-control {
	font-size: 14px;
}

.form-floating label {
	margin-top: 4px;
}

.headerTxt {
	text-align: left;
	font-size: 16px;
	padding-bottom: 8px;
}


.form-control:hover {
	border-color: #6ff0ff;
}

.form-control:focus {
	border-color: #6ff0ff;
	background: #f8fafc;
}


.textarea:hover {
	outline: none !important;
	border: 2px solid #6ff0ff;
}

.textarea:active {
	outline: none !important;
	border: 2px solid #6ff0ff;
}

.textarea:focus {
	outline: 0 !important;
	border: 2px solid #6ff0ff;
	background: #f8fafc;
}





.contactButton, 
/* force higher specificity to avoid the background being overwriten by generic styles */
input[type=submit].contactButton, 
button[type=submit].contactButton {
	width: 260px;
	height: 72px;
	display: block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	background-color: #fe2f64;
	padding: 0px 0px 7px 0px;

	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contactButton.center {
	margin: 0px auto !important;

}

.contactButton:hover {
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}


.contactButton.left {
	margin: 0px 0px 0px 0px !important;
}


.contactButton span {
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	padding-top: 25px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contactButton span:hover {
	color: #fff;
}

.contactButton:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

.contactButton:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



#extralarge-modal {
	z-index: 1000;
	background:#000000a1;
}
#extralarge-modal.mobileModal {
	z-index: 1000;
	top:80px;
}


#extralarge-modal .logo {
	display: block;
}

#extralarge-modal .logo img {
	width: 140px;
}



								      /*****************
								      // -----------------
								      // LEVELDOWN PAGES - PRIVACY 
								      // _________________
								      // *****************/




#levelDownBG .text-xs h2 {
	display: block;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: 20px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}


#levelDownBG h2.anchor::before {
	content:"";
	display:block;
	height: 107px; /* fixed header height*/
	margin:-107px 0 0; /* negative fixed header height */
}



#levelDownBG .list-outside {
	margin: 0px 0px 0px 13px;
}



#rightInfoBanner {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	position: relative;
	background: #fff;
	border-radius: 8px;
	position: -webkit-sticky !important;
	position: sticky !important;
	margin-bottom: 20px;
	top: 130px;
}

#rightInfoBanner .numberCell {
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: #a1acb6;
	margin: -2px 5px 3px 0px;
}


#rightInfoBanner h5 {
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 15px 10px;
	position: relative;
	background: #1c75bc;
}

#rightInfoBanner h5 i {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	margin: 0px 8px 0px 0px;
	border: 0px;
}

#rightInfoBanner li {
	display: block;
	border-bottom: 2px solid #eee;
	
}

#rightInfoBanner li a {
	display: block;
	height: 100%;
	padding: 8px 10px 4px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500; transition: all 200ms ease-in;
}

#rightInfoBanner li a:hover {
	background: #fafafa;
	padding-left: 20px;
	border-left: 4px solid #fe2f64;
}

#rightInfoBanner li a:active {
	background: #fe2f64;
	color: #fff;
	padding-left: 20px;
	border-left: 4px solid #ffd852;
}	

#rightInfoBanner li a:focus {
	background: #fe2f64;
	color: #fff;
	padding-left: 20px;
	border-left: 4px solid #ffd852;
}



								      /*****************
								      // -----------------
								      // LEVELDOWN PAGES - UNSUBSCRIBE 
								      // _________________
								      // *****************/

.unsubSubHeader {
	display: block;
	text-transform: normal;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	margin: -50px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 50px 0px;
	position: relative;
	z-index: 3;
}


.unsubOption {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin-top: -20px;
	margin-bottom: 40px;
	border: 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.unsubOption.Lrg {
	padding: 50px;

}

.unsubOption.w-300 {
	max-width: 570px;
}















								      /*****************
								      // -----------------
								      // FOOTER AREA 
								      // _________________
								      // *****************/















.footer {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 50px 0px 50px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: #4f53aa;
	background: -moz-linear-gradient(top,  rgba(80,84,173,1) 0%, rgba(66,69,145,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(80,84,173,1) 0%,rgba(66,69,145,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,84,173,1) 0%,rgba(66,69,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5054ad', endColorstr='#424591',GradientType=0 );
	position: relative;
}


.skyline {
	height: 48px;
	margin: 10px 0px -1px 0px;
	background-image: url(../images/footer.svg);
}





.footer img {
	width: 190px;
	margin: 0px auto;
}

.footer a {
	display: inline !important;
	color: #fff;
}


.sources {
	margin: 0px;
	border: 0px;
	font-size: 11px;
	line-height: 23px;
	color: #fff;
	
}

.sources h2 {
	margin: 0px;
	border: 0px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

sup {
	display: inline !important;
	margin: 0px;
	border: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

sup:first-child {
	padding-left: 0px;
}





								      /*****************
								      // -----------------
								      // FOOTER 2 AREA 
								      // _________________
								      // *****************/




.stage {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 540px;
	overflow: hidden;
	z-index: 0;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}


.far-clouds {
	background: transparent url(../images/far-clouds.png) 35px 0px repeat-x; opacity: 0.6;
	background-position: 262.5px 0px;
}
.near-clouds {
	margin-top: 100px;
	background: transparent url(../images/near-clouds.png) 305px 162px repeat-x; opacity: 0.4;
}


.coptor {
	position: absolute;
	height: 68px;
	margin: 50px 0px -1px 0px;
	animation: cloud 33s linear 0s infinite reverse;
	z-index: 7;
	overflow: hidden;
}

.coptor img {
	width:68px;
	height:68px;
}

@keyframes cloud {
	from {right:-500px;}
	to {right: 102%;}
}



.skyline2 {
	height: 148px;
	z-index: 8;
	margin: 10px 0px -1px 0px;
	background-image: url(../images/footer2.svg);
	background-repeat: repeat-x;
	position: relative;
	overflow:hidden;
}





.footer2 {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 50px 0px 50px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background: #1c75bc;


	z-index: 8;
	position: relative;
}

.footerHeaderTxt {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	position: relative;
}

.footer2 a {
	color:rgba(255,255,255,1);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footer2 a:hover {
	color:rgba(255,255,255,0.6);
}


.footerLogo  {
	max-width: 200px;
	
}





.footerSocialIcons  {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 10px 0px;
	position: relative;
}

.footerSocialIcons img  {
	width: 34px;
	margin-right: 12px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footerSocialIcons img:hover  {
	opacity: 0.4;	
}


/* Header Ribbon Widget */

.headerRibbon{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 5px 0px;
  background: #4ecfd9;
}

.headerRibbon a {
  color: #fff;
}

