/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 17px; }
body {
  position: relative; }
p {
  color: #041E42;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; }
a {
  color: #FF5A00;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #FF5A00;
  text-decoration: none; }
button, .btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  color: #FFF;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #FF5A00; }
.btn:hover, button:hover, .btn:focus, button:focus, :not(.btn-check)+.btn:hover, .btn:active, button:active, :not(.btn-check)+.btn:active {
  color: #FFF !important;
  text-decoration: none !important;
  background-color: rgba(255, 90, 0, 0.8) !important; }
p, body,
h1, h2, h3, .title, blockquote p {
  font-family: 'proxima-nova', sans-serif; }
.container {
  padding-left: 15px;
  padding-right: 15px; }
.py-content {
  padding-top: 60px;
  padding-bottom: 60px; }
.my-content {
  margin-top: 60px;
  margin-bottom: 60px; }
.mt-20 {
  margin-top: 0.72rem; }
.mb-40 {
  margin-bottom: 20px; }
.mb-60 {
  margin-bottom: 30px; }
.zindex2 {
  z-index: 2; }
img {
  max-width: 100%; }
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 5; }
.navbar-brand {
  margin-top: 30px;
  display: inline-block;
  z-index: 5; }
.navbar-brand img {
  width: 99.75px;
  height: 30px; }
header .top-bar {
  position: relative;
  z-index: 5;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px); }
header .top-bar p {
  color: #FFF;
  font-size: 0.571rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0; }
header .top-bar a {
  color: #FFF;
  display: inline-block;
  font-size: 0.571rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }

/*** HERO ***/
.hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(4, 30, 66, 1);
  padding: 150px 0 60px 0; }
.hero:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(4, 30, 66, 0.65) 0%, rgba(4, 30, 66, 0.65) 100%); }
.hero .line {
  z-index: 3;
  position: absolute;
  height: 5vh;
  width: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  background-color: #FF5A00;
  animation: pulseLine 2s ease-in-out infinite; }
