.Header {
  background-color: #ffffff;
  padding: 0 60px;
  min-height: 50px;
  border-top: 5px solid #BC84CA;
  -webkit-box-shadow: 0 -1px 15px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 -1px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 -1px 15px 0 rgba(0,0,0,0.1);
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  /* center logo */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.Header > .logo {
  margin-top: 13px;
  width: 105px;
  display: block;
}

.Header > .logo-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .Header {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .Header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .Header > .logo {
    display: none;
  }

  .Header > .logo-mobile {
    display: block;
    width: 20px;
  }
}

.BackButton {
  position: absolute;
  top: 80px;
  left: 65px;
  color: #CBCBCB;
  font-size: 14px;
  font-weight: 700;
}

.BackButton .back-button-text {
  margin-left: 5px;
}

.BackButton button {
  background: none!important;
  border: none;
  padding: 0!important;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .BackButton {
    left: 35px;
  }
}

@media (max-width: 400px) {
  .BackButton {
    left: 15px;
  }
}

.BannerImage {
  margin-top: 100px;
}

.BannerImage > .banner-image {
  background-image: url(2a731353749dc8d6a838.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  height: 32vh;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .BannerImage > .banner-image {
    height: 30vh;
  }
}

@media (max-width: 576px) {
  .BannerImage > .banner-image {
    height: 20vh;
  }
}

@media (max-width: 400px) {
  .BannerImage > .banner-image {
    height: 15vh;
  }
}

.Button .emphasis {
  background-color: #BC8DC8;
  color: #ffffff;
  border: 3px solid #BC8DC8;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 22px;
}

.Button .ghost {
  background-color: #ffffff;
  color: #BC8DC8;
  border: 3px solid #BC8DC8;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 22px;
}

.Button .emphasis:hover {
  cursor: pointer;
  background-color: #A161B3;
  border: 3px solid #A161B3;
  box-shadow: 0 5px 10px -5px #888888;
}

.Button .ghost:hover {
  cursor: pointer;
  border: 3px solid #A161B3;
  color: #A161B3;
  box-shadow: 0 5px 10px -5px #888888;
}

.Button .emphasis:active {
  cursor: pointer;
  background-color: #A161B3;
  border: 3px solid #A161B3;
}

.Button .ghost:active {
  cursor: pointer;
  border: 3px solid #A161B3;
  color: #A161B3;
}

.Button .emphasis:disabled {
  background-color: #EBEBEC;
  border: 3px solid #EBEBEC;
  cursor: not-allowed;
}

.Button .ghost:disabled {
  border: 3px solid #EBEBEC;
  color: #EBEBEC;
  cursor: not-allowed;
}

.Button .emphasis:disabled:hover,
.Button .ghost:disabled:hover {
  box-shadow: none;
}

.Button .emphasis:focus,
.Button .ghost:focus {
  outline:0;
}

@media (max-width: 376px) {
  .Button {
    display: flex;
    align-items: center;
  }

  .Button .emphasis,
  .Button .ghost {
    width: 85%;
    margin: 0 auto 10px auto;
  }
}

.CustomerSupportList {
  text-align: left;
  width: 450px;
  margin: 35px auto 0;
}

.CustomerSupportList .noResults {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.CustomerSupportListItem {
  margin-bottom: 8px;
  border-bottom: 2px solid #ecebeb;
}

.CustomerSupportListItem .country {
  font-weight: 700;
}

.CustomerSupportListItem .city {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .CustomerSupportList {
    width: 400px;
  }
}

@media (max-width: 476px) {
  .CustomerSupportList {
    width: 300px;
  }
}

@media (max-width: 376px) {
  .CustomerSupportList {
    width: 275px;
  }
}

.FooterBottom {
  width: 90%;
  margin: 0 auto;
  /* max-width: 766px; */
  padding: 34px 0;
  display: flex;
  flex-direction: row-reverse
}

.FooterBottom .copyright {
  margin-right: auto;
}

@media (max-width: 576px) {
  .FooterBottom {
    width: 90%;
    display: block;
    text-align: center;
    padding-top: 0;
    font-size: 12px;
  }

  .FooterBottom .reg-lang-selector {
    padding: 18px 0;
  }

  .FooterBottom .copyright {
    margin-right: 0;
    border-top: 2px solid #E8E8E8;
    padding: 18px 0;
  }
}

@media (max-width: 374px) {
  .FooterBottom {
    font-size: 10px;
  }
}

.FooterCopyright {
  color: #5A6673;
}

.FooterCopyright .copyright-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FooterCopyright .doterra-o {
  width: .85em;
  filter: invert(44%) sepia(16%) saturate(467%) hue-rotate(171deg) brightness(83%) contrast(85%);
}

.FooterCopyright .copyright-text {
  margin-left: 8px;
}

.FooterLinks {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #E8E8E8;
  font-size: 12px;
  padding: 24px 0;
  color: #5A6673;
  /* max-width: 766px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
}

.FooterLinks .links {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  /* justify-content: space-between; */
}

.FooterLinks .links div {
  display: inline-block;
  text-align: center;
  width: 50%;
  /* margin: 0 35px; */
  /* width: 33.333%; */
}

.FooterLinks .links div:first-child {
  text-align: left;
}

.FooterLinks .links div:last-child {
  text-align: right;
}

.FooterLinks .teconsent-toggle-display:hover {
  cursor: pointer;
}

.FooterLinks .teconsent-toggle-display {
  display: none;
}

@media (max-width: 576px) {
  .FooterLinks {
    width: 90%;
    font-size: 12px;
  }

  .FooterLinks .links div {
    display: inline-block;
    /* margin: 0 15px; */
  }
}

@media (max-width: 376px) {
  .FooterLinks {
    /* font-size: 10px; */
  }

  .FooterLinks .links {
    width: 275px;
  }

  .FooterLinks .links div {
    display: inline-block;
    /* margin: 0 8px; */
  }
}

.FooterLinks {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #E8E8E8;
  font-size: 12px;
  padding: 24px 0;
  color: #5A6673;
  /* max-width: 766px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
}

.FooterLinks .links {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  /* justify-content: space-between; */
}

.FooterLinks .links div {
  display: inline-block;
  text-align: center;
  width: 50%;
  /* margin: 0 35px; */
  /* width: 33.333%; */
}

.FooterLinks .links div:first-child {
  text-align: left;
}

.FooterLinks .links div:last-child {
  text-align: right;
}

.FooterLinks .teconsent-toggle-display:hover {
  cursor: pointer;
}

.FooterLinks .teconsent-toggle-display {
  display: none;
}

@media (max-width: 576px) {
  .FooterLinks {
    width: 90%;
    font-size: 12px;
  }

  .FooterLinks .links div {
    display: inline-block;
    /* margin: 0 15px; */
  }
}

@media (max-width: 376px) {
  .FooterLinks {
    /* font-size: 10px; */
  }

  .FooterLinks .links {
    width: 275px;
  }

  .FooterLinks .links div {
    display: inline-block;
    /* margin: 0 8px; */
  }
}


.FooterRegLangSelector {
  color: #5A6673;
  font-weight: bold;
}

.login-error-overlay {
    position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    z-index: 1040;
    opacity: 0.7;
    background-color: #EBEBEB;
  }
  .login-error-modal-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    transition: opacity 0.15s linear;
    overflow: scroll;
  }
  .login-error-modal{
    position: relative;
    top: 5em;
    width: 700px;
  }
  @media (min-width: 544px) {
        .login-error-modal {
            width: 544px;
            margin: 30px auto;
        }
        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
    }
    @media (max-width: 544px) {
        .login-error-modal {
            width: 360px;
            margin: 0 auto;
            top: 1em;
        }
        .modal-body {
            padding: 0 15px;
        }
        .actions .Button .emphasis, .actions .Button .ghost {
            margin: 0;
            margin-left: 6px;
        }        
    }
  .modal-content {
    padding-bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.18);
    border: none;
    border-top: 6px solid transparent;
    border-color: #BD8BCA;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
  }
  .modal-header {
    border: none;
    padding-bottom: 0;
    padding-left: 30px;
    background-color: #FFFFFF;
    height: 34px;
    padding: 15px;
    background: #F5EEF7;
  }
  .modal-title {
    color: #A25EB5;
    font-size: 22px;
    margin: 0;
    line-height: 1.42857143;
  }
  @media (min-width: 768px) {
  .modal-body {
    padding: 10px 25px 0;
  }
}
.actions {
    margin-top: 16px;
}
.actions .Button {
    display: flex;
    justify-content: flex-end;
}
.actions .Button .emphasis, .actions .Button .ghost {
    width: auto;
    padding: 12px 16px;
    margin-left: 6px;
}
.modalBodyLink {
  text-decoration: underline !important;
  font-weight: bold !important;
  color: #A161B3 !important;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
table, td {
  border: 1px solid #2F3D4D;
  padding: 5px;
}
.RegLangSelector {
  float: right;
  margin-right: 20px;
  top: 80px;
  left: 65px;
  color: #CBCBCB;
  font-size: 14px;
  font-weight: 700;
}

.RegLangSelector .back-button-text {
  margin-left: 5px;
}

@media (max-width: 1500px) {
  .top-region-selector .RegLangSelector {
    left: 1200px !important;
  }
}

@media (max-width: 1400px) {
  .top-region-selector .RegLangSelector {
    left: 1100px !important;
  }
}

@media (max-width: 1300px) {
  .top-region-selector .RegLangSelector {
    left: 1000px !important;
  }
}


@media (max-width: 1200px) {
  .top-region-selector .RegLangSelector {
    left: 900px !important;
  }
}

@media (max-width: 1100px) {
  .top-region-selector .RegLangSelector {
    left: 800px !important;
  }
}

@media (max-width: 900px) {
  .top-region-selector .RegLangSelector {
    left: 570px !important;
  }
}

@media (max-width: 700px) {
  .top-region-selector .RegLangSelector {
    left: 500px !important;
  }
}

@media (max-width: 600px) {
  .top-region-selector .RegLangSelector {
    left: 400px !important;
  }
}

@media (max-width: 500px) {
  .top-region-selector .RegLangSelector {
    left: 300px !important;
  }
}

@media (max-width: 400px) {
  .top-region-selector .RegLangSelector {
    left: 270px !important;
  }
}

@media (max-width: 330px) {
  .top-region-selector .RegLangSelector {
    left: 240px !important;
  }
}
  
.Footer {
  border-top: 2px solid #E8E8E8;
  font-size: 14px;
}

.SignIn .backButton {
  position: relative;
  width: 85%;
  margin: 0 auto;
  max-width: 766px;
}

.signInBannerImage {
  margin-top: -45px;
}

.signInBannerImage .backButton {
  position: relative;
}

.signInBannerImage .top-region-selector {
  position: relative;
}

.signInBackButton .BackButton {
  top: 0;
  left: 65px;
  bottom: 0;
}
.top-region-selector .RegLangSelector {
  top: 0;
  left: 1400px;
  bottom: 0;
}

.SignIn .body {
  width: 330px;
  margin: 0 auto;
}

.SignIn .title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3D4D;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 5px;
}

.SignIn .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -15px;
}

