.alert-core {
  text-align: center;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0rem;
  padding: 0.1rem;
}

.kick {
  color: #05ce78;
}

.kick:hover {
  color: #333f4c;
  text-decoration: none;
}

.corepad-1 {
  padding: 3rem;
}

.corepad-2 {
  padding: 1rem;
}

hr {
  border-color: #00B0F2;
  border-width: 0.25rem;
  }

.corecenter {
  text-align: center;
}

.dent2 {
  text-indent: 2%;
}

.dent3 {
  text-indent: 3%;
}

.dent5 {
  text-indent: 5%;
}

.dent10 {
  text-indent: 10%;
}

.dent30 {
  text-indent: 30%;
}

.text-line {
  color: #000000;
}

.zoom {
  transition: transform .4s;
}

.zoom:hover {
  transform: scale(1.30);
}
    
.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.intro-text {
  margin: 0 auto 0;
  text-align: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 5px) {
.padtop {
  padding-top: 4rem;
}
    
.padbottom {
  padding-bottom: 1rem;
}
    
.corepad {
    padding: 1.5rem;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.padtop {
  padding-top: 4rem;
}
    
.padbottom {
  padding-bottom: 4rem;
}
    
.corepad {
    padding: 2rem;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.padtop {
  padding-top: 6.5rem;
}
    
.padbottom {
  padding-bottom: 6.5rem;
}
    
.corepad {
    padding: 3rem;
}
}

/* ////////////////////////////////////// */

a {
  color: #CAD0D5;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00A8FF;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  background-size: cover;
  text-align: left;
}

.clearfix {
  overflow: auto;
}

.iconcolor {
  color: #F3F6F9;
  -color: #CAD0D5;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.site-wrapper-lt {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  /* background-color: rgba(125, 139, 154, 0.1); */
  box-shadow: inset 0px -150px 75px -30px rgba(255, 255, 255, 0.8);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.din400 {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rale {
  font-family: raleway, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.color-lt{
  color: #7D8B9A;
}

.color-md{
  color: #596572;
}

.color-dr{
  color: #333f4c;
}

.color-dr2{
  color: #010203;
}

.inner {
  padding: 30px;
}

.cover {
  padding: 10px 60px;
}

.copyright {
  color: #CAD0D5;
  position: relative;
  bottom: 0;
  width: 100%;
}

/* ////////////////////////////////////// */
/* TIMER */
#timer {
  color: #CAD0D5;
  letter-spacing: 1px;
}

#timer span {
  color: #00A8FF; /* 596572 */
  font-style: normal;
}

/* ////////////////////////////////////// */
/* BLOB */
.blob {
	border-radius: 50%;
	width: 60px;
    text-align: center;
}

.blob.blue {
	box-shadow: 0 0 0 0 rgba(18, 148, 255, 0.2);
	animation: pulse-blue 2s;
    animation-delay: 3s;
}

@keyframes pulse-blue {
	0% {
		transform: scale(1.5);
		box-shadow: 0 0 0 0 rgba(18, 148, 255, 0.4);
        color: #00A8FF;
	}
	
	70% {
		transform: scale(0.75);
		box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        color: #00A8FF;
	}
	
	100% {
		transform: scale(1.0);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        color: #00A8FF;
	}
}

/* ////////////////////////////////////// */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 5px) {
.cover-copy {
  max-width: 350px;
  margin: 0 auto 0;
  text-align: center;
}
  
.pt-logo {
  padding-top: 10rem !important;
}
    
#timer {
  font-size: 14px;
}

#timer span {
  font-size: 14px;
}
    
.copyright {
  text-align: center;
}
    
.size-1{
  font-size: 12px;
}
    
.size-2{
  font-size: 16px;
}
    
.size-3{
  font-size: 20px;
}
    
.size-4{
  font-size: 24px;
}
    
.size-5{
  font-size: 28px;
}
    
.size-6{
  font-size: 32px;
}
    
.corelogo{
  width: 100%;
}
    
.-tag {
  font-size: 16px;
}
    
.size-core{
  font-size: 20px;
  text-align: left;
}
}

/* ////////////////////////////////////// */
/* Phone (max 768px) */
@media only screen and (max-width: 768px) {
.phone {
  padding-right: 25px;
  padding-left: 25px;
}
}

/* ////////////////////////////////////// */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.cover-heading {
  font-size: 3.4rem;
  letter-spacing: 15px;
}

.site-wrapper-inner {
  vertical-align: middle;
}

.cover-container {
  width: 100%;
}
    
.pt-logo {
  padding-top: 10rem !important;
}

.cover-copy {
  max-width: 550px;
  margin: 0 auto 1rem;
  text-align: center;
}
    
#timer {
  font-size: 14px;
}
    
 #timer span {
  font-size: 14px;
}
    
.copyright {
  text-align: left;
  margin: 0px -15px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
    
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
    
.size-1{
  font-size: 14px;
}
    
.size-2{
  font-size: 18px;
}
    
.size-3{
  font-size: 22px;
}
    
.size-4{
  font-size: 26px;
}
    
.size-5{
  font-size: 30px;
}
    
.size-6{
  font-size: 32px;
}
    
.corelogo{
  width: 100%;
}
    
.-tag {
  font-size: 28px;
}
    
.size-core{
  font-size: 22px;
  text-align: left;
}
}