@keyframes pulseLine {
  0% {
    height: 5vh;
  }
  50% {
    height: 10vh;
  }
  100% {
    height: 5vh;
  }
}
.hero .play {
  width: 60px;
  height: 60px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-image: url('../images/play.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.modal-fullscreen .modal-content {
  background-color: #000; }
.modal.hero-video .btn-close {
  z-index: 999;
  opacity: 1;
  width: auto;
  height: 15px;
  background-image: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0; }
.modal.hero-video .btn-close img {
  height: 100%; }
.modal.hero-video .btn-close:focus {
  outline: none;
  box-shadow: none; }
.modal.hero-video .modal-body {
  padding: 25px; }
.modal.hero-video iframe {
  width: 100%; 
  height: 100%; }
.hero iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.hero .cont-box {
  position: relative;
  z-index: 2;
  text-align: center; }
.hero .title {
  color: #FFF;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px; }
h1 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px; }
h2 {
  color: #041E42;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase; 
  margin-bottom: 20px; }
h2.underlined {
  position: relative;
  padding-bottom: 20px; 
  margin: 0 0 20px 0; }
h2.underlined:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background-color: #FF5A00; }
blockquote p {
  position: relative;
  color:#041E42;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6; }
blockquote p:before {
  content: '';
  left: -20px;
  top: -5px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url('../images/bb.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
blockquote p:after {
  content: '';
  position: absolute;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url('../images/ba.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
p.intro {
  position: relative;
  color: #041E42;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 40px; }
p.intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #FF5A00; }
.animated-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top, right top,
    from(hsl(0 0% 0% / 0)),
    color-stop(10%, hsl(0 0% 0% / 1)),
    color-stop(90%, hsl(0 0% 0% / 1)),
    to(hsl(0 0% 0% / 0))
  );
  -webkit-mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 90%,
    hsl(0 0% 0% / 0)
  );
          mask-image: -webkit-gradient(
    linear,
    left top, right top,
    from(hsl(0 0% 0% / 0)),
    color-stop(10%, hsl(0 0% 0% / 1)),
    color-stop(90%, hsl(0 0% 0% / 1)),
    to(hsl(0 0% 0% / 0))
  );
          mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 90%,
    hsl(0 0% 0% / 0)
  );
}
.animated-message-logos {
mask-image: none; }
.animated-message .msg {
  color: #041E42;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  min-width: 100%;
  -webkit-animation: scroll-x 25s linear infinite;
          animation: scroll-x 25s linear infinite; }
.animated-message .msg > div {
  margin: 0 30px; }
.animated-message .msg strong {
  display: block;
  color: #FF5A00;
  -webkit-text-stroke: 1px rgba(255, 90, 0, 1);
  -webkit-text-fill-color: rgba(255, 90, 0, 0);
  -webkit-text-stroke-width: 2px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}

.animated-message-logos img {
  height: 60px; }
.horizontal-scrolling-menu .cont {
  width: 100%;
  border-bottom: 1px solid #EAEAEB; }
.horizontal-scrolling-menu .cont::-webkit-scrollbar {
  display: none; }
.horizontal-scrolling-menu .cont .aside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 60px 15%;
  background-color: #041E42;
  background-image: url('../images/aside-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.horizontal-scrolling-menu .cont .aside h2 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px; }
.horizontal-scrolling-menu .cont .aside p {
  color: #FFF; }
.pic1 {
  width: 60%; }
.pic2 {
  position: relative;
  top: -60px;
  right: -30%;
  width: 60%; }
.horizontal-scrolling-menu .cont .box:first-child,
.horizontal-scrolling-menu .cont .box:last-child {
  position: relative; }
.horizontal-scrolling-menu .cont .box:last-child .aside {
  padding: 60px 15%; }
.horizontal-scrolling-menu .cont .aside {
  padding: 100px 40% 100px 10%; }
.horizontal-scrolling-menu .cont .box .counter {
   -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 6.43rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px; }
.horizontal-scrolling-menu .cont .box .right-side {
  padding: 5px;
  /* 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 25px 15px; */
}
.horizontal-scrolling-menu .cont .box .right-side .pic-bg {
  height: 125px;
  display: block;
  border: 5px solid #FFF;
  background-position: center;
  background-size: cover; }
.horizontal-scrolling-menu .cont .box .left-side {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.horizontal-scrolling-menu .cont .box .left-side.text-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(4, 30, 66, 0.60); }
.horizontal-scrolling-menu .cont .box .left-side .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  position: relative;
  padding: 50px 30px; }
.horizontal-scrolling-menu .cont .box:nth-child(odd) .left-side .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.horizontal-scrolling-menu .cont .box h3 {
  color: #041E42;
  font-size: 1.21rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px; }
.horizontal-scrolling-menu .cont .box h4 {
  color: #041E42;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px; }
.horizontal-scrolling-menu .text h2 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }
.pics-redbg .top-pic-wrapper {
  width: 70%;  }
.pics-bluebg .bottom-pic-wrapper {
  margin-left: auto;
  margin-top: -60px;
  z-index: -1;
  width: 70%; }
.pics-redbg .top-pic-wrapper .top-pic,
.pics-redbg .bottom-pic-wrapper .bottom-pic,
.pics-bluebg .top-pic-wrapper .top-pic,
.pics-bluebg .bottom-pic-wrapper .bottom-pic {
  padding-bottom: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.pics-redbg .top-pic-wrapper .top-pic.text,
.pics-redbg .bottom-pic-wrapper .bottom-pic.text,
.pics-bluebg .top-pic-wrapper .top-pic.text,
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text {
  position: relative; }
.pics-redbg .top-pic-wrapper .top-pic.text:before,
.pics-redbg .bottom-pic-wrapper .bottom-pic.text:before,
.pics-bluebg .top-pic-wrapper .top-pic.text:before,
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(4, 30, 66, 0.65) 0%, rgba(4, 30, 66, 0.65) 100%); }
.pics-redbg .top-pic-wrapper .top-pic.text div,
.pics-redbg .bottom-pic-wrapper .bottom-pic.text div,
.pics-bluebg .top-pic-wrapper .top-pic.text div,
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 60px; }
.pics-redbg .top-pic-wrapper .top-pic.text p,
.pics-redbg .bottom-pic-wrapper .bottom-pic.text p,
.pics-bluebg .top-pic-wrapper .top-pic.text p,
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text p {
  color: #FFF;
  text-align: center;
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0; }
.pics-redbg .top-pic-wrapper .top-pic.text:after,
.pics-redbg .bottom-pic-wrapper .bottom-pic.text:after,
.pics-bluebg .top-pic-wrapper .top-pic.text:after,
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10%;
  height: 32px;
  transform: translateX(-50%);
  background-image: url('../images/lines.svg');
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y; }
.pics-bluebg .bottom-pic-wrapper .bottom-pic.text:after {
  top: auto;
  bottom: 0; }
.pics-redbg .bottom-pic-wrapper {
  margin-left: auto;
  margin-top: -60px;
  width: 70%; }
.pics-bluebg .top-pic-wrapper {
  width: 70%; }
.pics-redbg .bottom-pic-wrapper .bottom-pic,
.pics-bluebg .top-pic-wrapper .top-pic {
  padding-bottom: 75%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.pics-bluebg .top-pic-wrapper .top-pic {
  z-index: 1; }
.pics-redbg .top-pic-wrapper .top-pic .red-bg {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 6.5vw;
  margin-right: -6.5vw; }
.pics-bluebg .bottom-pic-wrapper .bottom-pic .blue-bg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 6.5vw;
  margin-left: -6.5vw; }
.blockquote .pic {
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  margin-bottom: 20px; }
.blockquote .name {
  color:  #041E42;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 5px; }
.blockquote strong {
  color:  #041E42;
  font-size: 0.6rem;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase; }
a.back {
  color:  #FF5A00;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
.hero a.download-btn {
  position: relative;
  transform: translate(50%, 0px); }
a.download-btn:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/ico-download.svg"); }
.global-platform {
  padding: 80px 0 40px 0;
  position: relative; }
.global-platform:before {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  width: 10%;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/lines.svg');
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y; }
.global-platform ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  list-style: none;
  padding: 0; }
.global-platform ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px; }
.global-platform ul li .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding-bottom: 100%; }
.global-platform ul li .text {
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  padding: 140px 60px; }
.global-platform ul li .text p {
  color: #FFF;
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0; }
.global-platform ul li:hover p {
   animation: bounce 1.5s;
   -webkit-animation: bounce 1.5s;
   -moz-animation: bounce 1.5s;
   -o-animation: bounce 1.5s; }
@-webkit-keyframes bounce {
  0%,  
  100% {
    -webkit-transform: translateY(0);
  } 
  50% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 
  100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0%,
  100% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,  
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.global-platform ul li .text .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #FF5A00; }
.global-platform ul li:hover .text .line {
  animation: stretchAndReturn 3s ease forwards; }
.global-platform ul li:active .line {
  animation: stretchAndReturnAlt 3s ease forwards; }
@keyframes stretchAndReturn {
  0% { height: 60px; }
  20% { height: 80px; }
  100% { height: 60px; }
}

@keyframes stretchAndReturnAlt {
  0% { height: 60px; }
  20% { height: 80px; }
  100% { height: 60px; }
}
.logos .title {
  color: #FF5A00;
  text-align: center;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px; 
  padding: 0 50px; }
.in-action {
  background-color: #041E42;
  position: relative; }
.in-action:before,
.in-action:after {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  width: 10%;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/lines.svg');
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y; }
.in-action:after {
  top: auto;
  bottom: 0; }
.in-action .video-box {
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative; 
  overflow: hidden;
  z-index: 2;
  text-align: center; }
.in-action .video-box iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.in-action .video-box:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(4, 30, 66, 0.65) 0%, rgba(4, 30, 66, 0.65) 100%); }
.in-action h2 {
  color: #FFF;
  font-size: 2.71rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }
.git {
  background-color: #041E42; }
.git em {
  color: rgba(255, 255, 255, 0.60);
  display: block;
  font-size: 0.57rem;
  font-weight: 400;
  line-height: 1.6;}
.git h2,
.git p {
  color: #FFF; }


  /*** ICO's ***/
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 25px;
  height: 25px;
  margin: 0 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  opacity: 0.6; }
.ico-sn-fb {
  background-image: url('../images/fb.svg'); }
.ico-sn-ig {
  background-image: url('../images/ig.svg'); }
.ico-sn-yt {
  background-image: url('../images/yt.svg'); }
.ico-sn-podcast {
  background-image: url('../images/podcast.svg'); }
.ico-sn-x {
  background-image: url('../images/x.svg'); }
.ico-sn-tt {
  background-image: url('../images/tt.svg'); }
footer {
  position: relative;
  text-align: center;
  padding: 60px 0 30px 0;
  background-color: #041E42; }
footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 4, 17, 0.25); }
footer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/footer-bg.png'); }
footer .cont-box {
  position: relative;
  z-index: 3; }
footer .logo {
  padding-bottom: 25px; }
footer .logo a.download {
  color: #FFF;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 20px; }
footer .copy-legals p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0; }
footer .copy-legals a {
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
  margin: 0 15px; }
footer .copy-legals p span a {
  color: #FFF;
  text-decoration: underline;
  margin: 0; }
footer .social {
  padding-bottom: 25px; }
.sponsorshipPage .navbar-brand {
  display: inline-block;
  margin-bottom: 45px; }
.sponsorshipPage .hero {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 60px 0;
  background-color: transparent;
  position: relative; }
.sponsorshipPage .hero:after {
  display: none; }
.sponsorshipPage .hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(4, 30, 66, 0.80) 0%, rgba(4, 30, 66, 0.80) 100%); }
.sponsorshipPage .hero .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; 
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.sponsorshipPage .hero .right-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.sponsorshipPage .hero h1 {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px; }
.sponsorshipPage .form-control {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #D9D9D9; }
.sponsorshipPage .form-control:focus {
  outline: none;
  box-shadow: none; }
.sponsorshipPage .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.60);; }
.sponsorshipPage .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }
.sponsorshipPage .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }

