/* GLOBAL */

html {
  scroll-behavior: smooth;
}
/* Width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scroll Thumb */
::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 10px;
}

/* Hover Effect */
::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9;
}
body
{
    font-family: 'avenir-lt-pro';
}
.cmp-carousel__action.disabled {
    opacity: .4;
    pointer-events: none;
    cursor: not-allowed;
}
.custom-counter {
  list-style: none;
  counter-reset: my-counter;
}
.custom-counter li{
  counter-increment: my-counter;
}
.custom-counter li::before {
  content: counter(my-counter) " ";
      padding-right: 5px;
}
.faq-ref {
  list-style: none;
  counter-reset: my-counter1;
}

.faq-ref li{
  counter-increment: my-counter1;
}

.faq-ref li::before {
  content: counter(my-counter1) ". ";
      padding-right: 5px;
}
.references.faq-ref a {
    color: #3C4242;
    text-decoration: underline;
    font-family: 'avenir-lt-pro';
}
.references.faq-ref a[href^="tel"] {
    color: #3C4242 !important;
    text-decoration: none !important;
}
ol.references.faq-ref {
    padding-left: 0px;
}
#aldo-home-page .root{
    display: block !important;
        opacity: 1;
}
.cmp-navigation__item a:hover
{
    text-decoration: none;
}
li.cmp-navigation__item.cmp-navigation__item--level-0:hover,
li.cmp-navigation__item.cmp-navigation__item--level-0.cmp-navigation__item--active,
li.cmp-navigation__item.cmp-navigation__item--level-0.active
{
    border-bottom: 2px solid #CC3A70;
}

li.cmp-navigation__item.cmp-navigation__item--level-0 {
    border-bottom: 2px solid transparent;
}
#aldo-home-page .cmp-text {
  padding: 0 !important;
}

#aldo-home-page {
  padding-top: 0 !important;
  /*max-width: 1472px;*/
  margin: 0 auto;
}

#aldo-home-page h1,h2,h3,h4,p,a, ul li {
  font-family: 'avenir-lt-pro';
}

#aldo-home-page sup {
  font-size: 60% !important;
  line-height: 0;
}

#aldo-home-page a {
    text-decoration: none;
}


#aldo-home-page .welcome-to {
  display: flex;
  padding: 80px 57px 80px 47px;
  justify-content: space-between;
}
#aldo-home-page .welcome-to h2.welcometxt span {
    color: #CC3A70;
    font-weight: 700;
}
#aldo-home-page .welcome-to > div:nth-of-type(2) {
  max-width: 870px;
  position: relative;
  top: 13px;
}

#aldo-home-page .welcome-to img {
    position: absolute;
    top: 133px;
    left: 0;
    width: 464px;
    z-index: -1;
    height: auto;
}
div#welcome-container,.explore-btn {
    max-width: 1472px;
    margin: 0 auto;
}
#aldo-home-page .welcome-to h2 {
  margin: 0;
  font-weight: 500;
  font-size: 65px;
  line-height: 120%;
  color: #171A34;
  position: relative;
  z-index: 2;
}

#aldo-home-page .welcome-to p {
     color: #3C4242;
     color: #3C4242;
    font-family: 'avenir-lt-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#aldo-home-page .welcome-to p span.bold {
  font-weight: 700;
}

#aldo-home-page .welcome-to p {
  margin-bottom: 35px;
  padding-left: 15px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
}
.top-row:last-child
{
   border-bottom: none; 
}
.title {
  font-size: 24px;
  margin: 0;
}
.top-row .btn {
display: flex;
padding: 0px;
flex-direction: column;
justify-content: center;
align-items: center;
background: #CC3A70;
padding : 0px;
border-radius: 100px;


}
.top-row .btn a{
text-align: center;
font-family: 'avenir-lt-pro';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: capitalize;
color: #FFFFFF;
width: 141px;
height: 51px;
padding: 8px 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 2px solid #CC3A70;
border-radius: 100px;


}
.top-row .btn a:hover,#aldo-home-page a.cmp-teaser__action-link:hover{
        background: #fff;
    border-color: #CC3A70;
    color:#CC3A70;
}
.top-row p
{
    padding-top : 38px;
}
div#hype-video-container {
   
    background: #EFEFEF;
    padding: 55px 51px 62px 51px;
}
#video_container
{
     display: flex;
     max-width:1472px;
     margin : 0 auto;
}
.vid-info {
    max-width: 490px;
}
#video_container .cmp-video__player
{
    padding: 0px;
    height: auto;
    max-width: 780px;
}
hr.border {
    width: 139px;
    height: 4px;
    margin: 50px 0px 20px 0px;
    background: #CC3A70;
}

.play-button {
    color: #353F47;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
}
.vid-info h3 {
    color: #353F47;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin : 0px;
    line-height: 36px; /* 128.571% */
}

.vid-text p {
    color: #353F47;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
    padding-top: 13px;
}
#thinkaldo-section-main-vid {
    padding: 0 0 0 38px;
}
.vid-text {
    padding-bottom: 31px;
}
a.share {
    display: flex;
    width: 85px;
    height: 37.623px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-transform: capitalize;
    color: white;
    border-radius: 100px;
    background: #F7A093;
    margin-top: 30px;


    
}
#video_container .cmp-video__thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 5px 5px 0px #000000;
    
}
span.cmp-video__playicon:after {
    content: "";
    display: block;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Play-button.svg) no-repeat center;
    background-size: contain;
    width: 115px;
    height: 115px;
    position: absolute;
    z-index: 99;
}
#video_container .cmp-video__content
{
    padding : 0px;
}
div#video_container .video {
    min-width: 55%;
}
#aldo-home-page .thinkaldo-section.rethink
{
    max-width: 1472px;
    margin: 0 auto;
    padding : 31px 53px 72px 51px
}
#aldo-home-page .thinkaldo-section.iceberg {
    padding: 71px 53px 55px 51px;
        max-width: 1472px;
    margin: 0 auto;
}

