@font-face {
    font-family: 'Tusker Grotesk';
    src: local('Tusker Grotesk 4800 Super'), local('Tusker-Grotesk-4800-Super'),
        url('..fonts/TuskerGrotesk-4800Super.woff2') format('woff2'),
        url('..fonts/TuskerGrotesk-4800Super.woff') format('woff'),
        url('..fonts/TuskerGrotesk-4800Super.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'bulevarposter';
    src: url('..fonts/bulevar-poster-webfont.eot');
    src: url('..fonts/bulevar-poster-webfont.eot?#iefix') format('embedded-opentype'),
         url('..fonts/bulevar-poster-webfont.woff2') format('woff2'),
         url('..fonts/bulevar-poster-webfont.woff') format('woff'),
         url('..fonts/bulevar-poster-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bulevarregular';
    src: url('..fonts/bulevar-regular-webfont.eot');
    src: url('..fonts/bulevar-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('..fonts/bulevar-regular-webfont.woff2') format('woff2'),
         url('..fonts/bulevar-regular-webfont.woff') format('woff'),
         url('..fonts/bulevar-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
  font-family: "Open Sans", sans-serif;
  color: #2C2926;
  background-color: #fdffff;
}

a {
  color: #0d5bcd;
  text-decoration: none;
}

a:hover {
  color: #0d5bcd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  /* font-family: "Bulevar",sans-serif; */
}
p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #2c2926;
}

/* moved from on page */
#header {
    transition: all 0.5s ease-in-out;
} 
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo_loader {
    display: block; /* Initially set the display to "block" */
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}
*/

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.fixed-top {
  position: sticky;
  top: 10px;
  /*right: 50px;
  left: 50px;
   z-index: 1030; */
}
@media (max-width: 576px) {
.fixed-top {
  top: 0;
  }  
#header .logo img {
  top: 15.5%;
  width: 275px;
  } 
#header {
    padding: 25px 0;
  }   
}
@media (max-width: 390px) {  
#header .logo img {
  width: 245px;
  }  
}
@media (max-width: 360px) {  
#header .logo img {
  width: 225px;
  top: 17.5%;
  }  
}
@media (max-width: 280px) {  
#header .logo img {
  width: 205px;
  }  
}
.navbar ul {
  margin: 0 -75px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #272424;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active, navbar .active:focus { /* white btn */
  display: block;
  background-color: #fff;
  border-radius: 4em;
  padding: 10px 20px 10px 20px;
  margin: 0 7px 0 7px;
}
.navbar .bubble, navbar a:hover {
  color: #192d61!important;
  margin: unset;
}
/* leave off temporarily 12-16-25 
.navbar a:hover,
.navbar li:hover>a {
  color: rgb(255 255 255);
}
*/

/*
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}
*/

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 1rem;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #386869;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
  display: block;
}
.navbar-mobile-hide {
  transition: 0.3s;
  animation: slideUp 0.5s forwards;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #e74c3c;
  transition: 0.3s;
  z-index: 999;
}
.navbar.navbar-mobile {
    animation: slideDown 0.8s forwards;
}
.navbar-mobile-hide {
  transition:0.3s;
  animation:slideUp 0.8s forwards;
  position:fixed;
  overflow:hidden;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:#e74c3c;
  transition:0.3s;
  z-index:999;
}
.navbar ul {
  display: none;
  }

.navbar {
  margin-right: 45px;
  }
.navbar .active, navbar .active:focus {
    background-color: unset; 
    color: #fff!important; 
  }
}  
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp { 
  from {
    opacity:1;
    transform:translateY(0);
    }
    to {
      opacity:0;
      transform:translateY(-100%);
      }
}
@media (max-width: 576px) {
.navbar {
  margin-right: 20px;
  }  
}
@media (max-width: 390px) {
.navbar {
  margin-right: 0;
  }  
}  
/*  
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}
*/