@media (min-width: 768px) {

  h1 {
    font-size: 3rem; }
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    padding: 150px  0 40px 0; }
  .hero.small {
    min-height: auto;
    padding: 150px 0; }
  .global-platform ul li:active .line {
    animation: stretchAndReturnAlt 3s ease forwards; }
  .hero a.download-btn {
    transform: translate(0%, 0%); }
  @keyframes stretchAndReturn {
    0% { height: 60px; }
    20% { height: 80px; }
    100% { height: 60px; }
  }
  @keyframes stretchAndReturnAlt {
    0% { height: 60px; }
    20% { height: 80px; }
    100% { height: 60px; }
  }
  .horizontal-scrolling-menu {
    height: 100vh;
    margin: 80px 0 100px 0;
    overflow: hidden; }
  .horizontal-scrolling-menu .cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    height: 100%; }
  .horizontal-scrolling-menu .cont .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    height: 100%; }
  .horizontal-scrolling-menu .cont .box.first-box,
  .horizontal-scrolling-menu .cont .box.last-box  {
    width: 75vw; }
  .horizontal-scrolling-menu .cont .box.ls {
    width: 73vw; }
  .horizontal-scrolling-menu .cont .box.rs {
    width: 177vw; }
  .horizontal-scrolling-menu .cont .box.rs.rs-2col {
    width: 118vw; }
  .horizontal-scrolling-menu .cont .box.rs.rs-1col {
    width: 59vw; }
  .horizontal-scrolling-menu .cont .box .left-side {
    height: 100%;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;  }
  .horizontal-scrolling-menu .cont .box .left-side .text {    
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 50px 30px; }
  .horizontal-scrolling-menu .cont .box .right-side {
    height: 100%;
    width: 100%;
    /* padding: 50px 25px; */
    padding: 30px 5%; }
  .horizontal-scrolling-menu .cont .box:last-child .aside {
    padding: 100px 30%; }
  .horizontal-scrolling-menu .cont .box .right-side .pic-bg {
    height: calc(50vh - 15px);
    border-width: 30px; }
  .horizontal-scrolling-menu .cont .box .right-side .col {
    padding-left: 5%;
    padding-right: 5%; }
  .horizontal-scrolling-menu .cont .box.rs.rs-2col .col {
    padding-left: 10%;
    padding-right: 10%; }
  .horizontal-scrolling-menu .cont .box.rs.rs-1col .col {
    padding-left: 15%;
    padding-right: 15%; }
  .horizontal-scrolling-menu .cont .box:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    right: 0;
    width: 14vw;
    margin-right: -6.5vw;
    background-color: #FF5A00;
    z-index: 2; }
  .horizontal-scrolling-menu .cont .box:last-child:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    width: 14vw;
    margin-left: -6.5vw;
    background-color: #FF5A00;
    z-index: 2; }
  .global-platform {
    padding: 120px 0 70px 0; }
  .global-platform ul {
    margin-top: 50px; }
  .global-platform ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .global-platform ul li .text {
    padding: 30px; }
  .global-platform ul li .text .line {
    height: 30px; }
  @keyframes stretchAndReturn {
    0% { height: 30px; }
    20% { height: 45px; }
    100% { height: 30px; }
  }

  @keyframes stretchAndReturnAlt {
    0% { height: 30px; }
    20% { height: 45px; }
    100% { height: 30px; }
  }
  .logos .title {
    padding: 0; }
  .sponsorshipPage .hero {
    text-align: left; }
  .sponsorshipPage .hero:before {
    width: 50%;
    background: linear-gradient(0deg, rgba(4, 30, 66, 0.80) 0%, rgba(4, 30, 66, 0.80) 100%); }
  .sponsorshipPage .hero .cont-box {
    text-align: left; }
  .sponsorshipPage .hero .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; 
    width: 50%;
    right: auto; }
  .sponsorshipPage .hero .right-bg {
    display: block; }
  .sponsorshipPage .hero .right-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg,rgba(4, 30, 66, 0.80) 0%, rgba(255, 255, 255, 0.00) 50.48%); }
  .sponsorshipPage .navbar-brand {
    text-align: left; }
  .in-action .video-box {
    min-height: 100vh; }
  footer {
    text-align: left; }
  footer .copy-legals {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer .copy-legals p {
    margin: 0; }
  footer .copy-legals a {
    color: rgba(255, 255, 255, 0.60);
    margin: 0 30px 0 0; }

}