.SignIn .errors {
  font-size: 12px;
  font-weight: 700;
  color: #E16C6A;
  position: relative;
  margin-bottom: 15px;
}

.SignIn .errors .error-icon {
  width: 14px;
  position: absolute;
  top: 0;
  left: 5px;
}

.SignIn .errors .error-text {
  display: block;
  margin-left: 25px;
}

.login-error-line2 {
  margin-top: 15px;
}

.login-error-line2 a, .login-error-line2 a:hover{
  text-decoration: underline;
}
.SignIn .label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.SignIn .form-field {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 17px;
  margin-bottom: 15px;
  padding: 8px 0 8px 5px;
  border: none;
  border-bottom: 1px solid #CBCBCB;
  border-radius: unset;
}

.SignIn .form-field::placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.SignIn .form-field:not([value=""]) {
  color: #364553;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #CBCBCB;
  padding: 8px 5px;
  width: 98.5%;
}

.SignIn .form-field-text:not([value=""]),
.SignIn .form-field-password:not([value=""]) {
  font-size: 17px;
}

.SignIn .form-field:focus {
  outline: none;
}

.SignIn .has-error {
  background-color: #FDF3F4;
  border-bottom: 1px solid #D96161;
}

.SignIn .has-error::placeholder {
  color: #D96161;
}

