.header-landing{
  height:70px;
  padding-inline: 1rem;;
  background-color: white;
  display:flex;
  align-items: center;
  position:fixed;
  box-sizing: border-box;
  width:100vw;
  z-index:100;
}

.header-landing-container{
  display:flex;
  width:100%;
  height:100%;
  align-items: center;
  justify-content: space-between;
}

.header-landing-logo{
  height:80%;
  display:flex;
  align-items: center;
}

.header-landing-logo a{
  font-family:'Adobe Garamond Pro';
  font-size:1rem;
  text-transform: uppercase;
  color:black;
  text-decoration: none;
  line-height:1rem;
}

.header-landing-logo img{
  height:100%;
  object-fit: contain;
  width:auto;
}

.header-landing-menu{
  position:fixed;
  height:calc(100vh - 70px);
  left:100%;
  top:70px;
  width:100vw;
  background-color: white;
  padding:2rem;
  transition:0.3s;
  display:flex;
  flex-direction: column;
  gap:1rem;
}

.header-landing-menu.open{
  left:0;
}

.header-landing-menu ul{
  margin:0;
  padding:0;
  list-style: none;
}

.header-landing-menu li{
  font-size:1.5rem;
  text-transform: uppercase;
  font-weight:bold;
  margin:0;
  margin-bottom:1rem;
  padding:0;
}

.header-landing-menu li a{
  color:black;
  text-decoration: none;
  transition: 0.3s;
  position:relative;
}

.header-landing-menu li a::before{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  height:3px;
  width:0;
  transition: 0.3s;
  background-color: #138C83;
}

.header-landing-menu li a:hover::before{
  width:50%;
}


.header-landing-menu-dl{
  display:flex;
  flex-direction: column;
  margin-top:auto;
  align-items: center;
  gap:1rem;
}

.header-landing-menu-dl a{
  background-color: #138C83;
  color:white;
  text-transform: uppercase;
  font-weight:bold;
  width:fit-content;
  font-size:0.8rem;
  text-decoration: none;
  padding:0.75rem 1.5rem; 
  border-radius: 25px;
}

.header-landing-burger{
  display:flex;
  align-items: center;
  gap:1rem;
}

.header-landing-burger .dl-btn{

}

.header-landing-burger .dl-btn a{
  background-color: #0E7870;
  color:white;
  text-transform: uppercase;
  font-weight:bold;
  font-size:0.6rem;
  text-decoration: none;
  padding:0.75rem 1.5rem; 
  border-radius: 25px;
}

.header-landing-burger .landing-burger{
  width:25px;
  height:16px;
  position:relative;
  cursor:pointer;
}

.header-landing-burger .landing-burger.active span.top{
  transform: rotate(45deg);
  top:8px;
}

.header-landing-burger .landing-burger.active span.mid{
  left:100px;
  opacity:0;
}

.header-landing-burger .landing-burger.active span.bot{
  transform: rotate(-45deg);
  top:8px;
}

.header-landing-burger .landing-burger span{
  position:absolute;
  background-color: black;
  height:1px;
  width:100%;
  left:0;
  top:0;
  transition:0.3s;
}

.header-landing-burger .landing-burger span.mid{
  top:8px;
}

.header-landing-burger .landing-burger span.bot{
  top:16px;
}