.explore-btn a {
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    border-radius: 100px;
    background: #CC3A70;
    width: 217px;
    height: 51px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border:2px solid #CC3A70;
    transition: all .3s ease;
}
.explore-btn a:hover
{
    color: #CC3A70;
    border:2px solid #CC3A70;
    background: #ffffff;
}
.explore-btn {
    padding: 33px 0px 0px 0px;
}
#aldo-home-page .rethink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 93px auto;
    margin-bottom: 108px;
    margin-top: 100px;
}
#aldo-home-page .rethink > h2 {
    color: #171A34;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
        max-width: 1080px;
        margin-bottom: 25px;
}
#aldo-home-page span.text-pink, #aldo-home-page .text-pink {
    color: #CC3A70;
}
#aldo-home-page .rethink .rethink-list {
    display: flex;
    flex-direction: column;
    gap: 33px;
    width: 100%;
}
#aldo-home-page .rethink .rethink-list .rethink-list-item {
    display: flex;
    align-items: center;
    gap: 54px;
    background-color: #EFEFEF;
}
#aldo-home-page .rethink .rethink-list .rethink-list-item .item-icon {
    width: 165px;
    height: 165px;
    background-color: #11305C;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aldo-home-page .rethink .rethink-list .rethink-list-item .item-description p {
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    color: #3C4242;
    max-width: 1107px;
}
#aldo-home-page .rethink .rethink-list .rethink-list-item .item-description p:last-child {
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    color: #3C4242;
    max-width: 1127px;
}

#aldo-home-page #image-carousel .cmp-carousel__action::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 50px !important;
  height: 100%;
  position: absolute;
  margin: 0 0 0 10px;
  z-index: 9999;
}
.cmp-carousel__item--swipe
{
    gap: 20px;
}
div#scientific {
    background: #efefef;
}
#aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--next::before {
  background-image: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/right-arrow.svg);
  right:calc(100% - 1435px);
  top: 273px;
  cursor: pointer;
  
}

#aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--previous::before {
  background-image: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/left-arrow.svg);
  right: calc(100% - 70px);
  top: 273px;
  cursor: pointer;
}

#aldo-home-page #scientific .cmp-carousel__action .cmp-carousel__action-text {
  display: none;
}

#aldo-home-page .experts .carousel {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 48px;
}
#aldo-home-page .cmp-carousel-horizontal .cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 999999;
  padding-top: 41px;
}

#aldo-home-page .cmp-carousel-horizontal .cmp-carousel__indicator {
  width: 20px;
  height: 20px;
  margin: 0;
  text-indent: 0px;
  letter-spacing: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CC3A70;
  background-color: #fff;
  position: relative;
  margin-right: 14px;
}

#aldo-home-page .cmp-carousel__indicator.cmp-carousel__indicator--active {
  background-color: #CC3A70;
}

#aldo-home-page .cmp-carousel__indicators.cmp-carousel__indicators--mob.visible-small {
  display: none;
}

#aldo-home-page .cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
  display: none;
}

#aldo-home-page .experts .carousel .carousel-item {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  flex: 1;
  min-height: 464px;
  max-width: 299px;
}
#aldo-home-page .cmp-carousel__actions--swipe {
    position: relative;
    max-width: 1472px;
    margin: 0 auto;

}
#aldo-home-page .cmp-carousel__actions
{
    z-index: 1;
    max-height: 20px;
}
#aldo-home-page .cmp-carousel__item.cmp-carousel__item--swipe div
{
    position : static;
}
#aldo-home-page .cmp-carousel__item.cmp-carousel__item--swipe > div {
    margin: 0 0 0 0px;
    border-radius: 36px;
    background: #FFF;
}
.card-img img {
    min-width: 419px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#aldo-home-page .cmp-carousel__item.cmp-carousel__item--swipe div
{
    
}

#aldo-home-page .cmp-carousel-horizontal--swipe
{
    background: #efefef;
    padding: 0px 0px 60px 0px;
}
#aldo-home-page .card-content h3 {
    color: #171A34;
    font-family: 'avenir-lt-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    padding-top: 10px;
    margin-top : 0px;
}
.card-content .topBtn
{
    margin : 13px 0px;
}
#aldo-home-page .card-content {
    max-width: 418px;
    padding: 0px 21px 41px 21px;
        min-height: 420px;
}

#aldo-home-page .card-content p {
    color: #171A34;
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
#aldo-home-page .card-action a {
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
/*    text-transform: capitalize;*/
    color: #ffffff;
    border-radius: 100px;
    background: #CC3A70;
    display: flex;
    width: 162.526px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        border: 2px solid #CC3A70;
}
#aldo-home-page .card-action a:hover
{
        background: #ffffff;
        color :  #CC3A70;
        border: 2px solid #CC3A70;
}

#aldo-home-page .card {
    padding-bottom: 49px;
}
#aldo-home-page .card-action {
    padding: 0 21px;
}
div#itstime:before {
    content: "";
    position: absolute;
    background: url("/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa.png");
    right: 0px;
    width: 433px;
    height: 611px;
    top: -63px;
}

div#itstime {
    position: relative;
}
.image-box {
  position: relative;
  margin: 0 auto;
  max-width: 1472px;
}

.image-box img {
  width: 100%;
  display: block;
}
.image-box .text a {
    display: flex;
    width: 301px;
    height: 67px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    border-radius: 100px;
    background: #FFF;
    align-items: center;
    color: #CC3A70;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 85.714% */
    margin-top: 36px;
}
.image-box .text a:hover {
        background-color: #CC3A70;
        color: #ffffff;
            border: 2px solid #ffffff;
}
.cmp-text .references {
      padding-top: 30px;
    padding-left: 17px;
    margin: 0;
        padding-bottom: 20px;
}
.references li {
    margin-bottom: 1px;
    list-style: auto;
    list-style-position: inside;
    color: #3C4242;
    font-family: 'avenir-lt-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
}

#aldo-home-page .references a {
  color: #3C4242;
  text-decoration: underline;
  font-family: 'avenir-lt-pro';
}


.image-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    color: #FFF;
    font-family: 'avenir-lt-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 532px;
}
#aldo-home-page .image-box .text{
    padding-left:50px;
}

#faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__icon {
  background-image: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/accordion-icon.png);
  padding: 16px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: center;
  background-size: 20px;
  outline: none;
}
#aldo-home-page div#accordions-section {
    border-radius: 1568px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(115, 115, 115, 0.00) 100%);
}
div#homepage-accordion-references {
    max-width: 1520px;
    margin: 0 auto;
    padding: 101px 24px 187px 24px;
}
#homepage-accordion-references .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
  transform: rotate(180deg);
  background-position-x: 0%;
}

#homepage-accordion-references::before {
  display: none;
}

#homepage-accordion-references .cmp-accordion__button {
  padding: 18.5px 16px 19.5px;
  border: 1px solid #DFDFDF;
  margin-bottom: 32px;
}