.navbar-mobile {
    margin: 0 !important;
    border-radius: 0 !important;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #192d61;
    transition: 0.3s;
    /*z-index: 999;*/
    margin: 0 0 0 65%;
    border-radius: 0 25px 0 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  padding: 25px;
  background-color: transparent;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.8em;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.mobile {
  display: none!important;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff!important;
  color: #192d61!important;
    /* margin: auto 0; */
  text-align: center;
  border-radius: 10px;
  margin: 0 25px 25px 25px;
}
.menu {
    justify-content: end;
    display: flex;
    /* width: 90%; */
    margin-left: auto;
    margin-right: 130px;
}
@media (max-width: 1200px) {
.mobile { 
  display: block!important; 
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.no-mobile {
  display: none!important;
}
.navbar a, .navbar a:focus {
  display: block;
}
.navbar ul {
  margin: 0;
}
.navbar-mobile .dropdown ul {
  background: #192d61;
  box-shadow: none;
} 
.navbar .dropdown ul a {
  font-size: 1.8em;  
  color: #fff;
  }
}   
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/* Index */
.intro {
  padding: 0;
  background-color: #fff;
}
.intro p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}
.intro h3 {
  font-size: 4vw; 
  color: #fff; 
  font-weight: 700;
  line-height: 1;
  padding: 75px 0 0 0;
}
.intro h4 {
  font-size: 43px; 
  font-weight: 400; 
  line-height: 1.5; 
  color: rgb(255 255 255 / 87%); 
  text-wrap: balance; 
  padding-bottom: 60px;
}
.first-sec h5 {
  font-size: 2.5vw; 
  color: #2e3035; 
  font-weight: 700;
  line-height: 1;
}
.first-sec {
  padding: 0;
}

/* Contact */
.pp-headline--style-highlight svg {
    top: -33px;
    position: relative;
    left: 66%;
    width: calc( 23% + 20px);
    height: calc( 80% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    opacity: 0.8;
}

.pp-headline--style-highlight.pp-headline-loop svg path {
    -webkit-animation: pp-headline-dash 10s infinite;
    animation: pp-headline-dash 10s infinite;
}

.pp-headline--style-highlight svg path {
    stroke: rgb(192 255 13);
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: pp-headline-dash-no-loop 10s ease;
    animation: pp-headline-dash-no-loop 10s ease;
}
@-webkit-keyframes pp-headline-dash-no-loop{0%{stroke-dasharray:0 1500;}15%{stroke-dasharray:1500 1500;}85%{opacity:1;}90%{stroke-dasharray:1500 1500;opacity:1;}100%{stroke-dasharray:1500 1500;opacity:1;}}
@keyframes pp-headline-dash-no-loop{0%{stroke-dasharray:0 1500;}15%{stroke-dasharray:1500 1500;}85%{opacity:1;}90%{stroke-dasharray:1500 1500;opacity:1;}100%{stroke-dasharray:1500 1500;opacity:1;}}
@-webkit-keyframes pp-headline-dash{0%{stroke-dasharray:0 1500;}15%{stroke-dasharray:1500 1500;}85%{opacity:1;}90%{stroke-dasharray:1500 1500;opacity:0;}100%{stroke-dasharray:0 1500;opacity:0;}}
@keyframes pp-headline-dash{0%{stroke-dasharray:0 1500;}15%{stroke-dasharray:1500 1500;}85%{opacity:1;}90%{stroke-dasharray:1500 1500;opacity:0;}100%{stroke-dasharray:0 1500;opacity:0;}}
::placeholder {
  color: #fff
}  
.git {
  padding-bottom: 20px;
  background: #fdffff;
  border-radius: 2rem 2rem 0 0;
  margin: -200px 25px 0 25px
}
.git h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}
.git h1 span {
  color:#192d61;
}
.git p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 75px;
}
.hero-contact {
  width: 100%;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 70vh;
}
.details {
  margin-top: 50px;
}
.details h2 {
  font-weight: 700;
}
/* Custom Modal Stuff Below */
.msg h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.msg p {
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
}
.btn-close-modal {
  display: inline-block;
  padding: 18px 20px;
  border-radius: 2rem 0 2rem 2rem;
  color: #1c3063;
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  text-decoration: none;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143,27,15,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.show {
  visibility: visible;
}
.modal-backdrop {
  --bs-backdrop-bg: #192d61!important;
  --bs-backdrop-opacity: 0.99!important;
} 
/* End modal 
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}
*/
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

/* Buttons */


.cta-main:hover {
    text-decoration: none;
    color: #fff;
}
.cta-blanco {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 2rem;
    color: #000;
    font-size: 1.3rem;
    background-color: #c0ff0d;
    border: 3px solid #c0ff0d;
    font-weight: 600;
    text-decoration: none;
}
.cta-blanco:hover {
    text-decoration: none;
    color: #000;
}
.cta-green {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 2rem;
    color: #000;
    font-size: 1.3rem;
    background-color: #c0ff0d;
    border: 3px solid #c0ff0d;
    font-weight: 600;
    text-decoration: none;
}
.cta-green:hover {
    text-decoration: none;
    color: #000;
}
@media (max-width: 540px) { 
.cta-blanco {
    font-size: 1rem;
    border: 2px solid #fff   
  }
}  
.cta-read-article {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 5rem;
    color: #386869;
    font-size: 1rem;
    background-color: #ffffff;
    border: 2px solid #444444;
    font-weight: 600;
    text-decoration: none;
}
.cta-read-article:hover {
  color: #386869;
}


.button:hover {
    animation: buttonHover 0.5s ease forwards !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-stuff {
  /*background-color: #F4DE33;*/
  background-color: #C0FF0D; 
  padding:  75px 0 0 0;
  border-radius: 2em 2em 0 0;
}
.footer-links a {
  color: #2e2029;
}
.footer-links a:hover {
  color: #2e2029;
  text-decoration: underline;
}
.footer-links p {
  margin-top: 45px;
  font-size:2rem; 
  line-height: 1.7;
  color: #2e2029;
  letter-spacing: -0.1rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.wrapper ul {
  padding-left: 0!important;
}
.wrapper .icon a {
  color: #fff;
  padding-top: 3px;
}
.wrapper .icon {
  position: relative;
  display: inline-flex;
  padding: 15px;
  margin: 3px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.colophon p {
  font-size: 1rem;
  color: #2e2029;
  line-height: 1.7
}

.form-1 .form-group {
  max-width: 15rem;
  display: inline-block;
  vertical-align: top;
  float: inline-start;
}

.form-1 .form-control-input {
  width: 15rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #cc0e7c;
  border-radius: 32px;
  background-color: #cc0e7c;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 768px) {
.form-1 .form-control-submit-button {
  width: 15rem;
  margin-left: -0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  }
}
/* Forms */
.contact-form h3 {
  margin-bottom: 35px; 
  font-size: 3.5rem; 
  font-weight: 700;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px;
}
.form-control-input-form-main {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    font-size: 1.2rem;
    transition: all 0.2s;
}
form textarea {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    color: #515867;
    font-size: 1.2rem;
    line-height: 1.575rem;
    transition: all 0.2s;
    -webkit-appearance: none;
}
.sec-col {
  padding-left: 20px;
}
.h-line {
    width: 100px;
    height: 5px;
    display: inline-block;
    background-color: #314e9e;
    margin-bottom: 35px;
}
/* Team pg */
.team-photos {
  background-color: #FDFFFF;
}
.team {
  margin-top: 6.5rem;
  padding-bottom: 0;
}
.team h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color:#2c2926;
}
.team h1 span {
  color:#192d61;
}

/* Services  */
.h-services-tags-wrapper {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-flow: wrap;
  align-content: flex-start;
  margin: 2.5rem 0 4.25rem 0;
  display: flex;
}


/* Careers */
.jobs {
  background-color: rgb(226 234 223 / 5%);
  border-radius: 50px;
  margin: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 75px 75px 75px 35px; 
  width: 70%
}

.jobs h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #192d61;
  margin: 0 0 40px 0;
}
.benefits h4 {
  color: #324472;
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
}  
.job-tag {
  border: 2px solid rgb(25 45 97);
  padding: 0.8em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.325em;
  font-weight: 600;
  line-height: 1.2;
  background: rgb(25 45 97 / 15%);
  color: #192d61;
}
.careers {
  width: 100%;
  height: 70vh; 
  background-image: url("../img/careers-bg.jpg");
  background-image: -webkit-image-set(url("../img/careers-bg.webp"));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits ul {
  margin: 20px 0 50px 0;
}
.benefits li {
  font-size: 1.3rem;
  padding: 0 0 15px 0;
}
.benefits p {
  padding-top: 75px; 
  font-size: 0.9rem;
  line-height: 1.8;
}

/* About */ 
.about {
  width: 100%;
  height: 100vh; 
  background-image: url("../img/drone-view.jpg");
  background-image: -webkit-image-set(url("../img/drone-view.webp"));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -150px;
}
.about-us {
  margin-bottom: 79px; 
  padding-top: 75px;
}
.about-us h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color:#2c2926;
}
.about-us h1 span {
  color:#192d61;
}
.about-us h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 3.5rem;
}
.paper {
   padding-bottom: 20px;
   border-radius: 2rem 2rem 0 0;
   margin: 270px 25px 0 25px;
   background-color: #fdffff; 
   position: relative;
}
.values h2 {
  font-size: 4rem;
  line-height: 1;
  color: #192d61;
  padding: 75px 0 40px 0;
  font-weight: 700;
}
.values h3 {
  font-size: 2rem;
  line-height: 1;
  color: #2c2926;
  font-weight: 600;
}
.values p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 50px 0;
}
.dark { /* hr */
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #000;
  margin: 100px 0 100px 0
}
.light { /* hr */
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid rgb(43 53 55 / 47%);
  opacity: 0.25;
  margin: 100px 0 100px 0
}
.value p{
  font-size: 1.46rem;
  line-height: 1.6;
}
.value p span {
  font-size: 4rem;
  line-height: 1;
  color: #192d61; 
  font-weight: 700;
  font-family: 'PT Sans Narrow', sans-serif;
}
.pl-75 {
  padding-left: 75px;
}
.show-md {
  display: none
}