@media screen and (min-width:1100px){
  .header-landing{
    height:90px;
    padding-inline: 4rem;
    background-color: #F4F4F4;
    border-bottom:1px solid rgb(0, 0, 0, 0.15);
  }
  
  .header-landing-container{
    display:flex;
    width:100%;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-landing-logo{
  
  }
  
  .header-landing-logo a{
    font-family:'Adobe Garamond Pro';
    font-size:1.25rem;
    text-transform: uppercase;
    color:black;
    text-decoration: none;
    line-height:1rem;
  }
  
  .header-landing-logo img{
    height:100%;
    object-fit: contain;
    width:auto;
  }
  
  .header-landing-menu{
    position:relative;
    height:auto;
    left:0;
    top:0;
    width:auto;
    background-color: transparent;
    padding:0;
    transition:0;
    display:flex;
    align-items: center;
    flex-direction: row;
    gap:2rem;
  }
  
  .header-landing-menu.open{
    left:0;
  }
  
  .header-landing-menu ul{
    margin:0;
    padding:0;
    list-style: none;
    display:flex;
    flex-direction: row;
    gap:2rem;
  }
  
  .header-landing-menu li{
    font-size:0.8rem;
    text-transform: uppercase;
    font-weight:bold;
    margin:0;
    margin-bottom:0;
    padding:0;
  }
  
  .header-landing-menu li a{
    color:black;
    text-decoration: none;
  }
  
  .header-landing-menu-dl{
    display:flex;
    flex-direction: row;
    margin-top:auto;
    align-items: center;
    gap:1.5rem;
  }
  
  .header-landing-menu-dl a{
    background-color: #138C83;
    color:white;
    text-transform: uppercase;
    font-weight:bold;
    width:fit-content;
    font-size:0.8rem;
    text-decoration: none;
    padding:0.75rem 1.5rem; 
    border-radius: 25px;
    transition: 0.3s;
    border:2px solid #138C83;
  }
  
  .header-landing-menu-dl a:hover{
    background-color: white;
    border:2px solid #138C83;
    color:#138C83;
  }

  .header-landing-menu-dl a.white{
    background-color: white;
    color:black;
    transition:0.3s;
    border:2px solid white;
  }
  
  .header-landing-menu-dl a.white:hover{
    background-color: #138C83;
    border:2px solid white;
    color:white;
  }
  
  .header-landing-burger{
    display:none;
    align-items: center;
    gap:1rem;
  }
}



.landing-h2{
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom:1rem;
  font-size:1.25rem;
  color:black;
}

@media screen and (min-width:980px){
  .landing-h2{
    font-size:1.5rem;
  }
}


.landing-intro{
  padding:2rem;
  padding-top:100px;
  padding-bottom:4rem;
}

.landing-intro-container{
  position:relative;
  display:grid;
  grid-template-columns: 1fr;
  min-height: 0;
  min-width:0;
  max-width:1600px;
  margin:auto;
}

.landing-intro-info{
  min-width: 0;
  width:100%;
  background: rgb(19,140,131);
  background: linear-gradient(135deg, rgba(19,140,131,1) 0%, rgba(6,97,90,1) 100%);
  border-radius:30px;
  padding-top:2rem;
  margin-bottom:6rem;
}

@media screen and (max-width:980px) {
  .landing-intro-container{
    overflow: hidden;
  }
}

.landing-intro-info .bg-logo{
  position:absolute;
  height:400px;
  right:-150px;
  top:100px;
}

@media screen and (min-width:980px) {
  .landing-intro-info .bg-logo{
    position:absolute;
    height:500px;
    left:50%;
    right:unset;
    top:50%;
    transform: translate(-50%, -50%);
  }
}

.landing-intro-info .bg-logo img{
  height:100%;
  width:auto;
}

.landing-h1{
  color:white;
  font-family: 'Poppins', sans-serif;
  font-size:0.8rem;
  font-weight:300;
  margin-bottom:1rem;
  padding-inline:1.5rem;
}

.landing-intro-info .subtitle{
  color:white;
  font-weight:600;
  font-size:1.25rem;
  text-transform: uppercase;
  margin-bottom:1rem;
  padding-inline:1.5rem;
  max-width:500px;
}

.landing-intro-text{
  color:white;
  font-size:0.8rem;
  max-width:500px;
  padding-inline:1.5rem;
  margin-bottom:1rem;
}

.landing-intro-info .landing-info-slider{
  min-width: 0;
  margin-left:auto;
  width:100%;
  position:relative;
  padding-inline:1rem;
  margin-bottom:-4rem;
  max-width:600px;
}

.landing-intro-info .landing-info-slider .swiper{
  padding-inline:25%;
  position:relative;
}

.landing-intro-info .landing-info-slider .swiper .swiper-slide{
  opacity:0;
  transition: 0.3s;
}

.landing-intro-info .landing-info-slider .swiper .swiper-slide-active{
  opacity:1;
}

.landing-intro-info .landing-info-slider .swiper-pagination-current{
  width:10px;
}

.landing-intro-info .swiper-arrow-container{
  position:absolute;
  display:flex;
  align-items: center;
  gap:0.25rem;
  bottom:5rem;
  right:0rem;
  z-index:10;
}

.landing-intro-info .swiper-arrow-container .swiper-pagination{
  position:relative;
  bottom:0;
  font-size:0.7rem;
  color:white;
}

.landing-intro-info .arrow-prev, .landing-intro-info .arrow-next{
  
}

.landing-intro-info .arrow-prev img, .landing-intro-info .arrow-next img{
  width:8px;
  object-fit: contain;
}

.landing-intro-info .landing-intro-slider{
  min-width: 0;
  width:50%;
  margin:auto;
}

.landing-intro-info .landing-info-slider .swiper-slide .landing-intro-slider-img{
  width:100%;
}

.landing-intro-info .landing-info-slider .swiper-slide .landing-intro-slider-img img{
  width:100%;
}

.landing-intro-btn{
  display:none;
}

@media screen and (min-width:600px){
  .landing-intro-info .swiper-arrow-container{
    right:1rem;
  }
}

@media screen and (min-width:980px){
  .landing-intro{
    padding:4rem;
    padding-top:150px;
    padding-bottom:6rem;
  }

  .landing-intro-btn{
    display:block;
    padding-inline:4rem;
    padding-bottom:4rem;
  }

  .landing-intro-btn a{
    background-color: white;
    border-radius: 30px;
    border:2px solid white;
    padding:0.5rem 1.5rem;
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    font-size:0.7rem;
    font-weight: bold;
    transition:0.3s;
  }

  .landing-intro-btn a:hover{
    background-color: #138C83;
    border:2px solid white;
    color:white;
  }

  .landing-intro-container{
    position:relative;
    display:block;
    min-height:700px;
    border-radius: 30px;
    background: rgb(19,140,131);
    background: linear-gradient(135deg, rgba(19,140,131,1) 0%, rgba(6,97,90,1) 100%);  
  }

  .landing-intro-text{
    color:white;
    display:block;
    font-size:0.8rem;
    max-width:500px;
    padding-inline:4rem;
  }

  .landing-h1{
    font-size:1rem;
    padding-inline:4rem;
  }

  .landing-intro-info{
    padding-top:3.5rem;
    min-width: 0;
    width:100%;
    margin:0;
    margin-bottom:2rem;
    background: transparent;
    border-radius:0;
  }

  .landing-intro-info .landing-info-slider{
    min-width: 0;
    margin-left:auto;
    width:100%;
    position:absolute;
    right:0;
    bottom:0;
    padding-inline:1rem;
    margin-bottom:-4rem;
    max-width:500px;
  }
  
  .landing-intro-info .subtitle{
    font-size:1.25rem;
    margin-bottom:1.5rem;
    padding-inline:4rem;
    max-width:500px;
  }

  .landing-intro-info .swiper-arrow-container{
    right:1rem;
  }
}

@media screen and (min-width:1200px){
  .landing-intro-info .landing-info-slider{
    max-width:600px;
  }

  .landing-intro-text{
    max-width:700px;
  }

  .landing-intro-info .subtitle{
    font-size:1.5rem;
    max-width:700px;
  }

  .landing-intro-info .swiper-arrow-container{
    left:10%;
    right:unset;
  }
}

.landing-intro-list{
  min-width: 0;
  display:grid;
  gap:1rem;
  position:relative;
  z-index:10;
}

.landing-intro-item{
  background-color: white;
  border-radius: 30px;
  display:flex;
  align-items: center;
  cursor: pointer;
  gap:0.5rem;
  padding:1rem 1.5rem;
  transition:0.3s;
}

.landing-intro-item:hover p{
  text-decoration: underline;
}

.landing-intro-item.active{
  background-color: #0E7870;
}

.landing-intro-item .icon{
  display:flex;
  justify-content: center;
  width:50px;
  flex-shrink: 0;
}

.landing-intro-item img{
  height:40px;
  width:100%;
  max-width:40px;
  object-fit: contain;
  filter: invert(1);
}

.landing-intro-item p{
 color:black;
 font-weight:bold;
 font-size:0.7rem;
 transition: 0.3s;
}

.landing-intro-item.active p{
  color:white;
}

.landing-intro-item.active img{
  filter: invert(0);
}

@media screen and (min-width:600px){
  .landing-intro-list{
    grid-template-columns: 1fr;
    gap:1rem;
  }
}

@media screen and (min-width:980px){
  .landing-intro-list{
    gap:1rem;
    padding: 0 4rem 2rem 4rem;
    max-width:400px;
  }

  .landing-intro-item img{
    max-width:30px;
  }

  .landing-intro-item{
    background-color: transparent;
    border-radius: 0;
    display:flex;
    align-items: center;
    gap:0.5rem;
    padding:0;
    transition:0.3s;
  }

  .landing-intro-item.active{
    background-color: transparent;
  }

  .landing-intro-item p{
    color:white;
    font-weight:bold;
    font-size:0.7rem;
  }

  .landing-intro-item img{
    filter: invert(0);
  }

  .landing-intro-item.active p{
    color:white;
    text-decoration: underline;
  }
}

@media screen and (min-width:1200px){
  .landing-intro-list{
    max-width:50%;
    grid-template-columns: 1fr 1fr;
  }
}

.landing-intro-slider{
  min-width: 0;
  display:none;
}

.landing-intro-dl{
  margin-top:3rem;
}

.landing-intro-dl p{
  font-weight: bold;
  font-size:1rem;
  text-transform: uppercase;
  text-align:center;
  margin-bottom:1rem;
}

.dl-btns{
  display:grid;
  width:100%;
  max-width:300px;
  margin:auto;
  grid-template-columns: 1fr 1fr;
  gap:0.5rem;
}

.dl-btns a{
  width:100%;
}

.dl-btns a img{
  width:100%;
}

@media screen and (min-width:980px){
  .landing-intro-dl{
    padding-left:4rem;
    max-width:1600px;
    margin:auto;
    margin-top:2rem;
  }

  .landing-intro-dl p{
    text-align:left;
    margin-bottom:0.5rem;
  }
  
  .dl-btns{
    max-width:500px;
    margin:auto;
    margin-left:0;
    grid-template-columns: 1fr 1fr;
    gap:1rem;
  }
}


.landing-faq{
  padding:2rem;
  padding-top:4rem;
  background-color: white;
}

.landing-faq-container{
  max-width:1600px;
  margin:auto;
  display:grid;
}

.landing-faq-container .faq-text{
  padding-bottom:2rem;
  margin:0;
  font-size: 0.8rem;
}

.landing-faq-container .faq-list{
  display:flex;
  flex-direction: column;
}

.landing-faq-container .faq-accordion{

}

.landing-faq-container .faq-accordion-title{
  padding:1rem 2.5rem 1rem 0.5rem;
  position:relative;
  border-top:1px solid rgb(0, 0, 0, 0.25); 
  cursor: pointer;
}

.landing-faq-container .faq-accordion:last-of-type{
  border-bottom:1px solid rgb(0, 0, 0, 0.25); 
}

.landing-faq-container .faq-accordion-title p{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size:0.8rem;
}

.landing-faq-container .faq-accordion-title::before{
  content:"";
  position:absolute;
  top:50%;
  right:0.5rem;
  transform:translateY(-50%);
  background-color: black;
  height:1px;
  width:25px;
}

.landing-faq-container .faq-accordion-title::after{
  content:"";
  position:absolute;
  top:50%;
  right:0.5rem;
  transform:translateY(-50%) rotate(90deg);
  background-color: black;
  height:1px;
  width:25px;
  transition: 0.3s;
}

.landing-faq-container .faq-accordion-title.active::after{
  transform:translateY(-50%) rotate(0);
}

.landing-faq-container .faq-accordion-content p{
  padding:0 0.5rem 1rem;
  font-size:0.8rem;
}

.faq-accordion-content {
  display: none;
}

.landing-faq-container .faq-img{
  width:100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 30px;
  margin-top:2rem;
}

.landing-faq-container .faq-img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

@media screen and (min-width:980px){
  .landing-faq-container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:4rem;
    align-items: center;
  }

  .landing-faq-container .faq-text{
    max-width:600px;
  }

  .landing-faq-container .faq-text p{
    font-size: 1rem;
  }

  .landing-faq-container .faq-accordion-content p{
    font-size:1rem;
  }  

  .landing-faq-container .faq-accordion-title p{
    font-size:1rem;
    padding-right:2rem;
  }
}