#homepage-accordion-references .cmp-accordion__button.cmp-accordion__button--expanded {
  border: 1px solid #DFDFDF;
  margin-bottom: 0;
}

#homepage-accordion-references .cmp-accordion__button .cmp-accordion__title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: #3C4242;
  font-family: 'avenir-lt-pro';
}

#homepage-accordion-references .cmp-accordion__panel {
  padding: 0 14px;
}

#homepage-accordion-references .cmp-accordion__panel.cmp-accordion__panel--expanded {
  margin-bottom: 32px;
  border: 1px solid #DFDFDF;
  border-top: 0;
}

#homepage-accordion-references h6 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: normal;
  color: #171A34;
  font-family: 'avenir-lt-pro';
  margin: 16px 0 0;
}

#homepage-accordion-references .cmp-accordion__panel.cmp-accordion__panel--expanded h6:last-child {
  padding-bottom: 30px;
}
#homepage-accordion-references .cmp-accordion__button--expanded .cmp-accordion__icon::before
{
    content: '\f0d7';
    font-family: 'Font Awesome';
    font-size: 30px;
}
#homepage-accordion-references .cmp-accordion__icon::before {
    content: '\f0d7';
    font-family: 'Font Awesome';
    font-size: 30px;
}
.modal
{
    z-index: 999999 !important;
}
.headings h2 {
color: #171A34;
font-family: 'avenir-lt-pro';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 57.6px */
margin-bottom : 25px;
margin-top : 0px;
}
.headings p {
    color: #3C4242;
    font-family: 'avenir-lt-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
}
.mshow,.image-box img.mshow
{
    display : none;
}
#aldo-home-page .cmp-teaser__description
{
    max-width: 514px;
}
div#popupgroup {
    padding: 20px 0px 145px 0px;
}

div#popupcontainer,
div#popupcontainer1,
div#popupcontainer2,
div#popupcontainer3,
div#popupcontainer4
{
    max-width: 1472px;
    margin: 0 auto;
    padding: 33px 46px 0px 33px;
        display: flex;
            gap: 31px;
        
}
div#popupcontainer .cmp-text,
div#popupcontainer1 .cmp-text,
div#popupcontainer2 .cmp-text,
div#popupcontainer3 .cmp-text,
div#popupcontainer4 .cmp-text

{
    padding: 0px;
}
div#popupcontainer .text ,
#popupcontainer1 .text,
#popupcontainer2 .text,
#popupcontainer3 .text,
#popupcontainer4 .text
{
    width: 23%;
}

.carouselitem img {
       border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.carouselitem {
    border-radius: 8px;
}

.popupcarousel {
    border-radius:8px;
    border: 1px solid #EEEEEE;
}
p.name {
    min-height: 68px;
}
.cgroup {
    min-height: 217px;
}
#popupcontainer p.name,#popupcontainer4 p.name {
    min-height: auto;
}
#popupcontainer .cgroup,#popupcontainer4 .cgroup {
    min-height: auto;
}
#expert #popupcontainer .cgroup{
    min-height: 100px;
}
#popupcontainer1 p.name {
    min-height: 44px;
}
#popupcontainer1 .cgroup {
    min-height: 180px;
}
#popupcontainer2 p.name {
    min-height: 68px;
}
#popupcontainer2 .cgroup {
    min-height: 217px;
}
#popupcontainer3 p.name {
    min-height: 68px;
}
#popupcontainer3 .cgroup {
    min-height: 198px;
}
#expert #popupcontainer2 .cgroup {
    min-height: 185px;
}
#expert #popupcontainer3 .cgroup {
    min-height: 240px;
}
#expert #popupcontainer3 a.btn-secondary{
  position: relative;
  bottom: 0;
}
.popupcarousel image {
    border-radius: 0 8px 8px 0;
}

.thinkaldo-section.experts {
    border-radius: 0 8px 8px 0px;
}
.item-text
{
    padding : 16px 16px;
}
.carouselitem a {
    display: inline-block;
}
p.name {
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 110% */
}

p.uni {
    color: #000;
    font-family: 'avenir-lt-pro';
    font-size: 14.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px; /* 129.73% */
    padding: 6px 0px 0px 0px;
}

p.country {
    color: #656969;
    font-family: 'avenir-lt-pro';
    font-size: 14.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

a.btn-secondary {
    color: #fff;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    border-radius: 4.8px;
    background: #D0006F;
    padding: 8px 16px;
    display: inline-block;
    text-decoration: none;
}
a.btn-secondary:hover
{
    text-decoration: none;
}

.flag {
    padding: 15px 0px;
}
img.heart {
    padding-right: 8px;
    display : none;
}
#expert #thinkaldo-second-banner .hero-banner {
  /*  max-width: 879px; */
}
#expert .image-wrapper {
    min-width: 245px;
    max-height: 272px;
}
#expert .cmp-video__player
{
    padding : 0px;
}
#expert .expert-details {
    display: flex;
        border-top: 6px solid #CC3A70;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                    border-left: 1px solid rgba(0, 0, 0, 0.25);
        border-right: 1px solid rgba(0, 0, 0, 0.25);

}
#expert .cmp-modal__modalbox.modal-md .modal-box
{
    width: 62%;
    max-width: 937px;
}
#expert .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
}

.details {
    padding: 37px 0px 0px 0px;
}

#expert .image-wrapper img {
    border-radius: 0 0 20px 0;
}
#expert .cmp-video__content {
    display: none;
}
#expert .video.aem-GridColumn.aem-GridColumn--default--12 {
    background: #11305C;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 52px 43px;
}

#expert img.cmp-video__thumbnail {
    border-radius: 20px;
}
div#exxpert #thinkaldo-midd-container
{
    max-width: 1472px;
    margin: 0 auto;
    padding: 33px 46px 0px 33px;
}
div#exxpert:after {
    position: absolute;
    content: '';
    top: 62px;
    right: 10px;
    width: 830px;
    height: 988px;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa-3.png);
    background-repeat: no-repeat;
    background-size: 111%;
    z-index: 1;
}
div#exxpert #thinkaldo-second-banner:before
{
    display : none;
}
#expert .details h4 {
    color: #CC3A70;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
        max-width: 92%;
}

#expert .details p.location {
    color: #656969;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
#expert .details h3 {
    color: #CC3A70;
    font-family: 'avenir-lt-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    margin: 0;
    max-width: 90%;
}

#expert .details p {
    color: #CC3A70;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#expert .description p {
    padding-bottom: 20px;
}

