@font-face {
  font-family: "Intro";
  src: url("fonts/Intro-Book.eot");
  src: url("fonts/Intro-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Intro-Book.svg#Intro-Book") format("svg"), url("fonts/Intro-Book.ttf") format("truetype"), url("fonts/Intro-Book.woff") format("woff"), url("fonts/Intro-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("fonts/Intro-Bold.eot");
  src: url("fonts/Intro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Intro-Bold.svg#Intro-Bold") format("svg"), url("fonts/Intro-Bold.ttf") format("truetype"), url("fonts/Intro-Bold.woff") format("woff"), url("fonts/Intro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#temp {
  opacity: 0.3;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #243d8b;
  color: #ffffff;
  font-size: 2.8vw;
  font-family: "Intro", sans-serif;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html, body {
    font-size: 2.2vw;
  }
}
@media (min-width: 1025px) {
  html, body {
    font-size: 0.9vw;
    background: url("images/back.jpg") no-repeat top center, #243d8b;
    background-size: 100%;
  }
}

section#main {
  height: 100%;
}

.container {
  width: 87%;
  height: 100%;
  margin: auto;
}
@media (min-width: 1025px) {
  .container {
    width: 80%;
  }
}

header#head {
  padding: 2.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  header#head {
    padding: 2.5rem 0;
  }
}
header#head a.logo {
  display: block;
  width: 8.8rem;
  height: 4.19rem;
}
@media (min-width: 1025px) {
  header#head a.logo {
    width: 13rem;
    height: 6.85rem;
  }
}
header#head a.logo img {
  display: block;
  max-width: 100%;
}
header#head ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
header#head ul.social li {
  margin-left: 1.7rem;
}
header#head ul.social li a {
  display: block;
  max-width: 3rem;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  header#head ul.social li a {
    max-width: 3rem;
  }
}
header#head ul.social li a img {
  display: block;
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
}

h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  padding-bottom: 4.44rem;
  margin: 7rem 0 2.1rem 0;
}
h1 span {
  font-size: 3.9rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  h1 span {
    font-size: 4.9rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 4.5rem;
    padding-bottom: 4.44rem;
    margin: 7rem 0 2.1rem 0;
  }
  h1 span {
    font-size: 6.3rem;
  }
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.4rem;
  height: 1.72rem;
  background-color: #ffffff;
}

.under_title {
  font-size: 1.9rem;
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  .under_title {
    margin-bottom: 2.4rem;
  }
}

.download-outer {
  width: fit-content;
  text-align: center;
}
@media (min-width: 1025px) {
  .download-outer {
    margin: 0;
  }
}
.download-outer .download {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 5rem;
  border-radius: 10px;
  background-image: linear-gradient(-30deg, #e44099, #3768cb);
  cursor: pointer;
}
.download-outer .download span {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.download-outer .download span img {
  display: block;
}
.download-outer .download:hover span {
  animation: none;
}
.download-outer .text {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

@media (min-width: 1025px) {
  .main {
    flex: none;
    width: 60%;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

/*# sourceMappingURL=main.css.map */