@media (min-width: 992px) {

  .py-content {
    padding-top: 110px;
    padding-bottom: 110px; }
  .my-content {
    margin-top: 110px;
    margin-bottom: 110px; }
  .horizontal-scrolling-menu .cont .box .left-side .text {
    padding: 70px 25%; }
  .horizontal-scrolling-menu .cont .box a.arrow-link {
    left: 125px;
    bottom: 55px; }
  .horizontal-scrolling-menu .cont .box .right-side {
    height: 100%;
    /* padding: 75px 125px; */
  }
  .horizontal-scrolling-menu .cont .box .left-side {
    position: relative;
    height: 100%; }
  .logos .title {
    margin-bottom: 55px; }
}

@media screen and (min-width: 1024px) {

  .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
  
}

@media (min-width: 1200px) {

  html {
    font-size: 21px; }
  button, .btn {
    padding: 17px 20px; }
  header .top-bar {
    padding: 22px 30px; }

  /*** HERO ***/
  .modal.hero-video .btn-close {
    height: 30px;
    left: 25px;
    top: 25px;}
  h1 {
    font-size: 4.07rem;
    margin-bottom: 40px; }
  h2 {
    font-size: 2rem;
    margin-bottom: 40px; }
  h2.underlined {
    padding-bottom: 40px; }
  .animated-message .msg > div {
    margin: 0 50px; }
  .animated-message .msg {
    font-size: 2rem; }
  .animated-message .msg strong {
    font-size: 4.5rem; }
  p.intro {
    font-size: 1.9rem;
    padding-bottom: 40px; }
   p.intro:before {
    width: 100px; }
  .horizontal-scrolling-menu .cont .box h4,
  .animated-message .msg,
  .horizontal-scrolling-menu .cont .box h3 {
    font-size: 1.9rem; }
  .horizontal-scrolling-menu .cont .box .left-side .text {
    padding: 70px 25%; }
  .horizontal-scrolling-menu .cont .box .counter {
    font-size: 5rem;
    margin-bottom: 15px; }
  blockquote p {
    font-size: 1.3rem; }
  blockquote p:before {
    left: -35px;
    width: 24px;
    height: 19.511px;}
  blockquote p:after {
    width: 24px;
    height: 19.511px;
    margin-left: 10px; }
  .hero .play {
    width:120px;
    height:120px;}
  .hero .play-animate {
    width: 120px;
    height: 120px;
    top: calc(50% - 120px);
    left: calc(50% - 120px); }
  .sponsorshipPage .navbar-brand {
    margin-bottom: 70px; }
  .sponsorshipPage .hero h1 {
    font-size: 2rem;
    margin-bottom: 30px; }
  footer .logo a.download {
    margin-left: 40px; }

}