#expert .description {
    color: #3C4242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    font-family: 'avenir-lt-pro';
    padding: 25px 0px 30px 0px;
}
#expert .modal .cmp-text
{
    padding: 0px;
}
#expert .modal {
        backdrop-filter: blur(0px);
        fill: rgba(255, 255, 255, 0.90);
        backdrop-filter: blur(10px);
        background: none;
}
#expert h2#modalTitle {
    display: none;
}
#expert .modal-box__content
{
    padding : 0px;
}
span.modal__closeIcon svg {
    display: none;
}

span.modal__closeIcon:after {
    content: "";
    background: url("/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/closeIcon.svg") no-repeat;
    width: 36px;
    height: 36px;
    top: -20px;
    position: absolute;
    right: -22px;
}

span.modal__closeIcon {
    position: relative;
}


#expert #thinkaldo-second-banner .hero-banner h6 {
    color: #FFF;
    font-family: 'avenir-lt-pro';
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
#expert #thinkaldo-second-banner .hero-banner h6 span.pink {
    color: #CC3A70;
    font-weight: 500;
}
div#buttoncontainer,div#buttoncontainer1,
div#buttoncontainer2,div#buttoncontainer3
{
    max-width: 1472px;
    margin: 0 auto;
    padding: 52px 25px 86px 25px;
    display:flex;
    align-items: center;
    justify-content: center;
    display: none;
}

div#buttoncontainer button,
div#buttoncontainer1 button,
div#buttoncontainer2 button,
div#buttoncontainer3 button
{
    color: #ffffff;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    text-transform: capitalize;
    border-radius: 100px;
    background: #CC3A70;
    padding: 8px 16px;
    min-width: 183px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#buttoncontainer button span,
div#buttoncontainer1 button span,
div#buttoncontainer2 button span,
div#buttoncontainer3 button span
{
    color: white !important;
    font-weight: 700 !important;
}
.cmp-modal.edit-popup {
    display: none;
}


/*Scientific Resources*/
div#sr-wrapper1 {
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 51px 0 54px;
        position: relative;
    z-index: 99999;
}
.end-organ {
    padding: 34px 34px;
    position : relative;
}
.end-organ a
{
    text-decoration : none;
}
.end-organ:after {
    content: "";
    position: absolute;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/scientific-arrow.svg);
    width: 62px;
    height: 45px;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;

}
#sr-container-one:hover .end-organ:after,
#sr-container-two:hover .end-organ:after
{
     transform: translateY(-50%) translateX(8px);
}
.end-organ h2 {
    color: #FFF;
    font-family: 'avenir-lt-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin: 0px 0px 24px 0px;
}
.end-organ p {
    color: #FFF;
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 71%;;
}
sup {
    line-height: 0px !important;
}
div#sr-container-two{
    
    border-radius: 29px;
    background: rgba(204, 58, 112, 1);
    margin-bottom: 79px;
}
div#sr-container-one a:hover,
div#sr-container-two a:hover
{
    text-decoration : none;
}
div#sr-container-one:hover,
div#sr-container-two:hover
{
     background: rgba(204, 58, 112, 0.80);
}
   
div#sr-container-one {
    border-radius: 29px;
    background: #CC3A70;
    margin-top: 51px;
    margin-bottom: 24px;
}
div#sr-container-three {
    padding: 0px 0px 0px 0px;
    border-top: 4px solid #DFDFDF;
}
div#sr-container-four h2, div#sr-container-three h2 {
    margin: 0px;
    padding: 60px 0px 0px 0px;
    color: #171A34;
    font-family: 'avenir-lt-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    border-top: 4px solid #DFDFDF;
}

#scientific #col-two-block,
#scientific #col-two-block2
{
    padding: 30px 0 35px 0px;
    border-bottom: 3px solid #DFDFDF;
}
#scientific #col-two-block1
{
    padding: 30px 0 35px 0px;
    border-bottom: 3px solid #DFDFDF;
}
#scientific #col-two-block4
{
    padding: 50px 0 0px 0px;
}
#sr-container-three .cmp-tabs__tablist {
    margin-bottom: 0px;
        margin-top: 30px;
}
#sr-container-three .cmp-tabs__tab {
    border-radius: 20px 20px 0 0;
    background: #11305C;
    color: #ffffff;
    width: 200px;
    padding: 20px 28px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
}
#sr-container-three .cmp-tabs__tab:first-child {
    margin-left: 0px;
}
#sr-container-three .cmp-tabs__tab[aria-selected="true"] {
    background:#CC3A70;
    font-weight: bold;
}
#sr-container-three .cmp-tabs__tab:hover {
    background: #CC3A70;
    font-weight: bold;
    transition: all .3s ease;
}
.bottom-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    pointer-events: none;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(1px);
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 60%,
    rgba(255,255,255,1) 100%
  );
    color: #ffffff;
    font-size: 0px;
}
/*#scientific #thinkaldo-mid-container,
#scientific #thinkaldo-mid-container1,
#scientific #thinkaldo-mid-container2
{
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 51px 0 54px;
}
*/
#scientific .cmp-text {
    padding: 0;
}
#scientific #col-two-block .img-wrap,
#scientific #col-two-block1 .img-wrap,
#scientific #col-two-block2 .img-wrap,
#scientific #col-two-block4 .img-wrap
{
    max-width: 352px;
    min-height: 338px;
    width: 100%;
    height: 100%;
}
#scientific #col-two-block .img-wrap img,
#scientific #col-two-block1 .img-wrap img,
#scientific #col-two-block2 .img-wrap img,
#scientific #col-two-block4 .img-wrap img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#thinkaldo-mid-container1,
div#thinkaldo-mid-container2 {
    max-height: 1040px;
    overflow-y: scroll;
    position: relative;
}