.SignIn #password label {
  position: relative;
}

.SignIn #password label .showHidePassword {
  text-align: center;
}

.SignIn #password label .showHidePasswordText {
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: 200;
}

.SignIn .showHidePassword {
  color: #747D9F;
  position: absolute;
  right: 0;
  bottom: -40px;
}

.SignIn .showHidePassword:hover {
  cursor: pointer;
}

.SignIn .sign-in-options {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  margin: 5px 0 25px 0;
}

.SignIn .remember {
  position: relative;
}

.SignIn .remember .label {
  display: inline-block;
  margin-left: 3em;
}

.SignIn .remember .form-field-checkbox {
  position: absolute;
  left: -4px;
  top: -12px;
}

.SignIn input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.SignIn input[type=checkbox]::-ms-check {
  display: none;
}

.SignIn input[type=checkbox] {
  background-image: url(28b847946f3d95e740ee.svg);
  background-position: 47% 40%;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  border: none;

}

.SignIn input[type=checkbox]:focus {
  outline: 0;
  -webkit-appearance: none !important;
}

.SignIn input[type=checkbox]:hover {
  cursor: pointer;
}

.SignIn input[type=checkbox]:checked {
  background-image: url(d2c121379018bf93dce2.svg);
  background-position: 40% 40%;
  width: 2.1em;
  height: 2.1em;
  background-repeat: no-repeat;
  border: none;
}

