.gdrfa-hero-section-wrapper {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    background: var(--surface-surface, #FFF);
}

.gdrfa-banner {
    min-height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .3s ease-out;
    -webkit-transition: background-image .3s ease-in-out
}

.gdrfa-banner::before {
   content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 70vh;
  background: linear-gradient(to top,
    rgba(0,0,0,.80) 10%,
    rgba(0,0,0,.40) 66%,
    rgba(0,0,0,0) 100%);
  pointer-events: none;
}


.gdrfa-banner-content-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 95vh;
    position: relative;
    gap: 32px;
    max-width: var(--device-Breakpoint);
    margin-inline: auto;
        padding-top: var(--header-hieght);

}

.dnrd-banner-wrapper {
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
}

.dnrd-home-banner{
	display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: var(--gap-gap-xs, 4px);
align-self: stretch;
}

.gdrfa-banner .swiper-slide{
	display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--gap-gap-xl, 24px);
align-self: stretch;
}

.gdrfa-banner .swiper-slide {
    opacity: 0 !important;
}

.gdrfa-banner .swiper-slide-active {
    opacity: 1 !important;
}

.gdrfa-hero_text{
	display: flex;
align-items: flex-start;
align-self: stretch;
flex-direction: column;
justify-content: center;
gap: 8px;
}

.banner__heading {
    text-overflow: ellipsis;
    overflow: hidden
}

.banner__heading {
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
align-self: stretch;
overflow: hidden;
color: var(--neutral-neutral100,#FFF);
text-overflow: ellipsis;

/* H2/Medium */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h2, 40px);
font-style: normal;
font-weight: 500;
line-height: var(--line-height-h2, 48px); /* 120% */
letter-spacing: -0.2px;
}

.scroll-move .banner__heading {
    text-align: start;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.36px;
}

.banner__description{
	margin:0;
	color: var(--neutral-neutral100,#FFF);

/* H5/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h5, 24px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-h5, 32px); /* 133.333% */
}

.banner_btns-section {
display: flex;
align-items: center;
gap: var(--gap-gap-xl, 24px);
}

.primary-description-link {
  display: flex;
height: 48px;
align-items: center;
}

.banner-link-conatiner{
	display: flex;
padding: var(--padding-padding-md, 12px) var(--padding-padding-lg, 16px);
justify-content: center;
align-items: center;
gap: var(--gap-gap-sm, 8px);
flex: 1 0 0;
align-self: stretch;
border-radius: var(--radius-xs, 8px);
background: var(--surface-surface-dim, #F5F3F7);

color: var(--surface-on-surface, #000);

/* H6/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h6, 20px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-h6, 28px); /* 140% */
}



.banner__description-arrow {
    width: 55px;
    height: 13px;
    display: inline-block;
    background: url(../../images/arrow-right-long.svg) center no-repeat;
}

.primary-description-link a:hover {
    text-decoration: none !important;
}


.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    bottom: 0;
    right: 0;
}


.h-banner-control {
display: flex;
padding: 8px;
justify-content: center;
align-items: center;
gap: 16px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
opacity: 0.48;
}
.btn-slide-control {
display: flex;
width: 20px;
height: 20px;
justify-content: center;
align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    position: static;
    z-index: 1;
    padding: 0;
}

.swiper-button-container{
	display:flex;
	width: 20px;
height: 20px;
flex-shrink: 0;
justify-content: center;
align-items: center;
}

.btn-slide-control .icon-play {
    background: url(/themes/gdrfad/assets/phase3/img/icon-play.svg), none;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
width: 20px;
height: 20px;
justify-content: center;
align-items: center;
}

.h-banner-control .swiper-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
    position: relative;
    height: 20px;
}

.h-banner-control .swiper-pagination-bullet {
    opacity: 0.5;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--surface-surface, #FFF);
    transform: scale(1);
    animation: .3s ease-in-out transform;
}

.h-banner-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.25);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.h-banner-control .swiper-button-next,
.h-banner-control .swiper-button-prev {
	display: flex;
	position: static;
width: 20px;
height: 20px;
justify-content: center;
align-items: center;
 background-color: transparent;
    margin-top: auto;
}

.h-banner-control .swiper-button-next:after,
.h-banner-control .swiper-button-prev:after {
    content:none !important;
}


.gdrfa-swiper-action {
    border: 0;
    cursor: pointer;
    background-position: center
}

.gdrfa-swiper-action-scroll {
display: flex;
height: 16px;
justify-content: center;
align-items: flex-start;
gap: 10px;
align-self: stretch;
}


button.gdrfa-swiper-action:focus:not(:focus-visible){
	cursor: pointer;
    outline: auto !important;
    outline-style: auto !important;
    outline-color: var(--outline-focus) !important;
}


@media  (max-width: 1024px) {
	.gdrfa-banner-content-container {
	 margin-inline: var(--padding-padding-xxl);
}
	
    .banner-cards-container.gdrfa-container{
        margin-inline:unset;
        overflow-x: scroll;
        min-width: calc(100dvw - var(--padding-padding-xxl));
        padding-inline:0;
    }
}

@media (min-width: 1281px) {
    .banner-cards-container.gdrfa-container{
        margin-inline:0;
    }
}

@media (max-width: 640px) {

.dnrd-home-banner .swiper-wrapper{
	order:2;
}

.h-banner-control{
	display: flex;
padding: 0 5px;
justify-content: flex-end;
align-items: center;
gap: 24px;
	order:1;
}

.banner__heading{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
align-self: stretch;

	overflow: hidden;
text-overflow: ellipsis;

/* H4/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h4, 28px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-h4, 32px); /* 114.286% */
}

.banner__description{

/* Body/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-body, 16px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-body, 24px); /* 150% */
}
.banner_btns-section{
	display: flex;
padding-top: var(--padding-padding-sm, 8px);
align-items: flex-start;
gap: var(--gap-gap-xl, 16px);
}

.primary-description-link{
	display: flex;
height: 24px;
justify-content: center;
align-items: center;
gap: var(--6px, 6px);
}
.banner-link-conatiner{
	padding:0;
	background:transparent;
	color: var(--surface-surface, #FFF);

/* H6/Regular */
font-family: var(--font-family, Dubai);
font-size: var(--font-size-h6, 20px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-h6, 28px); /* 140% */
}

.banner-link-icon{
	display: flex;
width: 24px;
height: 24px;
justify-content: center;
align-items: center;
}
}