/* ////////////////////////////////////// */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.cover-container {
  width: 1000px;
}
    
.pt-logo {
  padding-top: 10rem !important;
}
    
.cover-copy {
  max-width: 1000px;
  margin: 0 auto 4rem;
  text-align: center;
}
    
.cover-logo {
  max-width: 1000px;
  margin: 0 auto 5rem;
    -margin: 0 auto 20rem;
  text-align: center;
}
    
#timer {
  font-size: 16px;
}

#timer span {
  font-size: 16px;
}
    
.copyright {
  text-align: left;
  margin: 0px -15px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
    
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
    
.size-1{
  font-size: 16px;
}
    
.size-2{
  font-size: 20px;
}
    
.size-3{
  font-size: 24px;
}
    
.size-4{
  font-size: 28px;
}
    
.size-5{
  font-size: 32px;
}

.size-6{
  font-size: 36px;
}
    
.corelogo{
  width:60%;
}
    
.-tag {
  font-size: 33px;
}
    
.size-core{
  font-size: 26px;
  text-align: left;
}
}

.tag {
  font-family: "Raleway", sans-serif;
  color: #707070;
  font-weight: 100;
  letter-spacing: 8px;
}

.about-txt {
  font-family: "Raleway", sans-serif;
  color: #596572;
  font-weight: 300;
}

.core-txt {
  font-family: "Raleway", sans-serif;
  color: #596572;
  font-weight: 300;
}

.core-txt-it {
  font-family: "Raleway", sans-serif;
  color: #7D8B9A;
  font-weight: 300;
}

.line-space {
  line-height: 24px;
}

.nav-left {
  margin-left: 3rem;
}

.nav-right {
  margin-right: 3rem;
}

/* ////////////////////////////////////// */
/* MORE */
#summary p.collapse:not(.show) {
  height: 56px !important;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

#summary p.collapsing {
  min-height: 62px !important;
}

#summary a.collapsed:after  {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
}

#summary a:not(.collapsed):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f146";
}

.sidebar {
  border-left:2px solid #00A8FF;
  margin: 1.5em 10px;
  padding: .7em 25px;
}

.about-bg {
  background: rgba(243, 246, 249, 0.8);
}

/* ////////////////////////////////////// */
/* BACK TO TOP */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

#back-to-top.show {
  opacity: 1;
}


/* ////////////////////////////////////// */
.ftco-slant {
  position: relative;
  overflow: hidden;
}

.ftco-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
.ftco-slant:after {
  bottom: -150px;
}
}

@media screen and (max-width: 768px) { 
.ftco-slant:after {
  bottom: -170px; }
}

.ftco-slant.ftco-slant-white:after {
  background: #fff;
}

.ftco-slant.ftco-slant-dark:after {
  background: #263135;
}

.ftco-section {
  padding: 7em 0 7em 0;
}

.ftco-section.ftco-slant {
  padding: 7em 0 22em 0;
}

.ftco-section .ftco-heading {
  font-size: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.ftco-section .ftco-heading {
  font-size: 30px;
}
}

.ftco-section.bg-light {
  background: #f2f2f2 !important;
}

/* ////////////////////////////////////// */
.hero {
  position: relative;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 100px;
}

.hero__wrapper #back-to-down {
  display: inline-block;
  font-size: 40px;
  margin-top: 30px;
  line-height: 1;
  color: #fff;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  cursor: pointer;
}

@media (min-width: 320px) {
.hero__wrapper #back-to-down {
  font-size: calc(3.40909vw + 29.09091px);
}
}

@media (min-width: 1200px) {
.hero__wrapper #back-to-down {
  font-size: 70px;
}
}

@media (min-width: 320px) {
.hero__wrapper #back-to-down {
        margin-top: calc(4.54545vw + 15.45455px);
}
}

@media (min-width: 1200px) {
.hero__wrapper #back-to-down {
  margin-top: 70px;
}
}

.hero__title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 320px) {
.hero__title {
  font-size: calc(4.54545vw + 25.45455px);
}
}

@media (min-width: 1200px) {
.hero__title {
  font-size: 80px;
}
}

.hero__title .typing__module {
  display: inline-block;
}

.hero__text {
  font-size: 20px;
  color: #fff;
}

@-webkit-keyframes bounce {
  0%, 100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

  50% {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
}

@keyframes bounce {
  0%, 100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

  50% {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
}

@media (min-width: 1201px) {
.hero {
  height: 100vh;
  padding: 0;
}

.hero__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
}

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink .7s infinite;
  animation: blink .7s infinite;
}

@keyframes blink {
  0% {
  opacity: 1;
}

  50% {
  opacity: 0;
}

  100% {
  opacity: 1;
}
}

@-webkit-keyframes blink {
  0% {
  opacity: 1;
}

  50% {
  opacity: 0;
}

  100% {
  opacity: 1;
}
}

/* ////////////////////////////////////// */
/* Cursor */
.txt-type > .txt {
  border-right: 0.2rem solid #777;
}

@media(min-width: 1200px) {
  -h1 {
    font-size: 5rem;
  }
}

@media(max-width: 800px) {
  .container {
    padding: 0 1rem;
  }

  -h1 {
    font-size: 3rem;
  }
}

@media(max-width: 500px) {
  -h1 {
    font-size: 2.5rem;
  }

  -h2 {
    font-size: 1.5rem;
  }
}