<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------------
  Registration page
------------------------------------------------------------------------------*/
.register-form-wrapper {
	margin: auto;
	/* margin-left: auto; */
	width: 100%;
  min-width: 52rem; /*Mohan changed from 38 to 48 on 13/07/2024 to accomodate new tab for two factor authentication*/
	max-width: 52rem;
}

.cus-page-heading{
  width: 100%;
  min-width: 58rem; /*Mohan changed from 38 to 48 on 13/07/2024 to accomodate new tab for two factor authentication*/
	max-width: 58rem;
}

.register-form-wrapper .form-widget__inner {
	border-radius: 8px;
}

/*------------------------------------------------------------------------------
    Registration form
------------------------------------------------------------------------------*/
.register-form {
	margin-bottom: 1.875rem;
}

.helpLink.tiny {
	display: none;
}

#attributeVerification .attrEntry {
	/*margin-bottom: 1.875em;*/
	position: relative;
}

#attributeVerification .attrEntry:nth-last-child(2) {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------
    Radio buttons 
------------------------------------------------------------------------------*/
input[type=radio]:not(:checked),
input[type=radio]:checked {
	position: absolute;
	width: 28px;
	height: 28px;
	z-index: 10;
	margin: 0 0 0 18px;
	opacity: 0;
	pointer-events: none;
}

#extension_AgeOver18_list li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4rem;
}

#extension_AgeOver18_list li:last-child {
	margin-right: 0;
}

#extension_AgeOver18_list input[type=radio]+label {
	font-family: 'HelveticaNowTextW01-Bold', sans-serif;
	font-size: 1.125rem;
	display: inline-block !important;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border: 2px solid black;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
	margin: 0;
}

#extension_AgeOver18_list input[type=radio]:checked+label {
	background-color: #fff;
	border: 2px solid #188838;
}

#extension_AgeOver18_list input[type=radio]:checked+label:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #188838;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 100%;
}

.extension_AgeOver18_list_focused {
	border-radius: 0.25rem;
  outline: rgb(135, 159, 255) solid 0.125rem;
  outline-offset: 0.125rem;
}

#false_option:after {
	content: "No";
	line-height: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	padding-left: 50px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	clear: both;
}

#true_option:after {
	content: "Yes";
	line-height: 1;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	padding-left: 46px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	clear: both;
}

/*#attributeList .TextBox, #attributeList .RadioSingleSelect{
	display: block;
	vertical-align: middle;
	margin-right: -4px;
}*/

/* 18 years old varification */

#extension_DOB_label,
#extension_DOB {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-right: -4px;
}

#extension_DOB_label {
	line-height: 1.1;
	text-align: right;
	width: 55%;
	padding-right: 5%;
	margin-bottom: 0;
}

#extension_DOB {
	width: 40%;
	font-size: 0.95rem;
	letter-spacing: -0.3px;
}

#extension_DOB::placeholder {
	visibility: visible;
	color: #a9a9a9;
}

.attrEntry__radios {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-right: -6px;
	min-height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.attrEntry__dob {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	text-align: right;
	margin-right: -4px;
	margin-bottom: 0 !important;
	min-height: 50px;
}

#extension_DOB_label {
	text-align: right;
	width: 55%;
	padding-right: 5%;
	margin-bottom: 0;
}

#extension_DOB {
	width: 40%;
}

#termsOfUseConsented_label {
	display: none;
}

.RadioSingleSelect {
	margin-bottom: 1.875em;
}

/* end of 18 years varification*/

/*------------------------------------------------------------------------------
    Terms &amp; Conditions
------------------------------------------------------------------------------*/
/*.toc-checkbox {
	position: relative;
}*/

.terms__checkbox {
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*    width: 16px;
    height: 16px;*/
	border: none;
	margin-left: 0;
	margin-top: 0;
	margin-right: 6px;
}

.terms__label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	font-size: 1.125rem;
}

/*------------------------------------------------------------------------------
    Password checker
------------------------------------------------------------------------------*/
.password-checker-widget {
	margin-top: .75rem;
	margin-bottom: .8rem;
}

.password-checker__wrapper {
	display: flex;
}

.password-checker-bar {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	height: 9px;
	margin-right: 5px;
	background-color: #DDDEE1;
	border-radius: 4px;
}

.password-checker-bar:last-child {
	margin-right: 0;
}

.password-checker-bar--weak {
	background-color: #DA1E5B;
}

.password-checker-bar--medium {
	background-color: #EF6223;
}

.password-checker-bar--well {
	background-color: #188838;
}

.password-checker-helper {
	margin-top: 0.4rem;
}

.password-checker-helper icon {
	display: inline-block;
	vertical-align: middle;
}

.checker-title {
	font-size: 0.875rem;
	color: #4E5A5F;
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
}

.checker-helper--icon {
	margin-right: .1rem;
}

.strength-status {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem;
}

.strength-status--weak {
	color: #DA1E5B;
}

.strength-status--medium {
	color: #C33D14;
}

.strength-status--well {
	color: #188838;
}

/*------------------------------------------------------------------------------
    Form 'Edit login details'
------------------------------------------------------------------------------*/
.form-edit-details .form--input-item {
	margin-bottom: 1.875em;
	position: relative;
}

.form-edit-details .form--input-item:last-child {
	margin-bottom: 0;
}