.SignIn input[type=checkbox]:not(:checked) {
  background-image: url(28b847946f3d95e740ee.svg);
  background-position: 48% 40%;
  width: 2.1em;
  height: 2.1em;
  background-repeat: no-repeat;
  border: none;
}

.SignIn .form-field-checkbox:checked,
.SignIn .form-field-checkbox:not(:checked) {
  font-size: 1.2em;
  width: 2em;
  background-color: white;
}

.SignIn .forgot {
  text-decoration: underline;
  margin-left: auto;
  text-align: right;
  color: #B479C3;
}

.loginErrorModalButton {
  background: none;
  outline:0;
  border: 0;
  color: #E16C6A;
  text-decoration: underline;
  font-weight: 700;
  padding: 0;
}

.SignIn .forgot:hover {
  color: #A161B3;
}

@media (max-width: 1100px) {
  .signInBackButton .BackButton {
    left: 35px;
  }
}

@media (max-width: 576px) {
  .SignIn .backButton {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .signInBackButton .BackButton {
    left: 15px;
  }
}

@media (max-width: 376px) {
  .SignIn .body {
    width: 275px;
  }
  #gigya-login-form > div:nth-child(8) > div > input {
    width: 85%;
  }
}

#gigya-login-form > div:nth-child(8) > div > input:hover {
  cursor: pointer
}

#gigya-login-form > div:nth-child(8) > div {
  display: inline-flex !important;
  width: 100% !important;
  justify-content: center !important;
}

.gigya-container-doterra {
  width: auto !important;
  padding: unset !important;
}

.gigya-submit-doterra {
  margin: 0 !important;
  padding:unset !important;
}

.gigya-checkbox-container {
  align-items: center !important;
}

.gigya-checkbox-text {
  font-weight: bold !important;
  font-size: 13px !important;
}

.gigya-composite-control-link {
  color: #B479C3 !important;
  font-size: 13px !important;
}

.gigya-input-text {
  font-size: 16px !important;
}

.gigya-input-password {
  font-size: 16px !important;
}