.landing-about{
  padding:2rem;
  background-color: white;
}

.landing-about-container{
  max-width:1600px;
  margin:auto;
  display:grid;
  gap:2rem;
}

.landing-about .small-logo{
  width:50px;
  padding-bottom:2rem;
}

@media screen and (max-width:980px) {
  .landing-about .small-logo{
    width:50px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:0.5rem;
  }
}

.landing-about .small-logo img{
  width:100%;
  object-fit: contain;
}

.landing-about-text{
  max-width:500px;
}

.about-text p{
  font-size:0.8rem;
}

.about-btn{
  margin-top:1.5rem;
}

.about-btn a{
  background-color: #0E7870;
  border-radius: 30px;
  padding:0.5rem 2rem;
  font-size:0.8rem;
  color:white;
  width:fit-content;
  text-decoration: none;
}

.landing-about-img{
  width:100%;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 30px;
}

.landing-about-img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

@media screen and (min-width:1200px){
  .landing-about{
    padding:2rem;
    padding-bottom:6rem;
    padding-top:6rem;
  }

  .landing-about-container{
    display:grid;
    grid-template-columns: 2fr 3fr;
    gap:4rem;
    align-items: center;
  }

  .landing-about .small-logo{
    display:block;
    padding-bottom:1rem;
  }

  .landing-about-img{
    aspect-ratio: 4/3;
  }

  .about-text p{
    font-size: 1rem;
  }

  .about-btn{
    margin-top:2rem;
  }

  .about-btn a{
    font-size:1rem;
  }
}