@media screen and (min-width: 1400px) {

  .py-content {
    padding-top: 180px;
    padding-bottom: 180px; }
  .my-content {
    margin-top: 180px;
    margin-bottom: 180px; }
  .mb-40 {
    margin-bottom: 30px; }
  .mb-60 {
    margin-bottom: 45px; }
  .global-platform {
    padding: 180px 0 100px 0; }
  .global-platform ul {
    margin-top: 80px; }
  .global-platform ul li {
    padding: 10px; }
  .global-platform ul li .text {
    padding: 45px; }
  .global-platform ul li .text .line {
    height: 45px; }
  @keyframes stretchAndReturn {
    0% { height: 45px; }
    20% { height: 60px; }
    100% { height: 45px; }
  }
  @keyframes stretchAndReturnAlt {
    0% { height: 45px; }
    20% { height: 60px; }
    100% { height: 45px; }
  }
  .global-platform:before {
    height: 50px; }
  .in-action:before,
  .in-action:after {
    height: 140px; }
 .logos .title {
    margin-bottom: 90px; }

}

@media screen and (min-width: 1550px) {

  .container {
    padding-left: 3.8rem;
    padding-right: 3.8rem; }
   
}

@media screen and (min-width: 1770px) {

  .container {
    max-width: 1930px;
    padding-left: 150px;
    padding-right: 150px; }
  .py-content {
    padding-top: 240px;
    padding-bottom: 240px; }
  .my-content {
    margin-top: 240px;
    margin-bottom: 240px; }
  .mb-40 {
    margin-bottom: 40px; }
  .mb-60 {
    margin-bottom: 45px; }
 .animated-message-logos img {
  height: 80px; }
  .global-platform {
    padding: 240px 0 145px 0; }
  .global-platform ul {
    margin-top: 125px; }
  .global-platform:before {
    height: 80px; }
  .in-action:before,
  .in-action:after {
    height: 220px; }
  .logos .title {
    margin-bottom: 120px; }
  .sponsorshipPage .hero h1 {
    margin-bottom: 40px; }

}