/*div#thinkaldo-mid-container1:after,
div#thinkaldo-mid-container2:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 115px;
    pointer-events: none;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(1px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 1) 100%);
    color: #ffffff;
    font-size: 0px;
}*/
div#thinkaldo-mid-container4 {
    max-height: 1100px;
    overflow: scroll;
    overflow-x: hidden;
        margin-bottom: 80px;
}
div#thinkaldo-mid-container4 .text
{
    margin-right: 22px;
}
button.topBtn {
    color: #171A34;
    text-align: center;
    font-family: 'avenir-lt-pro';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    width: 129px;
    background: rgba(247, 160, 147, 0.33);
    padding: 6px 7px;
    display: inline-block;
    margin-bottom: 26px;
}
#scientific #col-two-block .content-wrap,
#scientific #col-two-block1 .content-wrap,
#scientific #col-two-block2 .content-wrap
{
    padding: 34px 30px 36px 0;
}
#scientific #col-two-block4 .content-wrap {
    padding: 45px 47px 56px 47px;
}
#scientific #col-two-block span,
#scientific #col-two-block1 span,
#scientific #col-two-block2 span,
#scientific #col-two-block4 span
{
    margin: 0;
        font-family: 'avenir-lt-pro';
    font-size: 18px;
    line-height: 120%;
    letter-spacing: normal;
    font-weight: 400;
    color: #CC3A70;
}
#scientific #col-two-block span.pink-txt {
    font-size: inherit;
    font-weight: 700;
}
#scientific #col-two-block4 .second span,#scientific #col-two-block4 .second a
{
    color: #171A34 !important;
    text-decoration : none !important;
    font-size:24px;
}
#scientific #col-two-block h4,
#scientific #col-two-block1 h4,
#scientific #col-two-block2 h4,
#scientific #col-two-block4 h4
{
    margin: 0;
    font-family: 'avenir-lt-pro';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: normal;
    font-weight: 700;
    color: #171A34;
}
#scientific #col-two-block p,
#scientific #col-two-block1 p,
#scientific #col-two-block2 p
{
    margin: 8px 0 0;
    font-family: 'avenir-lt-pro';
    font-size: 20px;
    line-height: 120%;
    letter-spacing: normal;
    font-weight: 400;
    color: #171A34;
}
#scientific #col-two-block4 p
{
    margin: 8px 0 0;
    font-family: 'avenir-lt-pro';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: normal;
    font-weight: 400;
    color: #171A34;
}
#scientific #col-two-block .btn-wrap,
#scientific #col-two-block1 .btn-wrap ,
#scientific #col-two-block2 .btn-wrap,
#scientific #col-two-block4 .btn-wrap
{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 38px;
}
#scientific #col-two-block .prime-btn,
#scientific #col-two-block1 .prime-btn,
#scientific #col-two-block2 .prime-btn
{
    padding: 8px 34px;
    background-color: #FFFFFF;
    border-radius: 26px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #CC3A70;
    font-weight: 700;
    font-family: 'avenir-lt-pro';
    text-decoration : none;
    border: 2px solid #CC3A70;
}
#scientific #col-two-block4 .prime-btn
{
    padding: 7px 46px 7px 20px;
    border: 3px solid #CC3A70;
    border-radius: 26px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #CC3A70;
    font-weight: 700;
    font-family: 'avenir-lt-pro';
    text-decoration : none;
    position : relative;
}
#scientific #col-two-block .prime-btn:hover , 
#scientific #col-two-block1 .prime-btn:hover, 
#scientific #col-two-block2 .prime-btn:hover,
#scientific #col-two-block4 .prime-btn:hover
{
    border: 2px solid white;
    background-color:#CC3A70;
    color: #ffffff;
    transition: all .3s ease;
}


#scientific #col-two-block4 .prime-btn:hover
{
    border: 3px solid #CC3A70;
    background-color:#CC3A70;
    color: #ffffff;
    transition: all .3s ease;
}
#scientific div#buttoncontainer
{
    padding: 39px 25px 149px 25px;
}
#scientific #col-two-block4 .prime-btn:after
{
    content: "";
    position: absolute;
    background : url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/external_link_white.svg);
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/external_link.svg);
    width: 13px;
    height: 14px;
    right: 20px;
    top: 47%;
    transform: translateY(-50%);
}
#scientific #col-two-block4 .prime-btn:hover:after
{
    background : url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/external_link_white.svg);
}

#scientific .phone-view {
    display: none;
}
div#sci_head #thinkaldo-second-banner:before
{
  display : none;
}

div#sci_head:after {
  position: absolute;
  content: '';
  top: 62px;
  right: 10px;
  width: 830px;
  height: 988px;
  background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa-3.png);
  background-repeat: no-repeat;
  background-size: 111%;
  z-index: 1;
  }
#scientific #col-two-block .card-wrapper,
#scientific #col-two-block1 .card-wrapper,
#scientific #col-two-block2 .card-wrapper,
#scientific #col-two-block4 .card-wrapper
{
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
  /*  align-items: center;*/
}
#expert.modal-edit-mode.modal
{
    display : none;
}
.msshow
{
    display: none;
}

@media screen and (min-width: 1441px) {
    #aldo-home-page .cmp-carousel__actions 
    {
       z-index:1;
        
    }
    div#popupcontainer .text ,
#popupcontainer1 .text,
#popupcontainer2 .text,
#popupcontainer3 .text,
#popupcontainer4 .text
{
    width: 23.5%;
}
   /* #scientific #col-two-block .card-wrapper,
    #scientific #col-two-block1 .card-wrapper,
    #scientific #col-two-block2 .card-wrapper,
    #scientific #col-two-block4 .card-wrapper
    {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
     #scientific #col-two-block .card-wrapper,
     #scientific #col-two-block1 .card-wrapper,
     #scientific #col-two-block2 .card-wrapper,
     #scientific #col-two-block4 .card-wrapper
     {
     width: calc(100% + 20px);
     margin-left: -10px;
     margin-right: -10px;
    }*/
}