.landing-app{
  background-color: white;
  padding:2rem;
}

.landing-app-container{
  max-width:1600px;
  margin:auto;
}

.landing-app-container h2{

}

.landing-app-list{
  display:grid;
  gap:1rem;
}

.landing-app-col{
  display:grid;
  gap:1rem;
}

.landing-app-item.grey{
  background-color: rgb(47, 62, 61, 0.3);
}
.landing-app-item.blue{
  background-color: rgb(14, 120, 112, 0.5);
}
.landing-app-item.green{
  background-color: #0E7870;
}
.landing-app-item.light-blue{
  background-color: rgb(3, 209, 194, 0.2);
}
.landing-app-item.dark-blue{
  background-color: rgb(30, 143, 135, 0.8);
}
.landing-app-item.light-grey{
  background-color: rgb(159, 159, 159, 0.3);
}

.landing-app-item{
  border-radius:20px;
  padding:1rem 1rem 0;
  overflow: hidden;
}

.landing-app-item-popup{
  position:fixed;
  overflow:scroll;
  min-height:100vh;
  height:100vh;
  left:100%;
  top:0;
  transition: 0.3s;
  width:100vw;
  background-color:#7AB5B0;
  z-index:101;
  display:grid;
}

.landing-app-item-popup-text p{
  color:white;
  font-size: 0.8rem;
}

