@charset "UTF-8";
@font-face {
  font-family: "Anodina bold";
  src: url(anodina-extrabold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Anodina light";
  src: url(anodina-light.otf);
}
.font-bold, .detection-container h6, .detection-container .result, .detection-container h5, .detection-container h2, .body-container ul li span, .body-container ul li .nav-link:hover span, .body-container ul li .nav-link.active span, .bg-box-content h2, .bg-box-content .list-content li, .description-content, .over-img-text, .table-content-container .table th, .number-content-container .number-content, .menu-btns li a, .modal-title-blue, .general-btn, .navbar h1, .legal-disclamer, .main-title h1, .subtitle, .title-background {
  font-family: "Anodina bold", sans-serif;
}

.font-light, .main-title h2, .subtitle-background, body {
  font-family: "Anodina light", sans-serif;
}

.italic {
  font-style: italic;
  padding-right: 6px;
}

.white {
  color: white;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.mar-3-container {
  width: calc(100% - 60px);
  height: calc(100% - 30px - 30px - 55px - 30px);
  background-color: #dadada;
}

.mar-3-container-btns {
  width: calc(100% - 60px);
  height: calc(100% - 30px - 30px - 55px - 30px - 55px - 30px);
  background-color: #dadada;
}

.mar-3-btn-container {
  width: calc(100% - 60px);
}
.mar-3-btn-container.height-55 {
  height: 55px;
}

.no-bullets {
  list-style: none;
}

.mar-3 {
  margin: 30px;
}

.mar-top-3 {
  margin-top: 30px;
}

.mar-bottom-3 {
  margin-bottom: 30px;
}

.mar-left-3 {
  margin-left: 30px;
}

.mar-right-3 {
  margin-right: 30px;
}

.pad-3 {
  padding: 30px;
}

.pad-top-3 {
  padding-top: 30px;
}

.pad-bottom-3 {
  padding-bottom: 30px;
}

.pad-left-3 {
  padding-left: 30px;
}

.pad-right-3 {
  padding-right: 30px;
}

.spinner-loading {
  position: relative;
  width: 100%;
}
.spinner-loading:before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  vertical-align: text-bottom;
  background-color: #333399;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-size: 16px;
  background-color: black;
  box-sizing: border-box;
}

.height-100 {
  height: 100%;
}

.vp-height {
  height: 100vh;
  overflow: hidden;
  background-color: white;
}

ul {
  margin-bottom: 0;
}

.content-height {
  height: 968px;
}

.content {
  height: calc(100% - 224.46px);
}

.brand img {
  width: 230px;
  height: 63px;
}

.title-background {
  background-color: #333399;
  color: white;
  padding: 15px;
  border-radius: 0.7rem;
}

.subtitle-background {
  background-color: #333399;
  color: white;
  padding: 10px;
  border-radius: 0.7rem;
  font-size: 1.3rem;
}

.subtitle {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #333399;
}
.subtitle.white {
  color: white;
}

.main-title {
  flex-direction: column;
  height: calc(100% - 127px);
}
.main-title h1 {
  align-self: start;
  font-size: 4.5rem;
}
.main-title h2 {
  align-self: start;
  font-size: 3.5rem;
}
.main-title.light-blue {
  color: #005cab;
}

.content-subtitle {
  margin-left: -15px;
  background-color: #f1f2f2;
  text-transform: uppercase;
  border-bottom: 1px solid gray;
  font-size: 18px;
}
.content-subtitle.absolute {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.light-gray-bg {
  background-color: #dee2e6;
}

.legal-disclamer {
  color: #ffffffbd;
  text-align: center;
  line-height: 1.1;
}

.table {
  font-size: 1.3rem;
}
.table th,
.table td {
  padding: 0.2rem;
  font-size: 0.87rem;
  font-weight: 100;
}
.table.table-modal th:first-of-type, .table.table-modal th:last-of-type,
.table.table-modal td:first-of-type,
.table.table-modal td:last-of-type {
  font-weight: bolder;
  color: black;
  font-size: 0.9rem;
}

.modal-table {
  font-size: 1rem;
  text-align: center;
}
.modal-table thead tr {
  font-size: 0.9rem;
  text-align: center;
}
.modal-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.07);
}

.navbar {
  background-color: #f1f2f2;
  border-bottom: 1px solid gray;
  height: 113px;
}
.navbar h1 {
  font-size: 2.5rem;
  color: #333399;
}
.navbar h1.special-size {
  font-size: 2.2rem;
}
.navbar .brand-nav {
  background-color: #333399;
  height: 100%;
}
.navbar .brand-nav img {
  width: 230px;
  height: 63px;
}