@media only screen and (min-width: 992px) and (max-width: 1471px)
{
    #aldo-home-page .cmp-teaser__content
    {
        min-height : auto;
                top: 50%;
        transform: translateY(-50%);
    }
    .card-img img {
        min-width: 100%;
    }


}
@media only screen and (min-width: 992px) and (max-width: 1390px)
{
    div#main-teaser
    {
        margin-top : 0px !important;
    }
    #aldo-home-page .cmp-carousel__item.cmp-carousel__item--swipe div
    {
            max-width: 27vw;
    }
    #aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--next::before
    {
            right: 30px;
    }
    #aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--previous::before
    {
        left: 20px;
    }
    #scientific #col-two-block .img-wrap, #scientific #col-two-block1 .img-wrap,
    #scientific #col-two-block2 .img-wrap, #scientific #col-two-block4 .img-wrap {
       min-width: 40%;
    }  
    button.topBtn
    {
            margin-bottom: 15px;
    }
        #scientific #col-two-block .content-wrap, 
    #scientific #col-two-block1 .content-wrap, 
    #scientific #col-two-block2 .content-wrap {
        padding: 20px 30px 20px 0;
    }
    #scientific #col-two-block .btn-wrap, #scientific #col-two-block1 .btn-wrap, 
    #scientific #col-two-block2 .btn-wrap, #scientific #col-two-block4 .btn-wrap {
    
        margin-top: 20px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1400px)
{
    .item-text {
      padding: 16px 16px;
      min-height: 400px;
    }
    #expert a.btn-secondary
    {
        position : absolute;
        bottom : 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250px)
{
    #popupcontainer .item-text {
        min-height: 357px;
    }
    #popupcontainer1 .item-text,#popupcontainer2 .item-text {
        min-height: 455px;
    }
    #popupcontainer3 .item-text {
        min-height: 520px;
    }
    #popupcontainer4 .item-text
    {
        min-height: 308px;
    }
    
    
    #aldo-home-page .cmp-carousel__actions--swipe
    {
            z-index: 1;
    }
    .thinkaldo-section.welcome-to > div:first-child {
    min-width: 375px;
    padding-right: 20px;
    }
    #aldo-home-page .card-content
    {
        min-height: 500px;
    }
}
@media only screen and (max-width: 991px)
{
    hr.border
    {
        max-width: 119px;
    }
    .card-img img {
        min-width: 100%;
    }

    #video_container .cmp-video__player
    {
        max-width: 100%;
    }
    .vid-info {
      max-width: 100%;
    }
    div#exxpert #thinkaldo-midd-container
    {
        padding: 33px 20px 0px 20px;
    }
    #thinkaldo-section-main-vid
    {
        padding: 0px;
    }

    span.modal__closeLabel {
        display: none;
    }
    
    button.modal__close {
        background: none;
    }
    #expert div#popupcontainer4 {
      margin-bottom: 80px;
    }
    #expert #thinkaldo-second-banner .hero-banner h6 {
        font-size: 20px;
    }

    #expert div#thinkaldo-second-banner {
        padding-top: 110px;
    }
    a[href^="tel"] {
      color: inherit;
      text-decoration: none;
    }
    #scientific div#thinkaldo-second-banner {
     padding-top: 110px;
    }
     #scientific #thinkaldo-second-banner .hero-banner h6
    {
        padding-right: 27px;
    }
    #sr-container-three .cmp-tabs__tablist
    {
        flex-wrap: nowrap;
    }
    #scientific img.desktop-view
    {
        display: none;
    }
    #scientific .phone-view {
      display: block;
    }
    #scientific #col-two-block .img-wrap, 
    #scientific #col-two-block1 .img-wrap, 
    #scientific #col-two-block2 .img-wrap, 
    #scientific #col-two-block4 .img-wrap {
        max-width: 100%;
        max-height: max-content;
                min-height: unset;
        width: 100%;
        height: 100%;
    }
    #scientific #col-two-block .card-wrapper, 
    #scientific #col-two-block1 .card-wrapper, 
    #scientific #col-two-block2 .card-wrapper, 
    #scientific #col-two-block4 .card-wrapper
    {
        border-radius: 32px;
    }
    /*#sr-container-three .cmp-tabs__tab {
        border-radius: 20px 20px 0 0;
        background: #11305C;
        color: #ffffff;
        width: 102px;
        padding: 10px 15px;
        margin: 0 5px;
        font-size: 20px;
        text-align: center;
        word-wrap: break-word;
    }*/

    div#thinkaldo-mid-container4 .text,
    div#thinkaldo-mid-container2 .text,
    div#thinkaldo-mid-container1 .text
    {
        display : none;
        margin-right: 0px;
    }
    div#thinkaldo-mid-container2 .text:nth-child(-n+3),
    div#thinkaldo-mid-container4 .text:nth-child(-n+3),
    div#thinkaldo-mid-container1 .text:nth-child(-n+3)
    {
      display: block;
    }
    div#thinkaldo-mid-container4,#thinkaldo-mid-container1,#thinkaldo-mid-container2
    {
       max-height: unset;
       overflow: unset;
    }
    .bottom-blur
    {
        display: none;
    }
    #scientific #col-two-block h4, #scientific #col-two-block p, 
    #scientific #col-two-block1 h4,#scientific #col-two-block1 p,  
    #scientific #col-two-block2 h4,#scientific #col-two-block2 p,  
    #scientific #col-two-block4 h4,#scientific #col-two-block4 p
    {
       font-size: 21px;
       line-height: 120%; 
    }
    /*#scientific #col-two-block p, 
    #scientific #col-two-block1 p, 
    #scientific #col-two-block2 p, 
    #scientific #col-two-block4 p
    {
        color: #909191;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        word-wrap: break-word;
        word-break: break-word;
    }*/
    #scientific #col-two-block4 .prime-btn
    {
        font-size: 18px;
    }
    #scientific #col-two-block4 .content-wrap {
     padding: 24px 10px 36px 23px;
    }
    div#sr-container-four h2,div#sr-container-three h2
    {
       padding: 50px 0px 0px 0px;
       font-size: 28px;
       line-height: 110%; 
    }
    
    div#sr-wrapper1
    {
        padding: 0 25px 0 25px;
    }
    .end-organ h2
    {
        font-size: 28px;
        line-height: normal;
        width: 80%;
        margin: 0px 0px 15px 0px;
    }
    .end-organ {
        padding: 19px 8px 19px 21px;
        position: relative;
    }
    .end-organ p
    {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .end-organ:after
    {
        background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/scientific-arrow-mob.svg);
        background-repeat: no-repeat;
        width: 43px;
        top: 24%;
        height: 23px;
    }
    div#sr-container-two
    {
        margin-bottom:38px;
    }
    #scientific #col-two-block .card-wrapper, 
    #scientific #col-two-block1 .card-wrapper, 
    #scientific #col-two-block2 .card-wrapper, 
    #scientific #col-two-block4 .card-wrapper
    {
        flex-direction: column;
        gap: 25px;
        align-items: baseline;
        border-radius: 15px;
    }
    #scientific #col-two-block .content-wrap, 
    #scientific #col-two-block1 .content-wrap, 
    #scientific #col-two-block2 .content-wrap {
      padding: 25px 5px 26px 25px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    #popupcontainer p.name,#popupcontainer1 p.name,#popupcontainer2 p.name,#popupcontainer3 p.name,#popupcontainer4 p.name {
        min-height: auto;
    }
    #popupcontainer .cgroup,#popupcontainer1 .cgroup,#popupcontainer2 .cgroup,#popupcontainer3 .cgroup,#popupcontainer4 .cgroup {
        min-height: auto;
    }
    div#popupgroup {
      padding: 20px 0px 0px 0px;
    }
    #expert .description p
    {
        font-size: 14px;
    }
    #expert .details h3
    {
        font-size:22px;
        line-height: 30px;
    }
    #expert .details h4
    {
        font-size:16px;
        font-weight: 400;
        line-height: 24px;
    }
    #expert .modal
    {
        padding-left: 25px;
         padding-right: 25px;
    }
    #expert .cmp-selfcertification.modal
    {
         padding-left: 0px;
         padding-right: 0px;
    }
    #expert .modal__close
    {
        width: 36px;
        height : 36px;
        right: 20px;
        top: 20px;
                left: unset;
    }

    #expert .video.aem-GridColumn.aem-GridColumn--default--12
    {
        padding: 42px 15px 42px 15px;
    }

    #expert .image-wrapper
    {
        max-width: 61%;
        min-width: unset;
        padding-top: 64px;
                max-height: none;
    }
   #expert  span.modal__closeLabel {
    display: none;
    }
    #expert .image-wrapper img
    {
        border-radius : 0px;
    }
   #expert  button.modal__close {
        background: none;
    }
    #expert .cmp-modal__modalbox.modal-md .modal-box
    {
        width: 100%;
    }
    #expert .content-wrapper
    {
         padding : 0px 8px 0px 19px;
    }
    span.modal__closeIcon:after
    {
        background-size: 80%;
    }
    #expert .expert-details
    {
        flex-direction: column;
                border-left: 1px solid rgba(0, 0, 0, 0.25);
        border-right: 1px solid rgba(0, 0, 0, 0.25);

    }
    div#popupcontainer ,
    div#popupcontainer1,