.landing-app-item-popup-text li{
  color:white;
  font-size: 0.8rem;
}

@media screen and (){
  
}

.landing-app-item-popup-text li::marker{
  color:white;
}

.landing-app-item-popup-img{
    width:100%;
    display:flex;
    justify-content: center;
}

.landing-app-item-popup-img img{
  width:60%;
}

@media screen and (min-width:980px) {
  .landing-app-item-popup-img img{
    max-width:150px;
  }
}

.landing-app-item-popup.active{
  left:0;
}

.landing-app-item-popup-grid{
  display:grid;
  position:relative;
  padding:2rem;
  gap:2rem;
}

.landing-app-item-popup .close-btn{
  position: absolute;
  top:1rem;
  right:1rem;
  width:30px;
  height:30px;
}

.landing-app-item-popup .close-btn .cross{
  position:relative;
  width:100%;
  height:100%;
  cursor:pointer;
}

.landing-app-item-popup .close-btn .cross::before, .landing-app-item-popup-grid .close-btn .cross::after{
  position: absolute;
  content:"";
  width:100%;
  height:2px;
  background-color: white;
  left:0;
  top:14px;
  transform: rotate(45deg);
  cursor:pointer;
}

.landing-app-item-popup .close-btn .cross::after{
  transform: rotate(-45deg);
}

.landing-app-item-popup .close-btn{
  position: absolute;
  width:30px;
  height:30px;
}

.landing-app-item .item-content{

}

.landing-app-item .item-text{
  color:black;
  font-weight: bold;
  font-size:0.8rem;
  text-transform: uppercase;
  margin-bottom:0.25rem;
}

.landing-app-item .open-link{
  font-size:0.8rem;
  margin-bottom:1rem;
  text-decoration: underline;
  cursor:pointer;
}

.landing-app-item .app-item-img{
  max-width:50%;
  height:150px;
  margin:auto;
  overflow: visible;
}

.landing-app-item .app-item-img img{
  width:100%;
  height:auto;
  object-fit: contain;
}

.landing-app-item.tall{

}

.landing-app-item.small{

}

.landing-app-item.tall .item-text{
  color:white;
}

.landing-app-item.tall .open-link{
  color:white;
}

@media screen and (min-width:600px){
  .landing-app-col{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:1rem;
  }
}

