@import "reset.css";
@import "fonts/Montserrat/style.css";
@import "fonts/druk-text-wide/style.css";
@import "fonts/inter/style.css";
@import "fonts/fa/css/all.css";
body {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  display: grid;
  font-family: "Montserrat";
  /*font-family: $font-inter;*/
  background-color: #062066;
}

main {
  width: 100%;
  display: grid;
}

.fade {
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

.row {
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.row .content-page {
  padding-top: 100px !important;
}
.row .container {
  width: 100vw;
  position: relative;
  /*width: 100%;*/
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  margin-bottom: 3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  contain: layout;
}
@media only screen and (min-width: 1025px) {
  .row .container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .row .container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .row .container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .row .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .row .container {
    padding: 0 1rem;
  }
}
.row .container h2 {
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  font-family: "DrukTextWideTT", Arial, sans-serif;
  margin: 3rem 0;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .row .container h2 {
    font-size: 3rem;
    margin: 3rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .row .container h2 {
    font-size: 2.5rem;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .row .container h2 {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .row .container h2 {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
.row .container .btn {
  display: table-cell;
  vertical-align: middle;
  color: #061e5b;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 12px 12px 12px 12px;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 0.8rem 2rem;
}
.row .container .btn:hover {
  background-color: #00ceff;
}

.row-white {
  background-color: #FFF !important;
}
.row-white h2 {
  color: #062066 !important;
}

.nav {
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 990;
}
.nav .blur-bg {
  width: 100%;
  height: 100px;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 0px 0px 0px 0px;
}
.nav .blur-bg .gradient-bg {
  width: 100%;
  height: 100px;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  /*background-image: linear-gradient(0.125turn, rgba(255, 255, 255, 0.08000000000000002) 0%, rgba(255, 255, 255, 0.03) 100%);*/
  background-image: linear-gradient(0.125turn, rgba(22, 41, 82, 0.4) 0%, rgba(65, 207, 243, 0.4) 100%);
  border-color: transparent;
  border-style: solid;
}
.nav .container {
  margin-top: -100px;
  height: 100px;
}
.nav .container .grid {
  height: 100px;
  display: grid;
  /*grid-template-columns: 15% 55% 15% 20%;*/
  grid-template-columns: 15% 70% 15% 0%;
}
.nav .container .grid .grid-cell {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  vertical-align: middle;
}
.nav .container .grid .logo a img {
  height: 70%;
  width: auto;
}
.nav .container .grid .navi ul {
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.nav .container .grid .navi ul .nav-cont {
  flex-basis: 100%;
  text-align: center;
  position: relative;
}
.nav .container .grid .navi ul .nav-cont li.dropdown {
  position: relative;
  padding: 1rem 0;
}
.nav .container .grid .navi ul .nav-cont li.dropdown a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  vertical-align: 0.17em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.nav .container .grid .navi ul .nav-cont .user_menu-container {
  display: none;
}
.nav .container .grid .navi ul .nav-cont .user_menu-container ul {
  padding-left: 2.7rem;
}
.nav .container .grid .navi ul .nav-cont .user_menu-container ul li {
  text-align: left;
  padding: 0.3rem 0;
}
.nav .container .grid .navi ul .nav-cont .user_menu-container ul li a {
  position: relative;
  color: #061e5b;
}
.nav .container .grid .navi ul .nav-cont .user_menu-container ul li a:hover {
  color: #2b50ad;
}
.nav .container .grid .navi ul .nav-cont:hover .user_menu-container {
  display: block;
  position: absolute;
  top: 2.5rem;
  background-color: #FFF;
  width: 14rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 1rem 0;
}
.nav .container .grid .navi ul .nav-cont:hover .user_menu-container ul {
  display: block;
}
.nav .container .grid .navi ul li {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.nav .container .grid .navi ul li a {
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
}
.nav .container .grid .lang .current-lang {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 auto;
}
.nav .container .grid .lang .current-lang a.curr {
  display: block;
  color: #062066;
  font-weight: bold;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.nav .container .grid .lang .current-lang a.curr:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  vertical-align: 0.17em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.nav .container .grid .lang .current-lang .lang-list {
  position: absolute;
  top: 25px;
  padding-top: 6px;
  background-color: #FFF;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  height: 0;
  overflow: hidden;
}
.nav .container .grid .lang .current-lang .lang-list ul li a {
  display: block;
  color: #062066;
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.nav .container .grid .lang .current-lang .lang-list ul li a:hover {
  color: #00ceff;
}
.nav .container .grid .lang .current-lang:hover .lang-list {
  height: 80px;
}
.nav .container .grid .feedback a {
  display: table-cell;
  vertical-align: middle;
  color: #061e5b;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 12px 12px 12px 12px;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 0.8rem 2rem;
}
.nav .container .grid .feedback a:hover {
  background-color: #00ceff;
}

.none {
  display: none !important;
}

.overlay-gray {
  position: fixed;
  z-index: 998;
  background-color: #000000;
  opacity: 0.5;
  inset: 0;
}

#mobile-menu {
  position: fixed;
  top: 0;
  background-color: #062066;
  width: 320px;
  height: 100%;
  overflow-y: scroll;
  z-index: 999999;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#mobile-menu .mobile-menu-wrap {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
}
#mobile-menu .mobile-menu-wrap .row-bar {
  display: flex;
  align-items: center;
  justify-content: end;
}
#mobile-menu .mobile-menu-wrap .row-bar .close-btn {
  display: inline-block;
  padding: 1.5rem;
}
#mobile-menu .mobile-menu-wrap .row-bar .close-btn i {
  color: #FFF;
  font-size: 2rem;
}
#mobile-menu .mobile-menu-wrap .nav-ul {
  margin-left: 2rem;
}
#mobile-menu .mobile-menu-wrap .nav-ul li a {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 1rem;
}
#mobile-menu .mobile-menu-wrap .bottom-row {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  display: flex;
}
#mobile-menu .mobile-menu-wrap .bottom-row .submit-app {
  display: table-cell;
  width: 90%;
  text-align: center;
  vertical-align: middle;
  color: #061e5b;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 12px 12px 12px 12px;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 0.8rem 2rem;
  margin: 0 auto;
}

.mobile-menu-visible {
  right: 0;
  opacity: 1;
}

.mobile-menu-hidden {
  right: -320px;
  opacity: 0;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .mobile-menu-hidden {
    right: -480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .mobile-menu-hidden {
    right: -480px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .mobile-menu-hidden {
    right: -420px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-menu-hidden {
    right: -320px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid {
    grid-template-columns: 15% 55% 10% 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid {
    grid-template-columns: 15% 45% 20% 20%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid {
    grid-template-columns: 15% 25% 35% 25%;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid {
    grid-template-columns: 15% 25% 35% 25%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .logo img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .logo img {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .logo img {
    width: auto !important;
    height: 3.2rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .logo img {
    width: auto !important;
    height: 3.2rem !important;
  }
}
.nav .container .grid .grid-cell .mobile-bar {
  display: block;
  background: none;
  color: #FFF;
  font-size: 2.2rem;
  padding: 1rem;
}
@media only screen and (min-width: 1025px) {
  .nav .container .grid .grid-cell .mobile-bar {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .mobile-bar {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .mobile-bar {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .mobile-bar {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .mobile-bar {
    display: block;
  }
}
.nav .container .grid .grid-cell .mobile-bar:hover {
  background: none;
}
@media only screen and (min-width: 1025px) {
  .nav .container .grid .grid-cell .nav-ul {
    display: flex;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .nav-ul {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .nav-ul {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .nav-ul {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .nav-ul {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav .container .grid .grid-cell .submit-app {
    display: table-cell;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .submit-app {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .submit-app {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .submit-app {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .submit-app {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .current-lang {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .current-lang {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .current-lang {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .current-lang {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .current-lang .lang-list {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .current-lang .lang-list {
    top: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .current-lang .lang-list {
    top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .current-lang .lang-list {
    top: 30px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .nav .container .grid .grid-cell .current-lang:hover .lang-list {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .grid-cell .current-lang:hover .lang-list {
    height: 90px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .grid-cell .current-lang:hover .lang-list {
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .grid-cell .current-lang:hover .lang-list {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .nav .container .grid .lang, .nav .container .grid .feedback {
    align-items: center;
    justify-content: end;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .nav .container .grid .lang, .nav .container .grid .feedback {
    align-items: center;
    justify-content: end;
  }
}
@media only screen and (max-width: 480px) {
  .nav .container .grid .lang, .nav .container .grid .feedback {
    align-items: center;
    justify-content: end;
  }
}

.banner {
  width: 100%;
  height: 690px;
  background-image: linear-gradient(0.125turn, rgb(1, 16, 30) 0%, rgb(6, 32, 102) 50%, rgb(64, 219, 255) 100%);
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .banner {
    height: 690px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner {
    height: 490px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner {
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    height: 510px;
  }
}
.banner .bg-img {
  height: 690px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .banner .bg-img {
    height: 690px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner .bg-img {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner .bg-img {
    height: 490px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img {
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img {
    height: 510px;
  }
}
.banner .bg-img .banner-content {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner .bg-img .banner-content {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner .bg-img .banner-content {
    width: 80%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img .banner-content {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img .banner-content {
    width: 90%;
  }
}
.banner .bg-img .banner-content .shild {
  display: table;
  color: #FFF;
  background-color: #40dbff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.6rem 3rem;
  margin: 3rem auto;
  /*margin-bottom: 1.5rem;*/
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner .bg-img .banner-content .shild {
    font-size: 0.7rem;
    padding: 0.5rem 2rem;
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner .bg-img .banner-content .shild {
    font-size: 0.6rem;
    padding: 0.4rem 1.5rem;
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img .banner-content .shild {
    font-size: 0.6rem;
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img .banner-content .shild {
    font-size: 0.5rem;
    padding: 0.5rem 2rem;
    margin: 1.5rem auto;
  }
}
.banner .bg-img .banner-content p {
  color: #FFF;
  font-size: 1.2rem;
  margin: 3rem 0;
  font-weight: bold;
  font-family: "Inter", Arial, sans-serif;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner .bg-img .banner-content p {
    font-size: 1.2rem;
    margin: 3rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner .bg-img .banner-content p {
    font-size: 1rem;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img .banner-content p {
    font-size: 1rem;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img .banner-content p {
    font-size: 1rem;
    margin: 2rem 0;
  }
}
.banner .bg-img .banner-content .nametag, .banner .bg-img .banner-content span {
  font-family: "DrukTextWideTT", Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .banner .bg-img .banner-content .nametag, .banner .bg-img .banner-content span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .banner .bg-img .banner-content .nametag, .banner .bg-img .banner-content span {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img .banner-content .nametag, .banner .bg-img .banner-content span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img .banner-content .nametag, .banner .bg-img .banner-content span {
    font-size: 2rem;
  }
}
.banner .bg-img .banner-content .nametag {
  color: #40dbff;
}
.banner .bg-img .banner-content span {
  color: #FFF;
}
.banner .bg-img img {
  position: absolute;
  width: 100%;
  display: block;
  opacity: 0.12;
  top: 0;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .banner .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.banner .bg-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(0turn, rgb(6, 32, 102) 0%, rgba(255, 247, 5, 0) 100%);
}

.about {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (min-width: 1025px) {
  .about {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .about {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .about {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .about {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    grid-template-columns: 100%;
  }
}
.about .col-1, .about .col-2 {
  background-color: #FFF;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  padding: 1.5rem 3rem;
  transform-style: preserve-3d;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .about .col-1, .about .col-2 {
    padding: 1rem 3rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .about .col-1, .about .col-2 {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .about .col-1, .about .col-2 {
    padding: 1rem 1.5rem;
    margin: 1rem 0 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .about .col-1, .about .col-2 {
    padding: 1rem 1.5rem;
    margin: 1rem 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .about .col-1, .about .col-2 {
    padding: 1rem 1.5rem;
    margin: 1rem 0 !important;
  }
}
.about .col-1 p, .about .col-2 p {
  color: #062066;
  font-size: 1.1rem;
  margin: 1.5rem 0;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65rem;
}
.about .col-1 {
  margin-right: 0.7rem;
}
.about .col-2 {
  margin-left: 0.7rem;
  padding: 0;
}
.about .col-2 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  -o-object-position: top left;
     object-position: top left;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
}
.about .col-2:after {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  right: -140px;
  top: -20px;
  transform: translateZ(-1px);
  display: block;
  border-radius: 3000px 3000px 3000px 3000px;
  opacity: 0.24;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  filter: blur(50px);
  /*
  @media only screen and (min-width: 1700px) { 
      content: "";
  }*/
}

.etaps {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
@media only screen and (min-width: 1025px) {
  .etaps {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .etaps {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .etaps {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .etaps {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 480px) {
  .etaps {
    grid-template-columns: 100%;
  }
}
.etaps .col {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
  padding-bottom: 7rem;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .etaps .col {
    margin: 0.7rem 0.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .etaps .col {
    margin: 0.7rem 0.7rem !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .etaps .col {
    margin: 1rem 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .etaps .col {
    margin: 1rem 0 !important;
  }
}
.etaps .col .card {
  min-height: 15rem;
  display: flow-root;
  padding: 1rem;
  /*height: 100%;*/
}
.etaps .col .card .tag {
  text-align: center;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", Arial, sans-serif;
  float: right;
  background-color: #00cfff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  font-family: "DrukTextWideTT", Arial, sans-serif;
}
.etaps .col .card .clear {
  clear: both;
}
.etaps .col .card .head {
  display: block;
  color: #062066;
  font-family: "DrukTextWideTT", Arial, sans-serif;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.etaps .col .card p {
  color: #303030;
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: bold;
}
.etaps .col .card ul {
  list-style-type: circle;
}
.etaps .col .card ul li {
  list-style-type: circle;
  color: #303030;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.25rem 0;
  margin-left: 2rem;
}
.etaps .col .sum {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "DrukTextWideTT", Arial, sans-serif;
  color: #FFF;
  background-color: #00cfff;
  font-weight: bold;
  padding: 1.5rem 0;
  text-align: center;
  margin-top: 2rem;
}
.etaps .col:not(:last-child) {
  margin-right: 0.7rem;
}
.etaps .col:not(:first-child) {
  margin-left: 0.7rem;
}

.row-owl {
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin: 2rem 0;
}
.row-owl .owl-carousel .item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
  margin: 0.5rem;
}
.row-owl .owl-carousel .item img {
  width: 100%;
}

.quote-img {
  display: grid;
  grid-template-columns: 55% 45%;
}
@media only screen and (min-width: 1025px) {
  .quote-img {
    grid-template-columns: 55% 45%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .quote-img {
    grid-template-columns: 60% 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .quote-img {
    grid-template-columns: 60% 40%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .quote-img {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .quote-img {
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }
}
.quote-img .col-1, .quote-img .col-2 {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .quote-img .col-1, .quote-img .col-2 {
    /* margin: 1rem 0 !important;*/
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .quote-img .col-1, .quote-img .col-2 {
    margin: 1rem 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .quote-img .col-1, .quote-img .col-2 {
    margin: 1rem 0 !important;
  }
}
.quote-img .col-1 {
  position: relative;
  border-width: 1px;
  background-image: linear-gradient(0.125turn, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: #0b1c48;
  border-style: solid;
  padding: 3rem;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .quote-img .col-1 {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .quote-img .col-1 {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .quote-img .col-1 {
    padding: 3rem 1.5rem;
    order: 2;
  }
}
.quote-img .col-1 p {
  color: #FFF;
  font-size: 1.1rem;
  margin: 1.5rem 0;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65rem;
}
.quote-img .col-1 svg {
  position: absolute;
  width: 70px !important;
  top: -20px;
}
.quote-img .col-1 {
  margin-right: 0.7rem;
}
.quote-img .col-2 {
  margin-left: 0.7rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.quote-img .col-2 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  /*object-position: top left;*/
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
}
.quote-img .col-2 .gradient {
  background-image: linear-gradient(0turn, rgb(6, 26, 81) 0%, rgba(6, 26, 81, 0) 100%);
  width: 100%;
  height: 200px;
  bottom: 0;
  position: absolute;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: end;
}
.quote-img .col-2 .gradient .nametag p {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.5rem 0;
  font-family: "Inter", Arial, sans-serif;
}
.quote-img .col-2 .gradient .nametag span {
  display: block;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem 0;
  font-family: "Inter", Arial, sans-serif;
}

.row .summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .row .summary {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .row .summary {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .row .summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .row .summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .row .summary {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row .summary .col .card {
  position: relative;
  border-width: 1px;
  /*background-image: linear-gradient(0.125turn, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);*/
  background-color: #eef2fe;
  /*border-color: #0b1c48;*/
  /*border-style: solid;*/
  padding: 1rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  height: 100%;
  display: grid;
  grid-template-columns: 25% 75%;
}
.row .summary .col .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row .summary .col .card .icon .frame {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  /*border: 2px solid #40dbff;*/
  background-color: #00bae5;
}
.row .summary .col .card .icon .frame i {
  font-size: 1.5rem;
  color: #FFF;
}
.row .summary .col .card .content {
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
}
.row .summary .col .card .content .statistic {
  color: #00bae5;
  font-size: 2.4rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: bold;
  /*text-align: center;*/
}
.row .summary .col .card .content .discription {
  color: #242b39;
  font-size: 1rem;
  font-weight: bold;
  min-height: 100px;
  margin-top: 0.3rem;
  /*text-align: center;*/
}

.digest {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-top: 3rem;
}
@media only screen and (min-width: 1025px) {
  .digest {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .digest {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .digest {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .digest {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .digest {
    grid-template-columns: 100%;
  }
}
.digest .col {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .digest .col {
    margin: 0.7rem 0.7rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .digest .col {
    margin: 0.7rem 0.7rem !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .digest .col {
    margin: 1rem 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .digest .col {
    margin: 1rem 0 !important;
  }
}
.digest .col .card {
  height: 100%;
  display: block;
  padding-bottom: 6rem;
  position: relative;
}
.digest .col .card .cover {
  position: relative;
  overflow: hidden;
}
.digest .col .card .cover img {
  width: 100%;
}
.digest .col .card .cover .gradient {
  background-image: linear-gradient(0turn, rgb(247, 247, 247) 0%, rgba(6, 26, 81, 0) 100%);
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: end;
}
.digest .col .card .body {
  padding: 0 1rem;
}
.digest .col .card .body .category {
  display: inline-block;
  background-color: #20d5ff;
  color: #FFF;
  padding: 0.3rem 1.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 1rem 0;
}
.digest .col .card .body .head {
  display: block;
  color: #062066;
  font-family: "DrukTextWideTT", Arial, sans-serif;
  width: 100%;
  font-size: 0.9rem;
}
.digest .col .card .body .news-date {
  color: #5a5a5a;
  font-weight: bold;
  font-size: 0.85rem;
  margin-top: 0.4rem;
  margin-bottom: 0.9rem;
  font-family: "Inter", Arial, sans-serif;
}
.digest .col .card .body .news-date i {
  margin-right: 0.2rem;
}
.digest .col .card .readmore {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 2px solid #00c7f5;
  color: #00c7f5;
  margin: 1rem;
  padding: 0.6rem 1.5rem;
  background-color: #FFF;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}
.digest .col:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.digest .col:hover img {
  opacity: 0.8;
  transform: scale(1.03);
}
.digest .col:hover .head {
  color: #086bd5 !important;
}
.digest .col:hover .readmore {
  background-color: #00c7f5;
  color: #FFF;
}
.digest .col:not(:last-child) {
  margin-right: 0.7rem;
}
.digest .col:not(:first-child) {
  margin-left: 0.7rem;
}

.all-news {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 12px 12px 12px 12px;
  background-color: #00c7f5;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
}
.all-news i {
  margin-left: 0.5rem;
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: transform;
}

.all-news:hover {
  background-color: #00ceff;
}
.all-news:hover i {
  transform: translateX(3px);
}

.digest2 {
  display: grid;
  /*grid-template-columns: 25% 25% 25% 25%;*/
  /*grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  gap: 1.4rem;
  justify-content:space-between;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .digest2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .digest2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .digest2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .digest2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .digest2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.digest2 .col .single-news-items {
  background-color: #FFF;
  display: block;
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.digest2 .col .single-news-items .news-img {
  height: 245px;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.digest2 .col .single-news-items .news-date {
  position: absolute;
  right: 5%;
  top: 5%;
  height: 55px;
  width: 55px;
  content: "";
  background: #E74C3D;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 11px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: "Inter", Arial, sans-serif;
}
.digest2 .col .single-news-items .news-date span {
  font-size: 12px;
}
.digest2 .col .single-news-items .news-content {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-top: none;
  padding: 1.2rem;
  color: #757575;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 205px;
  transition: 0.3s;
}
.digest2 .col .single-news-items .news-content .news-cat {
  position: absolute;
  top: -30px;
  left: -1px;
  background-color: #E74C3D;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 1rem;
  height: 30px;
  line-height: 0.9rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-family: "Inter", Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digest2 .col .single-news-items .news-content .title-area h3 {
  color: #333333;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: bold;
}
.digest2 .col .single-news-items .news-content .title-area h4 {
  color: #E74C3D;
  font-weight: 400;
  font-size: 0.95rem;
  font-weight: bold;
}
.digest2 .col .single-news-items .news-content .title-area .news-text {
  margin-top: 1rem;
  line-height: 1.3rem;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
  z-index: 2;
}
.digest2 .col .single-news-items .news-meta {
  background: #fff;
  font-size: 13px;
  color: #999A9F;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 32px;
}
.digest2 .col .single-news-items .news-meta span:nth-child(1) {
  margin-right: 15px;
}
.digest2 .col .single-news-items:hover {
  box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.3);
}
.digest2 .col .single-news-items:hover .news-img {
  transform: scale(1.15);
  opacity: 0.8;
}
.digest2 .col .single-news-items:hover .news-content {
  height: 280px;
}
.digest2 .col .single-news-items:hover .news-content .news-text {
  opacity: 1;
  visibility: visible;
}

.red-btn {
  background-color: #e74c3d;
  position: relative;
  z-index: 9;
}

.red-btn:hover {
  background-color: #bb2a1d;
}

.faq {
  display: flex;
  flex-wrap: wrap;
}
.faq .accordion {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq .accordion h3 {
  padding: 2rem 0;
  font-family: "DrukTextWideTT", Arial, sans-serif;
  color: #062066;
  font-size: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #eee;
  display: grid;
  grid-template-columns: 0% 95% 5%;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  align-items: center;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .faq .accordion h3 {
    grid-template-columns: 0% 95% 5%;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .faq .accordion h3 {
    grid-template-columns: 0% 90% 10%;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .faq .accordion h3 {
    grid-template-columns: 0% 85% 15%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .faq .accordion h3 {
    grid-template-columns: 0% 85% 15%;
    font-size: 1.2rem;
  }
}
.faq .accordion h3 .lines {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.faq .accordion h3:hover .lines {
  background-color: #ebebeb;
}
.faq .accordion .ui-state-active .lines {
  z-index: 1;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
.faq .accordion .answer {
  padding-bottom: 2rem;
  font-family: "Inter", Arial, sans-serif;
  /*color: $blue-text;*/
  color: #303030;
  font-size: 1.2rem;
}

.feedback {
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  overflow: hidden;
  margin-bottom: 6rem;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .feedback {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .feedback {
    grid-template-columns: 100%;
  }
}
.feedback .col-1, .feedback .col-2 {
  background-color: #f7f7f7;
  padding: 1rem 3rem;
  transform-style: preserve-3d;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .feedback .col-1, .feedback .col-2 {
    padding: 1rem 3rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-1, .feedback .col-2 {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-1, .feedback .col-2 {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-1, .feedback .col-2 {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-1, .feedback .col-2 {
    padding: 1rem 1.5rem;
  }
}
.feedback .col-1 h3, .feedback .col-2 h3 {
  font-family: "DrukTextWideTT", Arial, sans-serif;
  font-size: 1.8rem;
  padding: 2rem 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .feedback .col-1 h3, .feedback .col-2 h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-1 h3, .feedback .col-2 h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-1 h3, .feedback .col-2 h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-1 h3, .feedback .col-2 h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-1 h3, .feedback .col-2 h3 {
    font-size: 1.6rem;
  }
}
.feedback .col-1 h3 {
  color: #062066;
}
.feedback .col-1 .contact-form label {
  display: block;
  font-weight: bold;
  color: #303030;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.feedback .col-1 .contact-form input[type=text] {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-1 .contact-form input[type=text] {
    padding: 1.2rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-1 .contact-form input[type=text] {
    padding: 1.2rem 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-1 .contact-form input[type=text] {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-1 .contact-form input[type=text] {
    padding: 1rem 1.5rem;
  }
}
.feedback .col-1 .contact-form input[type=text]:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #66e2ff !important;
}
.feedback .col-1 .contact-form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 12px 12px 12px 12px;
  background-color: #00c7f5;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
}
.feedback .col-1 .contact-form button:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feedback .col-1 .contact-form button:hover {
  background-color: #00b7e1;
}
.feedback .col-1 .contact-form button:hover i {
  transform: translateX(3px);
}
.feedback .col-1 .contact-form button:hover:after {
  opacity: 1;
}
.feedback .col-2 {
  background-color: #061a51;
}
.feedback .col-2 h3 {
  color: #FFF;
}
.feedback .col-2 .contacts .contact-row {
  display: grid;
  grid-template-columns: 15% 85%;
  margin-bottom: 2rem;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-2 .contacts .contact-row {
    grid-template-columns: 15% 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-2 .contacts .contact-row {
    grid-template-columns: 15% 85%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-2 .contacts .contact-row {
    grid-template-columns: 10% 90%;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-2 .contacts .contact-row {
    grid-template-columns: 10% 90%;
  }
}
.feedback .col-2 .contacts .contact-row .ic-icon {
  color: #FFF;
  display: grid;
  align-items: center;
  justify-content: center;
}
.feedback .col-2 .contacts .contact-row .ic-icon i {
  color: #00ceff;
  font-size: 2.2rem;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-2 .contacts .contact-row .ic-icon i {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-2 .contacts .contact-row .ic-icon i {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-2 .contacts .contact-row .ic-icon i {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-2 .contacts .contact-row .ic-icon i {
    font-size: 2rem;
  }
}
.feedback .col-2 .contacts .contact-row .ic-content {
  color: #FFF;
  padding-left: 2rem;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-2 .contacts .contact-row .ic-content {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-2 .contacts .contact-row .ic-content {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-2 .contacts .contact-row .ic-content {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-2 .contacts .contact-row .ic-content {
    padding-left: 1rem;
  }
}
.feedback .col-2 .contacts .contact-row .ic-content p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65rem;
}
.feedback .col-2 .contacts .contact-row .ic-content p a {
  color: #3bcbec;
  font-weight: bold;
  position: relative;
}
.feedback .col-2 .contacts .contact-row .ic-content p a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: none;
  bottom: 0.5rem;
  webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.feedback .col-2 .contacts .contact-row .ic-content p a:hover:after {
  bottom: -0.1rem;
  background-color: #3bcbec;
}
.feedback .col-2 .contacts .contact-row .ic-content p a:hover {
  color: #00cfff;
}
.feedback .col-2 .contacts .contact-row-social {
  display: grid;
  grid-template-columns: 0% 100%;
  margin-bottom: 2rem;
  z-index: 10;
  position: relative;
}
.feedback .col-2 .contacts .contact-row-social .social {
  display: flex;
  justify-content: center;
}
.feedback .col-2 .contacts .contact-row-social .social a {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  background-color: #f7f7f7;
  margin-right: 1rem;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-2 .contacts .contact-row-social .social a {
    margin-right: 1rem;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-2 .contacts .contact-row-social .social a {
    margin-right: 1rem;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-2 .contacts .contact-row-social .social a {
    margin-right: 0.8rem;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-2 .contacts .contact-row-social .social a {
    margin-right: 0.8rem;
    width: 45px;
    height: 45px;
  }
}
.feedback .col-2 .contacts .contact-row-social .social a i {
  color: #061a51;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .feedback .col-2 .contacts .contact-row-social .social a i {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .feedback .col-2 .contacts .contact-row-social .social a i {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .feedback .col-2 .contacts .contact-row-social .social a i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .feedback .col-2 .contacts .contact-row-social .social a i {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .col-2 .contacts .contact-row-social .social a i {
    font-size: 1.3rem;
  }
}
.feedback .col-2 .contacts .contact-row-social .social a:hover {
  background-color: #2fd8ff;
}

.bg-img-2 {
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bg-img-2 img {
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 120%;
  margin-left: -10%;
}

.bg-img-2:before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  right: -140px;
  top: 70px;
  transform: translateZ(-1px);
  display: block;
  border-radius: 3000px 3000px 3000px 3000px;
  opacity: 0.24;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  filter: blur(50px);
}

.bg-img-2:after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  left: -140px;
  top: 40px;
  transform: translateZ(-1px);
  display: block;
  border-radius: 3000px 3000px 3000px 3000px;
  opacity: 0.24;
  background-color: #40dbff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  filter: blur(50px);
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171717;
}
.footer .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .footer .container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .footer .container {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .footer .container {
    padding: 0 3rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .footer .container {
    padding: 0 3rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .footer .container {
    padding: 0 2rem;
    overflow: hidden;
  }
}
.footer .container .footer-content {
  display: grid;
  grid-template-columns: 10% 90%;
}
@media only screen and (min-width: 1025px) {
  .footer .container .footer-content {
    grid-template-columns: 10% 90%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .footer .container .footer-content {
    grid-template-columns: 10% 890%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .footer .container .footer-content {
    grid-template-columns: 10% 90%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .footer .container .footer-content {
    grid-template-columns: 30% 70%;
  }
}
@media only screen and (max-width: 480px) {
  .footer .container .footer-content {
    grid-template-columns: 30% 70%;
  }
}
.footer .container .footer-content .logo {
  height: 70px;
}
@media only screen and (min-width: 1025px) {
  .footer .container .footer-content .logo {
    height: 70px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .footer .container .footer-content .logo {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .footer .container .footer-content .logo {
    height: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .footer .container .footer-content .logo {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer .container .footer-content .logo {
    width: 80%;
    height: auto;
  }
}
.footer .container .footer-content .description {
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-content: center;
}

.map {
  display: grid;
  grid-template-columns: 60% 40%;
}
@media only screen and (min-width: 1025px) {
  .map {
    grid-template-columns: 60% 40%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .map {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .map {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .map {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .map {
    grid-template-columns: 100%;
  }
}
.map .col-1 #kz-map {
  width: 100%;
  height: auto;
}
.map .col-1 #kz-map path {
  fill: #e0e0e0;
  stroke: #333;
  stroke-width: 1;
  cursor: pointer;
  transition: fill 0.3s;
}
.map .col-1 #kz-map path:hover {
  fill: #b3d1ff !important;
  cursor: pointer;
}
.map .col-1 #kz-map path.active {
  fill: #4da6ff !important;
}
.map .col-1 #kz-map path:hover {
  fill: #b3d1ff;
}
.map .col-1 #kz-map path.active {
  fill: #4da6ff;
}
.map .col-1 #kz-map circle {
  fill: #00bae5;
  stroke: #333;
  stroke-width: 3;
  cursor: pointer;
}
.map .col-1 #kz-map circle.active {
  fill: #e74c3d;
  stroke: #a71515;
}
.map .col-1 #kz-map text {
  font-size: 0.9rem;
  fill: #FFF;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  cursor: pointer;
}
.map .col-1 #popup {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  display: none;
}
.map .col-1 #tooltip {
  position: absolute;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  pointer-events: none;
  font-size: 14px;
  display: none;
  white-space: nowrap;
  z-index: 1000;
}
.map .col-2 {
  background-color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 1.5rem 2rem;
  min-height: 100%;
}
.map .col-2 h3, .map .col-2 h5 {
  /*font-family: $font-druk;*/
  font-weight: bold;
}
.map .col-2 h3 {
  font-size: 1.4rem;
  color: #062066;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
.map .col-2 h5 {
  font-size: 1rem;
  color: #303030;
  margin-bottom: 1.2rem;
}
.map .col-2 .university-div #uni-list {
  margin-bottom: 1.5rem;
}
.map .col-2 .university-div #uni-list li {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.map .col-2 .university-div #uni-list li a {
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
  padding: 0.9rem 0.6rem;
  color: #0082f5;
}
.map .col-2 .university-div #uni-list li a:hover {
  color: #00c2ff;
}
.map .col-2 .university-div #uni-list li:first-child {
  border-top: 1px solid #dddddd;
}
.map .col-2 .university-div #uni-list li:nth-child(even) {
  background: #F7F7F7;
}
.map .col-2 .summary-div #region-list li {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.9rem 0.6rem;
}
.map .col-2 .summary-div #region-list li:first-child {
  border-top: 1px solid #dddddd;
}
.map .col-2 .summary-div #region-list li:nth-child(even) {
  background: #F7F7F7;
}

.contain-unset {
  contain: unset !important;
}

.map2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.map2 .col-1 {
  flex: 1;
  min-width: 600px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
}
.map2 .col-1 h3 {
  font-family: "DrukTextWideTT", Arial, sans-serif;
  font-size: 1.8rem;
  color: #062066;
  margin-bottom: 1.5rem;
}
.map2 .col-1 select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  background: white;
  color: #333;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}
.map2 .col-1 select:focus {
  border-color: #3a7dff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 125, 255, 0.1);
}
.map2 .col-1 #kz-map {
  width: 100%;
  height: auto;
}
.map2 .col-1 #kz-map path {
  fill: #e0e0e0;
  stroke: #FFF;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.map2 .col-1 #kz-map path:hover {
  fill: #b3d1ff !important;
  cursor: pointer;
}
.map2 .col-1 #kz-map path.active {
  fill: #3a7dff;
  filter: drop-shadow(0 0 8px rgba(58, 125, 255, 0.4));
}
.map2 .col-1 #kz-map circle {
  fill: #00bae5;
  stroke: #333;
  stroke-width: 3;
  cursor: pointer;
}
.map2 .col-1 #kz-map circle.active {
  fill: #e74c3d;
  stroke: #a71515;
}
.map2 .col-1 #kz-map text {
  font-size: 0.9rem;
  fill: #FFF;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  cursor: pointer;
}
.map2 .col-1 #popup {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  display: none;
}
.map2 .col-1 #tooltip {
  position: fixed;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  pointer-events: none;
  font-size: 14px;
  display: none;
  white-space: nowrap;
  z-index: 1000;
}
.map2 .col-2 {
  flex: 0 0 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.map2 .col-2 .summary-panel {
  margin-top: 20px;
  padding: 20px;
  background-color: #f8faff;
  border-radius: 8px;
  display: block;
  border: 1px solid #e6f0ff;
}
.map2 .col-2 .summary-panel h3 {
  margin-top: 0;
  color: #3a7dff;
  font-size: 1.15rem;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.map2 .col-2 .summary-panel p {
  color: #666;
  line-height: 1.5;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.map2 .col-2 .university-div .region-header {
  background: linear-gradient(135deg, #3a7dff 0%, #1a56d6 100%);
  color: white;
  padding: 18px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(58, 125, 255, 0.2);
}
.map2 .col-2 .university-div .region-header h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bold;
}
.map2 .col-2 .university-div .region-header h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-weight: bold;
}
.map2 .col-2 .university-div .university-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.map2 .col-2 .university-div .university-list ul li {
  padding: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}
.map2 .col-2 .university-div .university-list ul li a {
  /*color: #3a7dff;*/
  color: #4f586a;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.map2 .col-2 .university-div .university-list ul li a:hover {
  color: #1a56d6;
  padding-left: 0.5rem;
}
.map2 .col-2 .university-div .university-list ul li:hover {
  background-color: #f8faff;
  padding-right: 0;
}
.map2 .col-2 .university-div .university-list ul .fade-in {
  animation: fadeIn 0.5s ease-in-out;
}/*# sourceMappingURL=main.css.map */