.attrEntry-input-btn {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.attrEntry-input-btn .link-secondary {
	margin-left: 0.5rem;
}

.btn-update {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

/*------------------------------------------------------------------------------
    Site header
------------------------------------------------------------------------------*/
.page-content {
  display: flex;
  align-items: normal;
  justify-content: center;
  min-height: calc(100vh - 17.65rem);
}

.site-header {
  right: 0;
  top: 0;
  left: 0;
  height: 5.5rem;
  background-color: #fff;
  box-shadow: inset 0px -1px 0px #DDDEE1;
  padding: 1.5rem;
  z-index: 5;
}

.site-header .logo {
  display: block;
  width: 15.5625rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.logo-img {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-xs-img {
  display: none;
}

.page-content__inner {
  /*padding: 5.625rem 2rem;*/
  padding: 2.5rem 2rem;
}

.cus-page-content__inner{
  padding: 2.5rem 1rem;
}

.site-subheader {
  height: 7.75rem;
  background-color: #0850A1;
  color: #FFFFFF;
}

.align-form-container {
  height: 100%;
  position: relative;
}

.align-form-content {
  align-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-profile-edit-header .align-form-content {
  max-width: 40rem;
}

.float-left-container {
  float: left;
  height: 100%;
  position: relative;
  z-index: 999;
}

.float-left-content {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 margin-left: 9rem;
}

/*------------------------------------------------------------------------------
  Site footer
------------------------------------------------------------------------------*/
.site-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #041C2C;
  color: #959B9E;
  vertical-align: middle;
}

.site-footer .link-secondary {
  color: #959B9E;
  text-decoration: none;
}

.site-footer .link-secondary:hover {
  color: #959B9E;
  text-decoration: underline;
  outline: 0;
}

.site-footer .link-secondary:focus-visible {
  color: #959B9E;
  text-decoration: underline;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

/*------------------------------------------------------------------------------
  Signin form
------------------------------------------------------------------------------*/

.signin-form-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
}

.form-widget__inner {
  background: #FFFFFF;
  padding: 3em 1.875em;
  border-radius: 8px 0 0 8px;
  height: 100%;
  min-height: 39.75rem;
  position: relative;
}

.signin-form--widget&gt;.form-widget__inner {
  background: #188838;
  color: #FFFFFF;
}

.signin-form-wrapper .buttons {
  position: absolute;
  bottom: 0;
  padding-bottom: 3.375em;
  white-space: nowrap;
}

.signin-form-wrapper .secondary-links-group {
  margin-bottom: 4rem;
}

.signin-form-wrapper .textInput.invalid,
.signin-form-wrapper .highlightError {
  background-color: #FFFFFF;
  color: #B00020;
  border: 2px solid #FFFFFF;
}

.signin-form-wrapper input.highlightError:focus {
  border: 2px solid #FFFFFF;
}

.signin-form-wrapper .error {
  color: #B00020;
  border-radius: 4px;
  background-color: #F8DDE6;
  padding: 1rem;
}

.wrap-mfa .error.itemLevel.show, .wrap-mfa-otp .error.itemLevel.show{
  color: #B00020;
  border-radius: 4px;
  background-color: #F8DDE6;
  padding: 1rem;
}

.error.pageLevel, .error.itemLevel{
  font-size: 1rem;
}

.error.itemLevel.show:empty{
  background-color: transparent!important;
  padding: 0px!important;
}

.wrap-app-mfa-policy .error.itemLevel.show {
  background-color: transparent!important;
  padding: 0rem 0rem!important;
}

.wrap-app-mfa-policy .error.pageLevel {
  background-color: transparent!important;
  padding: 0rem 0rem!important;
}

.wrap-mfa-otp #requiredFieldMissing{
  display: none!important;
}

.wrap-app-mfa-policy #requiredFieldMissing{
  display: none!important;
}


.signin-form-wrapper .subheading--link-secondary:hover  {
  color: #FFFFFF !important;
  text-decoration: none;
  outline: 0;
}

.signin-form-wrapper .subheading--link-secondary:focus-visible  {
  color: #FFFFFF !important;
  text-decoration: none;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.signin-form-wrapper .link-primary  {
  color: #FFFFFF !important;
  text-decoration: underline;
  outline: 0;
}

.signin-form-wrapper .link-primary:hover {
  color: #FFFFFF !important;
  background: none;
  text-decoration: none;
  outline: 0;
}

.signin-form-wrapper .link-primary:focus-visible {
  color: #FFFFFF !important;
  background: none;
  text-decoration: none;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}
.signin-form-wrapper .link-secondary {
  color: #FFFFFF !important;
  text-decoration: underline;
  outline: 0;
}

.signin-form-wrapper .link-secondary:hover {
  color: #FFFFFF !important;
  background: none;
  text-decoration: none;
  outline: 0;
}

.signin-form-wrapper .link-secondary:focus-visible {
  color: #FFFFFF !important;
  background: none;
  text-decoration: none;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

/*------------------------------------------------------------------------------
  Signin form widget styling
------------------------------------------------------------------------------*/

#localAccountForm h2 {
  font-family: 'HelveticaNowDisplayW01-Bold', sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
}

#localAccountForm label {
  display: block;
  line-height: 1.1rem;
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
}

#localAccountForm .entry-item {
  margin-bottom: 1.875em;
  position: relative;
}

#localAccountForm .entry-item:nth-last-child(2) {
  margin-bottom: 0;
}

#localAccountForm .divider,
.create {
  display: none;
}

#localAccountForm #forgotPassword {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: underline;;
  padding-bottom: .15em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-underline-offset: 4px;
}

#localAccountForm #forgotPassword:hover {
  text-decoration: none;;
  outline: 0;
}

#localAccountForm #forgotPassword:focus-visible {
  text-decoration: none;;
  outline: #000000 solid 2px;
  outline-offset: 2px;
}

#localAccountForm #password {
  position: relative;
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------
  Standard form
------------------------------------------------------------------------------*/

.form-widget-standard__inner {
  background: #FFFFFF;
  height: 100%;
}

/*------------------------------------------------------------------------------
    Info panel styling
------------------------------------------------------------------------------*/

.signin-form--info-panel {
  color: #fff;
  position: relative;
}


.info-panel__inner {
  display: block;
  background-color: #041C2C;
  height: 100%;
  padding: 3.375em 1.875em;
  border-radius: 0px 8px 8px 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.07);
}

.info-panel__inner .section-heading {
  color: #fff;
}

.info-panel__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.875em 3.375em 1.875em;
}

.info-panel__footer #createAccount {
  font-family: 'HelveticaNowTextW01-Medium', sans-serif;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 32px;
  padding: 0.35rem 0.875rem;
  text-align: center;
  background: rgb(24, 136, 56);
  color: rgb(255, 255, 255);
  border: none;
  transition: color .2s cubic-bezier(.4, 0, .2, 1), background .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.info-panel__footer #createAccount:hover {
  background: rgb(0, 90, 11);
  color: rgb(255, 255, 255);
}

/*------------------------------------------------------------------------------
    Error states
------------------------------------------------------------------------------*/

.error {
  color: #B00020;
  border-radius: 4px;
}

.error.itemLevel {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  /* margin-bottom: 0.5rem; */
}

.error.itemLevel p {
  margin-bottom: 0;
}

.error.pageLevel {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0;
  padding: 1rem;
  background: #F8DDE6;
}

.error.pageLevel p {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------
  Form styling general
------------------------------------------------------------------------------*/
form label {
  position: relative;
  display: block;
  line-height: 1.1rem;
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
}

.input--helper {
  margin-bottom: 0.75rem;
}

.input--helper p {
  font-size: 11.5px;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #4E5A5F;
  font-family: 'HelveticaNowMicroW01-Rg', sans-serif;
}

.form-label--title-sm {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3rem;
  font-size: 11.5px;
  line-height: 1.1;
  margin-bottom: 0;
  color: rgba(47, 51, 54, 0.6);
  font-family: 'HelveticaNowMicroW01-Rg', sans-serif;
}

.form-label--link {
  color: #4E5A5F;
  padding-bottom: 0.09rem;
  text-decoration: underline;
}

.form-label--link:hover {
  color: #2DB84B;
  cursor: pointer;
}

.form-label--link:focus-visible {
  color: #2DB84B;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.form-label--link:focus:not(:focus-visible) {
  outline: none;
}

.form-label--inline {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
}

.form-label--wtitle {
  display: block;
  margin-bottom: 1.25rem;
}

.label-text-inline {
  margin-left: 0.4rem;
  font-size: 11.5px;
  line-height: 1.1;
  margin-bottom: 0;
  color: rgba(47, 51, 54, 0.6);
  font-family: 'HelveticaNowMicroW01-Rg', sans-serif;
}

/*------------------------------------------------------------------------------
  Form Infobox
------------------------------------------------------------------------------*/
.form-infobox {
  position: relative;
  display: block;
  padding: 1.25rem 3.75rem;
  background-color: rgba(217, 223, 255, .95);
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.form-infobox p {
  line-height: 1.5rem;
}

.form-infobox--icon-info {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.form-infobox--icon-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.infobox-heading {
  font-size: 1.125rem;
  font-family: HelveticaNowTextW01-Bold;
  line-height: 1.1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

/*------------------------------------------------------------------------------
  Email verification page
------------------------------------------------------------------------------*/

#attributeVerification .attrEntry.email-verification-attr {
  margin-bottom: 0;
}

/* .email-verification-form__inner {
  padding-top: 2rem;
  padding-bottom: 2.45rem;
} */

.email-verification-form--error {
  font-size: 1rem;
  line-height: 1.275rem;
}

#mfaEmailControl_error_message, #phoneVerificationControlVerify_error_message{
  margin-top: 0.5rem;
  background-color: #F8DDE6;
  padding: 16px;
  border-radius: 3px;
  font-size: 16px;
}

.wrap-mfa #verificationCode.invalid, .wrap-mfa-otp #verificationCode.invalid{
  background-color: #fff;
  color: #B00020;
}

.email-verification-form--buttons {
  margin-top: 2.5rem;
}

.email-verification-message {
  margin-top: 0.45rem;
}

.email-verification-message p {
  margin-bottom: 0;
}

.email-verification-message button {
  margin-top: 2.5rem;
}

#txtInfo {
  margin-top: 1.5em;
}