@media screen and (min-width:980px){
  .landing-app{
    background-color: white;
    padding:2rem;
    padding-top:6rem;
    padding-bottom:6rem;
  }

  .landing-app-list{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:1rem;
    height:100vh;
  }

  .landing-app-item .open-link{
    margin-bottom:0;
  }

  .landing-app-col{
    display:flex;
    flex-direction: column;
    gap:1rem;
  }

  .landing-app-item .item-text{
    font-size:1rem;
    margin-bottom:0.25rem;
  }
  
  .landing-app-item .open-link{
    font-size:1rem;
    margin-bottom:1rem;
  }

  .landing-app-item .app-item-img{
    max-width:50%;
    height:auto;
    margin:auto;
    margin-top:2rem;
    overflow: visible;
  }

  .landing-app-item.tall{
    height:calc(60vh - 0.5rem);
    max-height:60%;
  }
  
  .landing-app-item.small{
    height:calc(40vh - 0.5rem);
  }

  .landing-app-item.tall .app-item-img{
    max-width:70%
  }
  
  .landing-app-item-popup{
    position:fixed;
    height:100vh;
    left:100%;
    top:0;
    transition: 0.3s;
    width:50vw;
    background-color:#7AB5B0;
    z-index:101;
    gap:2rem;
  }

  .landing-app-item-popup-img{

  }
  
  .landing-app-item-popup.active{
    left:50%;
  }
  
  .landing-app-item-popup-grid{
    display:grid;
    grid-template-columns: 1fr;
    position:relative;
    padding:4rem;
    gap:2rem;
  }
  
  .landing-app-item-popup-grid .close-btn{
    position: absolute;
    top:2rem;
    right:2rem;
    width:30px;
    height:30px;
  }
  
  .landing-app-item-popup-grid .close-btn .cross{
    position:relative;
    width:100%;
    height:100%;
    cursor:pointer;
  }
  
  .landing-app-item-popup-grid .close-btn .cross::before, .landing-app-item-popup-grid .close-btn .cross::after{
    position: absolute;
    content:"";
    width:100%;
    height:2px;
    background-color: white;
    left:0;
    top:14px;
    transform: rotate(45deg);
    cursor:pointer;
  }
  
  .landing-app-item-popup-grid .close-btn .cross::after{
    transform: rotate(-45deg);
  }
  
  .landing-app-item-popup-grid .close-btn{
    position: absolute;
    width:30px;
    height:30px;
  }
}

.landing-dl{
  padding:1rem;
  background-color: white;
}

.landing-dl-container{
  background: rgb(166,166,166);
  background: linear-gradient(135deg, rgba(166,166,166,0.39119397759103647) 0%, rgba(92,92,92,0.6376925770308124) 100%);
  padding:2rem;
  padding-bottom:0;
  border-radius: 30px;
  position:relative;
  overflow: hidden;
}

.landing-dl-content{

}

.landing-dl-title{

}

.landing-dl-title p{
  text-align: center;
}

.landing-dl-text p{
  font-size:0.8rem;
  text-align: center;
}

.landing-dl-btn{
  display:flex;
  gap:1rem;
  justify-content: center;
  margin-top:1rem;
}

.landing-dl-btn img{
  width:130px;
}

.landing-dl .bg-img{
  position:relative;
  display:flex;
  max-width:70%;
  margin:auto;
  margin-top:2rem;
  margin-bottom:-4rem;
  z-index:1;
}

.landing-dl .bg-img img{
  width:100%;
  max-width:300px;
  margin:auto;
  height:auto;
}