.nav-btns {
  border-top: 0.3px solid #ffffff80;
  padding: 1rem;
  background-image: url("../img/navbar_bg.jpg");
  background-size: cover;
  background-position: center;
}

.disable-btn {
  opacity: 0.5;
  cursor: initial;
  pointer-events: none;
}

.next-pre-btn {
  padding: 12px;
  min-width: 110px;
}

.general-transition, .menu-btns li:hover, .menu-btns li, .general-btn:hover, .general-btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.general-btn {
  font-size: 1.2rem;
  background-color: white;
  line-height: 1.1;
  color: #333399;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.general-btn img {
  width: 35px;
}
.general-btn:hover {
  background-color: #005cab;
  color: white;
}
.general-btn.blue-btn {
  background-color: #333399;
  color: white;
}
.general-btn.blue-btn:hover {
  background-color: #005cab;
}
.general-btn.menu-btn {
  background-color: #417d25;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.general-btn.menu-btn:hover {
  background-color: #3f9418;
}
.general-btn.btn-lg {
  font-size: 1.3rem;
}

.green-btn {
  border: 4px solid #61a93f;
  /* color: green; */
  /* background-color: #3f941845; */
  border-radius: 7px;
  padding-bottom: 10px;
  width: 340px;
  height: 55px;
}
.green-btn.img-left img {
  width: 20px;
  margin-right: 20px;
  margin-bottom: -3px;
}
.green-btn.img-right img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-bottom: -3px;
}

