@import 'fonts.css';
body,
html {
	margin: 0px;
	width: 100%;
	height: 100vh;
	text-align: center;
	background: #356db8;
	scroll-behavior: smooth !important;
}
body.noscroll,
body.noscroll .siteContainer {
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
}
body.leaving {
	overflow: hidden;
}
iframe {
	/*CSS transitions*/
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important; /*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

div,
p,
span,
li,
strong {
	user-select: none !important;
	font-family: 'Montserrat-Regular';
	color: #fff;
}

strong {
	font-weight: normal;
	font-family: 'Montserrat-Bold';
}

a {
	font-family: 'Montserrat-Medium';
	color: #000;
}

h2,
h3 {
	font-family: 'Montserrat-Bold';
	font-weight: normal;
}

button,
.headerArrow,
.btnVideoHide,
.btnOK {
	display: inline-block;
	border: none;
	outline: none;
	background: none;
	position: relative;
	z-index: 2;
	font-family: 'Montserrat-Bold';
	color: #fff;
	padding: 16px 24px;
	border-radius: 40px;
	background: #346db6;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease-in-out;
}
.btnVideoHide {
	padding: 15px 0px;
	width: 50px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 40%;
	top: 285px;
}

button:hover,
.btnOK:hover {
	background: #215599;
}

button {
	cursor: pointer;
}
button.img {
	line-height: 0px;
	padding: 16px;
}

.mobileLandscape {
	display: none;
}

.headerArrow {
	padding: 16px;
	position: absolute;
	letter-spacing: 0px;
	line-height: 0px;
	bottom: auto;
	top: -13.6vh;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

#sectionBG {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.bgStyle1 {
	fill: url(#SVGID_1_);
	position: absolute;
	height: 100vh !important;
}
.bgStyle2 {
	fill: #ffffff;
	fill-opacity: 0.28;
	height: 100vh !important;
}

.siteContainer {
	position: relative;
	width: 100%;
	display: inline-block;
	opacity: 1;
	transition: opacity 0.5s ease-out;
	z-index: 1;
}
.siteContainer.hidden {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}

/* HONESTY POPUP */
.honestyContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s ease-out;
	background: radial-gradient(143.57% 88.32% at 7.11% 11.82%, rgba(52, 109, 182, 0.56) 0%, rgba(94, 158, 214, 0.56) 100%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transform: translate3d(0, 0, 1px);
}
.honestyContainer.hidden {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.honestyContent {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
}
.honestyContent h1 {
	max-width: 920px;
	margin: auto;
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	line-height: 34.5px;
	letter-spacing: 0.4px;
	margin-bottom: 60px;
}
.honestyType {
	position: relative;
	width: 27%;
	max-width: 326px;
	display: inline-flex;
	vertical-align: top;
	margin: 0px 10px;
	padding: 24px;
	background: #fff;
	border-radius: 24px;
	flex-direction: row;
	align-items: center;
}
.honestyTypeContent {
	width: 100%;
	display: inline-block;
	margin-bottom: 48px;
}
.honestyType h2 {
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 34.5px;
	letter-spacing: 0.4px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.honestyType p {
	color: #030303;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.honestyType1 p {
	/*word-break: break-all;*/
}
.btnGo {
	position: absolute;
	bottom: 24px;
	width: calc(100% - 48px);
	left: 24px;
}

/* LEAVING POPUP */
.leavingPopup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	background: radial-gradient(143.57% 88.32% at 7.11% 11.82%, rgba(52, 109, 182, 0.56) 0%, rgba(94, 158, 214, 0.56) 100%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: opacity 0.5s ease-out;
	transform: translate3d(0, 0, 1px);
	z-index: -1;
}
.leavingPopup.active {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	z-index: 1000;
}
.leavingPopupContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-radius: 24px;
	background: #fff;
	text-align: left;
	padding: 24px;
}
.leavingPopupContent h1 {
	color: #030303;
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	font-style: normal;
	line-height: 34.5px;
	letter-spacing: 0.4px;
	margin-top: 0px;
	margin-bottom: 26px;
}
.leavingPopupContent h2 {
	color: #030303;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin-bottom: 0px;
}
.leavingPopupContent p {
	color: #030303;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin-top: 10px;
}
.leavingButtons {
	text-align: right;
}
.btnBack {
	text-decoration: underline;
	margin-right: 20px;
	color: var(--Black, #030303);
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	text-decoration-line: underline;
	cursor: pointer;
}

.cookiePopup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	background: radial-gradient(143.57% 88.32% at 7.11% 11.82%, rgba(52, 109, 182, 0.56) 0%, rgba(94, 158, 214, 0.56) 100%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: opacity 0.5s ease-out;
	z-index: -1;
}
.cookiePopup.active {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	z-index: 1000;
}
.cookiePopupContent {
	width: 100%;
	max-width: calc(700px - 12px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-radius: 24px;
	background: #fff;
	text-align: left;
	padding: 24px;
	padding-top: 12px;
}
.cookiePopupContent p {
	color: #030303;
	font-family: 'Montserrat-SemiBold';
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin-top: 10px;
}
.cookieButtons {
	position: relative;
	text-align: right;
}
.btnMoreOptions,
.btnReject {
	text-decoration: underline;
	margin-right: 20px;
	color: var(--Black, #030303);
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	text-decoration-line: underline;
	font-family: 'Montserrat-Bold';
	cursor: pointer;
}
.btnMoreOptions {
	position: absolute;
	left: 0px;
	transform: translateY(50%);
}

.stickyDisclaimer span {
	display: none;
	font-size: 16px;
	margin-right: 50px;
}
.stickyDisclaimer {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #356db8;
	z-index: 100;
	font-size: 0px;
	padding: 7px 0px;
	transform: translate3d(0, 0, 1px);
}
.stickyDisclaimer div {
	color: #fff;
	font-family: 'Montserrat-SemiBold';
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 16px;
}
.stickyDisclaimer a {
	color: #fff;
	font-family: 'Montserrat-Regular';
}
.stickyDisclaimer p {
	margin: 0px;
}

.videoHeader {
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: inline-block;
	z-index: 1 !important;
	background: #356db8;
	transform: translate3d(0, 0, 1px);
}
.videoHeader video {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}
.videoOverlay {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	transform: translateY(calc(-100% + 1px));
}

.fixed {
	position: fixed !important;
	margin-top: 0px !important;
	top: 0px !important;
	left: 0px !important;
}

.section {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2 !important;
	transform: translate3d(0, 0, 1px);
}

.introSection {
	background-image: url(../images/introBG.png);
	background-size: contain;
	height: auto !important;
	padding-bottom: 5vh;
	z-index: 2 !important;
	transform: translate3d(0, 0, 1px);
	margin-top: 100vh;
}

.sectionIntro {
	background: #346db6;
	height: auto !important;
	padding-bottom: 10px;
}

.introContent {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding-top: 1px;
}
.introContent * {
	text-align: left;
}
.introContent h1 {
	margin: 0px;
	margin-top: 70px;
	font-family: 'Montserrat-SemiBold';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 37.5px;
	letter-spacing: 0.4px;
	margin-bottom: 40px;
}
.introContent h2 {
	margin: 0px;
	max-width: 860px;
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	margin-bottom: 50px;
}
.introLinks {
	margin-bottom: 50px;
}
.introLinkContainer {
	position: relative;
	border-radius: 16px;
	background: #fff;
	color: #000;
	padding: 24px;
	margin-bottom: 34px;
	min-height: 60px;
	height: 100%;
	display: inline-flex;
	vertical-align: bottom;
	width: 100%;
	flex-direction: row;
	align-items: center;
}
.introLinkContainer p {
	color: #030303;
	font-size: 18px;
	font-family: 'Montserrat-Bold';
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	max-width: 61%;
	margin: 2px;
	display: inline-block;
}
.introLinkContainer:nth-child(2) p {
	max-width: 48%;
}
.btnDownload {
	position: absolute;
	overflow: hidden !important;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}
button.btnDownload a {
	position: absolute;
	left: -100px;
}

.profilesSection {
	z-index: 3;
	width: 20%;
	right: 0px;
	left: auto !important;
	height: 100vh;
	transform: translate3d(0, 0, 1px);
	position: absolute;
}

.profile {
	background: linear-gradient(160deg, #cbe0f1 0, #75a9d6 100%);
}
.profileDetailBG {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(52, 109, 182, 0.5);
	z-index: 19;
}
.profileDetailBG.on {
	display: inline-block;
}
.profileDetail {
	display: inline-block;
	z-index: 20;
	position: fixed;
	bottom: 0vh;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	padding: 74px;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 24px 24px 0px 0px;
	background: rgba(255, 255, 255, 0.88);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	text-align: left;
	width: calc(100% - 198px);
	max-width: 1020px;
	transition: transform 0.2s ease-in-out;
}
.profileDetail.on {
	transform: translateX(-50%) translateY(0%);
	transition: transform 0.5s ease-in-out;
}
.vimeoContainer {
	display: inline-block;
	vertical-align: top;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 16px;
	width: 60%;
	max-width: 594px;
	height: auto;
}
.vimeoContainer img {
	width: 100%;
	height: auto;
}
.videoCopy {
	width: 36%;
	display: inline-block;
	margin-left: 3%;
	position: relative;
}
.videoCopyContainer {
}
.videoCopy h1,
.videoCopy p {
	color: #000;
	display: inline-block;
}
.videoCopy h1 {
	margin-top: 0px;
	font-size: 23px;
	line-height: 29.5px;
	letter-spacing: 0.4px;
	font-family: 'Montserrat-SemiBold';
}
.videoCopy p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.4px;
}

.profiles {
	display: block;
	height: calc(100vh - 30px);
	font-size: 0px;
	line-height: 0px;
}

.profile {
	position: relative;
	display: inline-block;
	/*top: 0px; left: 0px;*/
	width: 50%;
	height: calc(50vh - 15px) !important;
	z-index: 2;
	text-align: center;
	color: #000;
}
.scrollSnap {
	/*scroll-snap-align: start;*/
}

.profile.top {
	z-index: 11 !important;
}
.profile1 {
	z-index: 2;
}
.profile2 {
	z-index: 3;
}
.profile3 {
	z-index: 4;
}

.profile4 {
	z-index: 5;
}

.profileLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 43%;
	height: 100%;
	z-index: 2;
}
.profileLeft.on {
	margin-top: 0px !important;
}

.profileBGLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 43%;
	height: 100%;
	background-image: url(../images/bgLeft.jpg);
	background-size: 100% 100%;
	z-index: 1;
	margin-top: 0vh;
}
.profileDots {
	position: absolute;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
	right: 50px;
	width: 12px;
}
.profileDots span {
	padding: 8px;
	display: inline-block;
	cursor: pointer;
}
.profileDots span.on circle {
	fill: #346db6;
	stroke: #346db6;
}
.profileContent {
	position: absolute;
	left: 50%;
	top: 71%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	width: 80%;
}
.profileCopy {
	position: relative;
	width: 93%;
	transition: all 0.75s ease-out;
	margin-left: 30%;
	margin-top: -10%;
	max-width: 350px;
	background: #cbe0f1;
	padding: 0px 20px 30px 20px;
}
.profileCopy.on {
	transform: translateY(-50vh) translateX(51px);
	transition: all 0.5s ease-in-out;
}
.profileContent h1,
.profileContent p,
.profileContent h2 {
	width: 100%;
	text-align: left;
	color: #030303;
}
h1,
h2,
h3 {
	font-weight: normal;
}

.profileContent h1 {
	margin: 0px;
	margin-top: 20px;
	font-family: 'Montserrat-Bold';
	font-size: 35px;
	line-height: 38px;
	letter-spacing: 0.4px;
}
.profileContent p {
	margin: 0px;
	margin-top: 16px;
	color: #030303;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
}
.profileContent h2 {
	position: relative;
	margin: 0px;
	margin-top: 16px;
	color: #030303;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.btnView {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 140px;
}
.btnView img {
	width: 18px;
}

.btnView .iconMinus {
	display: none;
}
.btnView.on .iconMinus {
	display: block;
}
.btnView.on .iconPlus {
	display: none;
}

.profileImage {
	position: absolute;
	width: auto;
	height: 210px;
	display: block;
	bottom: 80%;
	opacity: 1;
	transition: opacity 1s ease-in;
}
.profileImage.on {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.profileRight {
	position: absolute;
	left: 38%;
	width: 57%;
	height: 100%;
}

.profileRight img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
}

.footerSection {
	position: relative;
	height: auto !important;
	z-index: 4 !important;
	background: #fff;
	color: #000;
	text-align: center;
}

.footerDownloads {
	width: 100%;
	background: #346db6;
	text-align: center;
}
.footerDownloadsContainer {
	width: calc(1032px - 96px);
	padding: 48px;
	display: inline-block;
	margin: 40px;
	border-radius: var(--Radius-M, 24px);
	background: #f4f7fb;
	text-align: left;
	margin-bottom: 0px;
}
.footerDownloadsImage {
	display: inline-block;
	width: 44%;
	border-radius: 16px;
	background: #dbdfe9;
	text-align: center;
	padding: 10px 0px;
	vertical-align: top;
}
.footerDownloadsImage img {
	width: 124px;
}
.footerDownloadsCopy {
	margin-left: 32px;
	display: inline-block;
	text-align: left;
	width: 50%;
	vertical-align: top;
}
.footerDownloadsCopy h1,
.footerDownloadsCopy2 h1 {
	margin: 0px;
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	line-height: 34.5px;
	letter-spacing: 0.4px;
	color: #030303;
}
.footerDownloadsCopy p,
.footerDownloadsCopy2 p {
	margin: 0px;
	margin-top: 28px;
	color: #030303;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.4px;
	max-width: 446px;
}
.footerDownloadsCopy a,
.footerDownloadsCopy2 a {
	display: inline-block;
	position: relative;
	margin: 0px;
	margin-top: 44px;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.4px;
	color: #030303;
	text-decoration: none;
}
.btnDownloadLeaflet {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -70px;
}

.footerDownloadsContainerHalf {
	width: calc(502px - 96px);
	padding: 48px;
	display: inline-block;
	margin: 40px;
	border-radius: var(--Radius-M, 24px);
	background: #f4f7fb;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 24px;
}
.footerDownloadsImage2 {
	display: inline-block;
	width: 100%;
	border-radius: 16px;
	background: #dbdfe9;
	text-align: center;
	padding: 10px 0px;
	vertical-align: top;
	margin-bottom: 28px;
}
.footerDownloadsImage2 img {
	height: 177px;
}
.footerDownloadsImage2.menu {
	padding-bottom: 0px;
}
.footerDownloadsImage2.menu img {
	height: 187px;
}
.footerDownloadsCop2 {
	margin-left: 32px;
	display: inline-block;
	text-align: left;
	width: 64%;
	vertical-align: top;
}

.accordiansContainer {
	width: calc(100% - 64px);
	padding: 32px;
	max-width: calc(1440px - 64px);
	text-align: left;
	margin: auto;
	padding-bottom: 10px;
}
.accordianItem {
	position: relative;
	margin-top: 12px;
}
.accordianItem img {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.btnExpand {
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
}
.accordianItem {
	cursor: pointer;
}
.accordianItem .plus {
	display: inline-block;
}
.accordianItem .minus {
	display: none;
}
.accordianItem.on .plus {
	display: none;
}
.accordianItem.on .minus {
	display: inline-block;
}
.accordianItem h1 {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat-ExtraBold';
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.9px;
	color: #030303;
}
.accordianCopy {
	display: none;
}
.footerBottom {
	width: calc(100% - 64px);
	padding: 32px;
	max-width: calc(1440px - 64px);
	text-align: left;
	margin: auto;
	text-align: left;
}
.accordianItem p,
.accordianItem strong,
.accordianItem li,
.accordianItem h1 span,
.footerBottom p {
	color: #030303;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
}
ul {
	list-style: none;
	padding-left: 18px;
}
li::before {
	content: '\2022';
	position: absolute;
	margin-left: -12px;
}
.logoFooter {
	text-align: right;
	margin: 0px 28px;
}
.logoFooter img {
	width: 310px;
}
.footerLinks {
	margin-top: 30px;
}
.footerLinks a {
	font-size: 14px;
	margin-right: 24px;
	text-decoration: underline;
	cursor: pointer;
}
.footerBG {
	width: 100%;
	height: 16px;
	background-image: url(../images/footerTileBG.png);
	margin-top: 10px;
	margin-bottom: -6px;
}
.reporting {
	width: calc(100% - 64px);
	max-width: calc(1440px - 104px);
	text-align: left;
	margin: auto;
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #000;
}
.reporting h2 {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat-ExtraBold';
	font-weight: normal;
	color: #030303;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin-top: 0px;
}
.reporting p,
.reporting span {
	margin-top: 0px;
	color: #030303;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.reporting span {
	display: inline-block;
	width: 33%;
}
.reporting span a {
	font-family: 'Montserrat-Medium';
}
.reporting span a[type='tel'] {
	text-decoration: none;
}

.dlDropDown {
	width: 144px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	background: #fff;
	border-radius: 4px;
	margin-top: 34px;
	padding: 14px;
	padding-right: 74px;
	cursor: pointer;
}
.dropdownOptions {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-radius: 4px;
	z-index: 100;
	display: none;
	overflow: hidden;
}
.dropdownOption,
.dropdownOptionSpacer {
	display: inline-block;
	width: calc(100% - 28px);
	font-size: 16px;
	color: #000;
	padding: 14px;
	background: #fff;
	text-align: left;
}
.dropdownOptionSpacer {
	background: none;
}
.dropdownOption:hover {
	background: #346db6;
	color: #fff;
}
.dropdownSelected {
	text-align: left;
}
.dropdownSelectedText {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: left;
}
.dropdownArrow {
	position: absolute;
	top: 16px;
	right: 16px;
}

.privacyContainer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 99991;
	backdrop-filter: blur(11px);
}

.privacyContent {
	display: inline-block;
	width: calc(100% - 80px);
	max-width: 1100px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
	text-align: left;
	background: #fff;
	color: #999;
	border-radius: 16px;
	line-height: 24px;
}
.privacyContent p,
.privacyContent p strong {
	color: #333;
}

.btnClosePrivacy {
	display: none;
	position: fixed;
	right: 40px;
	top: 20px;
	background: #fff;
	color: #000;
	padding: 10px;
	z-index: 999999999999;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
	padding: 0px !important;
	border: none !important;
	color: #222 !important;
	background-color: unset !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
	background-color: #fff !important;
}
.ot-sdk-show-settings {
	cursor: pointer !important;
}
