.page-template-template-landing .footer-topper{
    display: none;
  }
  .badge {
    --badge-size: 120px;
    --badge-color: var(--black);
    display:flex;
    justify-content:center;
    align-items:center;
    width:var(--badge-size);
    height:var(--badge-size);
    background:rgba(0,0,0,.3);
    border-radius:100%;
    box-shadow:inset 0 0 0 .9rem var(--badge-color);
    animation:identifier 10s linear infinite
  }
  .badge__emoji {
    display:block;
    margin:0;
    animation:identifier 10s linear infinite;
    animation-direction:reverse;
    transition:all .3s
  }
  .badge__emoji:hover {
    opacity:.8;
    transform:scale(1.2)
  }
  .badge__char {
    --char-font-size: 0.6em;
    --char-font-family: "Tenor Sans", sans-serif;
    font-weight:normal;
    display:block;
    position:absolute;
    top:0;
    left:calc(50% - var(--char-width)/2);
    height:calc(var(--badge-size)/2);
    width:var(--char-width);
    background-repeat:round;
    text-align:center;
    text-transform:uppercase;
    line-height:1rem;
    padding:5px;
    font-size:var(--char-font-size);
    color:#fff;
    font-family:var(--char-font-family);
    transform-origin:bottom center;
    transform:rotate(var(--char-rotate))
  }
  .badge__char.dot {
    --char-font-size: 1em
  }
  @keyframes identifier {
    0% {
      transform:rotate(0deg)
    }
    to {
      transform:rotate(1turn)
    }
  }
  
  .hero {
    height:900px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    background-color:rgba(0,0,0,.2)
  }
  @media(max-width: 640px) {
    .hero {
      justify-content:flex-start;
      height:736px
    }
  }
  .hero .container {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center
  }
  .hero #heroVideo {
    min-width:100%;
    min-height:100%;
    position:absolute;
    opacity:.8;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
  }
  @media(max-width: 1024px) {
    .hero #heroVideo {
      margin:0 -22px
    }
  }
  .hero-text {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    text-align: center;
  }
  @media(max-width: 640px) {
    .hero-text {
      padding-top:80px
    }
  }
  .hero-text--icon {
    height:59px;
    width:118px
  }
  .hero-text--img {
    height:auto;
    width:524.06px;
    padding:45px 0 24px
  }
  .hero-text p {
    color:#fff;
    letter-spacing:0;
    text-align:center;
    margin-bottom:30px
  }
  /* #section-hero-1{
    margin-top: -185px;
  } */
  #section-hero-1 .hero-text .text{
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 4.8px;
    color: #fff;
    padding-bottom: 11px;
    font-family: 'Montserrat';
  }
  #section-hero-1 .hero-text .title{
    font-size: 75px;
    line-height: 70px;
    letter-spacing: 4.8px;
    font-family: 'Tenor Sans';
    color: #fff;
  }
  @media(max-width: 480px) {
    /* .hero-text p {
      font-size:16px
    } */
  }
  .hero-play {
    position:absolute;
    right:22px;
    bottom:22px;
    cursor:pointer
  }
  .hero-play img {
    -o-object-fit:contain;
    object-fit:contain
  }
  .text-section{
      background-color: #D0DCDE;
      padding-top: 117px;
      padding-bottom: 50px;
  }
  .text-section .content{
      width: 840px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
      border-left: 1px solid #232F5D;
      border-width: 1px;
      border-height: 100%;
      padding: 5px 0 20px 51px;
      position: relative;
  }
  .text-section .icon{
      position: absolute;
      top: 0;
      left: 0;
      top: -50px;
      left: -25px;
  }
  .text-section .title{
      color: #232F5D;
      font-family: 'Tenor Sans';
      font-size: 30px;
      line-height: 40px;
      padding-bottom: 21px;
  }
  .text-section .text{
      color: #232F5D;
      font-size: 18px;
      line-height: 28px;
      font-family: 'Montserrat';
  }
  @media(max-width: 992px) {
    .text-section{
      padding-top: 70px;
      padding-bottom: 30px;
  }
  .text-section .content{
      width: 100%;
      border-left: 0px solid transparent;
      border-width: 0px;
      border-height: 0%;
      padding: 5px 30px;
  }
  .text-section .icon{
      top: -50px;
      left: 25px;
  }
  .text-section .title{
      font-size: 22px;
      line-height: 30px;
      padding-bottom: 21px;
  }
  .text-section .text{
      font-size: 16px;
      line-height: 24px;
  }
  }
  
  .carousel-section {
    background-color: #D0DCDE;
    padding-left: calc((100% - 1140px) / 2);
  }
  .carousel_footer{
    background-color: #D0DCDE;
    display: flex;
    justify-content: center;
    padding-bottom: 63px;
  }
  .carousel-section .carousel-slider {
    padding-bottom: 30px;
  }
  .banner-section{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0;
    color: #FFFFFF;
  }
  .banner-section p{
    margin-bottom: 20px;
  }
  .banner-section .title{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 61px;
  }
  .banner-section .title p{
    font-size: 100px;
    line-height: 90px;
    font-family: 'Tenor Sans';
    width: 486px;
  }
  .banner-section .subtitle,
  .banner-section .text{
    width: 635px;
    max-width: 100%;
    margin: 0 auto;
  }
  .banner-section .subtitle{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Tenor Sans';
  }
  .banner-section .text{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
  }
  .hero-text-banner .title{
    font-size: 45px;
    line-height: 42px;
    font-family: 'Tenor Sans';
    color: #fff;
    padding-bottom: 20px;
  }
  .hero-text-banner .text{
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat';
    color: #fff;
  }
  .hero-text-banner .hero-text--icon{
    width: auto;
    height: auto;
  }
  
  .two-column-section{
    background-color: #D0DCDE;
    padding-top: 80px;
    padding-bottom: 53px;
  }
  .two-column-section .inner-two-column-section{
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .two-column-section .inner-two-column-section .image,
  .two-column-section .inner-two-column-section .content{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 15px;
  }
  .two-column-section .inner-two-column-section .content p{
    margin-bottom: 20px;
  }
  .two-column-section .inner-two-column-section .content .title{
    color: #232F5D;
    font-size: 55px;
    line-height: 40px;
    font-family: 'Tenor Sans';
    padding-bottom: 30px;
  }
  .two-column-section .inner-two-column-section .content .subtitle{
    color: #232F5D;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Tenor Sans';
  }
  .two-column-section .inner-two-column-section .content .text{
    color: #232F5D;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
  }
  .text-section-2{
      padding-top: 53px;
  }
  .text-section-2 .title{
      color: #232F5D;
      font-family: 'Tenor Sans';
      font-size: 55px;
      line-height: 40px;
      padding-bottom: 30px;
  }
  .text-section-2 .text{
      color: #232F5D;
      font-size: 18px;
      line-height: 28px;
      font-family: 'Montserrat';
  }
  .text-section-2 .subtitle{
      color: #232F5D;
      font-size: 30px;
      line-height: 40px;
      font-family: 'Tenor Sans';
  }
  .text-section-2 .subtitle p{
    margin-bottom: 0;
  }
  
  .container-carousel-footer {
      display: flex;
      float: left;
  }
  .container-carousel-footer img.carousel-arrow{
    height: 60px;
  }
  img.carousel-arrow.rotate{
    transform: rotate(180deg)
  }
  .carousel-divisor {
      background-color: #222F5D;
      height: 1px;
      width: 100%;
      margin: auto;
  }
  .carousel-divisor.small {
      width: 45px;
  }
  .container-carousel-footer .dots-arrow {
      width: unset;
      padding: 15px;
  }
  .dots-arrow {
      width: 40px;
      padding: 9px;
      cursor: pointer;
      text-align: center;
  }
  .container-carousel-footer .dots-arrow img {
      width: 30px;
      height: 30px;
  }
  .dots-arrow-hr {
      width: 1px;
      height: 22px;
      background-color: #232F5D33;
      margin: auto;
      margin-top: 12px;
  }

  .banner-section-2{
    height: 1000px;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
  }
  .banner-section-2 .inner-banner-section-2{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  .banner-section-2 .hero-text--icon {
    height: auto;
    width: 185px;
  }
  .banner-section-2 .title{
    color: #FFFFFF;
    font-size: 45px;
    line-height: 52px;
    font-family: 'Tenor Sans';
    text-align: center;
  }
  .banner-section-2 .text{
    color: #FFFFFF;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat';
    text-align: center;
  }
  .banner-section-2 .text p{
    margin-bottom: 0;
  }
  
  
  
  
  
  @media(max-width: 992px) {
  /* Carousel 1/2 */
    .carousel-section .carousel-slider{
      padding-left: 30px;
    }
  }
  @media (min-width: 768px){
    #section-hero-1{
      margin-top: 90px;
    }
  }
  @media(max-width: 767px) {
  /* Sldier */
  #section-hero-1{
    margin-top:0;
  }
  #section-hero-1.hero .container{
    height: 100%;
  }
  #section-hero-1 .hero-text .title {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0;
    padding: 0 50px;
  }
  #section-hero-1 .hero-text {
    padding-top: 0;
  }
  /* Banner 1 Mobile */
  .banner-text-section-mobile{
    background-color: #D0DCDE;
    padding: 20px 30px 30px 30px;
  }
  .banner-text-section-mobile{
    color: #232F5D;
  }
  .banner-text-section-mobile p{
    margin-bottom: 20px;
  }
  .banner-text-section-mobile .title{
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .banner-text-section-mobile .title p{
    font-size: 45px;
    line-height: 45px;
    font-family: 'Tenor Sans';
    width: 219px;
    margin-bottom: 0;
  }
  .banner-text-section-mobile .subtitle,
  .banner-text-section-mobile .text{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .banner-text-section-mobile .subtitle{
    font-size: 22px;
    line-height: 28px;
    font-family: 'Tenor Sans';
  }
  .banner-text-section-mobile .text{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat';
  }
  
  /* Section 2 */
  .two-column-section{
    background-color: #D0DCDE;
    padding-top: 0;
    padding-bottom: 0;
  }
  .two-column-section .inner-two-column-section{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .two-column-section .inner-two-column-section .image,
  .two-column-section .inner-two-column-section .content{
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 30px;
    padding-bottom: 20px;
  }
  .two-column-section .inner-two-column-section .content .title{
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  .two-column-section .inner-two-column-section .content .subtitle{
    font-size: 22px;
    line-height: 28px;
  }
  .two-column-section .inner-two-column-section .content .text{
    font-size: 16px;
    line-height: 24px;
  }
  /* Section 3 */
  .text-section-2{
      padding-top: 53px;
  }
  .text-section-2 .title{
      font-size: 45px;
      line-height: 45px;
      padding-bottom: 20px;
  }
  .text-section-2 .text{
      font-size: 16px;
      line-height: 24px;
  }
  .text-section-2 .subtitle{
      font-size: 22px;
      line-height: 28px;
  }
  .text-section-2 .subtitle p{
    margin-bottom: 0;
  }
  /* Banner */
  .hero-text-banner .text{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat';
  }
  /* Banner 2 & 3 */
  .banner-section-2{
    height: 500px;
  }
  .banner-section-2 .title{
    font-size: 45px;
    line-height: 45px;
  }
  .banner-section-2 .text{
    font-size: 16px;
    line-height: 24px;
  }
  }