div#popupcontainer2 ,
div#popupcontainer3 ,
div#popupcontainer4 
    
    {
    flex-direction: column;
    gap: 21px;
    padding-top: 21px;
    align-items: center;
    padding-left: 25px;
        padding-right: 25px;
    }
    
    div#popupcontainer .text,
        div#popupcontainer1 .text,
div#popupcontainer2 .text ,
div#popupcontainer3 .text ,
div#popupcontainer4 .text 
    {
        width : 100%;
        max-width: 325px;
    }
    .play-button
    {
        font-size: 16px;
    }
    .vid-info h3
    {
        font-size: 20px;
        line-height: 30px;
    }
    .vid-text p
    {
        font-size: 18px;
    }
    #homepage-accordion-references .cmp-accordion__button {
    padding: 13px 16px 9px;
    }
    #homepage-accordion-references .cmp-accordion__button
    {
        
    }
    #aldo-home-page .card {
    padding-bottom: 28px;
}
    #aldo-home-page .card-content
    {
        padding: 0px 21px 13px 21px;
    }
   #aldo-home-page .card-action a
    {
        width: 100%;
        font-size: 15px;
    }
   #aldo-home-page .card-content h3
    {
        font-size: 19px;
                margin-top: 6px;
    }
   #aldo-home-page .card-content p
    {
        font-size: 16px;
        margin : 6px 0px 15px 0px;
    }
    .explore-btn a {
    padding: 8px 16px;
        font-size: 18px;
        height: 43px;
        width: 182px;
}
    #aldo-home-page .rethink > h2 {
    font-size: 28px;
}
    .image-box {
    background: #CC3A70;
            max-height: 740px;
}

.image-box .text {
    left: 0px;
    position: absolute;
    padding: 0px 24px;
    transform: translate(0%, 79%);
            display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
                max-width: 100%;
}
#aldo-home-page .image-box .text{
    padding-left:24px;
}
    .image-box img.mhide,.mhide
{
    display : none;
}
.image-box img
{
    width: auto;
    height: 740px;
    margin: 0 auto;
}
.image-box img.mshow,.mshow
{
    display : block;
}
    .headings h2 {
    font-size: 28px;
}
    .headings p {
        font-size: 20px;
    }
    #aldo-home-page .cmp-teaser__image-desktop .cmp-image__image
    {
        position: relative;
        margin-top: -472px;
        z-index: 1;
    }
    #aldo-home-page .cmp-teaser__image-mobile .cmp-image__image
    {
        position: relative;
        margin-top: -522px;
        z-index: 1;
    }
        .cmp-teaser__description p{
        font-size: 22px;
    }