.absolute-btns {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.modal-xl {
  max-width: 1580px;
}

.modal-title-blue {
  background-color: #333399;
  color: white;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #333399;
  border-bottom: 1px solid #333399;
}
.modal-title-blue .modal-title {
  width: 100%;
}

.menu-bg-container {
  background-image: url("../img/bg-img.jpg");
  background-size: cover;
  background-position: center;
}

.gradient-gray-bg {
  background-image: url("../img/bg-img-white.jpg");
  background-size: cover;
  background-position: center;
}

.gradient-gray-bg {
  background: white;
  background: radial-gradient(circle, white 41%, #f1f2f2 88%);
}

.menu-btns {
  list-style: none;
  padding-left: 0;
}
.menu-btns li {
  margin-bottom: 0.5rem;
  background-color: #ffffff14;
  border: 1px solid #ffffffba;
  border-radius: 0.7rem;
  overflow: hidden;
}
.menu-btns li.not-lighter {
  background-color: #2c3a9b85;
}
.menu-btns li:hover {
  box-shadow: inset 0 0 0 3px #ffffffba;
  background-color: #00adef;
}
.menu-btns li a {
  min-height: 205px;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 22%;
  justify-content: center;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.menu-btns.blue li a {
  color: #333399;
  background-color: #ffffff14;
  border: 1px solid #333399;
}
.menu-btns.blue li a:hover {
  color: white;
  background-color: #00adef;
}
.menu-btns.special-height li a {
  min-height: 135px;
}
.menu-btns.special-padding li a {
  padding: 6% 22%;
}

.number-content-container {
  padding-left: 0;
  list-style: none;
}
.number-content-container li {
  display: flex;
}
.number-content-container .number-general {
  border: 2px solid #333399;
  border-radius: 15px;
  margin-right: 1rem;
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
}
.number-content-container .number-inactive {
  color: #333399;
  background-color: #e9e9ff;
}
.number-content-container .number-active {
  color: white;
  background-color: #333399;
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}
.number-content-container .number-content {
  border: 2px solid #333399;
  color: #333399;
  border-radius: 15px;
  padding: 1.5rem;
  font-size: 1.5rem;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tab-content {
  background-color: white;
}

.table-content-container {
  border: 1px solid #333399;
  border-radius: 0.7rem;
  overflow: hidden;
  margin-top: 5rem;
}
.table-content-container .table {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.table-content-container .table td,
.table-content-container .table th {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.table-content-container .title-background {
  border-radius: 0;
}
.table-content-container .subtitle-background {
  border-radius: 0;
  margin-bottom: 0;
}

.over-img-text {
  color: #333399;
  padding: 1.5rem;
  font-size: 1.3rem;
}
.over-img-text.bullet-item:before {
  content: "•";
  display: inline-block;
  font-size: 1.3em;
  margin-left: -15px;
  margin-right: 0;
  line-height: 1;
}

.description-content {
  font-size: 2rem;
  color: white;
}
.description-content.bullet-item:before {
  content: "•";
  display: inline-block;
  font-size: 2rem;
  margin-left: -26px;
  margin-right: 6px;
}

.bg-box-content {
  color: #333399;
  border: 4px solid #333399;
  border-radius: 7px;
  height: 100%;
  background-color: white;
}
.bg-box-content.height-auto {
  height: auto;
}
.bg-box-content h2 {
  background-color: #333399;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: -1px;
  letter-spacing: 1px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #333399;
}
.bg-box-content h2 img {
  margin-top: -10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.border-container {
  border: 4px solid #333399;
  border-radius: 7px;
  padding-left: 0;
  padding-right: 0;
  height: 710px;
  overflow: hidden;
  background-color: #ffffff75;
}
.border-container.white {
  background-color: white;
}
.border-container.gradient-box {
  color: white;
  border-color: #b1b1b1;
  background: radial-gradient(circle, #015cab 0%, #343399 100%);
  width: 1120px;
  height: 140px;
}
.border-container .over-img-text {
  background-color: #efefef;
}

.btn-floating {
  position: absolute;
  left: 30%;
  top: 43%;
}
.btn-floating a {
  padding-bottom: 30px;
  padding-top: 30px;
  height: auto;
}

.list-content {
  margin-right: 1rem;
}
.list-content li {
  color: #333399;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.3;
}
.list-content.white li {
  color: white;
}

.body-container {
  position: relative;
  height: calc(100% - 38px);
}
.body-container ul {
  padding-left: 0;
  list-style: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body-container ul li {
  line-height: 1;
  position: absolute;
  top: 0;
}
.body-container ul li .nav-link {
  color: inherit;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}
.body-container ul li .nav-link span,
.body-container ul li .nav-link .line {
  color: transparent;
  border-color: transparent;
  pointer-events: none;
}
.body-container ul li .nav-link.active span {
  color: gray;
  text-shadow: 0px 1px 2px #2ca6d4;
  display: inline-block;
}
.body-container ul li .nav-link.active .line {
  border-width: 3px;
  border-color: #6cce3e;
  margin-left: 0;
}
.body-container ul li .nav-link.active a {
  border-color: #6cce3e;
}
.body-container ul li .nav-link:hover span {
  color: gray;
  text-shadow: 0px 1px 2px #2ca6d4;
  display: inline-block;
}
.body-container ul li .nav-link:hover .line {
  border-width: 3px;
  border-color: #6cce3e;
  margin-left: 0;
}
.body-container ul li .nav-link:hover a {
  border-color: #6cce3e;
}
.body-container ul li span {
  padding-right: 15px;
  font-size: 1.5rem;
  display: inline-block;
  text-shadow: 0px 1px 2px transparent;
  margin-right: -6px;
  pointer-events: none;
  display: none;
}
.body-container ul li a {
  height: 30px;
  width: 30px;
  border: 5px solid #417d25;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  pointer-events: all;
}
.body-container ul li .line {
  width: 10px;
  border-bottom: 2px solid #333399;
  position: relative;
  display: block;
  top: -15px;
  pointer-events: none;
}
.body-container ul li:nth-child(1) {
  top: 32px;
}
.body-container ul li:nth-child(1) .line {
  margin-left: calc(77px + 9px);
  width: 575px;
}
.body-container ul li:nth-child(2) {
  top: 100px;
}
.body-container ul li:nth-child(2) .line {
  margin-left: calc(165px + 9px);
  width: 425px;
}
.body-container ul li:nth-child(3) {
  top: 230px;
}
.body-container ul li:nth-child(3) .line {
  margin-left: calc(115px + 9px);
  width: 440px;
}
.body-container ul li:nth-child(4) {
  top: 305px;
}
.body-container ul li:nth-child(4) .line {
  margin-left: calc(323px + 9px);
  width: 283px;
}
.body-container ul li:nth-child(5) {
  top: 344px;
}
.body-container ul li:nth-child(5) .line {
  margin-left: calc(225px + 9px);
  width: 371px;
}
.body-container ul li:nth-child(6) {
  top: 434px;
}
.body-container ul li:nth-child(6) .line {
  margin-left: calc(72px + 9px);
  width: 484px;
}
.body-container ul li:nth-child(7) {
  top: 461px;
}
.body-container ul li:nth-child(7) .line {
  margin-left: calc(224px + 9px);
  width: 429px;
}
.body-container ul li:nth-child(8) {
  top: 520px;
}
.body-container ul li:nth-child(8) .line {
  margin-left: calc(103px + 9px);
  width: 522px;
}
.body-container ul li:nth-child(9) {
  top: 542px;
}
.body-container ul li:nth-child(9) .line {
  margin-left: calc(76px + 9px);
  width: 610px;
}
.body-container ul li:nth-child(10) {
  top: 712px;
}
.body-container ul li:nth-child(10) .line {
  margin-left: calc(148px + 9px);
  width: 504px;
}
.body-container ul li:nth-child(11) {
  top: 689px;
}
.body-container ul li:nth-child(11) .line {
  margin-left: calc(64px + 9px);
  width: 548px;
}
.body-container ul li:nth-child(12) {
  top: 743px;
}
.body-container ul li:nth-child(12) .line {
  margin-left: calc(84px + 9px);
  width: 567px;
}

.view-all-modal .modal-body {
  /* Chrome, Safari */
}
.view-all-modal .modal-body::-webkit-scrollbar {
  width: 30px;
  height: 15px;
}
.view-all-modal .modal-body::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}
.view-all-modal .modal-body::-webkit-scrollbar-thumb:vertical {
  background-color: #333399;
  border-radius: 5px;
}

.btn-close {
  background: transparent;
  border: none !important;
  outline: none;
}
.btn-close:hover {
  opacity: 0.8;
}
.btn-close:active, .btn-close:focus {
  outline: none;
}

.img-absolute-swiper {
  position: absolute;
  left: -130px;
}

.detection-container {
  overflow: hidden;
  line-height: 1;
}
.detection-container .col {
  background-color: #f1f2f2;
}
.detection-container .detection-content {
  border: 4px solid #cecece;
  border-radius: 7px;
}
.detection-container h2 {
  text-transform: uppercase;
}
.detection-container h5 {
  color: #333399;
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  padding-right: 15px;
}
.detection-container .result {
  font-size: 2rem;
  margin-top: -6px;
  color: #333399;
  line-height: 1;
}
.detection-container h6 {
  color: #707171;
}

.blur-content {
  filter: blur(5px) !important;
  height: 100%;
  position: relative;
  background-color: white;
}
.blur-content:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff6e;
}

.video-box-content {
  position: absolute;
  width: 90%;
  left: 6%;
  top: 180px;
}

.blur-content-out {
  -webkit-filter: blur(0px);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  visibility: visible;
}

.fade-in-short, .body-container ul li .nav-link:hover, .blur-content {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.fade-in-longer {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

.fade-in-x-longer {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    filter: blur(5px);
  }
  100% {
    filer: blur(0px);
  }
}
@-moz-keyframes fadeOut {
  0% {
    filter: blur(5px);
  }
  100% {
    filer: blur(0px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    filter: blur(5px);
  }
  100% {
    filer: blur(0px);
  }
}
@-o-keyframes fadeOut {
  0% {
    filter: blur(5px);
  }
  100% {
    filer: blur(0px);
  }
}
@-ms-keyframes fadeOut {
  0% {
    filter: blur(5px);
  }
  100% {
    filer: blur(0px);
  }
}
.fade-out {
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.pulse {
  transform: scale(1);
  animation: border-pulsate 2s infinite;
  opacity: 1;
}

.pulse-home {
  animation: border-pulsate-home 2s infinite;
  opacity: 1;
  width: 60.5px;
  height: 54px;
  box-sizing: border-box;
}

.pulse-li {
  animation: border-pulsate-li 2s infinite;
  opacity: 1;
  width: 60.5px;
  height: 54px;
  box-sizing: border-box;
}

@keyframes border-pulsate {
  0% {
    border: 6px solid #79d150;
  }
  50% {
    border-color: rgba(0, 255, 255, 0);
  }
  100% {
    border: 6px solid #79d150;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes border-pulsate-home {
  0% {
    border: 6px solid #007bff;
  }
  50% {
    border-color: rgba(0, 255, 255, 0);
  }
  100% {
    border: 6px solid #007bff;
  }
}
@keyframes border-pulsate-li {
  0% {
    border: 6px solid #00adef;
  }
  50% {
    border-color: rgba(0, 255, 255, 0);
  }
  100% {
    border: 6px solid #00adef;
  }
}
.scaleable-wrapper {
  resize: both;
  position: relative;
  background: black;
  max-height: 1920px;
}

.very-specific-design {
  width: 1920px;
  height: 1080px;
  /* background: white; */
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.block {
  display: flex !important;
}

.block-indeed {
  display: block !important;
}

.d-none {
  display: none !important;
}

.scale-modal {
  left: 50% !important;
  top: 50% !important;
}

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