*{margin:0; padding:0;}
html{overflow-x:hidden; font-size:calc(100vw / 32); min-width:320px;}
@media all and (max-width: 320px) {
  html{font-size:10px;}
}
@media all and (min-width: 640px) {
  html{font-size:20px;}
}
body{max-width: 32rem; margin:auto;}
h2.header-custom__logo img {
  width: 300px;
}
h2.header-custom__logo {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.header-custom--left p{
  font-size:1rem;
  text-transform: capitalize;
  font-weight: bold;
}
.header-custom--left {
  display: inline-block;
  text-align: center;
}
.header-custom--left button {
  width: 70%;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px;
  background-color: #125798;
  color: #fff;
  animation: ani-zoom 0.8s linear infinite;
}
.header-custom--top {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.col-md-4.aside-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-group.submit img {
  animation: ani-zoom 0.8s linear infinite;
}
.image-home img {
  height: 800px;
}
a.btn-link {
  background-color: #125798;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50px;
  text-decoration: none;
  width: 70%;
  display: inline-block;
  margin-top: 20px;
  animation: ani-zoom 0.8s linear infinite;
  font-size: 1.3rem;
}
a.btn-link:hover {
  color: #fff;
}
@keyframes ani-rocket {
  0% {
    transform: translate(0, 3%);
  }
  50% {
    transform: translate(3%, 5%);
  }

  100% {
    transform: translate(0%, 3%);
  }
}
@keyframes ani-zoom {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(0.8);
  }
}
/* CSS for mobile devices */
@media (max-width: 767px) {
  .image-home img {
    height: 100%;
  }
  h2.header-custom__logo img {
    width: 200px;
  }
form {
  flex-direction: column;
  align-items: center;
}
.form-group.name {
  width: 80%;
  padding: 2rem 0;
}
.form-group.name input {
  padding: 10px;
}
.row.content-home .content-main {
  padding: 20px;
}
.row.content-home h2{
  font-size: 24px;
}
.row.content-home::before {
  width: 200px;
}
.row.content-home::after {
  width: 150px;
  top: 5px;
}
span.form-text {
  font-size: 14px;
}
}
.ib-link-wrap{font-size:0; margin: 20px auto 0; max-width:100%; padding:1rem;}
.ib-link{width:calc(50% - 30px); display: inline-block; text-align: left; margin-bottom:1rem; background: rgba(230,240,250,0.6); padding:10px; border-radius: 10px; cursor: pointer;}
.ib-link:nth-child(2n){margin-left:1rem;}
.ib-link:hover{background: linear-gradient(to bottom, #f7681e 0%, #db3a05 100%);}
.link-icon{display: inline-block; margin-right:.5rem; vertical-align: middle;}
.link-icon img{width:3rem; height:3rem; object-fit: contain;}
.link-name{display: inline-block; line-height: 1.5rem; width:calc(100% - 3.5rem); vertical-align: middle;}
.link-name .p1{font-size:0.9rem;}
.link-name .p2{font-size:0.8rem;}
.ib-link2{background: rgba(230,240,250,0.6); padding:10px; border-radius: 10px; cursor: pointer;}
.ib-link2 .link-name .p1{font-size:1.1rem; line-height:3rem;}
.ib-link:hover, .ib-link2:hover{background: linear-gradient(to bottom, #f7681e 0%, #db3a05 100%);}