.oval-spinner {
  border: 2px solid rgba(188, 141, 200, 0.2);
  border-radius: 50%;
  animation: oval-spin 0.8s linear infinite;
}

@keyframes oval-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ForgotPassword .backButton {
  position: relative;
  width: 85%;
  margin: 0 auto;
  max-width: 766px;
}

.ForgotPassword .body {
  width: 300px;
  margin: 0 auto;
}

.ForgotPassword .title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3D4D;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
}

.ForgotPassword .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.ForgotPassword .errors {
  font-size: 12px;
  font-weight: 700;
  color: #E16C6A;
  position: relative;
  margin-bottom: 15px;
}

.ForgotPassword .errors .error-icon {
  width: 14px;
  position: absolute;
  top: 0;
  left: 5px;
}

.ForgotPassword .errors .error-text {
  display: block;
  margin-left: 25px;
}

.ForgotPassword .label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.ForgotPassword .form-field {
  width: 100%;
  font-size: 17px;
  margin-bottom: 15px;
  padding: 8px 0 8px 5px;
  border: none;
  border-bottom: 1px solid #CBCBCB;
  border-radius: unset;
}

.ForgotPassword .form-field::placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.ForgotPassword .form-field:not([value=""]) {
  color: #364553;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #CBCBCB;
  padding: 8px 5px;
  width: 98.5%;
}

.ForgotPassword .form-field-text:not([value=""]),
.ForgotPassword .form-field-password:not([value=""]) {
  font-size: 17px;
}

.ForgotPassword .form-field:focus {
  outline: none;
}

.ForgotPassword .has-error {
  background-color: #FDF3F4;
  border-bottom: 1px solid #D96161 !important;
  color: #D96161 !important;
}

.ForgotPassword .has-error::placeholder {
  color: #D96161;
}

@media (max-width: 576px) {
  .ForgotPassword .backButton {
    width: 90%;
  }
}

@media (max-width: 376px) {
  .ForgotPassword .body {
    width: 275px;
  }
}

.centeredLoad {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.ResetPassword .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1002;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.ResetPassword .overlay .logo {
  text-align: center;
}

.ResetPassword .overlay .logo img {
  height: 30px;
}

.ResetPassword .overlay .error {
  margin-top: 0;
}

.ResetPassword .overlay .loadingInfo {
  margin-top: 10px;
}

.ResetPassword .overlay .text {
  font-size: 14px;
  max-width: 275px;
}

.ResetPassword .body {
  width: 300px;
  margin: 0 auto;
}

.ResetPassword .title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3D4D;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
}

.ResetPassword .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.ResetPassword .errors {
  font-size: 12px;
  font-weight: 700;
  color: #E16C6A;
  position: relative;
  margin-bottom: 15px;
}

.ResetPassword .errors .error-icon {
  width: 14px;
  position: absolute;
  top: 0;
  left: 5px;
}

.ResetPassword .errors .error-text {
  display: block;
  margin-left: 25px;
}

.ResetPassword .label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.ResetPassword .form-field {
  width: 100%;
  font-size: 17px;
  padding: 8px 0 8px 5px;
  border: none;
  border-bottom: 1px solid #CBCBCB;
  border-radius: unset;
}

.ResetPassword .form-field::placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.ResetPassword .form-field:not([value=""]) {
  color: #364553;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #CBCBCB;
  padding: 8px 5px;
  width: 98.5%;
}

.ResetPassword .form-field-text:not([value=""]),
.ResetPassword .form-field-password:not([value=""]) {
  font-size: 17px;
  width: 98.25%;
}

.ResetPassword .form-field:focus {
  outline: none;
}

.ResetPassword #password {
  margin-bottom: 25px;
}

.ResetPassword #password label {
  position: relative;
}

.ResetPassword #password .showHidePassword {
  text-align: center;
}

.ResetPassword #password .showHidePasswordText {
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: 200;
}

.ResetPassword .showHidePassword {
  color: #747D9F;
  text-align: center;
  width: 26px;
}
.ResetPassword .showHidePassword:hover {
  cursor: pointer;
}

