.color-animation {
  display: flex;
  width: 2869px;
  height: 1130px;
  padding: 0px 70px;
  justify-content: center;
  align-items: flex-start;
  gap: 469px;
  flex-shrink: 0;
  opacity: 0.5;
  position: fixed;
  top: 30vh;
}

.gradient-left-side {
  border-radius: 1130px;
  opacity: 0.5;
  background: linear-gradient(180deg, #00AEEF 0%, rgba(0, 174, 239, 0) 85%);
  filter: blur(60px);
  width: 1130px;
  height: 1130px;
  transform: rotate(90deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  left: -55%;
}

.gradient-right-side {
  border-radius: 1130px;
  opacity: 0.5;
  background: linear-gradient(180deg, #4CBB88 0%, rgba(76, 187, 136, 0) 85%);
  filter: blur(60px);
  width: 1130px;
  height: 1130px;
  transform: rotate(270deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  right: -55%;
}

@media (min-width: 768px) {
  .gradient-left-side {
    left: -15%;
  }
  .gradient-right-side {
    right: -15%;
  }
}
.color-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.gradient-left-side,
.gradient-right-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: all 5s ease;
  opacity: 0.4;
}

.color-wrapper.centered .gradient-left-side {
  left: 30%;
}

.color-wrapper.centered .gradient-right-side {
  right: 30%;
}

.tui_newsletter_corp_landing {
  background: var(--neutral-solid-10-s, #E7EDF3);
  height: 100%;
}
.tui_newsletter_corp_landing .lp-header-lang-dropdown .lang-lable.show {
  background: #fff;
}
.tui_newsletter_corp_landing footer {
  position: relative;
  bottom: 0;
  z-index: 9;
}
.tui_newsletter_corp_landing .lp__header {
  border-bottom: 2px solid var(--divider-on-light-subdued, rgba(0, 57, 107, 0.08));
}
.tui_newsletter_corp_landing .lp_latest_form_container {
  display: inline-block;
  z-index: 9;
  position: relative;
  width: 100%;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div {
  display: flex;
  padding-top: var(--spacing-huge, 80px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xxlarge, 64px);
  align-self: stretch;
    margin-bottom:98px;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div .teaser {
  max-width: 692px;
  margin: 0 auto;
  text-align: center;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div .teaser .cmp_teaser_description p {
  color: var(--text-on-light-highlight, #012740);
  text-align: center;
  font-size: var(--font-size-500, 20px);
  font-style: normal;
  font-weight: var(--body-font-weight-regular, 400);
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.25px;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div .teaser h1 {
  color: var(--text-on-light-highlight, #012740);
  text-align: center;
  font-size: var(--font-size-1000, 28px);
  font-style: normal;
  font-weight: var(--body-font-weight-regular, 400);
  line-height: 112%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_form_right_content {
  border-radius: var(--border-radius-medium, 8px);
  background: var(--gray-alpha-white-75-a, rgba(255, 255, 255, 0.75));
  display: flex;
  max-width: 716px;
  width: 100%;
  padding: var(--spacing-xlarge, 48px);
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xxsmall, 8px);
  align-self: stretch;
}
.tui_newsletter_corp_landing .lp_latest_form_container form {
  margin: 0;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex {
  display: flex;
  align-items: center;
    flex-direction: column;
  width: 100%;
}

.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:nth-child(2),
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:last-child {
  border-radius: 0;
}

@media (width >= 768px) {
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex {
    flex-direction: row;
            }

.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:nth-child(2),
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:last-child {
  border-radius: 2rem;
}


            .tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
}




.tui_newsletter_corp_landing .lp_input_consent_wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xxsmall, 8px);
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .tui_newsletter_corp_landing .lp_input_consent_wrapper {
    padding: 0 35px;
  }
}
.tui_newsletter_corp_landing .lp_input_consent_wrapper label {
  color: var(--text-on-light-default, rgba(0, 13, 26, 0.7));
  font-size: var(--font-size-100, 12px);
  font-weight: var(--body-font-weight-regular, 400);
  line-height: 14px;
  letter-spacing: 0.25px;
}
.tui_newsletter_corp_landing .lp_input_consent_wrapper label a {
  text-decoration: underline;
  color: var(--text-on-light-default, rgba(0, 13, 26, 0.7));
}
.tui_newsletter_corp_landing .lp_form_button {
  border-radius: var(--border-radius-xlarge, 32px) var(--theloop-button-border-radius, 32px) var(--theloop-button-border-radius, 32px) var(--border-radius-xlarge, 32px);
  border: 1px solid var(--Outline-Transparent, rgba(255, 255, 255, 0));
  background: var(--background-container-on-light-link-primary-enabled, #004370);
  display: flex;
  padding: var(--theloop-button-v-padding, 16px) var(--theloop-button-h-padding, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--theloop-button-gap, 6px);
  align-self: stretch;
  flex-direction: row-reverse;
    cursor: pointer;
  margin-top: var(--spacing-small);
}
.tui_newsletter_corp_landing .lp_form_button input[type=submit] {
  background: transparent;
  color: var(--text-on-dark-link-primary-enabled, rgba(255, 255, 255, 0.9));
  font-size: var(--theloop-button-label-font-size, 16px);
  font-weight: var(--theloop-button-label-font-weight, 700);
  line-height: var(--theloop-button-label-line-height, 24px);
  letter-spacing: var(--theloop-button-label-letter-spacing, -0.5px);
  border: 0;
    padding: 0;
}


.tui_newsletter_corp_landing input[type=text]:focus-visible,
.tui_newsletter_corp_landing input[type=email]:focus-visible{
    outline-offset: 0;
    outline-width: 1px;
 }


.tui_newsletter_corp_landing span.tui_newsletter_arrow {
    width: 21px;
    height: 21px;
    position: relative;
        top: 2px;
}

.tui_newsletter_corp_landing span.lp.lp-location-arrow::before{
    display: none;
}


.tui_newsletter_corp_landing .lp_form_button .lp-location-arrow:before {
  color: #fff;
  font-size: 18px;
}

.tui_background_img_full {
  width: 100%;
  height: 100%;
}
.tui_background_img_full::before {
  flex-shrink: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-image: url("https://webarchivedev.worldbank.org/accessibility/WBG/img/landing_Swoosh.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: revert;
}
@media (width >= 1200px) {
  .tui_background_img_full::before {
    transform: none;
    background-image: url("https://webarchivedev.worldbank.org/accessibility/WBG/img/landing_Swoosh.png");
    background-size: cover;
   background-position: center;
            height: 100%;
  }
}

.hide_header_menu_search #hamburger,
.hide_header_menu_search .lp_search_section{  
        display: none;
}

.tui_newsletter_corp_landing #newsletterMsgDiv{
    display: flex;
    padding: 1rem;
    border-radius: 8px;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    color: #fff;
}

.tui_newsletter_corp_landing #newsletterMsgDiv button{
    background: transparent;
            border: 0;
        }

.tui_newsletter_corp_landing #newsletterMsgDiv.error{
    background: rgba(186, 27, 35, 1);
}


.tui_newsletter_corp_landing #newsletterMsgDiv.info{
    background: #e6e6e6;
    color: rgba(0,0,0,0.87);
}


.tui_newsletter_corp_landing #newsletterMsgDiv.success{
    background: rgba(25, 135, 84, 1);
} 



@media screen and (width >= 768px) {

html[lang="ar"] .tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input {
    border-radius: 2rem;
}

html[lang="ar"] .tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[lang="ar"] .tui_newsletter_corp_landing .lp_latest_form_container .lp_input_flex input:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div .teaser h1 {
  font-size: var(--font-size-1000, 32px);

}


}


@media screen and (width >= 1024px) {


.tui_newsletter_corp_landing .lp_latest_form_container .lp_input_form_component > div .teaser h1 {
  font-size: var(--font-size-1000, 40px);

}


}



.tui_newsletter_corp_landing .lp_latest_form_container form {
    width: 100%;
}  

.tui_newsletter_corp_landing .lp_form_button:hover{

                    background: var(--background-container-secondary);
}



.tui_newsletter_corp_landing .lp_form_button:hover span.tui_newsletter_arrow svg path{
    fill: #012740;

}

.tui_newsletter_corp_landing .lp_form_button:hover input[type="submit"]{
    color: #012740;

}

.error-border {
  border: 0.1rem solid red !important;
}


@media screen and (min-height: 951px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* Optional: Ensure it stays above other elements */
  }

.tui_background_img_full::before{
        height: 100%;
                }

.tui_newsletter_corp_landing,
.tui_background_img_full {
                    height: 100vh;
                }

}