.region-header {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 3.4375rem;
  padding: .375rem .3125rem .3125rem .3125rem;
  border-top: 8px solid var(--red);
  background-color: var(--white)
}

@media(min-width: 768px) {
  .region-header {
    height: 4.6875rem;
    border-bottom: .0625rem solid var(--border-gray)
  }
}

.header-region-placeholder {
  height: 3.4375rem;
  margin-bottom: var(--padding-bottom)
}

@media(min-width: 768px) {
  .header-region-placeholder {
    height: 4.6875rem
  }
}

/* new flag changes */
header .links .country-image {
  height: 25px;
}

header ul.links li {
  list-style-type: none;
}

header #main-menu-country-wrapper {
  display: flex;
}

@media (min-width:1024px) {
  header .links {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
}

@media (max-width:767px) {
  header #main-menu-country-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  header .menu-main.menu {
    margin-top: 36px;
    margin-bottom: 0px;
  }

  header .menu-main.menu li {
    padding-top: 0px;
  }

  header .links {
    padding-left: 0.8rem;
  }
}

/* end of new changes */

.left-icon-text-container {
  background-color: #f4f5fb;
  padding: 40px 20px;
  border-radius: 8px;
}

.left-icon-text-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c1e4a;
  text-align: center;
  margin-bottom: 30px;
}

.left-icon-text-desc {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #3f3f3f;
  text-align: center;
}

.icon-text-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.icon-text-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.icon-text-item .icon {
  flex: 0 0 48px;
}

.icon-text-item .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.icon-text-item .text {
  flex: 1;
}

.icon-text-item .text strong {
  display: block;
  font-size: 18px;
  color: #2c1e4a;
  margin-bottom: 5px;
}

.icon-text-item .text p {
  margin: 0;
  font-size: 16px;
  color: #2c1e4a;
}

.lt-text-rt-img-container {
  padding: 40px 0;
}

.lt-text-rt-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lt-text-rt-img-text {
  flex: 1 1 50%;
  padding-right: 30px;
  font-size: 18px;
  color: #333;
}

.lt-text-rt-img-image {
  flex: 1 1 45%;
  text-align: center;
}

.lt-text-rt-img-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}


.lt-img-rt-text-wrapper {
  /* background-color: #f8f9fb;
  padding: 60px 0; */
}

.lt-img-rt-text-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lt-img-rt-text-left,
.lt-img-rt-text-right {
  flex: 1 1 48%;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.text-wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.text-wrapper h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}



.download-section {
  background: linear-gradient(to right, #6ec6ca, #3f9fbb);
  padding: 50px 0;
}

.download-container {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 30px;
}

.download-text {
  flex: 1 1 250px;
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  line-height: 1.4;
}

.download-qr-section {
  display: flex;
  gap: 30px;
  flex: 1 1 200px;
  justify-content: center;
}

.qr-code img {
  width: 160px;
  height: 160px;
}

.download-buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  flex: 1 1 100%;
}

.store-btn img {
  width: 160px;
  height: 49px;
}




.patient-banner {
  background: linear-gradient(135deg, #b7e1d6, #7ac6c9);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.patient-banner__image img {
  max-width: 120px;
  margin: 0 auto 20px;
  display: block;
}

.patient-banner__text {
  color: #3a184c;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}

.patient-banner__cta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.patient-banner__cta {
  background: #4d1474;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-block;
}

.patient-banner__banner-image img {
  max-width: 260px;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}



.img-text-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  gap: 50px;
  padding: 50px 0;
  margin: auto;
  max-width: 628px;
}

.img-text-image {
  flex-shrink: 0;
}

.img-text-text {
  color: #341948;
  font-size: 16px;
  line-height: 1.6;
}

.takeda_brightcove--video {
  max-width: 920px;
  margin: auto;
  padding: 0px;
}

.download-section {
  background: #A2D8C8;
  background: linear-gradient(90deg, rgba(162, 216, 200, 1) 3%, rgba(98, 189, 205, 1) 56%);
  position: relative;
  height: 300px;
  width: 100%;
  margin-bottom: 250px;


}

.download-section .download-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.65);
}

.download-section p.white-text {
  color: #fff;
  max-width: 700px;
  margin: auto;
}

.download-section .download-container {
  padding: 30px 6%;
}

.download-section .download-container .download-text h3 {
  margin-left: 20%;
}

.download-section .download-container .arrow-block {
  display: flex;
  justify-content: flex-end;
  margin-left: 0px;
}

.lt-img-rt-text-wrapper .container {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}

.lt-text-rt-img-wrapper {
  max-width: 800px;
}

.lt-img-rt-text-wrapper .lt-img-rt-text-inner .lt-img-rt-text-left .image-wrapper {
  visibility: hidden;
}

.lt-img-rt-text-wrapper .lt-text-rt-img-wrapper.container{
    position: relative;
    background-color: #f8f9fb;
    padding: 0px 12px;
    height: 400px;
    margin-bottom:100px;
    margin-top:60px;
    display:flex;
}
.lt-img-rt-text-wrapper .lt-text-rt-img-wrapper.container::before{
    display:block;
    content:'';
    width:100VW;
    background-color:#f8f9fb;
    position: absolute;
    top: 0;
    right: 0;
}
.lt-img-rt-text-wrapper .lt-text-rt-img-wrapper.container::after{
     display:block;
    content:'';
    width:100vw;
    background-color:#f8f9fb;
    position: absolute;
    top: 0;
    LEFT: 0;
}
.lt-img-rt-text-wrapper {
    BACKGROUND-COLOR: #f8f9fb;
}

.lt-img-rt-text-wrapper .lt-text-rt-img-wrapper.container > .image-wrapper{
position: absolute;
    top: -50px;
    bottom: 0px;
}

.lt-img-rt-text-wrapper .lt-img-rt-text-right{
    height: 400px;
}

@media (max-width: 767px) {
  .img-text-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .img-text-image {
    margin-bottom: 20px;
  }

  .img-text-text {
    text-align: center;
  }

  .takeda_brightcove--video {
    padding: 30px 20px;
  }
}