.ce-banner.full_width_banner .banner-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.full_width_banner .banner-link.theme-buttons-container {
  justify-content: center;
}
.ce-banner .theme-buttons-container{
  flex-direction:row !important;
}
.ce-banner.full_width_banner .banner-background  img {
  display: none;
}
.ce-banner.full_width_banner {
  text-align: center;
}
.ce-banner.full_width_banner .content-wrapper {
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}
.ce-banner.full_width_banner .badges-wrapper {
  justify-content: center;
}

.ce-banner {
  background-color: #FFF;
}
.banner-background {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}
.ce-banner .banner-background .wrapper-banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*   max-width: 50%; */
  max-width: calc(100%/2 - 16px);
  width: 100%;
}
.ce-banner .banner-background .wrapper-banner-image img {
  display: none;
}
.ce-banner.two-cols .banner-background .theme-container {
  /*   padding: 0 68px 0 84px; */
  padding: 0 68px 0 180px;
  margin: 0;
  max-width: calc(100%/2 - 16px);
  width: 100%;
}
/* .banner-background .wrapper-banner-image {
max-width: 50%;
padding: 48px;
} */
.ce-banner.full_width_banner .banner-background .wrapper-banner-image {
  display: none;
}
.ce-banner .banner-background img {
  max-width: 50% !important;
}
.ce-banner .content-wrapper {
  max-width: 696px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 64px 0;
}
.ce-banner .top-label {
  margin: 0 0 12px;
}
.ce-banner .top-label span {
  display: block;
  color: #B3B5B7;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Bossa', sans-serif;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.ce-banner .breadcrumb {
  margin: 0 0 12px;
}
.ce-banner .breadcrumb span[type="simple_menu"] {
  display: block;
}
.ce-banner.full_width_banner .breadcrumb ul[role="menu"] {
  justify-content: center;
}
.ce-banner .breadcrumb ul[role="menu"] li {
  position: relative;
  padding-right: 14px;
}
.ce-banner .breadcrumb ul[role="menu"] li::before {
  content: "/";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #777A7E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Bossa', sans-serif;
}
.ce-banner .breadcrumb ul[role="menu"] li:last-child {
  padding: 0;
}
.ce-banner .breadcrumb ul[role="menu"] li:last-child::before {
  display: none;
}
.ce-banner .breadcrumb ul[role="menu"] li a {
  color: #777A7E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: 'Bossa', sans-serif;
  text-transform: uppercase;
}
.ce-banner .breadcrumb ul[role="menu"] li:last-child a {
  color: #595B5F;
  text-decoration: none;
}
.ce-banner .breadcrumb ul[role="menu"] li:last-child a:hover,
.ce-banner .breadcrumb ul[role="menu"] li:last-child a:focus {
  text-decoration: none;
  cursor: default;
}


/* .breadcrumb span {
display: inline-block;
color: #B3B5B7;
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-family: 'Bossa', sans-serif;
letter-spacing: 0.05px;
text-transform: uppercase;
}
.breadcrumb span:last-child {
color: #595B5F;
letter-spacing: 0.8px;
} */



.banner-details {
  margin: 0 0 48px;
}
.banner-details h1 {
  color: #141415 !important;
  font-size: 56px;
  line-height: 67px;
  font-weight: 400;
  font-family: 'Bossa', sans-serif;
  letter-spacing: 0%;
  margin: 0 0 16px;
}
.banner-details p {
  color: #383A3D !important;
  font-family: 'Fustat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  margin: 0;
}
/* .banner-link {
margin: 0 0 48px;
} */

{##}
.banner-link a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Fustat', sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
  /*   background-color: #003284; */
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 2px;
  /*   border: 1px solid #003284; */
  transition: all 0.25s ease;
}

.badges-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}