#aldo-home-page .thinkaldo-section.iceberg {
    padding: 58px 24px 55px 24px;
        background: #EFEFEF;
}
    div#hype-video-container
    {
        padding : 55px 24px 37px 24px;
    }
    .thinkaldo-section.main-vid
    {
        padding : 0px;
    }
    .image-box .text
    {
        font-size: 27px;
    }
    .image-box .text a
    {
        font-size: 22px;
        max-width: 237px;
        padding: 8px 16px;
        height: 55px;
    }
    .references li
    {
        font-size: 14px;
        margin-bottom: 4px;
    }
    div#homepage-accordion-references
    {
        padding: 100px 24px 66px 24px;;
    }
    .explore-btn {
    padding: 33px 0px 0px 0px;
    }
    .cmp-carousel-horizontal--swipe .hidden-small
    {
        display: none !important;
    }
    #aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--next::before
    {
        right: 40px;
    }
    #aldo-home-page .cmp-teaser__content
    {
        position: relative;
                min-height: 500px;
        justify-content: center;
                padding: 0px 24px;
    }
    div#main-teaser .cmp-teaser
    {
        flex-direction: column-reverse;
    }
    div#main-teaser
    {
        margin-top : 0px;
    }
    
    #aldo-home-page .welcome-to
    {
        flex-direction: column;
        padding: 40px 24px 85px 24px;
    }
    div#video_container {
       flex-direction: column;
    }
    div#video_container {
    flex-direction: column;
    }
    #aldo-home-page .welcome-to h2
    {
        font-size: 36px;
    }
    #aldo-home-page .welcome-to h2.welcometxt
    {
        padding-bottom: 55px;
    }
    #aldo-home-page .rethink .rethink-list .rethink-list-item {
        flex-direction: column;
        align-items: baseline;
                gap: 0px;
    }
    .vid-text p {
    padding: 20px 0 0 0;
}
    hr.border
    {
        margin-top:35px;
    }
    .top-row:last-child
    {
        border-bottom: 1px solid #000000;
    }
    .top-row .btn a
    {
        width: 65px;
        font-size: 20px;
        height: 37px;
    }
    #aldo-home-page .welcome-to p.title
    {
        padding-right: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    a.share
    {
        width: 126px;
        font-size: 18px;
    }
    #aldo-home-page .cmp-carousel-horizontal--swipe
    {
        padding: 0px 0px 60px 0px;
    }
    
    #aldo-home-page .rethink .rethink-list .rethink-list-item .item-icon {
        width: 66px;
        padding: 16px;
        height: 66px;
    }
    #aldo-home-page .rethink .rethink-list .rethink-list-item .item-description p {
        padding: 8px 12px 11px 18px;
        font-size: 20px !important;
    }
    #aldo-home-page .thinkaldo-section.rethink
    {
        padding: 41px 24px 66px 24px;
    }
    #aldo-home-page .welcome-to p
    {
        font-size:18px;
        padding-left: 5px;
        padding-right: 9px;
    }
    .txt-welcome p {
    font-size: 20px !important;
}
    #aldo-home-page .welcome-to img {
    top: 4px;
    z-index: -1;
    }
    #homepage-accordion-references .cmp-accordion__button .cmp-accordion__title
    {
        font-size: 20px;
    }
    .cmp-text .references
    {
        padding-left: 0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    div#buttoncontainer1,div#buttoncontainer2
    {
        display : block;
    }
    div#exxpert:after
    {
        height: 657px;
    }
    #expert a.btn-secondary
    {
        position : absolute;
        bottom: 20px;
    }

    #popupcontainer .item-text {
        min-height: 283px;
    }
    #popupcontainer1 .item-text,#popupcontainer2 .item-text {
        min-height: 385px;
    }
    #popupcontainer3 .item-text {
        min-height: 390px;
    }
    #popupcontainer4 .item-text
    {
        min-height: 270px;
    }
    
    div#popupcontainer,
    div#popupcontainer1 ,
    div#popupcontainer2  ,
    div#popupcontainer3  ,
    div#popupcontainer4  
    {
        flex-wrap : wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    div#popupcontainer .text,
                div#popupcontainer1 .text ,
div#popupcontainer2 .text  ,
div#popupcontainer3 .text  ,
div#popupcontainer4 .text  
    {
        width: 48%;
    }
}

@media only screen and (min-width: 753px) and (max-width: 991px)
{
    #aldo-home-page .cmp-teaser__image-mobile .cmp-image__image
    {
                margin-top: -872px;
    }
}
@media only screen and (max-width: 767px){
        #scientific #col-two-block4 .content-wrap {
        padding: 24px 20px 36px 23px;
        width: 100%;
    }
    #scientific #col-two-block4 p {
        word-break: break-word;
    }
    .card-img img {
    min-width: 100%;
    }
    .end-organ p
    {
        max-width: unset;
    }
    li.cmp-navigation__item.cmp-navigation__item--level-0.active>a,
    li.cmp-navigation__item.cmp-navigation__item--level-0.active
    {
        border: none !important;
    }
    span.cmp-video__playicon:after
    {
        width: 51px;
        height: 51px;
    }
    div#exxpert:after {
    top: 100px;
    right: 0;
    width: 100%;
    height: 532px;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa_mob.png);
    background-size: 100%;
}
    div#sci_head:after {
    top: 52px;
    right: 0px;
    width: 100%;
    height: 532px;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa_mob.png);
    background-repeat: no-repeat;
    background-size: cover;
}
    .cmp-carousel__item--swipe {
    width: 100vw;
    padding: 0 10vw;
    }
    li.cmp-navigation__item.cmp-navigation__item--level-0:hover,
    li.cmp-navigation__item.cmp-navigation__item--level-0.cmp-navigation__item--active {
        border-bottom: none;
    }
    #sr-container-three .cmp-tabs__tab {
        border-radius: 20px 20px 0 0;
        background: #11305C;
        color: #ffffff;
        width: 102px;
        padding: 10px 15px;
        margin: 0 5px;
        font-size: 20px;
        text-align: center;
        word-wrap: break-word;
    }
    div#popupcontainer1,div#popupcontainer2,div#popupcontainer3,div#popupcontainer4
    {
        display : none;
    }
    div#buttoncontainer,
    div#buttoncontainer1,
    div#buttoncontainer2,
    div#buttoncontainer3
    {
    
        display: flex;
    }
    #aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--previous::before
    {
        right:unset;
        left: -4px;
        top: 250px;
        width: 25px;
    }
    #aldo-home-page #scientific .cmp-carousel__action.cmp-carousel__action--next::before
    {
        right: 4px;
        top: 250px;
        width: 25px;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
   span.modal__closeIcon:after {
    top: -38px;
    right: -40px;
} 
   #expert span.modal__closeIcon:after {
        top: -27px;
        right: -35px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px)
{    
    #thinkaldo-second-banner .hero-banner h6 {
        max-width: 78% !important;
    }
}
@media only screen and (max-width: 480px)
{

    #scientific #col-two-block .card-wrapper, 
    #scientific #col-two-block1 .card-wrapper, 
    #scientific #col-two-block2 .card-wrapper, 
    #scientific #col-two-block4 .card-wrapper {
        border-radius: 15px;
    }
    span.cmp-video__playicon:after
    {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #expert .video.aem-GridColumn.aem-GridColumn--default--12
    {
        padding: 42px 15px 42px 15px;
    }
    #expert img.cmp-video__thumbnail {
        border-radius: 8px;
        /*height: 206px;*/
    }
    .image-box img
    {
       width: 100%;
    }
}


@media only screen and (max-width: 480px)
{
        .msshow
    {
        display: block;
    }
     #scientific #col-two-block4 .content-wrap {
        padding: 24px 20px 36px 23px;
        width: 100%;
    }
    #scientific #col-two-block4 p {
        word-break: break-word;
    }
}


@media only screen and (max-width: 370px)
{
    #scientific #col-two-block4 .content-wrap {
        padding: 24px 10px 36px 23px;
        width: 100%;
    }
    
    #scientific #col-two-block .content-wrap, #scientific #col-two-block1 .content-wrap, #scientific #col-two-block2 .content-wrap {
        padding: 25px 15px 26px 25px;
    }
        #scientific #col-two-block h4, #scientific #col-two-block p, #scientific #col-two-block1 h4, #scientific #col-two-block1 p, #scientific #col-two-block2 h4, #scientific #col-two-block2 p, #scientific #col-two-block4 h4, #scientific #col-two-block4 p {
        word-break: break-word;
    }
}
