html {
  scroll-behavior: smooth;
}

body main {
  overflow: hidden;
}
body main section.hero {
  background-color: #0D123D;
  min-height: 80vh;
  box-shadow: 0 20px 50px 30px rgba(0, 0, 0, 0.4);
}
body main section.hero .top {
  padding: 186px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.hero .bottom {
  padding: 20px 0;
}
@keyframes scroll_down {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
body main section.hero .bottom a {
  cursor: pointer;
  max-width: max-content;
}
body main section.hero .bottom a p {
  transition: all ease-in-out 0.3s;
}
body main section.hero .bottom a img {
  transition: all ease-in-out 0.3s;
}
body main section.hero .bottom a:not(:hover) img {
  animation: scroll_down 1s linear infinite;
}
body main section.hero .bottom a:hover p {
  transform: translateY(-4px) scale(1.2);
}
body main section.hero .bottom a:hover img {
  animation: none !important;
}
body main section.video {
  background-color: #0D123D;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
body main section.video .video_wrapper {
  height: 100%;
  width: 100%;
  display: block;
}
body main section.video .video_wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.ceo {
  background-color: #0D123D;
  padding: 80px 0;
}
body main section.ceo .card {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}
body main section.ceo .card img.card-img {
  margin: 0 auto;
  border-radius: 50%;
}
body main section.ceo .card .card-body {
  padding: 32px 0;
}
body main section.ceo .content_wrapper {
  padding-left: 40px;
}
body main section.section_1 {
  background: rgb(11, 15, 42);
  background: -moz-linear-gradient(180deg, rgb(11, 15, 42) 0%, rgb(13, 18, 61) 100%);
  background: -webkit-linear-gradient(180deg, rgb(11, 15, 42) 0%, rgb(13, 18, 61) 100%);
  background: linear-gradient(180deg, rgb(11, 15, 42) 0%, rgb(13, 18, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0f2a",endColorstr="#0d123d",GradientType=1);
  padding: 80px 0;
}
body main section.section_1 .content_wrapper .content {
  padding: 24px;
  position: relative;
  background: rgb(40, 169, 224);
  background: -moz-linear-gradient(125deg, rgba(40, 169, 224, 0.3) 0%, rgba(40, 169, 224, 0) 50%, rgba(40, 169, 224, 0.5) 100%);
  background: -webkit-linear-gradient(125deg, rgba(40, 169, 224, 0.3) 0%, rgba(40, 169, 224, 0) 50%, rgba(40, 169, 224, 0.5) 100%);
  background: linear-gradient(125deg, rgba(40, 169, 224, 0.3) 0%, rgba(40, 169, 224, 0) 50%, rgba(40, 169, 224, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a9e0",endColorstr="#28a9e0",GradientType=1);
}
body main section.section_1 .content_wrapper .content:after {
  content: "";
  background-color: #0C1135;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}
body main section.section_2 {
  background-color: #ffffff;
  padding: 60px 0;
}
body main section.section_2 .card {
  background: rgb(227, 216, 187);
  background: -moz-linear-gradient(90deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3d8bb",endColorstr="#ffffff",GradientType=1);
  border: 0;
  border-radius: 24px 0 0 24px;
  padding: 0;
  position: relative;
  z-index: 1;
}
body main section.section_2 .card .card-body {
  padding: 0;
  display: flex;
  gap: 36px;
  flex: 0 0 0;
  align-items: center;
}
body main section.section_2 .card .card-body img.card-img {
  height: 100%;
  width: 100%;
  max-width: 40%;
  border-radius: 24px;
  object-fit: cover;
}
body main section.section_2 .card .card-body .content_wrapper {
  width: 100%;
  max-width: 60%;
  padding: 0 0 4px;
}
body main section.section_2 .card:after {
  content: "";
  background-color: #ffffff;
  height: calc(100% - 4px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.section_2 .card:nth-child(even) {
  background: rgb(227, 216, 187);
  background: -moz-linear-gradient(270deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, rgb(227, 216, 187) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3d8bb",endColorstr="#ffffff",GradientType=1);
  border-radius: 0 24px 24px 0;
}
body main section.section_2 .card:nth-child(even) .card-body {
  flex-direction: row-reverse;
}
body main section.section_3 {
  background-color: #ECF0F6;
  padding: 80px 0;
}
body main section.section_3 .row > div {
  padding: 0 12px !important;
}
body main section.section_3 .card {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 16px;
  border-radius: 16px;
  border-color: rgba(0, 0, 0, 0.06);
}
body main section.section_3 .card img.card-img {
  margin: 0 auto;
  max-width: 127px;
}
body main section.section_3 .card .card-body {
  padding: 16px 0 0;
  text-align: center;
}
body main section.section_3 .card .card-body ul {
  max-width: max-content;
}
body main section.section_4 {
  background-color: #ffffff;
  padding: 80px 0 80px;
}
body main section.section_4 .content_wrapper {
  background: rgb(3, 6, 63);
  background: -moz-linear-gradient(90deg, rgb(3, 6, 63) 0%, rgb(3, 6, 63) 5%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(3, 6, 63) 0%, rgb(3, 6, 63) 5%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(3, 6, 63) 0%, rgb(3, 6, 63) 5%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03063f",endColorstr="#000000",GradientType=1);
  border: solid 2px rgba(40, 169, 224, 0.6);
  border-radius: 16px;
  padding: 60px 50px 60px 60px;
  position: relative;
  z-index: 1;
}
body main section.section_4 .content_wrapper .img_wrapper {
  margin-top: -150px;
}
body main section.section_4 .content_wrapper .img_wrapper img {
  width: 100%;
  max-width: 748px;
  border-radius: 18px;
}
body main section.section_4 .content_wrapper > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  user-select: none;
  border-radius: 16px;
}
body main section.section_5 {
  background-color: #ECF0F6;
  padding: 80px 0;
}
body main section.section_5 .card {
  border: none;
  border-radius: 20px;
  margin-top: 290px;
}
body main section.section_5 .card img.card-img {
  margin-top: -290px;
}
body main section.section_5 .card .card-body {
  padding: 0 20px 40px;
}
body main section.section_5 .card .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
body main section.section_5 .card .card-body ul li {
  color: #0D123D;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
body main section.section_5 .card .card-body ul li img {
  height: auto;
  width: 32px;
}

@media (max-width: 1380px) {
  body main section.section_3 .card img.card-img {
    max-width: 100px;
  }
  body main section.section_3 .card .card-body p {
    font-size: 14px;
  }
  body main section.section_3 .card .card-body ul li {
    font-size: 14px;
  }
  body main section.section_4 {
    padding: 140px 0 60px;
  }
  body main section.section_4 .content_wrapper {
    padding: 40px 30px 40px 40px;
  }
  body main section.section_5 .card {
    margin-top: 220px;
  }
  body main section.section_5 .card img.card-img {
    margin-top: -220px;
  }
  body main section.section_5 .card .card-body ul {
    gap: 20px;
  }
  body main section.section_5 .card .card-body ul li {
    font-size: 20px;
    line-height: 24px;
  }
  body main section.section_5 .card .card-body ul li img {
    width: 24px;
  }
}
@media (max-width: 1180px) {
  body main section.section_2 .card .card-body img.card-img {
    max-width: 50%;
  }
  body main section.section_2 .card .card-body .content_wrapper {
    max-width: 50%;
  }
  body main section.section_3 .card {
    padding: 16px 6px;
  }
  body main section.section_5 .card {
    margin-top: 180px;
  }
  body main section.section_5 .card img.card-img {
    margin-top: -180px;
  }
}
@media (max-width: 992px) {
  body main section.hero {
    min-height: unset;
  }
  body main section.hero .top {
    padding: 146px 0 20px;
  }
  body main section.hero:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  body main section.ceo {
    padding: 60px 0;
  }
  body main section.ceo .content_wrapper {
    padding-left: 0;
  }
  body main section.section_1 {
    padding: 60px 0;
  }
  body main section.section_5 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body main section.hero {
    margin-bottom: 0 !important;
  }
  body main section.video {
    position: relative;
    height: auto;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  body main section.ceo {
    padding: 40px 0;
  }
  body main section.section_1 {
    padding: 40px 0;
  }
  body main section.section_2 {
    padding: 40px 0;
  }
  body main section.section_2 .card {
    background: #ffffff;
  }
  body main section.section_2 .card .card-body {
    flex-wrap: wrap;
  }
  body main section.section_2 .card .card-body img.card-img {
    height: auto;
    max-width: 100%;
  }
  body main section.section_2 .card .card-body .content_wrapper {
    max-width: 100%;
  }
  body main section.section_2 .card:nth-child(even) {
    background: #ffffff;
  }
  body main section.section_4 {
    padding: 140px 0 40px;
  }
  body main section.section_4 .content_wrapper .img_wrapper img {
    max-width: 400px;
  }
  body main section.section_5 {
    padding: 40px 0;
  }
  body main section.section_5 .card {
    margin-top: 150px;
  }
  body main section.section_5 .card img.card-img {
    margin-top: -150px;
  }
  body main section.section_5 .card .card-body ul li {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  body main section.hero .top {
    padding: 126px 0 20px;
  }
  body main section.section_5 .card {
    margin-top: 120px;
  }
  body main section.section_5 .card img.card-img {
    margin-top: -120px;
  }
  body main section.section_5 .card .card-body ul {
    gap: 16px;
    flex-direction: column;
  }
}

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