#btnSendNewCode {
  margin-top: 1.875em;
  color: #fff;
}

#currentEmailControl #btnSendNewCode{
  color: #041C2C;
}

#emailControl #btnSendNewCode{
  color: #041C2C;
}

/*------------------------------------------------------------------------------
  Nav tabs
------------------------------------------------------------------------------*/
.nav-tabs-container {
  margin-bottom: 2rem;
}

.tabs-nav-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: -5px;
  text-align: center;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: grey;
}

.tabs-nav__item-link.active span {
  border-color: #2DB84B;
  border-style: solid;
  border-width: 0 0 4px 0;
}

.tabs-nav__item-link span {
  padding: 0.5rem 0!important;
}

.tabs-nav__item-link {
  width: 100%;
  display: block;
  padding-bottom: 0.625rem;
  color: #4E5A5F;
  font-size: 1.15rem;
  font-family: 'HelveticaNowTextW01-Regular';
  white-space: nowrap;
  margin-bottom: -0.1rem;
  padding: 16px 32px 16px 0;
}

.tabs-nav__item-link.active {
  color: #041C2C;
  font-family: 'HelveticaNowTextW01-Medium';
  /* content: ""; */
}

/*------------------------------------------------------------------------------
  Helvetica
------------------------------------------------------------------------------*/
.infobox-w-button label {
  font-family: 'HelveticaNowDisplayW01-Bold', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #041C2C;
  margin-bottom: 1.875rem;
}

.infobox-w-button .error {
  margin-top: 0;
}

.infobox-w-button .textInParagraph {
  line-height: 1.75rem;
  font-size: 1.125rem;
}

/*------------------------------------------------------------------------------
  Helvetica
------------------------------------------------------------------------------*/