@media screen and (min-width: 1920px) {

  html {
    font-size: 28px; }
  .container {
    max-width: 1920px;
    padding-left: 200px;
    padding-right: 200px; }
  .navbar-brand img {
    width: 132.431px;
    height: 40px; }

  /*** HERO ***/
  .hero {
    padding: 150px 0 80px 0; }
  /* .hero:after {
    height: 15vh; } */
  .hero .title {
    margin-bottom: 20px; }
  h1 {
    font-size: 4.07rem;
    margin-bottom: 50px;  }
  .animated-message .msg > div {
    margin: 0 60px; }
  .animated-message-logos .msg > div {
    margin: 0 60px; }
  p.intro {
    font-size: 2.33rem;
    padding-bottom: 40px; }
  p.intro:before {
    width: 120px; }
  .animated-message .msg,
  .horizontal-scrolling-menu .cont .box h3  {
    font-size: 2.33rem; }
  .animated-message .msg strong {
    font-size: 6.43rem; }
  .horizontal-scrolling-menu .cont .aside {
    padding: 80px 25%; }
  .horizontal-scrolling-menu .cont .aside h2 {
    font-size: 2.71rem;
    margin-bottom: 40px; }
  .horizontal-scrolling-menu .text h2 {
    font-size: 2.71rem; }
  .pic1 {
    width: 60%; }
  .pic2 {
    position: relative;
    top: -60px;
    right: -30%;
    width: 60%; }
  .horizontal-scrolling-menu .cont .box .counter {
    font-size: 7.5rem;
    margin-bottom: 15px; }
  /* .horizontal-scrolling-menu .cont .box .right-side {
    padding: 75px 240px; } */
  .horizontal-scrolling-menu .cont .box .left-side .text {
    padding: 80px 25%; }
  .horizontal-scrolling-menu .cont .box h4 {
    font-size: 2.33rem;
    margin-bottom: 30px; }
  blockquote p {
    font-size: 1.5rem; }
  blockquote p:before {
    left: -40px;
    top: -5px;
    width: 24px;
    height: 19.511px;}
  blockquote p:after {
    margin-left: 15px;
    width: 24px;
    height: 19.511px;}
  .blockquote .pic {
    margin-bottom: 40px; }
  .blockquote .name {
    font-size: 1rem;
    margin-bottom: 10px; }
  .blockquote strong {
    font-size: 0.66rem; }
  .global-platform ul li {
    padding: 15px; }
  .global-platform ul li .text {
    padding: 60px; }
  .global-platform ul li .text .line {
    height: 60px; }
  @keyframes stretchAndReturn {
    0% { height: 60px; }
    20% { height: 80px; }
    100% { height: 60px; }
  }
  @keyframes stretchAndReturnAlt {
    0% { height: 60px; }
    20% { height: 80px; }
    100% { height: 60px; }
  }
  .global-platform:before {
    height: 5.5vh; }
  .in-action:before,
  .in-action:after {
    height: 15vh; }
  .sponsorshipPage .navbar-brand {
    margin-bottom: 120px; }
  footer .logo a.download {
    margin-left: 60px; }

}