@import url("_hero-banner-section.css?v=662299");
@import url("_signup-module.css?v=662299");
.hero-banner-section .background-bg::before {
  background: linear-gradient(0deg, #004986 0, rgba(0, 73, 134, .29) 100%)
}
.hero-banner-section figure, .hero-banner-section picture {
  width: 100%
}
.hero-banner-main {
  min-height: 766px;
  max-width: 1203px;
  margin: 0 auto;
  padding: 80px 0 127px
}
.hero-banner-text {
  margin-top: -5px
}
.techno-container {
  clear: both;
  width: 100%;
  position: relative; padding: 100px 0 0 0;
}
.techno-container .container {
  max-width: 1700px;
  padding: 0
}
.techno-grid .techno-thumb {
  clear: both;
  width: 100%;
  position: absolute;
  height: 100%
}
.techno-grid {
  position: relative;
  flex: 1 1 33.333%;
  min-width: 300px;
  height: 562px;
  overflow: hidden;
  display: flex;
  align-items: flex-end
}
.techno-grid a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%
}
.techno-grid .techno-thumb img {
  transition: transform .5s ease
}
.techno-grid::after {
  background-image: linear-gradient(to bottom, rgba(0, 48, 88, 0), #004986);
  opacity: .8;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  transition: background .4s ease;
  z-index: 1;
  pointer-events: none
}
.techno-grid-content {
  position: absolute;
  padding: 0 60px 78px 60px;
  color: var(--white);
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: .4s ease;
  z-index: 2
}
.techno-grid-title {
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  transition: .4s ease;
  justify-content: space-between;
  padding: 0 0 64px 0;
  gap: 20px
}
.techno-grid-title .h3 {
  color: var(--white);
  margin: 0
}
.techno-grid-content .techno-grid-desc {
  opacity: 0;
  transition: opacity .4s ease;
  position: relative;
  padding: 23px 30% 0 0
}
.techno-grid-content .techno-grid-desc:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  top: 0;
  transition: width .8s ease, background-color .8s ease;
  right: 100%;
  transform: translate(100%, 0);
  background: var(--white)
}
.techno-grid-content .arrow {
  line-height: 0
}
.techno-grid-content .arrow em {
  font-size: 40px;
  line-height: 30px;
  font-weight: 100
}
.techno-grid:hover img {
  transform: scale(1.05)
}
.techno-grid:hover::after {
  opacity: .8;
  background: linear-gradient(180deg, rgba(0, 48, 88, 0) 0, #003058 61.39%);
  height: 100%
}
.techno-grid:hover .techno-grid-content {
  transform: translateY(0)
}
.techno-grid:hover .techno-grid-title {
  transform: translateY(0);
  padding: 0 0 21px 0
}
.techno-grid:hover .techno-grid-content .arrow {
  transform: rotate(-45deg)
}
.techno-grid:hover .techno-grid-content .techno-grid-desc {
  opacity: 1
}
.techno-grid:hover .techno-grid-content .techno-grid-desc:before {
  width: 100%
}
@media only screen and (max-width:1360px) and (min-width:768px) {
  .techno-grid-content {
    padding: 0 40px 78px 40px
  }
}
@media only screen and (max-width:1023px) and (min-width:768px) {
  .techno-grid {
    flex: 1 1 50%
  }
  .techno-grid-content .techno-grid-desc {
    padding: 23px 13% 0 0
  }
}
@media only screen and (max-width:1023px) and (min-width:200px) {
  .hero-banner-section .background-bg img {
    font-family: "object-fit:cover";
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%
  }
  .hero-banner-section .background-bg::before {
    background: linear-gradient(0deg, #004986 0, rgba(0, 73, 134, .29) 100%)
  }
  .hero-banner-main {
    align-items: flex-end;
    min-height: 580px
  }
    .techno-container {padding: 80px 0 0 0;}
}
@media only screen and (max-width:767px) and (min-width:200px) {
  .hero-banner-main {
    min-height: 496px;
    padding: 77px 0 77px
  }
  .techno-grid {
    flex: 100%;
    height: 392px
  }
  .techno-grid-content {
    padding: 0 30px 58px 30px
  }
  .techno-grid-content .arrow em {
    font-size: 30px;
    line-height: 24px
  }
  .techno-grid-title {
    padding: 0 0 34px 0
  }
}