/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/containers/header/header.css ***!
  \**********************************************************************************************************************************************************************/
.Header {
  background-color: #ffffff;
  padding: 0 60px;
  min-height: 50px;
  border-top: 5px solid #BC84CA;
  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;
  }
}

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/back-button.css ***!
  \*************************************************************************************************************************************************************/
.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;
  }
}

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/banner-image.css ***!
  \**************************************************************************************************************************************************************/
.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;
  }
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/button.css ***!
  \********************************************************************************************************************************************************/
.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;
  }
}

/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/customer-support-list.css ***!
  \***********************************************************************************************************************************************************************/
.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;
  }
}

/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/footer-bottom.css ***!
  \***************************************************************************************************************************************************************/
.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;
  }
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/footer-copyright.css ***!
  \******************************************************************************************************************************************************************/
.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;
}

/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/footer-links.css ***!
  \**************************************************************************************************************************************************************/
.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; */
  }
}


/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/footer-reg-lang-selector.css ***!
  \**************************************************************************************************************************************************************************/
.FooterRegLangSelector {
  color: #5A6673;
  font-weight: bold;
}

/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/login-error-help-modal.css ***!
  \************************************************************************************************************************************************************************/
.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 {
            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;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/reg-lang-selector.css ***!
  \*******************************************************************************************************************************************************************/
.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;
  }
}
  
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/sign-in/sign-in.css ***!
  \*******************************************************************************************************************************************************************/
.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::-moz-placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.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::-moz-placeholder {
  color: #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;
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/forgot-password/forgot-password.css ***!
  \***********************************************************************************************************************************************************************************/
.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::-moz-placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.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::-moz-placeholder {
  color: #D96161;
}

.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;
}


/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/reset-password/reset-password.css ***!
  \*********************************************************************************************************************************************************************************/
.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::-moz-placeholder {
  font-size: 17px;
  color: #CECECE;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin-top: 2px;
}

.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;
  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;
  display: flex;
}

.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;
}

/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/components/spinners/ThreeDots.css ***!
  \***************************************************************************************************************************************************************************/
.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;
  }
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/customer-support/customer-support.css ***!
  \*************************************************************************************************************************************************************************************/
.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;
  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::-moz-placeholder {
  font-size: 17px;
  color: #747d9f;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 0 0 0 0;
}

.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;
  }
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/select-your-region/select-your-region.css ***!
  \*****************************************************************************************************************************************************************************************/
.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;
  }
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/css/new-region-selector.css ***!
  \*********************************************************************************************************************************************************************/
#RegionLanguageMenu > nav > div:nth-child(3) {
  display: flex;
  justify-content: center;
  min-height: 550px;
}

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/reset-password-success/reset-password-success.css ***!
  \*************************************************************************************************************************************************************************************************/
.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;
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/forgot-password-success/forgot-password-success.css ***!
  \***************************************************************************************************************************************************************************************************/
.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;
}

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/views/app/app.css ***!
  \***********************************************************************************************************************************************************/
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;
}

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main/webapp/styles/tailwind.css ***!
  \*************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E0E0E0; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Raleway, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9E9E9E; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9E9E9E; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  body {
  font-family: Raleway, sans-serif;
}
/* Gigya widget overrides - third-party CSS that needs !important */
/* These will be migrated from sign-in.css in Phase 5 */
/* Placeholder for now - keeps this section ready for Phase 5 */
.static {
  position: static;
}
.relative {
  position: relative;
}
.right-3 {
  right: 0.75rem;
}
.z-50 {
  z-index: 50;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.max-w-screen-lg {
  max-width: 768px;
}
.flex-1 {
  flex: 1 1 0%;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-around {
  justify-content: space-around;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(188\2c 141\2c 200\2c 0\.2\)\] {
  border-color: rgba(188,141,200,0.2);
}
.border-brand-primary-base {
  --tw-border-opacity: 1;
  border-color: rgb(157 87 178 / var(--tw-border-opacity, 1));
}
.border-brand-secondary-base {
  --tw-border-opacity: 1;
  border-color: rgb(53 70 87 / var(--tw-border-opacity, 1));
}
.bg-brand-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(157 87 178 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-brand-secondary-100 {
  fill: #bec4c9;
}
.fill-brand-secondary-300 {
  fill: #84909b;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-brand-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(189 139 202 / var(--tw-text-opacity, 1));
}
.text-brand-primary-base {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.text-brand-secondary-base {
  --tw-text-opacity: 1;
  color: rgb(53 70 87 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:bg-brand-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-brand-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 233 235 / var(--tw-bg-opacity, 1));
}
.hover\:text-brand-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.group\/continent:hover .group-hover\/continent\:fill-brand-primary-500 {
  fill: #bd8bca;
}
.group\/continent:hover .group-hover\/continent\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.group\/language:hover .group-hover\/language\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.group\/region:hover .group-hover\/region\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.group\/continent[data-state="open"] .group-data-\[state\=open\]\/continent\:fill-brand-primary-700 {
  fill: #9d57b2;
}
.group\/continent[data-state="open"] .group-data-\[state\=open\]\/continent\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.group\/language[data-state="open"] .group-data-\[state\=open\]\/language\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
.group\/region[data-state="open"] .group-data-\[state\=open\]\/region\:text-brand-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(157 87 178 / var(--tw-text-opacity, 1));
}
@media (max-width: 576px) {

  .max-\[576px\]\:mt-20 {
    margin-top: 5rem;
  }
}
@media (max-width: 376px) {

  .max-\[376px\]\:mb-\[35px\] {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\[50vh\] {
    max-height: 50vh;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-primary {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 97 179 / var(--tw-border-opacity, 1));
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  .\32xl\:min-w-\[1024px\] {
    min-width: 1024px;
  }
}

/*# sourceMappingURL=common.9acdf47cb11ee4c813e6.css.map*/