@media (max-width: 1199px) { 
 .value p, .values p {
  font-size: 1.2rem;
} 
.about-us h2 {
  font-size: 2rem;
  line-height: 3rem;
  }
}
@media (max-width: 991px) { 
.hide-md {
  display: none
  }
.pl-75 {
  padding-left: unset;
  }
.show-md {
  display: inline-block;
  }
.chart {
  margin-top: 50px
  }      
} 
@media (max-width: 767px) { 
.about-us {
  padding-top: 0; 
  margin-bottom: 0;
} 
.about-us h2 {
  font-size: 1.7rem;
  line-height: 1.7;
  }
.about-us h1 {
  font-size: 4rem;
  } 
.value p span {
  font-size: 3rem;   
  }
.values h3 {
  font-size: 1.75rem;  
  }
.values h2 {
  font-size: 3rem;
  padding: 0 0 40px 0;  
  }
} 
@media (max-width: 576px) {
.about-us h2 {
  font-size: 1.46rem;
  line-height: 1.55;
  }
.paper {
  margin: 270px 10px 0 10px;    
  }
}  
@media (max-width: 425px) {
.about-us h1 {
  font-size: 3rem;
}   
.about-us h2 {
  font-size: 1.36rem;     
  }
.value p span, .values h2 {
  font-size: 2.5rem;  
  }
.values h3 {
  font-size: 1.55rem;
  }
}
@media (max-width: 320px) {
.about-us h2 {
  font-size: 1.26rem;
  }    
}
@media (max-width: 280px) {
.value p span, .values h2 {
    font-size: 2.2rem;
  }
}  

