@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 14px; }
body {
  position: relative; }
p {
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px; }
a {
  color: #FFF;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #FFF;
  text-decoration: none; }
p, body, h1 {
  font-family: "Inter", sans-serif; } 
.container {
  padding-left: 20px;
  padding-right: 20px; }
header {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
header a {
  color: #FFF;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }
header a:hover,
header a:focus {
  text-decoration: underline; }
.content {
  background-color: #0C2258;
  background-image: url('../images/footer-bg.png');
  background-position: bottom center;
  background-size: 225% auto;
  background-repeat: no-repeat; }
.content .box {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.navbar-brand img {
  width: 106.25px;
  height: 50px; }
.animated-message {
  background-color: #2BB3EC;
  padding: 15px 0;
  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); }
.animated-message .msg {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.26px;
  -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; }
@-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 .msg  div {
  margin: 0 20px; }
h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.75px; 
  margin: 0; }
h2 {
  margin: 1.5rem 0;
  display: inline-block;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -3.5px;
  background: -o-linear-gradient(90deg, #4787F0 30.75%, #11DCE8 68.1%, #0FDFE8 69.25%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30.75%, #4787F0), color-stop(68.1%, #11DCE8), color-stop(69.25%, #0FDFE8));
  background: -o-linear-gradient(left, #4787F0 30.75%, #11DCE8 68.1%, #0FDFE8 69.25%);
  background: linear-gradient(90deg, #4787F0 30.75%, #11DCE8 68.1%, #0FDFE8 69.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%; }
h2 span.type {
  border-right: 5px solid #0fdfe8;
  white-space: nowrap;
  display: inline-block;
  padding-right: 25px; }

@media (min-width: 768px) {

  .navbar-brand img {
    width: 127.5px;
    height: 60px; }
  .container {
    padding-left: 3rem;
    padding-right: 3rem; }

}

@media (min-width: 992px) {

  .content {
    background-size: 100% auto; }

}

@media (min-width: 1200px) {

  html {
    font-size: 17px; }
  .container {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 6.5rem; }
  .animated-message .msg  div {
    margin: 0 40px; }

}

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

  html {
    font-size: 20px; }
  .container {
    max-width: 1920px;
    padding-left: 180px;
    padding-right: 180px; }
  .animated-message .msg {
    font-size: 2.1rem; }
  .animated-message .msg  div {
    margin: 0 60px; }
  h1 {
    font-size: 4.75rem; }
  h2 {
    font-size: 8.3rem; }

}