@keyframes z_index {
  0% {
    z-index: 2;
  }
  100% {
    z-index: -2;
  }
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  text-transform: capitalize;
}
body a.text-sky {
  display: inline-block;
  transition: all 0.2s ease;
}
body a.text-sky:hover {
  color: #00A2E2 !important;
  transform: translateY(-2px);
  box-shadow: 0 0 0 0 black;
}
body a.text-blue {
  display: inline-block;
  transition: all 0.2s ease;
}
body a.text-blue:hover {
  color: #0D123D !important;
  transform: translateY(-2px);
  box-shadow: 0 0 0 0 black;
}
body .text-gradient {
  background: rgb(14, 195, 177);
  background: -moz-linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  background: linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ec3b1",endColorstr="#00a2e2",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .text-blue {
  color: #0D123D !important;
}
body .text-sky {
  color: #00A2E2 !important;
}
body .text-pink {
  color: #EE4C8D !important;
}
body .text-purple-1 {
  color: #8428E0 !important;
}
body .text-purple-2 {
  color: #1F2AC4 !important;
}
body .text-orange {
  color: #E08428 !important;
}
body .text-green-1 {
  color: #60BF99 !important;
}
body .text-green-2 {
  color: #0EC3B1 !important;
}
body .text-green-3 {
  color: #24BECA !important;
}
body .text-yellow {
  color: #F7C92B !important;
}
body .text-gray {
  color: #333333 !important;
}
body .fw-medium {
  font-weight: 500;
}
body .btn {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  transition: color 0.3s ease-in;
}
body .btn:hover:before, body .btn:focus:before, body .btn:active:before {
  transform: translate(100%, 0);
}
body .btn-lg {
  padding: 16px 50px;
}
body .btn-primary {
  background: #00A2E2;
  color: #ffffff;
  border: solid 1px #00A2E2;
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:active {
  background: #00A2E2;
  color: #000000;
  border: solid 1px #00A2E2;
}
body .btn-outline-primary {
  background: transparent;
  color: #00A2E2;
  border: solid 2px #00A2E2;
}
body .btn-outline-primary:hover, body .btn-outline-primary:focus, body .btn-outline-primary:active {
  background: #00A2E2;
  color: #000000;
  border: solid 2px #00A2E2;
}
body .btn-pink {
  background: #EE4C8D;
  color: #ffffff;
  border: solid 1px #EE4C8D;
}
body .btn-pink:hover, body .btn-pink:focus, body .btn-pink:active {
  background: #EE4C8D;
  color: #000000;
  border: solid 1px #EE4C8D;
}
body .btn-outline-pink {
  background: transparent;
  color: #EE4C8D;
  border: solid 2px #EE4C8D;
}
body .btn-outline-pink:hover, body .btn-outline-pink:focus, body .btn-outline-pink:active {
  background: #EE4C8D;
  color: #000000;
  border: solid 2px #EE4C8D;
}
body .btn-purple-1 {
  background: #8428E0;
  color: #ffffff;
  border: solid 1px #8428E0;
}
body .btn-purple-1:hover, body .btn-purple-1:focus, body .btn-purple-1:active {
  background: #8428E0;
  color: #000000;
  border: solid 1px #8428E0;
}
body .btn-outline-purple-1 {
  background: transparent;
  color: #8428E0;
  border: solid 2px #8428E0;
}
body .btn-outline-purple-1:hover, body .btn-outline-purple-1:focus, body .btn-outline-purple-1:active {
  background: #8428E0;
  color: #000000;
  border: solid 2px #8428E0;
}
body .btn-purple-2 {
  background: #1F2AC4;
  color: #ffffff;
  border: solid 1px #1F2AC4;
}
body .btn-purple-2:hover, body .btn-purple-2:focus, body .btn-purple-2:active {
  background: #1F2AC4;
  color: #000000;
  border: solid 1px #1F2AC4;
}
body .btn-outline-purple-2 {
  background: transparent;
  color: #1F2AC4;
  border: solid 2px #1F2AC4;
}
body .btn-outline-purple-2:hover, body .btn-outline-purple-2:focus, body .btn-outline-purple-2:active {
  background: #1F2AC4;
  color: #000000;
  border: solid 2px #1F2AC4;
}
body .btn-orange {
  background: #E08428;
  color: #ffffff;
  border: solid 1px #E08428;
}
body .btn-orange:hover, body .btn-orange:focus, body .btn-orange:active {
  background: #E08428;
  color: #000000;
  border: solid 1px #E08428;
}
body .btn-outline-orange {
  background: transparent;
  color: #E08428;
  border: solid 2px #E08428;
}
body .btn-outline-orange:hover, body .btn-outline-orange:focus, body .btn-outline-orange:active {
  background: #E08428;
  color: #000000;
  border: solid 2px #E08428;
}
body .btn-green-1 {
  background: #60BF99;
  color: #ffffff;
  border: solid 1px #60BF99;
}
body .btn-green-1:hover, body .btn-green-1:focus, body .btn-green-1:active {
  background: #60BF99;
  color: #000000;
  border: solid 1px #60BF99;
}
body .btn-outline-green-1 {
  background: transparent;
  color: #60BF99;
  border: solid 2px #60BF99;
}
body .btn-outline-green-1:hover, body .btn-outline-green-1:focus, body .btn-outline-green-1:active {
  background: #60BF99;
  color: #000000;
  border: solid 2px #60BF99;
}
body .btn-green-2 {
  background: #0EC3B1;
  color: #ffffff;
  border: solid 1px #0EC3B1;
}
body .btn-green-2:hover, body .btn-green-2:focus, body .btn-green-2:active {
  background: #0EC3B1;
  color: #000000;
  border: solid 1px #0EC3B1;
}
body .btn-outline-green-2 {
  background: transparent;
  color: #0EC3B1;
  border: solid 2px #0EC3B1;
}
body .btn-outline-green-2:hover, body .btn-outline-green-2:focus, body .btn-outline-green-2:active {
  background: #0EC3B1;
  color: #000000;
  border: solid 2px #0EC3B1;
}
body .btn-green-3 {
  background: #24BECA;
  color: #ffffff;
  border: solid 1px #24BECA;
}
body .btn-green-3:hover, body .btn-green-3:focus, body .btn-green-3:active {
  background: #24BECA;
  color: #000000;
  border: solid 1px #24BECA;
}
body .btn-outline-green-3 {
  background: transparent;
  color: #24BECA;
  border: solid 2px #24BECA;
}
body .btn-outline-green-3:hover, body .btn-outline-green-3:focus, body .btn-outline-green-3:active {
  background: #24BECA;
  color: #000000;
  border: solid 2px #24BECA;
}
body .btn-yellow {
  background: #F7C92B;
  color: #ffffff;
  border: solid 1px #F7C92B;
}
body .btn-yellow:hover, body .btn-yellow:focus, body .btn-yellow:active {
  background: #F7C92B;
  color: #000000;
  border: solid 1px #F7C92B;
}
body .btn-outline-yellow {
  background: transparent;
  color: #F7C92B;
  border: solid 2px #F7C92B;
}
body .btn-outline-yellow:hover, body .btn-outline-yellow:focus, body .btn-outline-yellow:active {
  background: #F7C92B;
  color: #000000;
  border: solid 2px #F7C92B;
}
body .bg-sky {
  background-color: rgba(0, 162, 226, 0.1) !important;
}
body .bg-pink {
  background-color: rgba(238, 76, 141, 0.1) !important;
}
body .bg-purple-1 {
  background-color: rgba(132, 40, 224, 0.1) !important;
}
body .bg-purple-2 {
  background-color: rgba(31, 42, 196, 0.1) !important;
}
body .bg-orange {
  background-color: rgba(224, 132, 40, 0.1) !important;
}
body .bg-green-1 {
  background-color: rgba(96, 191, 153, 0.1) !important;
}
body .bg-green-2 {
  background-color: rgba(14, 195, 177, 0.1) !important;
}
body .bg-green-3 {
  background-color: rgba(36, 190, 202, 0.1) !important;
}
body .bg-yellow {
  background-color: rgba(247, 201, 43, 0.1) !important;
}
body .video_wrapper {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
}
body .video_wrapper video {
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
}
body .video_wrapper button.btn_play {
  background: rgba(0, 162, 226, 0.5);
  padding: 0;
  height: 64px;
  width: 64px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body .video_wrapper button.btn_play img {
  height: auto;
  width: 25px;
}
body .video_wrapper button.btn_play:hover, body .video_wrapper button.btn_play:focus {
  background: #00a2e2;
}
body .video_wrapper_lg button.btn_play {
  height: 124px;
  width: 124px;
}
body .video_wrapper_lg button.btn_play img {
  height: auto;
  width: 48px;
}
body .video_wrapper_bordered {
  background: rgb(14, 195, 177);
  background: -moz-linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  background: -webkit-linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  background: linear-gradient(90deg, rgb(14, 195, 177) 0%, rgb(0, 162, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ec3b1",endColorstr="#00a2e2",GradientType=1);
  padding: 4px;
}
body .video_wrapper.video_played img.main-thumb {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body .video_wrapper.video_played button.btn_play {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
body header .navbar {
  padding: 0;
  display: block;
}
body header .navbar .header-top {
  padding: 20px 0;
}
body header .navbar .header-top > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body header .navbar .header-top > .container > div {
  width: 100%;
  max-width: max-content;
}
body header .navbar .header-top .navbar-brand {
  padding: 0;
  display: block;
  max-width: max-content;
}
body header .navbar .header-top .navbar-brand img {
  height: auto;
  width: 100%;
  max-width: 284px;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
  background-color: #ffffff;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 19px 15px 24px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle img {
  height: auto;
  width: 24px;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:before {
  display: none;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
  background: url("../../img/webp/arrow-up-country.webp") no-repeat center/cover;
  height: 24px;
  width: 24px;
  border: none;
  margin: 0 0 0 auto;
  transition: all 0.2s ease;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle[aria-expanded=false]:after {
  transform: rotate(180deg);
}
body header .navbar .header-top .dropdown.country-selector ul {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  min-width: 100px;
  border: none;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.1);
  margin: 12px 0 0;
}
body header .navbar .header-top .dropdown.country-selector ul li a {
  background-color: #ffffff;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  text-transform: uppercase;
  padding: 13px 20px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
body header .navbar .header-top .dropdown.country-selector ul li a img {
  height: auto;
  width: 24px;
}
body header .navbar .header-top .dropdown.country-selector ul li a.checked {
  background: #ECF0F6;
}
body header .navbar .header-top .dropdown.country-selector ul li a.checked:after {
  content: "";
  background: url("../../img/webp/check-circle-selected-country.webp") no-repeat center/cover;
  height: 16px;
  width: 16px;
  margin: 0 0 0 4px;
  display: block;
}
body header .navbar .header-top .dropdown.country-selector ul li a:hover {
  background: #ECF0F6;
}

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
}
@media (min-width: 1180px) {
  body .container {
    max-width: 1084px;
  }
}
@media (min-width: 1380px) {
  body .container {
    max-width: 1284px;
  }
}
@media (min-width: 1580px) {
  body .container {
    max-width: 1484px;
  }
}
@media (min-width: 1780px) {
  body .container {
    max-width: 1704px;
  }
}
@media (max-width: 1780px) {
  body .badge {
    font-size: 20px;
    line-height: 30px;
  }
  body .badge img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 1580px) {
  body .btn {
    font-size: 20px;
  }
  body .badge {
    font-size: 18px;
    line-height: 28px;
    padding: 4px 12px;
  }
  body .badge img {
    height: 28px;
    width: 28px;
  }
  body header .navbar .header-top .navbar-brand img {
    height: auto;
    max-width: 264px;
  }
  body header .navbar .header-top .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  body .btn {
    font-size: 18px;
    padding: 10px 24px;
  }
  body .btn-lg {
    padding: 10px 50px;
  }
  body .video_wrapper_lg button.btn_play {
    height: 100px;
    width: 100px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 38px;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 264px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    font-size: 14px;
    padding: 10px 15px 10px 20px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle img {
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    height: 20px;
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector ul {
    min-width: 80px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a img {
    height: auto;
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a.checked:after {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 1180px) {
  body .btn {
    font-size: 16px;
  }
  body header .navbar .header-top .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 20px 10px 0;
  }
}
@media (max-width: 992px) {
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 224px;
  }
  body header .navbar .header-bottom {
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body .btn {
    padding: 10px 20px;
  }
  body .btn-lg {
    padding: 10px 40px;
  }
  body .badge {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 8px;
  }
  body .badge img {
    height: 24px;
    width: 24px;
  }
  body .video_wrapper_lg button.btn_play {
    height: 80px;
    width: 80px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 24px;
    margin-left: 4px;
  }
  body .video_wrapper_bordered {
    padding: 4px;
  }
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    border-radius: 8px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    margin: 0;
  }
  body header .navbar .header-top .dropdown.country-selector ul {
    left: unset;
    right: 0;
  }
}
@media (max-width: 567px) {
  body .video_wrapper_lg button.btn_play {
    height: 50px;
    width: 50px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 16px;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 150px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    padding: 8px 10px;
    border-radius: 6px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    height: 16px;
    width: 16px;
  }
}

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