.ResetPassword .passwordGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ResetPassword .passwordStrength {
  margin-bottom: 25px;
  margin-right: -5px;
  font-size: 12px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 9px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 9px 3px rgba(0,0,0,0.1);
  box-shadow: 0 3px 9px 3px rgba(0,0,0,0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ResetPassword .passwordStrength .titleText {
  font-weight: 700;
}

.ResetPassword .passwordRequirements {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.ResetPassword .passwordRequirement {
  margin-bottom: 3px;
  color: #7db642;
}

.ResetPassword .passwordRequirement.error {
  color: #e96d6c;
}

.ResetPassword .passwordRequirement svg {
  font-size: 13px;
}

.ResetPassword .passwordRequirement span {
  margin-left: 12px;
  font-weight: 300;
}

.ResetPassword .passwordStrengthMeter {
  margin-top: 15px;
}

.ResetPassword .passwordStrengthMeter .text {
  margin-bottom: 8px;
}

.ResetPassword .passwordStrengthMeter .score {
  font-weight: bold;
  margin-left: 3px;
}

.ResetPassword .passwordStrengthMeter .progressbar-progress {
  border-radius: 10px;
}

@media (max-width: 376px) {
  .ResetPassword .body {
    width: 275px;
  }
}

.centeredLoad {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.three-dots-wrapper {
  display: flex;
  align-items: center;
}

.three-dots-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
}

.three-dots-dot {
  border-radius: 50%;
  animation: three-dots-bounce 0.6s infinite alternate;
}

@keyframes three-dots-bounce {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }
  100% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.CustomerSupport .body {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.CustomerSupport .title {
  font-size: 20px;
  font-weight: 700;
  color: #2F3D4D;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
}

.CustomerSupport .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.CustomerSupport .searchForm {
  position: relative;
}

.CustomerSupport input  {
  width: 100%;
  color: #747d9f;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: 0 2px 23px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 23px -3px rgba(0,0,0,0.2);
  box-shadow: 0 2px 23px -3px rgba(0,0,0,0.2);
  border-radius: 22px;
  font-size: 17px;
  padding: 13px 0 13px 22px;
}

.CustomerSupport input:focus  {
  outline: none;
}

.CustomerSupport input::placeholder {
  font-size: 17px;
  color: #747d9f;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 0 0 0 0;
}

.CustomerSupport .searchForm .search-icon {
  filter: brightness(0) saturate(100%) invert(63%) sepia(11%) saturate(1467%) hue-rotate(242deg) brightness(89%) contrast(85%);
  position: absolute;
  top: 12px;
  right: 19px;
}

.CustomerSupport .searchForm .clear-icon {
  filter: brightness(0) saturate(100%) invert(63%) sepia(11%) saturate(1467%) hue-rotate(242deg) brightness(89%) contrast(85%);
  position: absolute;
  top: 12px;
  right: 19px;
  width: 24px;
}

.CustomerSupport .searchForm .search-icon:hover,
.CustomerSupport .searchForm .clear-icon:hover {
  cursor: pointer;
}

.CustomerSupport .icon-flip-horizontal {
  transform: scaleX(-1);
}

@media (max-width: 576px) {
  .CustomerSupport .body {
    width: 400px;
  }

  .CustomerSupport .title {
    padding: 25px 5px 5px 5px;
  }
}

@media (max-width: 476px) {
  .CustomerSupport .body {
    width: 300px;
  }
}

@media (max-width: 376px) {
  .CustomerSupport .body {
    width: 275px;
  }
}

.SelectYourRegion .body {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.SelectYourRegion .title {
  margin: 15px 0 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.SelectYourRegion .zones {
  display: flex;
  justify-content: space-between;
}

.SelectYourRegion .zones-mobile,
.SelectYourRegion .regions-mobile {
  display: none;
}

.SelectYourRegion .zones-mobile.selected {
  display: none;
}

@media (max-width: 1100px) {
  .SelectYourRegion .body {
    width: 800px;
  }
}

@media (max-width: 991px) {
  .SelectYourRegion .body {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .SelectYourRegion .title.zone-selected {
    display: none;
  }

  .SelectYourRegion .body {
    width: 300px;
  }

  .SelectYourRegion .backButton {
    display: none;
  }

  .SelectYourRegion .zones,
  .SelectYourRegion .regions {
    display: none;
  }

  .SelectYourRegion .zones-mobile,
  .SelectYourRegion .regions-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .SelectYourRegion .body {
    width: 300px;
  }

  .SelectYourRegion .backButton {
    display: none;
  }
}

@media (max-width: 376px) {
  .SelectYourRegion .body {
    width: 275px;
  }
}

#RegionLanguageMenu > nav > div:nth-child(3) {
  display: flex;
  justify-content: center;
  min-height: 550px;
}

.ResetPasswordSuccess {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.ResetPasswordSuccess img {
  width: 50px;
}

.ResetPasswordSuccess .success {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.ResetPasswordSuccess .redirect {
  margin-top: 25px;
  font-size: 14px;
}

@media (max-width: 376px) {
  .ResetPasswordSuccess {
    width: 275px;
  }
}


.ResetPasswordSuccess .resetPasswordSuccessLink {
  text-decoration: underline;
}

.ResetPasswordSuccess .textNoWrap {
  text-wrap: nowrap;
}

.ResetPasswordSuccess .SuccessIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ForgotPasswordSuccess {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ForgotPasswordSuccess img {
  width: 50px;
}

.ForgotPasswordSuccess .message {
  margin: 15px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.ForgotPasswordSuccess .beforeEmail {
  margin-bottom: 5px;
}

.ForgotPasswordSuccess .email {
  font-weight: bold;
}

.ForgotPasswordSuccess .afterEmail {
  margin-top: 5px;
  margin-bottom: 25px;
}

@media (max-width: 376px) {
  .ForgotPasswordSuccess {
    width: 275px;
  }
}


.ForgotPasswordSuccess .forgotPasswordSuccessLink {
  text-decoration: underline;
}

.ForgotPasswordSuccess .textNoWrap {
  text-wrap: nowrap;
}

.ForgotPasswordError .backButton {
  position: relative;
  width: 85%;
  margin: 0 auto;
  max-width: 766px;
}

.ForgotPasswordError .body {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ForgotPasswordError img {
  width: 50px;
}

.ForgotPasswordError .message {
  margin: 15px 0 20px 0;
  font-size: 18px;
  font-weight: 800;
}

.ForgotPasswordError .details {
  margin-bottom: 20px;
}

.ForgotPasswordError .details .loginID {
  margin-left: 3px;
  font-weight: bold;
}

.ForgotPasswordError .contact {
  margin-bottom: 25px;
}

.ForgotPasswordError button {
  padding-left: 7px;
  padding-right: 7px;
}


@media (max-width: 576px) {
  .ForgotPasswordError .backButton {
    width: 90%;
  }
}

@media (max-width: 376px) {
  .ForgotPasswordError .body {
    width: 275px;
  }
}

main {
  margin-top: 100px;
  margin-bottom: 45px;
}

@media (max-width: 576px) {
  main {
    margin-top: 80px;
  }
}

@media (max-width: 376px) {
  main {
    margin-bottom: 35px;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  color: #2F3D4D;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}

.fade-slide-up-appear {
  opacity: 0.01;
  transform: translate(0px,10px);
}

.fade-slide-up-appear-active {
  opacity: 1;
  transform: translate(0px,0px);
  transition: .5s ease-in all;
}

.fade-slide-down-appear {
  opacity: 0.01;
  transform: translate(0px,-10px);
}

.fade-slide-down-appear-active {
  opacity: 1;
  transform: translate(0px,0px);
  transition: .5s ease-in all;
}

.fade-appear {
  opacity: 0.01;
}

.fade-appear-active {
  opacity: 1;
  transition: .5s ease-in all;
}


/*# sourceMappingURL=common.ee509f42814139cef9c4.css.map*/