.landing-dl .bg-logo{
  position:absolute;
  z-index:0;
  height:80%;
  max-width:400px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.landing-dl .bg-logo img{
  height:100%;
}

@media screen and (min-width:980px){
  .landing-dl{
    padding:1rem;
    padding-top:4rem;
    padding-bottom:4rem;
  }
  
  .landing-dl-container{
    max-width:1600px;
    margin:auto;
    background: rgb(166,166,166);
    background: linear-gradient(135deg, rgba(166,166,166,0.39119397759103647) 0%, rgba(92,92,92,0.6376925770308124) 100%);
    padding:4rem;
    padding-bottom:4rem;
    border-radius: 30px;
    position:relative;
    min-height:700px;
    overflow: hidden;
  }
  
  .landing-dl-content{
    display:flex;
    gap:2rem;
  }

  .landing-dl-content-grid{
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .landing-dl-title .landing-h2{
    font-size:2rem;
    line-height:2.5rem;
  }
  
  .landing-dl-title p{
    text-align: left;
  }
  
  .landing-dl-text p{
    margin-top:2rem;
    font-size:0.8rem;
    text-align: left;
  }
  
  .landing-dl-btn{
    display:flex;
    gap:1rem;
    justify-content: start;
    margin-top:2.5rem;
  }
  
  .landing-dl-btn img{
    width:200px;
  }
  
  .landing-dl .bg-img{
    position:relative;
    display:flex;
    height:100%;
    align-items: center;
    min-width:50%;
    max-width:70%;
    margin:auto;
    margin-top:0;
    margin-bottom:0;
    z-index:1;
  }
  
  .landing-dl .bg-img img{
    width:100%;
    max-width:300px;
    margin:auto;
    height:auto;
  }
  
  .landing-dl .bg-logo{
    position:absolute;
    z-index:0;
    height:80%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width:980px){
  .landing-dl-title .landing-h2{
    font-size:2.5rem;
    line-height:3rem;
    margin:0;
  }
}

.footer-landing {
  background-color: #138C83;
  padding:2rem;
  padding-bottom:4rem;
}

.footer-landing .footer-landing-container {

}

.footer-landing .footer-landing-logo {
  height:100px;
  
}

.footer-landing .footer-landing-logo img {
  height:100%;
  width:auto;
}

@media screen and (min-width:980px){
  .footer-landing .footer-landing-logo {
    height:200px;
  }
}

.footer-landing .footer-landing-logo p {
  font-family:'Adobe Garamond Pro';
  font-size:1rem;
  color:white;
  text-transform: uppercase;
  line-height:1rem;
  margin-bottom:2rem;
}

.footer-landing .footer-landing-grid {
  display:grid;
  gap:2rem;
}

.footer-landing-grid .socials p {
  color:white;
  display:flex;
  align-items: center;
  gap:0.5rem;
}

.footer-landing-grid .socials a {
  color:white;
  font-size: 0.8rem;
  text-decoration: none;
}

.footer-landing-grid .btn-dl{
  display:flex;
  gap:1rem;
}

.footer-landing-grid .btn-dl img{
  width:130px;
}

.footer-landing .footer-landing-address {
  display:grid;
  gap:2rem;
}

.footer-application .footer-landing-address{
  display:flex;
  flex-direction: column;
  gap:2rem;
}

.footer-landing .footer-landing-address .address{
  display:none;
}

.footer-landing .footer-landing-address .address p {
  color:white;
  font-size:0.8rem;

}

.footer-landing .footer-landing-address .address .city {
  font-weight: bold;
}

.footer-landing .footer-landing-address .address a {
  color:white;
  text-decoration: none;
  font-size: 0.8rem;
}

.footer-landing .footer-landing-menu {

}

.footer-landing .footer-menu-col {
  display:flex;
  flex-direction: column;
  border-bottom: 1px solid white;
  padding-bottom:2rem;
  padding-top:2rem;
}

.footer-landing .footer-menu-col:first-of-type {
  padding-top:0rem;
}

.footer-landing .footer-menu-col:last-of-type {
  border-bottom: 0;
}

.footer-landing .footer-menu-col p {
  color:white;
  text-decoration: none;
  font-size: 0.8rem;
  margin-bottom:1rem;
}

.footer-landing .footer-menu-col a {
  color:white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 0.8rem;
  margin-bottom:0.5rem;
}

.footer-landing .footer-menu-col a:last-of-type {
  margin-bottom:0;
}

.footer-landing .footer-landing-links {
  display:none;
}

.footer-landing .footer-landing-links a {

}

.footer-landing .footer-landing-links img {

}

.footer-landing .footer-landing-copyright {

}

.footer-landing .footer-landing-copyright .copyright div{
  font-size:0.8rem;
  color:white;
}

.footer-landing .footer-landing-copyright .socials {
  display:none;
}


.footer-landing .socials p {
  color:white;
  display:flex;
  align-items: center;
  gap:0.5rem;
}

.footer-landing .socials a {
  color:white;
  font-size: 0.8rem;
  text-decoration: none;
}

@media screen and (min-width:700px){
  .footer-landing {
    background-color: #138C83;
    padding:2rem;
    padding-bottom:4rem;
  }
  
  .footer-landing .footer-landing-container {
    max-width:1600px;
    margin:auto;
  }
  
  .footer-landing .footer-landing-logo {
    margin-bottom:2rem;
  }
  
  .footer-landing .footer-landing-logo p {
    font-family:'Adobe Garamond Pro';
    font-size:1rem;
    color:white;
    text-transform: uppercase;
    line-height:1rem;
    margin-bottom:2rem;
  }
  
  .footer-landing .footer-landing-grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:2rem;
  }
  
}

@media screen and (min-width:1200px){
  .footer-landing {
    background-color: #138C83;
    padding:4rem;
    padding-top:5rem;
    padding-bottom:4rem;
  }
  
  .footer-landing .footer-landing-container {
    
  }
  
  .footer-landing .footer-landing-logo {
  }
  
  .footer-landing .footer-landing-logo p {
    font-family:'Adobe Garamond Pro';
    font-size:1rem;
    color:white;
    text-transform: uppercase;
    line-height:1rem;
    margin-bottom:2rem;
  }
  
  .footer-landing .footer-landing-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:2rem;
  }
  
  .footer-landing-grid .socials{
    display:none;
  }

  .footer-landing-grid .socials p {
    color:white;
    display:flex;
    align-items: center;
    gap:0.5rem;
  }
  
  .footer-landing-grid .socials a {
    color:white;
    font-size: 0.8rem;
    text-decoration: none;
  }
  
  .footer-landing-grid .btn-dl{
    display:none;
    gap:1rem;
  }
  
  .footer-landing-grid .btn-dl img{
    width:130px;
  }
  
  .footer-landing .footer-landing-address {
    display:grid;
    gap:2rem;
  }
  
  .footer-landing .footer-landing-address .address {
    display:flex;
    flex-direction: column;
  }
  
  .footer-landing .footer-landing-address .address p {
    color:white;
    font-size:0.8rem;
  
  }

  .footer-application .footer-landing-app-grid{
    display:flex;
    width:100%;
    justify-content: space-between;
    gap:1rem;
  }

  .footer-application .footer-landing-app-grid .footer-landing-menu{
    width:100%;
  }
  
  .footer-landing .footer-landing-address .address .city {
    font-weight: bold;
  }
  
  .footer-landing .footer-landing-address .address a {
    color:white;
    text-decoration: none;
    font-size: 0.8rem;
  }
  
  .footer-landing .footer-landing-menu {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:2rem;
  }
  
  .footer-landing .footer-menu-col {
    padding-right:2rem;
    display:flex;
    flex-direction: column;
    border-bottom:0;
    border-right:1px solid white;
    padding-bottom:0;
    padding-top:0;
  }
  
  .footer-landing .footer-menu-col:first-of-type {
    padding-top:0rem;
  }
  
  .footer-landing .footer-menu-col:last-of-type {
    border: 0;
    padding-right:0;
  }
  
  .footer-landing .footer-menu-col p {
    color:white;
    text-decoration: none;
    font-size: 0.8rem;
    margin-bottom:1rem;
  }
  
  .footer-landing .footer-menu-col a {
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 0.8rem;
    margin-bottom:0.5rem;
  }
  
  .footer-landing .footer-menu-col a:last-of-type {
    margin-bottom:0;
  }
  
  .footer-landing .footer-landing-links {
    display:flex;
    flex-direction: column;
    align-items: end;
    gap:1rem;
  }
  
  .footer-landing .footer-landing-links a {
  
  }
  
  .footer-landing .footer-landing-links img {
    width:200px;
  }
  
  .footer-landing .footer-landing-copyright {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:2rem;
  }
  
  .footer-landing .footer-landing-copyright .copyright div{
    font-size:0.8rem;
    color:white;
  }
  
  .footer-landing .footer-landing-copyright .socials {
    display:block;
  }
  
  
  .footer-landing .socials p {
    color:white;
    display:flex;
    align-items: center;
    gap:0.5rem;
  }
  
  .footer-landing .socials a {
    color:white;
    font-size: 0.8rem;
    text-decoration: none;
  }
  
}

.incoming{
  position:relative;
  min-height:100vh;
  padding-top:200px;
  padding-bottom:100px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.incoming-logo{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #0E7870;
  display:flex;
  justify-content: center;
  align-items: center;
}

.incoming-logo img{
  width:300px;
  opacity:0.5;
  object-fit: contain;
  height:auto;
}

.incoming-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 26%, rgba(255,255,255,0.7175245098039216) 100%);
  z-index:1;
}