/* Index Pg 
.value-pills h4 {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px;
    background-color: #192d61;
    border-radius: 0.5em 0 0.5em 0;
    color: #fff;
    margin-bottom: 5rem;
}
.ill {
    margin-bottom: 1.5rem;
    border-radius: 15px;
}
.bs-icon {
    margin-left: 8px;
    margin-bottom: 5px;
}
/* FAQs */
.faqs {    
    padding-bottom: 0;
    background: #fdffff;
    border-radius: 2rem 2rem 0 0;
    margin: -200px 25px 0 25px;
}

.hero-faqs {
    width: 100%;
    height: 60vh; 
    background-image: url("../img/faqs-bg.jpg");
    background-image: -webkit-image-set(url("../img/faqs-bg.webp"));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 70vh;
}
/*
.no-wepb .hero-faqs {
    width: 100%;
    height: 60vh; 
    background-image: url(../img/faqs-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 70vh;
}
.webp .hero-faqs {
    width: 100%;
    height: 60vh; 
    background-image: url(../img/faqs-bg.webp);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 70vh;
}
*/


.faq h1 {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 75px 0 10px 0;
    color: #2c2926;
}
.faq h1 span {
  color: #192d61;
}
.faq h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 75px 0 50px 0;
    color: #15264c;
    font-family: "Open Sans", sans-serif;
}
.accordion-button, .accordion-body {
    background-color: #fdffff;
    font-size: 1.4rem; 
}
.accordion-header {
    padding: 20px 0 20px 0;
    font-family: "Open Sans", sans-serif;
}
.accordion-item {
  background-color: #fdffff;
}
/* PP & Misc */
.pp h1 {
  font-size: 5rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  color:#2c2926;
}
.pp h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #444;
  margin-top: 50px;
}
.pp p {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.4;
}
/* Buttons 
.cta-blanco {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.2rem;
    background-color: transparent;
    border: 3px solid #fff;
    font-weight: 600;
    text-decoration: none;
}*/
/* Video Embed */
section.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.video-embed-object-fit-cover {
  position: absolute;
  
  /* ensure positioning regardless of parent flex settings */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 100%;
  height: 100%;

  /* important */
  container-type: size;

  /* cut off overflowing video */
  overflow: hidden;
}
/*
.video-embed-object-fit-cover > iframe {
  position: absolute;
  top: 0;
  left: 0;


  width: 100%;
  height: 100%;

  @container (min-aspect-ratio: 16/9) {
    height: 56.25cqw; 
  }

  @container (max-aspect-ratio: 16/9) {
    width: 177.78cqh; 
  }

  pointer-events: none;
}
*/
.media {
    background-image: url("../img/webzibition_cover.webp");
    background-repeat: no-repeat;
    background-size: 100vw;
} 
.mtg {
    background-image: url("../img/green-bg.jpg");
    background-repeat: no-repeat;
    height: 87.4vh;
}
.meet-deb {
    background-image: url("../img/deb-wall.jpg");
    background-repeat: no-repeat;
    background-size: 100vw;
    margin: 0 75px 150px 75px;
    border-radius: 0 0 2em 0;
}   