@media (max-width: 1919.98px) {
  .banner-background {
    gap: 26px;
  }
  .ce-banner.two-cols .banner-background .theme-container {
    padding: 0 49px 0 136px;
    /*     padding-left: clamp(50px, -100.3136px + 10.4384vw, 100px); */
  }
  .ce-banner .banner-background .wrapper-banner-image {
    max-width: calc(50% - 13px);
  }
  .ce-banner.two-cols .banner-background .theme-container {
    max-width: calc(50% - 13px);
  }
  .ce-banner.two-cols .content-wrapper {
    /*     max-width: 522px; */
    min-width: 522px;
    max-width: 100%;
    margin: 0;
  }
  .ce-banner.full_width_banner .content-wrapper {
    max-width: 664px;
    width: 100%;
    margin: 0 auto;
    padding: 96px 0;
  }
  .ce-banner .top-label span{
    /*     font-size:14px !important;
    line-height: 21px; */
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05px;
  }

  .ce-banner .breadcrumb ul[role="menu"] li::before {
    font-size:14px;
    line-height: 21px;
    /*     font-size: 16px;
    line-height: 24px; */
  }
  .ce-banner .breadcrumb ul[role="menu"] li a {
    font-size:14px;
    line-height: 21px;
    /*     font-size: 16px;
    line-height: 24px; */
    letter-spacing: 0.05px;
  }

  .banner-details h1{
    font-size: 46px;
    line-height: 55.2px;
  }
  .banner-details p,
  .banner-link a{
    font-size:16px;
    line-height: 24px;
  }
  .badges-wrapper {
    gap: 26px;
  }
}
@media (max-width: 1439.98px) {
  .banner-background {
    gap: 18px;
  }
  .ce-banner.two-cols .banner-background .theme-container {
    /*     padding: 0 24px; */
    padding: 0 24px 0 9%;
    max-width: calc(100%/2 - 9px);
    /*     max-width: 87.21%; */
  }
  .ce-banner .banner-background .wrapper-banner-image {
    max-width: calc(100%/2 - 9px);
  }
  .ce-banner.two-cols .content-wrapper {
    min-width: unset;
  }

  /*   .ce-banner.full_width_banner {
  text-align: left;
} */
  .ce-banner.full_width_banner .content-wrapper  {
    padding: 32px 0;
    max-width: 100%;
  }
  /*   .full_width_banner .banner-link.theme-buttons-container ,
  .ce-banner.full_width_banner .badges-wrapper{
  justify-content: flex-start;
}  */
  .ce-banner .content-wrapper {
    /*     max-width: inherit; */
    max-width: 100%;
    padding: 32px 0;
  }



  .banner-details {
    margin: 0 0 32px;
  }
  .banner-details h1{
    font-size:36px;
    line-height: 43px;
  }
  .badges-wrapper {
    margin-top: 32px;
    gap: 18px;
  }
}
@media (max-width: 1023.98px) {
  .banner-background {
    flex-direction: column-reverse;
  }
  .ce-banner.two-cols .content-wrapper {
    max-width: 100%;
    /*     padding: 80px 0; */
  }
  .ce-banner.two-cols .banner-background .theme-container {
    padding: 0 24px;
    margin:  0 auto;
    max-width: 87.21%;
  }
  .banner-background {
    gap: unset;
  }
  .ce-banner .banner-background .wrapper-banner-image {
    max-width: 100%;
    background-image: unset !important;
  }
  .ce-banner .banner-background .wrapper-banner-image img {
    display: block;
    max-width: 100% !important;
    width: 100%;
    max-height: 500px;
  }
  .ce-banner .banner-background img {
    max-width: 100% !important;
  }
}


@media (max-width: 959.98px) {
  .banner-link.theme-buttons-container {
    flex-wrap: wrap;
    /*     flex-direction: column!important; */
    gap: 16px !important;
  }
  /*   .ce-banner.two-cols .content-wrapper {
  padding: 48px 0;
} */
  .banner-link.theme-buttons-container span {
    display: block;
  }
  .banner-link.theme-buttons-container span a {
    display: flex;
  }
  .banner-details h1{
    font-size:28px;
    line-height:33.4px;
  }
  .ce-banner.full_width_banner {
    text-align: center;
  }
  /*   .ce-banner.full_width_banner .content-wrapper  {
  padding: 48px 0;
} */
  .full_width_banner .banner-link.theme-buttons-container ,
  .ce-banner.full_width_banner .badges-wrapper{
    justify-content: center;
  }
  .ce-banner .top-label span{
    font-size:12px;
    line-height: 18px;
  }
  /*   .breadcrumb span {
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.6px;
}
  .breadcrumb span:last-child {
  letter-spacing: 0.6px;
} */
  .ce-banner .breadcrumb ul[role="menu"] {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ce-banner .breadcrumb ul[role="menu"] li::before {
    font-size: 12px;
    line-height: 18px; 
  }
  .ce-banner .breadcrumb ul[role="menu"] li a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6px;
  }
  .badges-wrapper{
    gap: 12px;
  }
  .logo-wrapper{
    width:100%;
  }
  .banner-details p, 
  .banner-link a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .ce-banner.two-cols .banner-background .theme-container {
    max-width: 100%;
  }
  .ce-banner .banner-background .wrapper-banner-image img {
    max-height: 350px;
  }
  /*  CTA setting for DataType -> Static  */
  .banner-link.theme-buttons-container {
    flex-direction: column!important;
  }
  /*  CTA setting for DataType -> HubDB  */
  .theme-buttons.mobile-cta-holder {
    max-width: 100%;
  }
  .theme-buttons.mobile-cta-holder > .cta-wrapper {
    display: block;
    width: 100%;
  }
  .theme-buttons.mobile-cta-holder > .cta-wrapper a {
    width: 100%;
  }
}