.incoming-container{
  position: relative;
  z-index:2;
  max-width:600px;
  margin-top:10vh;
  margin:auto;

}

.incoming-text{
  text-align: center;
  color:#7AB5B0;
  font-weight: 500;
  font-size: 1.25rem;
  margin:0;
}

.incoming-title{
  color:#0E7870;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.incoming-more{
  margin-top:2rem;
  color:#0E7870;
}

.incoming-more p, .incoming-more li{
  font-size:1.125rem;
  color:#0E7870;
}

.incoming-more{

}

.incoming-mail{
  margin-top:3rem;
  text-align: center;
}

.incoming-mail .wpcf7-spinner{
  display:none;
}

.incoming-mail .wpcf7-text::placeholder{
  color:#7AB5B0;
}

@media screen and (max-width:600px) {
  .incoming{
    padding:4rem 2rem 2rem;
  }

  .incoming-text{
    font-size:1rem;
  }

  .incoming-title{
    font-size: 1.5rem;
  }

  .incoming-more{
    font-size:1rem;
    margin-top:2rem;
    color:#0E7870;
  }

  .incoming-more p, .incoming-more li{
    font-size:1rem;
    color:#0E7870;
  }

  .incoming-mail .wpcf7-text{
    padding:7px 0;
    margin-bottom:1rem;
  }

  .incoming-container{
    max-width:600px;
    margin-top:20vh;
    margin:auto;
  }
}