/* Media */

.press-hits {
    background-image: url(../img/bg-hits.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
    box-shadow: inset 0 0 100px rgb(0 0 0 / 31%);
} 
.ph p span {
    font-size: 4rem;
    color: #2f2029;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}
.ph p {
  margin-bottom: 0;
}
.ph h2 {
    font-size: 12rem;
    color: #2f2029;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    line-height: 1;
}
.links p {
    font-size: 1.9rem;
    line-height: 1.5;
    color: #2f2029;
    margin-bottom: 35px;
}
.tres-fotos {
    padding: 35px;
}
.plist p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: rgb(255 255 255 / 87%);
    margin-bottom: 35px;
    padding: 0 70px 0 70px;
}
.plist a {
  color: rgb(225 225 225 / 80%);
  font-size: 1.3rem;
}


/* Generic */
.figure-caption {
    font-size: 1.1em;
    color: rgb(255 255 255 / 66%);
}
.pic {
    border-radius: 0 0 2em 0;
}
.pic-right {
    border-radius: 0 2em 0 0;
}
.cta-main {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 2rem 2em 2rem 2rem;
    color: #34252e;
    font-size: 1rem;
    background-color: #c0ff0d;
    border: 2px solid #c0ff0d;
    font-weight: 600;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.cta-main:hover {
    text-decoration: none;
    color: #34252e;
}
/*
.cta-blanco {
    display: inline-block;
    padding: 18px 20px;
    border-radius: 2rem 2em 2rem 2rem;
    color: #34252e;
    font-size: 1rem;
    background-color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.cta-blanco:hover {
    text-decoration: none;
    color: #34252e;
}
*/

@keyframes buttonHover{0%{transform:scaleX(1) scaleY(1);}40%{transform:scaleX(1.1) scaleY(0.9);}80%{transform:scaleX(0.95) scaleY(1.05);}100%{transform:scaleX(1) scaleY(1)!important;}}

.media-icons {
  padding: 0 15px 0 0;
}
.wrapper .icon {
    position: relative;
    display: inline-flex;
    background: rgb(43 31 40 / 90%);
    border-radius: 50%;
    padding: 15px;
    margin: 3px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* tool tip */
.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon a {
  color: #fff;
  padding-top: 3px;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #00ace8;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #523dca;
  color: #ffffff;
}

.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background: #1c96e9;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #cd201f;
  color: #ffffff;
}
.wrapper ul {
  padding-left: 0!important;
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
          animation: bounce-in-top 1.1s both;
} 
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/* About */
.win h4 {
    font-size: 2.8rem;
    line-height: 1;
    color: #c0ff0d;
    font-weight: 700;
}
.win h4 span {
    font-size: 6.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 900;
}
.win p {
    font-size: 1.65rem;
    color: rgb(228 228 228 / 92%);
    line-height: 1.8;
}
/* Keynote */

.deb-keynote {
    background-image: url("../img/deb-stage.jpg");
    background-repeat: no-repeat;
    border-radius: 0 0 2em 0;
    background-position: right;
    min-height: 100vh;
    padding: 8rem 0 0 0;
    /*filter: grayscale(100%);*/
}
/*
.signature {
  background: #fafafa;
  border-radius: 2em 2em 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
*/
.bay {
  padding: 0 0 10rem 0;
}
.hiw p {
  color: rgb(255 255 255 / 79%);
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 75px;
}
.hiw h5 {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 1.9rem;
}
.hiw p a {
  color: rgb(255 255 255 / 79%);
  text-decoration: underline;
}

.btn-span {
  box-sizing: border-box;
  background: none 0% 0% / auto repeat scroll padding-box border-box rgba(20, 20, 20, 0.3);
  border-radius: 50%;
  display: block;
  left: -10.0938px;
  opacity: 0;
  padding-top: 201.891px;
  position: absolute;
  top: 34.9688px;
  transform: matrix(0, 0, 0, 0, 0, -100.945);
  transition: transform 0.7s ease 0s, opacity 0.4s ease 0s;
  width: 222.078px;
  z-index: 1;
  transform-origin: 227.517px 100.742px;
  color: rgb(25, 25, 33);
  cursor: pointer;
  text-decoration-color: rgb(25, 25, 33);
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  font-family: "Instrument Sans", sans-serif;
  font-size: 17.9906px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-indent: 0px;
}
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
}

.carousel-inner {
  display: flex;
  transition: transform 0.9s ease;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Swiper JS */
.swiper-container {
  width: 100%;
  height: 40vh;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 75px 75px 75px;
  background: #fffffe;
  border-radius: 2em;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2f2029;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1s ease, transform 1s ease;
}

.image.visible {
  opacity: 1;
  transform: scale(1);
}

/* MTG */
/* center the blockquote in the page 
.blockquote-wrapper {
   display: flex;
   padding: 0;
}
*/
.resources-bg {
  min-height: 700px; 
  background-image: url("../img/mtg-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.left-panel {
  min-height: 700px; 
  background-image: url("../img/women-attendees.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4em 0 0 0;
}
.quotes {
    background-color: #e5f6f4;
    color: #2c4240;
    border-radius: 4em;
    padding: 50px 150px 50px 150px;
    margin-top: 35px; 
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.curly {
    quotes: "“" "”" "‘" "’";
}
.curly::before { 
    content: open-quote;
    font-size: 20rem;
    position: absolute;
    top: -14%;
    left: 7%;
 }


/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 1.6rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #2f2029;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}
.mpm {
  background-image: radial-gradient(circle, #5e5e5e 1px, transparent 1px);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 8px 8px;
    color: #000;
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
} 
.mpm-h {
  background-image: radial-gradient(circle, #5e5e5e 1px, transparent 1px);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 8px 8px;
    color: #000;
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.mpm-sm {
  background-image: radial-gradient(circle, #5e5e5e 1px, transparent 1px);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 8px 8px;
    color: #000;
    display: grid;
    gap: 16px;
    /* margin-bottom: 24px; */
    padding-bottom: 4px;
}    
.content {
    flex: 1;
    padding: 20px;
    background: #f4f4f4;
}

/* Footer styling 
.footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
} */
.content {
    flex: 1;
    padding: 20px;
    background: #f4f4f4;
}

/* Footer styling */
.footer-sticky {
    position: sticky;
    bottom: 0;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
    .rows {
      position: relative;
    }
    .rows::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 45%;
      width: 2px; /* Adjust width as needed */
      background: repeating-linear-gradient(
        to bottom,
        #000,
        #000 2px,
        transparent 2px,
        transparent 9px
      ); /* Dotted border effect */
    }
/*
.rotate {
    animation: animName 20s linear infinite;
    padding: 1em;
}
#rotate{animation:animName 20s linear infinite;padding:1em;}
@media screen and (max-width: 575px){
#rotate{width:60%;margin:auto;}
}
*/
@keyframes animName{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}  
.verde {
  fill: #ff5900;
} 

/* Home */


article {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  position: relative; /* Add relative positioning to keep child elements properly aligned */
}

.wrapper {
  position: relative;
}

.marquee {
  animation: marquee 10s linear infinite;
  display: flex;
  width: 100%; /* Ensures marquee spans the entire width of the div */
}
.marquee2 {
  animation: marquee2 10s linear infinite;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%; /* Ensures marquee spans the entire width of the div */
}
.marquee2 li, .marquee li {
  color: #fff;
}

ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0; /* Remove margin for a flush appearance */
  min-width: 100%; /* Ensure it spans at least 100% */
}
li {
  margin: 8px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
/* test code */
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 150px 0 0 60px;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
}

        .thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s ease;
        }

        .video-embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .video-container:hover .thumbnail {
            opacity: 0;
        }

        .video-container:hover .video-embed {
            opacity: 1;
            pointer-events: auto;
        }

        .video-embed iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 15px 25px;
            border-radius: 30px;
            font-size: 16px;
            transition: opacity 0.3s ease;
            pointer-events: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .video-container:hover .overlay {
            opacity: 0;
        }

        .play-icon {
            width: 0;
            height: 0;
            border-left: 12px solid white;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            margin-left: 3px;
        }


        .lazy-video-container {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9;
            /*margin: 20px auto;*/
            overflow: hidden;
            border-radius: 20px;
            cursor: pointer;;
        }

        .lazy-video-container .video-embed {
            display: none;
        }

        .lazy-video-container.loaded .thumbnail {
            opacity: 0;
        }

        .lazy-video-container.loaded .video-embed {
            opacity: 1;
            pointer-events: auto;
            display: block;
        }

        .lazy-video-container.loaded .overlay {
            opacity: 0;
        }
/* Marquee */
.marquee-container {
    margin: 55px 0 -55px 0;
    /*overflow: hidden;*/
    width: 100%;
} 
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
  margin: 150px 0 0 0;
}
.marquee-content {
  display: flex;
}
.marquee-content img {
  margin-right: 80px;
  object-fit: contain;
  flex-shrink: 0;
}
.sc-pt {
    background-color: transparent;
    overflow: hidden;
}
.scroller {
    display: flex;
    flex-wrap: nowrap;
    height: calc(8.29rem * 2);
    background-color: transparent;
    align-items: center;
    width: auto;
    position: relative;
    overflow-x: visible;
    animation: marque_mz linear 8s infinite;
    transition: 3s;
    width: max-content;
}
.sc-cc_e {
    padding-right: 97px;
}  
.sc-cc_c {
    font-size: 4.5rem;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    white-space: nowrap;
} 
/*
.marquee1 span {   
   display: inline-block;
   white-space: nowrap;
   color: #fff;
   width: var(--tw);
   text-shadow: var(--tw) 0 currentColor, 
          calc(var(--tw) * 2) 0 currentColor, 
          calc(var(--tw) * 3) 0 currentColor,
          calc(var(--tw) * 4) 0 currentColor;
  
   will-change: transform;
   animation: marquee1 var(--ad) linear infinite;
   animation-play-state: running;
 }
 */
 /*)
 .marquee1:hover span {
   animation-play-state: running;
 }
 
 
 @keyframes marquee1 {
   0% { transform: translateX(0); }
   100% { transform: translateX(-100%); }
 }
 */
 /*
 @media (prefers-reduced-motion: reduce) {
   .marquee span {
   animation: none;
   text-shadow: none;
   width: auto;
   display: block;
   line-height: 1.5;
   text-align: center;
   white-space: normal;
   }
 }
 */
 
 /*
 :checked ~ .marquee span { animation-play-state: running; } 
 @keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
*/

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*blob*/
.blob-bg {
  display: flex;
  align-items: stretch;
  min-height: 1300px;
  background-image: url("../img/blob.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