@font-face {
  font-family: HelveticaNowDisplayW01-Bold;
  font-weight: bold;
  src: url("../fonts/HelveticaNowDisplayW01-Bold.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowDisplayW01-Rg;
  src: url("../fonts/HelveticaNowDisplayW01-Rg.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowDisplayW01-Lt;
  src: url("../fonts/HelveticaNowDisplayW01-Lt.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowTextW01-Bold;
  src: url("../fonts/HelveticaNowTextW01-Bold.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowTextW01-Regular;
  src: url("../fonts/HelveticaNowTextW01-Regular.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowTextW01-Medium;
  src: url("../fonts/HelveticaNowTextW01-Medium.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowTextW01-Light;
  src: url("../fonts/HelveticaNowTextW01-Light.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowMicroW01-Rg;
  src: url("../fonts/HelveticaNowMicroW01-Rg.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNowMicroW01-Light;
  src: url("../fonts/HelveticaNowMicroW01-Light.otf") format("opentype");
}

/*------------------------------------------------------------------------------
  Embedded
------------------------------------------------------------------------------*/
.body-embedded {
  padding-top: 0rem !important;
}

.forgotPassword-embedded {
  margin-bottom: 1.5rem !important;
}

.page-content__inner-embedded {
  padding: 0rem !important;
}

.adjust-padding-border-radius {
  border-radius: 0px !important;
  padding: 2rem !important;
}

.adjust-padding-border-radius h2 {
  padding: 0rem !important;
}

/*------------------------------------------------------------------------------
  Google reCaptcha
------------------------------------------------------------------------------*/
.grecaptcha-badge {
  display: none !important;
}

/*------------------------------------------------------------------------------
    / Rows
------------------------------------------------------------------------------*/
.grid-row {
  display: flex;
flex-wrap: wrap;
justify-content: center;
}
.grid-row--center { align-items: center; }
.grid-row--baseline { align-items: flex-end; }

/*------------------------------------------------------------------------------
  / Columns
------------------------------------------------------------------------------*/
.grid-col {
width: 100%;
}

.xs-1 { width: 8.3333333%; }
.xs-2 { width: 16.6666666666%; }
.xs-3 { width: 25%; }
.xs-4 { width: 33.333333333%; }
.xs-5 { width: 41.666666666%; }
.xs-6 { width: 50%; }
.xs-7 { width: 58.333333333%; }
.xs-8 { width: 66.66666%; }
.xs-9 { width: 75%; }
.xs-10 { width: 83.333333333%; }
.xs-11 { width: 91.6666666667; }
.xs-12 { width: 100%; }

@media(min-width: 36rem) { /* 576px */
.s-1 { width: 8.3333333%; }
.s-2 { width: 16.6666666666%; }
.s-2b { width: 19.999999999%; }
.s-3 { width: 25%; }
.s-4 { width: 33.333333333%; }
.s-5 { width: 41.666666666%; }
.s-6 { width: 50%; }
.s-7 { width: 58.333333333%; }
.s-8 { width: 66.66666%; }
.s-9 { width: 75%; }
.s-10 { width: 83.333333333%; }
.s-11 { width: 91.6666666667; }
.s-12 { width: 100%; }
.s-auto { width: auto; }
}
@media(min-width: 48rem) { /* 768px */
.m-1 { width: 8.3333333%; }
.m-2 { width: 16.6666666666%; }
.m-2b { width: 19.999999999%; }
.m-3 { width: 25%; }
.m-4 { width: 33.333333333%; }
.m-5 { width: 41.666666666%; }
.m-6 { width: 50%; }
.m-7 { width: 58.333333333%; }
.m-8 { width: 66.66666%; }
.m-9 { width: 75%; }
.m-10 { width: 83.333333333%; }
.m-11 { width: 91.6666666667; }
.m-12 { width: 100%; }
.m-auto { width: auto; }
}
@media(min-width: 64rem) { /* 1024px */
.l-1 { width: 8.3333333%; }
.l-2 { width: 16.6666666666%; }
.l-2b { width: 19.999999999%; }
.l-3 { width: 25%; }
.l-4 { width: 33.333333333%; }
.l-5 { width: 41.666666666%; }
.l-6 { width: 50%; }
.l-7 { width: 58.333333333%; }
.l-8 { width: 66.66666%; }
.l-9 { width: 74.9999999%; }
.l-10 { width: 83.333333333%; }
.l-11 { width: 91.6666666667; }
.l-12 { width: 100%; }
.l-auto { width: auto; }
}
@media(min-width: 90rem) { /* 1440px */
.xl-1 { width: 8.3333333%; }
.xl-2 { width: 16.6666666666%; }
.xl-2b { width: 19.999999999%; }
.xl-3 { width: 25%; }
.xl-4 { width: 33.333333333%; }
.xl-5 { width: 41.666666666%; }
.xl-6 { width: 50%; }
.xl-7 { width: 58.333333333%; }
.xl-8 { width: 66.66666%; }
.xl-9 { width: 74.9999999%; }
.xl-10 { width: 83.333333333%; }
.xl-11 { width: 91.6666666667; }
.xl-12 { width: 100%; }
.xl-auto { width: auto; }
}
@media(min-width: 120rem) { /* 1920px */
	.xxl-1 { width: 8.3333333%; }
	.xxl-2 { width: 16.6666666666%; }
	.xxl-2b { width: 19.999999999%; }
	.xxl-3 { width: 25%; }
	.xxl-4 { width: 33.333333333%; }
	.xxl-5 { width: 41.666666666%; }
	.xxl-6 { width: 50%; }
	.xxl-7 { width: 58.333333333%; }
	.xxl-8 { width: 66.66666%; }
	.xxl-9 { width: 74.9999999%; }
	.xxl-10 { width: 83.333333333%; }
	.xxl-11 { width: 91.6666666667; }
	.xxl-12 { width: 100%; }
	.xxl-auto { width: auto; }
}





* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  font-size: 1.125rem;
  line-height: 1.1rem;
  color: #041C2C;
  font-family: 'HelveticaNowTextW01-Regular', sans-serif;
  background-size: 100% auto;
  margin: 0;
  height: 100%;
  position: relative;
  letter-spacing: 0;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
  color: #041C2C;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  outline: 0;
  cursor: pointer;
}

a:focus-visible {
  outline: rgb(135, 159, 255) solid 0.125rem;
  outline-offset: 0.125rem;
}

a:focus:not(:focus-visible) {
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hidden-control {
  display: none !important;
}

::placeholder {
  visibility: hidden;
}

input::placeholder {
  visibility: hidden;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  visibility: hidden;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #188838;
}


.img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.list-reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input,
select,
textarea {
  font-size: 1.125rem;
  width: 100%;
  padding: 12px;
  margin-bottom: 0;
  font-family: 'HelveticaNowTextW01-Regular', sans-serif;
  color: #041C2C;
  border-radius: 4px;
  border: 2px solid #DDDEE1;
  background-color: #f9f9f9;
  transition: border-color 200ms ease-in-out;
}

input,
select {
  height: 3.125rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 2px solid #2DB84B;
}

input[type=checkbox]:focus{
  outline: 2px solid #2DB84B;
}

.cus-radio:focus, .cus-radio-mfa:focus{
  outline: 2px solid #2DB84B;
}

input:read-only {
  border: 2px solid #DDDEE1;
  background-color: #F0F1F2;
  color: #4E5A5F;
}

/*------------------------------------------------------------------------------
    /text input invalid
------------------------------------------------------------------------------*/
.textInput.invalid,
.highlightError {
  background-color: #FEEDF3;
  border: 1px solid #9095A1;
  color: #B00020;
}

input.highlightError:focus {
  border: 2px solid #FFD8D9;
}

/* Hide default checkboxes */
input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

input[type="checkbox"] + label,
.cus-radio + label, .cus-radio-mfa + label{
   position: relative;
   overflow: hidden;
   cursor: pointer;
   padding: 0.2rem 0.3rem 0.2rem 0rem;
}

/* Unchecked styles */
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 1.125rem;
  width: 1.125rem;
  background-color: #FFFFFF;
  border: 0.125rem solid #959B9E;
  margin-right: 0.5em;
  margin-left: 0.2rem;
}

.cus-radio + label::before, .cus-radio-mfa + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  background-color: #fff;
  border: 0.125rem solid #959B9E;
  border-radius: 1rem;
  margin-right: 0.5em;
  margin-left: 0.2rem;
}

input[type="checkbox"]:focus-visible + label::before,
.cus-radio:focus-visible + label::before, .cus-radio-mfa:focus-visible + label::before {
  outline: rgb(135, 159, 255) solid 0.125rem;
}

input[type="checkbox"]:focus:not(:focus-visible) + label::before,
.cus-radio:focus:not(:focus-visible) + label::before, .cus-radio-mfa:focus:not(:focus-visible) + label::before {
  outline: none;
}

/* Checked styles */
input[type="checkbox"]:checked + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 1.125rem;
  width: 1.125rem;
  background-color: #fff;
  border: 0.125rem solid #188838;
  margin-right: 0.5em;
}

.cus-radio:checked + label::before, .cus-radio-mfa:checked + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #188838;
  border: 0.125rem solid #188838;
  border-radius: 1rem;
  margin-right: 0.5em;
  min-width: 1.5rem;
}

input[type="checkbox"]:checked + label::after{
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.6rem;
  left: 0.5rem;
  border: 0.125rem solid rgb(24, 136, 56);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cus-radio:checked + label::after, .cus-radio-mfa:checked + label::after{
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.5rem;
  left: 0.5rem;
  border: 0.125rem solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cus-radio:checked + label::after{
  top: 1.6rem!important;
  left: 1.7rem!important;
}

.cus-radio-mfa:checked + label::after{
  top: 2.1rem!important;
  left: 1.65rem!important;
}

.cus-radio-mfa:checked + label{
  font-weight: 600;
}

.icon {
  display: inline-block;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .icon {
    background-image: url("../images/sprites@2x.png");
    background-size: 600px;
  }
}



/*------------------------------------------------------------------------------
    /Lists
------------------------------------------------------------------------------*/
.list-item {
  font-family: 'HelveticaNowTextW01-Regular', sans-serif;
  display: block;
  vertical-align: middle;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.list-item:before {
  content: "";
  height: 4px;
  width: 4px;
  top: 8.5px;
  left: 0;
  position: absolute;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  background: #2DB84B;
  margin: -2px 0 0;
}

/*------------------------------------------------------------------------------
    /Icons
------------------------------------------------------------------------------*/
.icon-exclamation-red {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}

.icon-exclamation-blue {
  background-position: -35px 0;
  width: 24px;
  height: 24px;
}

.icon-exclamation-yellow {
  background-position: -140px 0px;
  width: 24px;
  height: 24px;
}

.icon-check-green {
  background-position: -105px 0;
  width: 24px;
  height: 24px;
}

.icon-cross-grey {
  background-position: 0 -30px;
  width: 25px;
  height: 24px;
}

.icon-exclamation-triangle {
  background-position: -70px 0;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-cancel-grey {
  content: url(../images/cancel.png);
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-plus-green {
  content: url(../images/plus.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-plus-green:hover {
  content: url(../images/plus-hover.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-minus {
  content: url(../images/minus.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-minus-green {
  content: url(../images/minus-green.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-warning-orange {
  content: url(../images/warning-orange.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-warning-orange:hover {
  content: url(../images/warning-red.svg)!important;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-warning-green {
  content: url(../images/warning-green.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-warning-red {
  content: url(../images/warning-red.svg)!important;
  width: 1.75rem;
  height: 1.75rem;
}

.icon-note-white {
  content: url(../images/Info.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-down-white {
  content: url(../images/down-arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}

.icon-up-white {
  content: url(../images/up-arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  display: none;
}

.icon-mail {
  content: url(../images/email.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-mobile {
  content: url(../images/phone.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-face {
  content: url(../images/lock.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.warning-icon::before {
  background: url(../images/warning.png) no-repeat center center/cover;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  content: " ";
  vertical-align: top;
  margin-right: 0.4rem;
}

/*------------------------------------------------------------------------------
    /Headings
------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  /*margin: 0 0 .5em;*/
  line-height: 1.2;
}

.page-headings {
  margin-bottom: 2em;
}

.page-heading {
  font-family: 'HelveticaNowDisplayW01-Bold', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0rem 1rem;
}

.page-subheading {
  font-family: 'HelveticaNowTextW01-Regular', sans-serif;
}

.subheading--register {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.section-heading {
  font-family: 'HelveticaNowDisplayW01-Bold', sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #041C2C;
  margin-bottom: 3.125rem;
}

.section-subheading {
  font-family: 'HelveticaNowDisplayW01-Bold', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #041C2C;
  margin-bottom: 2.5rem;
}


.form-info-top {
  margin-bottom: 1.275rem;
}

.form-info-top p {
  font-size: 1.125rem;
  line-height: 28px;
}

/*------------------------------------------------------------------------------
    /Buttons 
------------------------------------------------------------------------------*/
button {
  font-family: 'HelveticaNowTextW01-Medium', sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 32px;
  padding: 0.35rem 0.875rem;
  text-align: center;
  background: rgb(24, 136, 56);
  color: rgb(255, 255, 255);
  border: none;
  outline: 0px;
  cursor: pointer;
  transition: color .2s cubic-bezier(.4, 0, .2, 1), background .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
}

button:hover {
  background: rgb(0, 90, 11);
  color: rgb(255, 255, 255);
}

button:focus-visible {
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

button:focus:not(:focus-visible) {
  outline: none;
}

.button:disabled {
  background: #BDD2C2;
  color: #FFFFFF;
  border: none;
}

.button-login {
  background: #FFFFFF;
  color: #188838;
}

.button-login:hover,
.button-login:focus {
  background: #DAF5E4;
  color: #188838;
}

.button-login--disabled {
  background: #BDD2C2 !important;
  color: #FFFFFF !important;
  border: none;
}

.button-login--disabled:hover,
.button-main--disabled:focus {
  background: #BDD2C2 !important;
  color: #FFFFFF !important;
  border: none;
  cursor: auto;
}

.button-main--disabled {
  background: #BDD2C2;
  color: #FFFFFF;
  border: none;
  /*border: 2px solid rgba(24, 136, 56, 0);*/
}

.button-main--disabled:hover,
.button-main--disabled:focus {
  background: #BDD2C2;
  color: #FFFFFF;
  border: none;
  cursor: auto;
}

.buttons {
  margin-top: 1.5rem;
}

.buttons button {
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.cancel-button {
  background-color: #FFFFFF;
  color: #4E5A5F;
  border: 0.125rem solid #4E5A5F;
  padding: 0.225rem 0.75rem;
}

.cancel-button&gt;span {
  padding-left: 1.7em;
}

.cancel-button:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 0.125rem solid #000000;
}

.cancel-button:focus-visible {
  background-color: #FFFFFF;
  color: #4E5A5F;
  border: 0.125rem solid #4E5A5F;
  padding: 0.225rem 0.75rem;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.cancel-button:hover&gt;.icon-cancel-grey {
  filter: brightness(0) saturate(100%);
}

/*------------------------------------------------------------------------------
    /Links
------------------------------------------------------------------------------*/

.link-main {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 22px;
  color: #041C2C;
  border-bottom: 1px solid #041C2C;
  transition: all 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .10em;
}

.link-main:hover {
  background-color: #2DB84B;
  border-color: #2DB84B;
  color: #fff;
}

.link-main:focus {
  outline: 0;
}

.link-primary {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 22px;
  color: #041C2C;
  border-bottom: 2px solid #2DB84B;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .10em;
}

.link-primary:hover {
  background: #2DB84B;
  color: #FFFFFF !important;
  outline: 0;
}

.link-primary:focus {
  background: #2DB84B;
  color: #FFFFFF !important;
}

.link-featured {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 22px;
  color: #041C2C;
  border-bottom: transparent;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .10em;
}

.link-featured:hover {
  border-bottom-color: #2DB84B;
  color: #2DB84B;
  outline: 0;
}

.link-featured:focus-visible {
  border-bottom-color: transparent;
  color: #041C2C;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.secondary-links-group {
  margin-top: 0.775rem;
}

.subheading--link-secondary {
  color: inherit;
  border-bottom: 2px solid #FFFFFF;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}

.subheading--link-secondary:hover {
  border-bottom-color: #2DB84B;
  color: #2DB84B;
  outline: 0;
}

.subheading--link-secondary:focus {
  border-bottom-color: #2DB84B;
  color: #2DB84B;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.link-secondary {
  display: inline-block;
  text-decoration: underline;
  color: #041C2C;
  font-size: 1.125rem;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .10rem;
}

.link-secondary:hover {
  text-decoration: underline;
  color: #2DB84B;
  outline: 0;
}

.link-secondary:focus-visible {
  text-decoration: underline;
  color: #2DB84B;
  outline: rgb(135, 159, 255) solid 2px;
  outline-offset: 2px;
}

.link-secondary--margin-left {
  margin-left: 1.25rem;
}

.link-text-inline {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.link-text-inline:hover,
.link-text-inline:focus {
  border-bottom-color: #959B9E;
  outline: 0;
}

.link-text-inline--white {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  transition: all 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .15rem;
}

.link-text-inline--initial {
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear 0s, color 0.2s linear 0s;
  padding-bottom: .15rem;
}

/*------------------------------------------------------------------------------
     /Custom links
 ------------------------------------------------------------------------------*/
.tc-link--inline {
  margin-left: .15rem;
}

.dont-have-email-link {
  padding-top: 2rem;
  display: inline-block;
}

.buttons-group-link--inline {
  margin-left: 1.875rem;
}

.link--top-page-cancel {
  margin-left: 2rem;
  color: #FFFFFF;
  text-decoration: underline;
}

.link--top-page-cancel:hover,
.link--top-page-cancel:focus {
  text-decoration: none;
}

.link--login-top-page-cancel {
  margin-top: 3.5rem;
  margin-left: 2rem;
  color: #041C2C !important;
  border-bottom: 2px solid #2DB84B !important;
  text-decoration: none !important;
}

/*------------------------------------------------------------------------------
    /Colors
------------------------------------------------------------------------------*/

.color-grey-light {
  color: #F0F1F2;
}

.color-green {
  color: #2DB84B;
}

.color-main-blue {
  color: #041C2C;
}

.color-alert {
  color: #B00020;
}






/*------------------------------------------------------------------------------
    /Spinner
------------------------------------------------------------------------------*/
.working {
  display: none;
}

.working:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.working:after {
  content: '';
  background: url('../images/preloader.gif') no-repeat center center;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  z-index: 9999999;
  border-radius: 100%;
}

.working-override {
  display: block;
}

/*------------------------------------------------------------------------------
    /Custom spinner
------------------------------------------------------------------------------*/

.simplemodal-data {
  display: none;
}

.simplemodal-data:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.simplemodal-data:after {
  content: '';
  background: url('../images/preloader.gif') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  z-index: 9999999;
  border-radius: 100%;
}

#verifying_blurb {
  display: none;
}

.simplemodal-overlay[style] {
  display: none !important;
  opacity: 0 !important;
  height: auto !important;
  width: auto !important;
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  z-index: -1000 !important;
}

/*------------------------------------------------------------------------------
    /Responsive
------------------------------------------------------------------------------*/
@media only screen and (max-width: 89.9375rem) {

  /* L &lt; 1440px */

}

@media only screen and (max-width: 63.9375rem) {

  /* M &lt; 1024px */
  .link-featured {
    font-size: 1rem;
  }

  .buttons-group-link--inline {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .cus-footer{
    padding: 1.5rem 1rem!important;
  }
  /* S &lt; 768px */
  body {
    font-size: 1rem;
  }

  .link--top-page-cancel {
    margin-left: 1rem;
    margin-top: 2rem;
  }

  .responsive .float-left-content {
    top: 35%;
  }

  .responsive .align-form-content {
    /* top: 65%; */
  }

  .link-featured {
    margin-left: .5rem;
  }

  .page-content__inner {
    padding: 3rem 1rem;
  }

  .form-widget__inner {
    padding: 2.5em 1em;
  }

  .link-featured {
    /*font-size: 1.125rem;*/
    font-size: 1rem;
  }

  .page-content__inner {
    padding: 2rem 1rem;
    /*background-color: #F0F1F2;*/
  }

  .form-widget__inner {
    border-radius: 8px 8px 0 0;
    padding: 2.5em 1em;
    min-height: auto;
  }

  .form-widget__inner .buttons {
    position: relative;
    padding: 0rem;
  }

  .info-panel__inner {
    border-radius: 0 0 8px 8px;
    padding: 2.5em 1em;
  }

  .info-panel__footer {
    position: relative;

    padding-top: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .signin-form-wrapper .secondary-links-group {
    margin-bottom: 0rem;
  }

  .register-form-wrapper {
    min-width: 0;
  }

  .page-content-section {
    flex-basis: 100%;
  }

  .error.itemLevel, .error.pageLevel {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-infobox {
    padding: 1rem;
  }

  .form-infobox--icon-info {
    position: initial;
    margin-bottom: 1rem;
  }

  .form-infobox--icon-close {
    right: 0.8rem;
  }

  .logo-img {
    display: none;
  }
  
  .logo-xs-img {
    display: block;
  }

  .site-header {
    height: 4.5rem;
    padding: 1rem;
  }

  .site-header .logo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .page-content {
    min-height: calc(100vh - 16.65rem);
  }

  h2 {
    font-size: 1.25rem !important;
  }

  h3,
  p,
  label,
  button,
  input,
  select,
  textarea,
  .list-item,
  .link-primary,
  .link-secondary,
  #createAccount {
    font-size: 1rem !important;
  }

  #forgotPassword {
    font-size: 0.875rem !important;
  }
}

.unique-container h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.unique-method-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.unique-method-card.auth{
  background-color: #fff !important;
}
.unique-method-card.selected {
  background-color: #e6f7e6;
  border-color: #66cc66;
}
.unique-method-card input[type="radio"] {
  display: none;
}
.unique-method-card label {
  display: flex;
  align-items: center;
  width: 100%;
}
.unique-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border: 2px solid #66cc66;
  border-radius: 50%;
  background-color: #66cc66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unique-checkbox::before {
  content: 'âœ”';
  color: white;
  font-size: 16px;
}
.unique-method-info {
  display: flex;
  flex-direction: column;
}
.unique-title {
  font-size: 16px;
  color: #333;
}
.unique-subtext {
  color: #777;
  font-size: 14px;
  display: flex; 
  align-items: center;
}
.unique-subtext&gt;div{
  padding-right: 0.5rem;
}
.unique-add-icon {
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.container-auth{
  padding: 15px 20px;
  background-color: #188838;
  border-radius: 0.5rem;
}
.container-auth .auth-text{
  color: #fff;
}
.send_code_auth{
  background-color: #fff !important;
  color: #188838 !important;
}
@media only screen and (max-width: 35.9375rem) {

  /* XS &lt; 576px */
  .attrEntry__radios {
    display: block;
    width: 100%;
  }

  .attrEntry__dob {
    margin-top: 1rem;
    display: block;
    width: 100%;
    text-align: left;
  }

  #extension_DOB {
    width: 27%;
  }

  #extension_DOB_label {
    text-align: left;
    width: 34%;
    padding-right: 3%;
  }

  /* 601px */
  #extension_DOB_label {
    width: 160px;
    padding-right: 14px;
  }

  #extension_DOB {
    width: 130px;
  }

  .nav-tabs-container {
    margin-top: -.5rem;
  }

  .tabs-nav-items {
    display: flex;
    flex-flow: row wrap;
  }

  .tabs-nav-item {
    flex-basis: 50%;
    margin-right: 0;
  }

  .page-heading {
    font-size: 1.5rem;
  }

  .buttons-group-link--inline {
    margin-left: 0;
    margin-top: 1rem;
  }

  .terms__label {
    font-size: 1.125rem;
  }

  .btn-update {
    margin-left: 0;
    margin-top: .8rem;
  }

  .infobox-w-button label {
    font-size: 1.3rem;
    line-height: 1;
    color: #041C2C;
    margin-bottom: 1.1rem;
  }

  .infobox-w-button .buttons {
    margin-top: 0;
  }

  .infobox-w-button .textInParagraph {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .infobox-w-button #attributeVerification .attrEntry {
    margin-bottom: 1.6em;
  }

  .form-label--inline {
    display: block;
    margin-left: 0;
  }

  .form-label--title-sm {
    margin-left: 0;
    padding-top: 0.09rem;
    margin-top: 0.6rem;
  }

  .attrEntry__dob {
    display: block;
  }

  #extension_DOB {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
  }

  #extension_DOB_label {
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  
  .tabs-nav-items{
    flex-flow: column;
  }
  .tabs-nav-item {
    width: 100%;
    text-align: start;
  }
  .float-left-content{
    margin-left: 0;
  }

}
@media (max-width: 1200px) {
  .error.pageLevel, .error.itemLevel{
    font-size: 14px!important;
  }

  .cus-mfa-title{
    font-size: 18px!important;
    line-height: 24px!important;
  }
  #mfaEmailControl_error_message, #phoneVerificationControlVerify_error_message{
    font-size: 14px!important;
  }

  .title-mfa-left{
    font-size: 20px!important;
    line-height: 24px!important;
    margin-bottom: 1rem!important;
  }

  .wrap-profile-edit .register-form-wrapper{
    max-width: calc(100vw - 64px)!important;
  }

  .register-form-wrapper{
    max-width: calc(100vw - 64px)!important;
    min-width: calc(100vw - 86px);
  }
  .tabs-nav__item-link{
	  font-size:1.15rem;
  }
  .float-left-content{
    margin-left: 0;
  }
  .cus-align-form-container-footer {
    padding: 2rem 0rem!important;
  }
  .cus-label-message{
    font-size: 20px!important;
    line-height: 24px!important;
  }
  .cus-label-message .icon-note-white{
    width: 24px!important;
    height: 24px!important;
  }

  .wrap-manage-mfa-selection{
    margin-top: 1rem!important;
  }

  .cus-content, .cus-note{
    font-size: 16px!important;
    line-height: 24px!important;
  }

  .cus-note{
    margin-top: 18px!important;
  }

  .button-2fa-option{
    font-size: 16px!important;
  }

  #cus-option-phone, #cus-option-app{
    width: 20px!important;
    height: 20px!important;
  }
  .wrap-mfa-otp{
    padding: 1.5rem!important;
  }
  .wrap-mfa{
    padding: 1.5rem!important;
  }
  .icon-remove-2fa{
    width: 24px!important;
    height: 24px!important;
  }
  #deleteMfaPromptMessage_label {
    font-size: 18px!important;
    line-height: 24px!important;
  }

  #deleteMfaPromptMessage{
    line-height: 24px!important;
  }

  .cus-link-2fa{
    font-size: 14px!important;
    line-height: 21px!important;
  }
}

.wrap-mfa #mfaEmailControl_but_send_code{
  display: none!important;
}

.wrap-mfa .strongAuthenticationPhoneNumberMasked{
  display: none!important;
}

.cus-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c cá»™t */
}

#mfaPromptMessage_label{
  background-color: #4c58f4;
  padding: 2rem 1.5rem;
  border-radius: 8px 8px 0 0;
  margin: 0px;
  color: white;
  font-size: 1.375rem !important;
}

#mfaPromptMessage{
  background-color: #f0f1f2;
  color: #000;
  padding: 1.5rem 1.5rem;
  line-height: 2.375rem;
  border-radius: 0 0 8px 8px;
}


.cus-page-heading {
  width: 100%;
  min-width: 52rem; /*Mohan changed from 38 to 48 on 13/07/2024 to accomodate new tab for two factor authentication*/
  max-width: 52rem;
  margin: 0 auto;
  padding: 0px;
}

.progress{
  color: #FFFFFF;
  text-wrap: nowrap;
  cursor: default;
  font-size: 16px;
}

.cus-align-form-container-footer{
  margin-left: auto!important;
  margin-right: auto!important;
}

.cus-float-left-content{
  margin-left: -150px;
}

.cus-radio-mfa + label {
  padding: 1.5rem 1rem 0 1rem !important;
  margin: 0;
  align-items: start;
}

label.cus-setup-phone {
  border-width: 1px 1px 0 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 8px 8px 0 0;
}

label.cus-setup-app {
  border-width: 0 1px 0 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
}

label.cus-setup-later {
  border-width: 0 1px 1px 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0 0 8px 8px;
  padding-bottom: 1.5rem !important;
}

.wrap-profile-edit-header .cus-float-left-content{
  margin-left: 0px;
}

.cus-align-form-content{
  padding: 1.6rem 0rem;
}

@media only screen and (max-width: 47.9375rem){
  .cus-page-heading {
      min-width: 0;
      margin: auto;
  }
  .wrap-mfa{
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 425px){
}

@media (max-width: 1200px){
  .title-fa{
    font-size: 20px !important;
  }
  .form-fa{
    padding: 1.5rem!important;
  }
  .link-2fa{
    font-size: 14px!important;
    line-height: 21px!important;
  }
  .cus-page-heading {
      max-width: none;
      min-width: auto;
   }

   .wrap-profile-edit-header .cus-page-heading {
    margin: 0 auto!important;
  }
  
  .cus-float-left-content{
    margin-left: 0px;
    top: 35%;
  }

  .site-subheader{
    padding: 0 2rem!important;
  }

  .cus-align-form-content{
    max-width: 100vw!important;
    padding: 1.6rem 0rem!important;
  }

  .content-subheader{
    min-width: calc(100vw - 86px);
    padding: 0px;
  }
}

li.TextBox, li.Password, li.RadioSingleSelect, li.CheckboxMultiSelect{
  margin: 12px 0px;
}

.skip-button:hover, .skip-button:focus {
  background: #DAF5E4;
  color: #188838;
}

.skip-button{
  color: rgb(24, 136, 56);
  background: #fff;
  border: 2px solid;
  margin-right: 1rem;
  color: rgb(24, 136, 56);
  background: #fff;
  border: 2px solid;
  font-family: 'HelveticaNowTextW01-Medium', sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 32px;
  padding: 0.35rem 0.875rem;
  text-align: center;
  outline: 0px;
  cursor: pointer;
  transition: color .2s cubic-bezier(.4, 0, .2, 1), background .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.cus-note {
  font-style:italic;
  margin-top: 1rem;
}

.cus-content, .cus-note{
  font-size: 18px;
  line-height: 28px;
}

.cus-option {
  display: flex;
  gap: 8px;
  padding: 1rem !important;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  margin: 20px 0;
}

.cus-option-mfa {
  display: flex;
  gap: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  align-items: center;
}

.sub-option {
  margin-top: 12px;
  color: #657178;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.form-fa {
  background-color: rgb(24, 136, 56);
  color: #fff;
  padding: 40px 32px;
  border-radius: 8px;
}

.back-link {
  margin: 2rem 0;
  text-decoration: underline;
  text-decoration-color: rgb(24, 136, 56);
  text-decoration-thickness: 3px;
}

.cus-radio:checked + label {
  background-color: #daf5e4;
}

.title-fa {
  font-family: 'HelveticaNowDisplayW01-Bold';
  font-size: 32px;
  margin-bottom: 1.5rem;
}

.wrap-mfa{
  display: flex;
  padding: 40px 2rem;
  background-color: #2d8837;
  border-radius: 0.5rem;
  color: #fff;
  gap:20px;
  flex-direction: row;
}

.wrap-mfa-otp{
  padding: 40px 2rem;
  background-color: #2d8837;
  border-radius: 0.5rem;
  color: #fff;
  gap:20px;
  flex-direction: row;
}

.title-mfa-left{
  font-size: 2rem;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 2rem;
}

.wrap-mfa-left{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1;
}

.subtitle-mfa-left-1, .subtitle-mfa-left-2{
  line-height: 32px;
}

.subtitle-mfa-left-2 {
  display: flex;
  text-decoration: underline;
  gap: 8px;
  align-items: center;
}

button:disabled{
  opacity: 20%;
  pointer-events: none;
  cursor: not-allowed;
}

button:disabled:hover{
  background-color: inherit!important;
}

.link-2fa{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 300;
  font-family: 'HelveticaNowTextW01-Light';
  font-size: 16px;
  line-height: 24px;
}

.cus-link-2fa{
  margin-top: 16px;
  line-height: 24px;
  display: none;
  font-weight: 300;
  font-family: 'HelveticaNowTextW01-Light';
  font-size: 16px;
}

.terms__label {
  margin: 12px 0;
}

.hide-site-subheader{
  min-height: calc(100vh - 10.65rem)!important;
}

#attributeVerification .attrEntry.email-verification-attr{
  flex: 1;
}

.cus-radio-2fa:checked + label {
  border: 2px solid rgb(24, 136, 56);
}

.cus-radio-2fa + label {
  background: #fff;
  border: 2px solid #c6c9ce;
}

.cus-label-message {
  gap: 8px;
  display: flex;
  font-size: 32px;
  line-height: 36px;
}

.cus-label-message .icon-note-white{
  width: 40px;
  height: 40px;
}

.cus-link-secondary{
  text-underline-offset: 4px;
  margin-top: 0.75rem!important;
}

#email{
  max-width: 40rem;
}

#extension_MfaMethod_label{
  font-weight: bold;
}

#cus-descrition-2fa p{
  margin-bottom: 1.5rem;
}

.cus-radio + label.not-available::before{
  background-color: #0d873c!important;
}

.not-available{
  background-color: #0d873c!important;
  color: #fff;
}

.not-available .sub-option{
  color: #fff!important;
  font-style: italic;
}

.cus-radio + label.not-available::before {
  border-color: #fff;
}

.not-available .icon-mobile{
  content: url(../images/phone-white.svg)!important;
}

.not-available .icon-face{
  content: url(../images/lock-white.svg)!important;
}

.sub-info-2fa{
  padding: 6px 0;
  font-family: 'HelveticaNowTextW01-Light';
  font-size: 18px;
}

.cus-mfa-title {
  font-family: 'HELVETICANOWDISPLAYW01-BOLD';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 2rem;
}

.cus-mfa-subtitle {
  margin: 32px 0px;
}

.cus-radio-2fa:checked + label.not-available {
  border-color: #fff!important;
}

.cus-radio-2fa + label.not-available {
  border-color: #fff!important;
}

.btnAsLink:hover {
  color: grey;
  background: transparent;
}

.btnAsLink {
  background: transparent;
  color: grey;
  text-decoration: underline;
}

.cus-btn-resend{
  display: inline;
  position: absolute;
  left: 0;
  top: -16px;
}

.cus-wrap-btn-resend{
  position: relative;
  padding-top: 1rem;
}

.remove-2fa {
  border: 1px solid gray;
  border-radius: 8px 8px 0 0;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}

#deleteMfaPromptMessage_label {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-family: 'HelveticaNowDisplayW01-Bold';
}

#deleteMfaPromptMessage {
  color: gray;
  margin: 0;
  font-weight: 200 !important;
  line-height: 28px;
}

.wrap-btn-remove-2fa {
  margin: 0;
  padding: 1rem 1.5rem;
  border: 1px solid gray;
  border-radius: 0 0 8px 8px;
  border-top-width: 0px;
}

.wrap-btn-remove-2fa #btnCancel&gt;span {
  padding-left: 0px !important;
}

.wrap-btn-remove-2fa #btnCancel .icon-cancel-grey {
  display: none;
}

.wrap-btn-remove-2fa #btnCancel {
  color: #188838;
  border-color: #188838;
}

.wrap-btn-remove-2fa {
  margin: 0;
  padding: 1rem 1.5rem 1rem 3.5rem;
  border: 1px solid gray;
  border-radius: 0 0 8px 8px;
  border-top-width: 0px;
}

.progress-link{
  text-decoration: underline;
  cursor: pointer!important;
}

.wrap-profile-edit .register-form-wrapper {
  width: 100vw;
  max-width: 64rem;
  margin: auto;
}

.wrap-profile-edit-header .cus-page-heading {
  /* margin-left: 175px; */
}

.text-italic{
  font-style: italic;
}

p#QrCodeScanInstruction {
  line-height: 28px;
}

p#QrCodeScanInstructionLine2 {
  line-height: 28px;
}

div#totpQrCodeControl-picture img {
  margin: 32px auto;
}

#totpQrCodeControl_info_message{
  display: none;
}

label#manageMfaSelection_label {
  display: none;
}

.link-underline{
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer!important;
}

.link-send-code{
  margin-top: 1.5rem;
  display: inline-block;
}

label#mfaPromptMessage_label ~ .error.itemLevel {
  margin-top: 0px;
}

.button-2fa-option {
  border: 2px solid rgb(24, 136, 56);
  background-color: #fff;
  color: rgb(24, 136, 56);
  padding: 0px 0.5rem;
  font-size: 18px;
  display: flex;
  gap: 8px;
  height: fit-content;
  border-radius: 32px;
  padding: 10px;
  line-height: 20px;
  text-align: left!important;
  outline: 0px;
  cursor: pointer;
  transition: color .2s cubic-bezier(.4, 0, .2, 1), background .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.button-2fa-option:hover {
  border-color: #005A0B;
  color: #005A0B;
}

.button-2fa-option:hover .icon-minus-green {
  content: url(../images/minus-green-hover.svg);
}

.button-2fa-option:hover .icon-warning-green {
  content: url(../images/warning-green-hover.svg);
}

.wrap-option-2fa{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  column-gap: 100px;
}

.wrap-profile-edit .page-content__inner{
  padding: 2rem 0rem!important;
}

.wrap-profile-edit-header .float-left-content{
  
}

.wrap-profile-edit-header .content-subheader{
  margin: auto;
  height: 100%;
  max-width: 64rem;
}

.content-subheader{
  margin: auto;
  height: 100%;
  max-width: 52rem;
}

.right-option{
  width: calc(100% - 48px);
  flex: 1;
}

.wrap-right-option{
  flex: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wrap-right-option-1{
  width: 100%;
}

.text-option-value{
  display: block;
  width: calc(100% - 24px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#newPassword_label + .input--helper &gt; p {
  font-size: 10px !important;
}

.cus-mfa-note {
  margin-bottom: 2rem;
}

.cus-radio-2fa:disabled + label {
  background-color: #F0F1F2;
}

.cus-radio-2fa:disabled + label .title-option-2fa {
  color: #4E5A5F;
}

.cus-radio-2fa:disabled + label:before {
  background-color: #F0F1F2;
}

.icon-remove-2fa{
  width: 40px;
  height: 40px;
}

.wrap-mfa #phoneVerificationControlVerify_label{
  margin: 0px!important;
}

.wrap-mfa #phoneVerificationControlVerify_label + .error{
  margin: 0px!important;
}

.wrap-mfa #mfaEmailControl_label + .error{
  margin: 0px!important;
}

.wrap-mfa #mfaEmailControl_label{
  margin: 0px!important;
}

.wrap-mfa #mfaEmailControl{
  margin-top: -16px!important;
}

.wrap-mfa.wrap-mfa-current #mfaEmailControl{
  margin-top: 0!important;
}

.wrap-mfa-otp #fieldIncorrect{
  display: none!important;
}

.wrap-app-mfa-policy #fieldIncorrect{
  display: none!important;
}

.wrap-mfa-otp #attributeList{
  margin-top: -16px;
}

.button-login:disabled {
  background-color: #45a060;
  color: #188838;
  opacity: 100% !important;
}

.cus-option-mfa-text {
  padding: 0.3rem 0;
}

.increase-mfa #requiredFieldMissing{
  display: none!important;
}

#verify-title{
  margin-bottom: 2rem!important;
}

.wrap-phone-verify .Phone{
  display: none!important;
}
</pre></body></html>