/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #00010B;
  font-family: "Inter", sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*
1. Variables
*/
/*
1. Fonts
*/
@font-face {
  font-family: "Blauer Nue";
  src: url("../fonts/BlauerNue-Light.woff2") format("woff2"), url("../fonts/BlauerNue-Light.woff") format("woff"), url("../fonts/BlauerNue-Light.ttf") format("truetype"), url("../fonts/BlauerNue-Light.svg#BlauerNue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blauer Nue";
  src: url("../fonts/BlauerNue-Regular.woff2") format("woff2"), url("../fonts/BlauerNue-Regular.woff") format("woff"), url("../fonts/BlauerNue-Regular.ttf") format("truetype"), url("../fonts/BlauerNue-Regular.svg#BlauerNue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blauer Nue";
  src: url("../fonts/BlauerNue-Medium.woff2") format("woff2"), url("../fonts/BlauerNue-Medium.woff") format("woff"), url("../fonts/BlauerNue-Medium.ttf") format("truetype"), url("../fonts/BlauerNue-Medium.svg#BlauerNue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blauer Nue";
  src: url("../fonts/BlauerNue-SemiBold.woff2") format("woff2"), url("../fonts/BlauerNue-SemiBold.woff") format("woff"), url("../fonts/BlauerNue-SemiBold.ttf") format("truetype"), url("../fonts/BlauerNue-SemiBold.svg#BlauerNue-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.primarybtn {
  width: 125px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  background: radial-gradient(72.64% 100% at 27.36% 100%, rgba(1, 6, 15, 0.27) 0%, rgba(3, 198, 252, 0.42) 100%);
  border-radius: 500px;
  box-shadow: none;
  outline: none;
  border: 1px solid #03C6FC;
  transition: all 0.3s ease-in-out;
}
.primarybtn:hover {
  background: #03C6FC;
  color: #01060F;
}
@media screen and (max-width: 991px) {
  .primarybtn {
    font-size: 17px;
  }
}

.secondarybtn {
  width: 125px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #01060F;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  background: #03C6FC;
  border-radius: 500px;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.secondarybtn:hover {
  background: radial-gradient(72.64% 100% at 27.36% 100%, rgba(1, 6, 15, 0.27) 0%, rgba(3, 198, 252, 0.42) 100%);
  color: #fff;
  border: 1px solid #03C6FC;
}
@media screen and (max-width: 991px) {
  .secondarybtn {
    font-size: 17px;
  }
}

p {
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.5;
  color: #DCDCDC;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  p {
    font-size: 16px;
  }
}

.main-title {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.main-title small {
  font-size: 26px;
  line-height: 1.8em;
  display: block;
  margin-top: 40px;
}
.main-title small span {
  color: #03c6fc;
  font-style: italic;
}
@media screen and (max-width: 1500px) {
  .main-title {
    font-size: 80px;
  }
  .main-title small {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .main-title {
    font-size: 50px;
  }
  .main-title small {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .main-title {
    font-size: 35px;
    line-height: 1.2;
  }
  .main-title small {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .main-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .main-title small {
    font-size: 15px;
  }
}

.title {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 25px;
    line-height: 1.3;
  }
}

.sub-heading {
  font-size: 19px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 40px;
}
.sub-heading span {
  display: inline-block;
  color: #03C6FC;
}
@media screen and (max-width: 1199px) {
  .sub-heading {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .sub-heading {
    font-size: 17px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1750px;
  }
}
/*====================== Header Start ======================*/
.header-nav {
  background: none !important;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms ease-in-out;
}
.header-nav .logo-block {
  margin: 0;
  padding: 0;
  width: 180px;
  transition: all 500ms ease-in-out;
}
.header-nav .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-nav .logo-block a img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 991px) {
  .header-nav .logo-block a img {
    width: 135px;
  }
}
.header-nav .flex-block {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-nav .navigation-field {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-nav .navigation-field .nav-sec {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-nav .navigation-field .nav-sec ul li {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 45px 20px 45px 0;
  transition: all 300ms ease-in-out;
}
.header-nav .navigation-field .nav-sec ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1500px) {
  .header-nav .navigation-field .nav-sec ul li {
    padding-right: 0;
  }
}
.header-nav .navigation-field .nav-sec ul li a {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 7px 20px;
  border: 1px solid transparent;
  border-radius: 500px;
  transition: all 300ms ease-in-out;
  position: relative;
}
.header-nav .navigation-field .nav-sec ul li a:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 3px;
  background: transparent;
  left: 0;
  right: 0;
  bottom: -47px;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
.header-nav .navigation-field .nav-sec ul li a:hover {
  border: 1px solid rgba(3, 198, 252, 0.2509803922);
  color: #03C6FC;
}
.header-nav .navigation-field .nav-sec ul li a:hover:after {
  background: #03C6FC;
}
@media screen and (max-width: 1350px) {
  .header-nav .navigation-field .nav-sec ul li a {
    padding: 7px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    border-radius: 0;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li {
    display: block;
  }
}
.header-nav .navigation-field .nav-sec ul li .sub-menu {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 40px 20px 65px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5000px;
  top: 0;
  bottom: 0;
  background: rgba(12, 22, 39, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-top: 1px solid rgba(3, 198, 252, 0.15);
  border-bottom: 1px solid rgba(3, 198, 252, 0.15);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu::after {
    display: none;
  }
}
.header-nav .navigation-field .nav-sec ul li .sub-menu h5 {
  font-size: 18px;
  line-height: 1;
  color: #A8BABF;
  font-weight: 500;
  margin: 0;
  padding: 0 0 11px;
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu h5 {
    padding-bottom: 15px;
  }
}
.header-nav .navigation-field .nav-sec ul li .sub-menu ul {
  display: flex;
  flex-flow: wrap;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu ul li {
  padding: 24px 0;
  width: 50%;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu ul li a {
  padding: 0;
  border: none;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu ul li a::after {
  display: none;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu ul li a .icon {
  display: inline-block;
  margin: 0 17px 0 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu ul li {
    padding: 15px 0;
    margin-bottom: 0;
    width: 100%;
  }
  .header-nav .navigation-field .nav-sec ul li .sub-menu ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu {
    background: rgba(12, 22, 39, 0.8);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header-nav .navigation-field .nav-sec ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec {
    padding-bottom: 45px;
  }
}
.header-nav .navigation-field .btn-field {
  display: flex;
  align-items: center;
  margin: 0 45px 0 60px;
  padding: 0;
}
.header-nav .navigation-field .btn-field .secondarybtn {
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .header-nav .navigation-field .btn-field {
    margin: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1330px) {
  .header-nav .navigation-field .btn-field {
    margin: 0 10px 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field {
    position: fixed;
    width: 365px;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #00050D;
    z-index: 9999;
    display: block;
    padding: 15px;
    padding-bottom: 40px;
    overflow: auto;
    transition: all 500ms ease-in-out;
    box-shadow: -3px 0px 7px 0px rgba(10, 36, 114, 0.35);
  }
  .header-nav .navigation-field.opened {
    right: 0;
  }
}
@media screen and (max-width: 366px) {
  .header-nav .navigation-field {
    width: 100%;
  }
}
.header-nav .dropdown .btn {
  display: inline-block;
  background: url(../images/dropdown-arrow.png) no-repeat right center;
  background-size: 10px;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding-right: 20px;
}
.header-nav .dropdown .btn:after {
  display: none;
}
.header-nav .dropdown .btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 6px 0 0;
  padding: 0;
}
.header-nav .dropdown .btn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-nav .dropdown .dropdown-item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 6px 0 0;
  padding: 0;
}
.header-nav .dropdown .dropdown-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .header-nav .dropdown {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1500px) {
  .header-nav .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1199px) {
  .header-nav.header-sticky {
    background: rgba(12, 22, 39, 0.8);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1199px) and (min-width: 991px) {
  .header-nav.header-sticky {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out;
  }
  .header-nav.header-sticky .logo-block {
    width: 150px;
  }
  .header-nav.header-sticky .navigation-field .nav-sec ul li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-nav.header-sticky .navigation-field .nav-sec ul li a:after {
    bottom: -32px;
  }
  .header-nav.header-sticky .navigation-field .nav-sec ul li .sub-menu {
    top: 95px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 767px) {
  .header-nav.header-sticky {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out;
  }
}

.close-block {
  margin: 0;
  padding: 0;
  text-align: right;
  display: none;
}
.close-block .close-btn {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #1D2F6C;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-block .close-btn img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .close-block {
    display: block;
  }
}

.humberger-menu {
  width: auto;
  height: auto;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.humberger-menu img {
  width: 27px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .humberger-menu {
    display: flex;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 1, 11, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 91;
}
.overlay.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*====================== Header End ======================*/
/*====================== Banner Start ======================*/
.banner {
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .desc {
  position: relative; /*bottom:100px; left:0; right:0;*/
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.banner .desc .text-block {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 3;
}
.banner .desc .text-block h3 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 25px 0;
  background: #000;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
}
.banner .desc .text-block h3 span {
  font-style: italic;
  color: #03C6FC;
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block h3 {
    font-size: 17px;
  }
}
.banner .desc .text-block .main-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block .main-title {
    padding-bottom: 25px;
  }
}
.banner .desc .text-block p {
  max-width: 1127px;
  font-size: 22px;
  color: #DDE6E9;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .banner .desc .text-block p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
.banner .desc .text-block .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 100px;
}
.banner .desc .text-block .btn-field .btn {
  width: 211px;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block .btn-field .btn {
    width: 185px;
  }
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block .btn-field {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .text-block .btn-field {
    padding-bottom: 40px;
  }
}
.banner .desc .text-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.banner .desc .text-block ul li {
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding: 12px 15px;
  background: url(../images/rectangle-img.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 10px;
}
.banner .desc .text-block ul li .icon-img {
  margin: 0 10px 0 0;
  padding: 0;
  height: 21px;
  display: flex;
  align-items: center;
  line-height: 0;
}
.banner .desc .text-block ul li .icon-img img {
  max-width: 28px;
  height: auto;
}
.banner .desc .text-block ul li h5 {
  font-family: "Blauer Nue";
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.banner .desc .text-block ul li h5 span {
  display: inline-block;
  color: #03C6FC;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block ul li h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .text-block ul li {
    margin: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc {
    bottom: 30px;
  }
}
.banner .three-features {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0;
  left: 0;
}
.banner .three-features ul {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
}
.banner .three-features ul li {
  color: #fff;
  display: flex;
  gap: 20px;
}
.banner .three-features ul li h5 span {
  font-style: italic;
  color: #03C6FC;
}
@media (max-width: 991px) {
  .banner .three-features ul {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    height: 650px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 660px;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    height: 775px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/*====================== Banner Start ======================*/
.tab-element {
  margin: 0;
  padding: 0 0 100px;
  position: relative;
  z-index: 2;
}
.tab-element .block {
  margin: 0;
  padding: 50px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tab-element .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.tab-element .nav-tabs .nav-item {
  padding-right: 25px;
}
@media screen and (max-width: 1500px) {
  .tab-element .nav-tabs .nav-item {
    padding-right: 15px;
  }
}
.tab-element .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.tab-element .nav-tabs .nav-item .nav-link {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #DCDCDC;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 21px;
  border: none;
  border-radius: 500px;
  transition: all 300ms ease-in-out;
}
.tab-element .nav-tabs .nav-item .nav-link span {
  display: inline-block;
  vertical-align: top;
  color: #3AE86E;
  font-size: 10px;
  font-weight: 600;
}
.tab-element .nav-tabs .nav-item .nav-link.active {
  background: url(../images/tab-bg-img.png) no-repeat left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 1199px) {
  .tab-element .nav-tabs .nav-item {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .tab-element .nav-tabs {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
}
.tab-element .tab-content {
  padding-top: 60px;
}
.tab-element .tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .tab-element .tab-content .row .col-6 {
    width: 100%;
  }
}
.tab-element .tab-content .box {
  margin: 0;
  padding: 13px 20px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.tab-element .tab-content .box .icon-img {
  width: 37px;
  height: 37px;
  background: rgba(255, 0, 0, 0.25);
  border: 1px solid rgba(255, 0, 0, 0.49);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px rgba(255, 66, 66, 0.2509803922);
}
.tab-element .tab-content .box .icon-img img {
  width: 13px;
  height: auto;
}
.tab-element .tab-content .box .icon-img.green-icon {
  background: rgba(68, 215, 124, 0.25);
  border-color: #44D77C;
  box-shadow: 0px 10px 30px 0px rgba(68, 215, 124, 0.2509803922);
}
.tab-element .tab-content .box .text-field {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.tab-element .tab-content .box .text-field h3 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.tab-element .tab-content .box .text-field p {
  font-size: 14px;
  color: #fff;
  opacity: 0.2;
}
.tab-element .tab-content .box .text-field span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #44D77C;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .tab-element .tab-content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .tab-element {
    padding-bottom: 40px;
  }
}

.top-content {
  max-width: 1099px;
  margin: 0 auto;
  padding: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .top-content {
    padding-bottom: 60px;
    max-width: 765px;
  }
}
@media screen and (max-width: 991px) {
  .top-content {
    max-width: 545px;
  }
}
@media screen and (max-width: 500px) {
  .top-content {
    padding-bottom: 40px;
  }
}

.lmd-element {
  margin: 0;
  padding: 50px 0 0 0;
}
.lmd-element .top-content {
  position: relative;
  z-index: 1;
}
.lmd-element .top-content:after {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1450px;
  width: 100%;
  height: 600px;
  background: url(../images/bottom-rounded-shadow.png) no-repeat left bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .lmd-element .top-content:after {
    width: 100%;
  }
}
.lmd-element .top-content h3 {
  background: #fff;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lmd-element .block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
}
.lmd-element .block img {
  width: 100%;
  height: auto;
}
.lmd-element.edc-lmd-element .top-content:after {
  display: none;
}
.lmd-element.edc-lmd-element .title {
  padding-bottom: 25px;
}
.lmd-element.edc-lmd-element p {
  font-weight: 500;
  color: #DDE6E9;
}
.lmd-element.edc-lmd-element .block {
  position: relative;
  z-index: 1;
}
.lmd-element.edc-lmd-element .block:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/lmd-edu-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .lmd-element.edc-lmd-element .block:after {
    width: 100%;
  }
}
.lmd-element.rcs-lmd-element {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lmd-element.rcs-lmd-element {
    padding-top: 25px;
  }
}
.lmd-element.rcs-lmd-element .top-content p {
  padding-top: 43px;
  color: #DDE6E9;
}
.lmd-element.rcs-lmd-element:after {
  content: "";
  position: absolute;
  bottom: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-bottom-round-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .lmd-element.rcs-lmd-element:after {
    width: 100%;
  }
}

.mid-wrap {
  background: url(../images/wcf-bg-img.jpg) no-repeat left top #01050E;
  background-size: cover;
}

.wcf-element {
  margin: 0;
  padding: 150px 0 0 0;
  z-index: 2;
  position: relative;
}
.wcf-element .top-content {
  position: relative;
  z-index: 1;
}
.wcf-element .top-content:after {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 1450px;
  height: 600px;
  background: url(../images/top-rounded-shadow.png) no-repeat left top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .wcf-element .top-content:after {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element .top-content:after {
    width: 100%;
    top: -100px;
  }
}
.wcf-element .block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
}
.wcf-element .box {
  max-width: 436px;
  min-height: 425px;
  background: url(../images/wcf-box-bg2.png) no-repeat left top;
  background-size: 100% 100%;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.wcf-element .box .top-sec {
  margin: 0 0 65px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .wcf-element .box .top-sec {
    margin-bottom: 45px;
  }
}
.wcf-element .box .top-sec .icon-block {
  margin: 0;
  padding: 0;
}
.wcf-element .box .top-sec .icon-block img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .wcf-element .box .top-sec .icon-block img {
    width: 90px;
  }
}
@media screen and (max-width: 1500px) {
  .wcf-element .box .top-sec .icon-block {
    margin: 10px 0 0 15px;
  }
}
.wcf-element .box .top-sec .text-heading {
  flex: 1;
  margin: 0;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1500px) {
  .wcf-element .box .top-sec .text-heading {
    padding: 7px 0 0 40px;
  }
}
.wcf-element .box .top-sec .text-heading h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .wcf-element .box .top-sec .text-heading h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element .box .top-sec .text-heading {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element .box .top-sec {
    margin-bottom: 30px;
  }
}
.wcf-element .box .text-block {
  margin: 0;
  padding: 0 50px;
}
.wcf-element .box .text-block h3 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 60px;
  background: linear-gradient(81.95deg, #FFFFFF 0%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1500px) {
  .wcf-element .box .text-block h3 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element .box .text-block h3 {
    padding-bottom: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element .box {
    min-height: 300px;
    max-width: 355px;
    margin: 0 auto 48px;
  }
}
.wcf-element .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
  padding: 0;
}
.wcf-element .btn-field .btn {
  width: 200px;
  margin: 0 5px;
}
.wcf-element .btn-field .btn.secondarybtn {
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .wcf-element .btn-field {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .wcf-element {
    padding-top: 90px;
  }
}

.atb-element {
  margin: 0;
  padding: 150px 0 20px 0;
  background: url(../images/daimond-img.png) no-repeat center -50%;
  background-size: 50%;
  position: relative;
  z-index: 1;
}
.atb-element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1523px;
  height: 1523px;
  border-radius: 50%;
  background: url(../images/atb-bg-round-shape.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .atb-element:after {
    width: 100%;
  }
}
.atb-element .top-content {
  text-align: left;
}
.atb-element .top-content .sub-heading {
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.atb-element .top-content .title {
  font-size: 50px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .atb-element .top-content .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .atb-element .top-content .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .atb-element .top-content .title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.atb-element .slider-field {
  margin: 0;
  padding: 0;
}
.atb-element .slider-field .item {
  margin: 0;
  padding: 0 13px;
}
.atb-element .slider-field .box {
  margin: 0;
  padding: 48px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  min-height: 490px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.atb-element .slider-field .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .atb-element .slider-field .box::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .atb-element .slider-field .box {
    padding: 30px;
  }
}
.atb-element .slider-field .box h2 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 25px;
}
.atb-element .slider-field .box h4 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 35px;
  background: linear-gradient(81.95deg, #FFFFFF 0%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.atb-element .slider-field .box p {
  opacity: 1;
  padding-bottom: 25px;
}
.atb-element .slider-field .box ul li {
  font-size: 17px;
  line-height: 1.5;
  color: #DCDCDC;
  font-weight: 300;
  margin: 0;
  padding: 0 0 15px 15px;
  opacity: 1;
  position: relative;
}
.atb-element .slider-field .box ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #DCDCDC;
  border-radius: 50%;
  left: 0;
  top: 11px;
  opacity: 0.7;
}
.atb-element .slider-field .box .primarybtn {
  font-family: "Blauer Nue";
  font-weight: 300;
  background: url(../images/btn-bg-img.png) no-repeat left top;
  background-size: cover;
  width: 200px;
  border: none;
  margin-top: 20px;
}
.atb-element .slider-field .box .primarybtn:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .atb-element .slider-field .box {
    min-height: inherit;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .atb-element .slider-field .box {
    padding: 25px 15px;
  }
}
.atb-element .slider-field .slick-arrow {
  width: 75px;
  height: 75px;
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .atb-element .slider-field .slick-arrow {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 500px) {
  .atb-element .slider-field .slick-arrow {
    display: none !important;
  }
}
.atb-element .slider-field .slick-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  background-size: cover;
}
.atb-element .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .atb-element .slider-field .slick-prev {
    left: -10px;
  }
}
.atb-element .slider-field .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
  background-size: cover;
}
.atb-element .slider-field .slick-next:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .atb-element .slider-field .slick-next {
    right: -10px;
  }
}
.atb-element .slider-field .slick-dots {
  bottom: -50px;
  left: 0;
  display: none !important;
}
.atb-element .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.atb-element .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #03C6FC;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.atb-element .slider-field .slick-dots li.slick-active button {
  background: #03C6FC;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .atb-element .slider-field .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .atb-element {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .atb-element {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .atb-element {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .atb-element {
    padding: 60px 0;
  }
}
.atb-element.account-element {
  padding-top: 0;
  background: none;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .atb-element.account-element {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .atb-element.account-element {
    padding: 0 0 72px;
  }
}
.atb-element.account-element::after {
  bottom: -100px;
}
.atb-element.account-element .nav-tabs {
  max-width: 454px;
  border-bottom: none;
  justify-content: center;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
  border-radius: 500px;
  overflow: hidden;
}
.atb-element.account-element .nav-tabs::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .atb-element.account-element .nav-tabs::after {
    border-radius: 20px;
  }
}
.atb-element.account-element .nav-tabs .nav-item {
  width: 50%;
}
.atb-element.account-element .nav-tabs .nav-item .nav-link {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 19px 0;
  border-radius: 500px;
  border: none;
  box-shadow: none;
  outline: none;
}
.atb-element.account-element .nav-tabs .nav-item .nav-link.active {
  color: #01060F;
  background: #03C6FC;
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 1199px) {
  .atb-element.account-element .nav-tabs .nav-item .nav-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .atb-element.account-element .nav-tabs {
    max-width: 400px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .atb-element.account-element .nav-tabs {
    margin-bottom: 40px;
  }
}
.atb-element.account-element .slider-field {
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .atb-element.account-element .slider-field {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .atb-element.account-element .slider-field .item {
    padding: 0;
  }
}
.atb-element.account-element .slider-field .box {
  padding: 0;
}
.atb-element.account-element .slider-field .box .top-sec {
  margin: 0;
  padding: 35px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.atb-element.account-element .slider-field .box .top-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .atb-element.account-element .slider-field .box .top-sec::after {
    border-radius: 20px;
  }
}
.atb-element.account-element .slider-field .box .top-sec .d-flex {
  margin-bottom: 25px;
}
.atb-element.account-element .slider-field .box .top-sec .d-flex .round-box {
  display: inline-block;
  margin: 0;
  padding: 8px 22px;
  background: #3C1DFF;
  box-shadow: 0px 12px 20px 0px rgba(60, 29, 255, 0.3019607843);
  border-radius: 50px;
}
.atb-element.account-element .slider-field .box .top-sec .d-flex .round-box span {
  display: block;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.atb-element.account-element .slider-field .box .top-sec .title {
  display: inline-block;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}
.atb-element.account-element .slider-field .box .top-sec h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 7px;
}
@media screen and (max-width: 767px) {
  .atb-element.account-element .slider-field .box .top-sec h3 {
    font-size: 18px;
  }
}
.atb-element.account-element .slider-field .box .top-sec p {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .atb-element.account-element .slider-field .box .top-sec {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 700px) {
  .atb-element.account-element .slider-field .box .top-sec {
    padding: 25px 15px;
  }
}
.atb-element.account-element .slider-field .box .bottom-sec {
  margin: 0;
  padding: 35px;
}
.atb-element.account-element .slider-field .box .bottom-sec ul {
  padding: 0;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 0;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li::after {
  display: none;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li:last-child {
  padding-bottom: 0;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li .icon-img {
  width: 15px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li .icon-img img {
  width: 100%;
  height: auto;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li .text-field {
  flex: 1;
  margin: 0;
  padding: 0 0 0 11px;
}
.atb-element.account-element .slider-field .box .bottom-sec ul li .text-field p {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .atb-element.account-element .slider-field .box .bottom-sec {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 700px) {
  .atb-element.account-element .slider-field .box .bottom-sec {
    padding: 25px 15px;
  }
}

.cas-element {
  margin: 0;
  padding: 0;
  background: #00010B;
}
.cas-element .feature-img {
  margin: 0;
  padding: 0;
}
.cas-element .feature-img img {
  width: 100%;
  height: auto;
}
.cas-element .text-block {
  margin: 0;
  padding: 0;
}
.cas-element .text-block .title {
  padding-bottom: 75px;
  max-width: 540px;
}
@media screen and (max-width: 991px) {
  .cas-element .text-block .title {
    padding-bottom: 40px;
  }
}
.cas-element .text-block ul li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
}
.cas-element .text-block ul li span {
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0 0 25px;
  background: linear-gradient(81.95deg, #FFFFFF 0%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .cas-element .text-block ul li span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .cas-element {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .cas-element {
    padding: 0;
  }
}

.tpwn-element {
  margin: 0;
  padding: 150px 0 150px;
}
.tpwn-element .top-content {
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
}
.tpwn-element .top-content .sub-heading {
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tpwn-element .top-content:after {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 1450px;
  height: 600px;
  background: url(../images/top-rounded-shadow.png) no-repeat left top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .tpwn-element .top-content:after {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .tpwn-element .top-content:after {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tpwn-element .top-content:after {
    top: -70px;
  }
}
@media screen and (max-width: 1500px) {
  .tpwn-element .top-content {
    max-width: 1140px;
  }
}
.tpwn-element .block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
}
.tpwn-element .block .tab-nav {
  max-width: 388px;
  margin: 0;
  padding: 0;
}
.tpwn-element .block .tab-nav .nav-tabs {
  flex-flow: column;
  border-bottom: none;
}
.tpwn-element .block .tab-nav .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tpwn-element .block .tab-nav .nav-link {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #DCDCDC;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 35px 30px;
  border: none;
  border-radius: 30px;
  transition: all 300ms ease-in-out;
  position: relative;
  text-align: left;
}
.tpwn-element .block .tab-nav .nav-link .icon-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  visibility: hidden;
}
.tpwn-element .block .tab-nav .nav-link .icon-img img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .tpwn-element .block .tab-nav .nav-link .icon-img img {
    width: 35px;
  }
}
@media screen and (max-width: 500px) {
  .tpwn-element .block .tab-nav .nav-link .icon-img {
    right: 0;
  }
}
.tpwn-element .block .tab-nav .nav-link.active {
  background: linear-gradient(66.06deg, rgba(3, 198, 252, 0.5) 15.37%, rgba(0, 0, 0, 0) 84.63%);
}
.tpwn-element .block .tab-nav .nav-link.active .icon-img {
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .tpwn-element .block .tab-nav .nav-link {
    font-size: 20px;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 767px) {
  .tpwn-element .block .tab-nav {
    margin: 0 auto 25px;
  }
}
.tpwn-element .block .tab-content {
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .tpwn-element .block .tab-content {
    padding-left: 0;
  }
}
.tpwn-element .block .box {
  max-width: 861px;
  min-height: 500px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  margin: 0;
  padding: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.tpwn-element .block .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tpwn-element .block .box::after {
    border-radius: 20px;
  }
}
.tpwn-element .block .box .img-block {
  margin: 0 0 40px;
  padding: 0;
}
.tpwn-element .block .box .img-block img {
  width: 58px;
  height: auto;
}
.tpwn-element .block .box .text-block {
  margin: 0;
  padding: 0;
}
.tpwn-element .block .box .text-block h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 45px;
}
@media screen and (max-width: 500px) {
  .tpwn-element .block .box .text-block h3 {
    padding-bottom: 25px;
  }
}
.tpwn-element .block .box .text-block p {
  opacity: 0.7;
  padding-bottom: 45px;
}
.tpwn-element .block .box .text-block .secondarybtn {
  width: 163px;
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 1199px) {
  .tpwn-element .block .box {
    padding: 45px;
  }
}
@media screen and (max-width: 991px) {
  .tpwn-element .block .box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tpwn-element .block .box {
    padding: 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .tpwn-element .block .box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .tpwn-element {
    padding: 60px 0 85px;
  }
}
.tpwn-element.pts-tpwn-element {
  padding-top: 0;
}
.tpwn-element.pts-tpwn-element .pts-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .tpwn-element.pts-tpwn-element .pts-wrap {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .tpwn-element.pts-tpwn-element {
    padding-bottom: 25px;
  }
}
.tpwn-element.pts-tpwn-element .top-content {
  max-width: 1058px;
}
.tpwn-element.pts-tpwn-element .top-content .title {
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .tpwn-element.pts-tpwn-element .top-content .title {
    padding-bottom: 25px;
  }
}
.tpwn-element.pts-tpwn-element .top-content::after {
  display: none;
}

.highlights-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.highlights-element:after {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mastercard-bg-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .highlights-element:after {
    width: 100%;
  }
}
.highlights-element .top-content {
  max-width: 1031px;
  margin: 0 auto;
}
.highlights-element .top-content .sub-heading {
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlights-element .lt-box {
  max-width: 504px;
  min-height: 710px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  margin: 0;
  padding: 80px 50px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.highlights-element .lt-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .highlights-element .lt-box::after {
    border-radius: 20px;
  }
}
.highlights-element .lt-box h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .highlights-element .lt-box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .highlights-element .lt-box h3 {
    font-size: 25px;
  }
}
.highlights-element .lt-box .img-block {
  margin: 0;
  padding: 35px 0;
  text-align: center;
}
.highlights-element .lt-box .img-block img {
  max-width: 212px;
  height: auto;
}
.highlights-element .lt-box p {
  font-weight: 500;
  opacity: 0.7;
  padding-bottom: 25px;
}
.highlights-element .lt-box .primarybtn {
  width: 200px;
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .highlights-element .lt-box .primarybtn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1330px) {
  .highlights-element .lt-box {
    min-height: inherit;
    padding: 55px 25px;
  }
}
@media screen and (max-width: 991px) {
  .highlights-element .lt-box {
    padding: 40px 25px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .highlights-element .lt-box {
    text-align: center;
    border-radius: 20px;
  }
}
.highlights-element .top-card {
  margin: 0;
  padding: 0;
}
.highlights-element .top-card .box {
  max-width: 383px;
  min-height: 437px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  margin: 0 0 24px;
  padding: 40px 35px;
  position: relative;
  z-index: 1;
}
.highlights-element .top-card .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .highlights-element .top-card .box::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .highlights-element .top-card .box {
    padding: 30px 25px;
  }
}
.highlights-element .top-card .box .icon-img {
  margin: 0;
  padding: 0 0 140px;
}
.highlights-element .top-card .box .icon-img img {
  max-width: 74px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .highlights-element .top-card .box .icon-img {
    padding-bottom: 90px;
  }
}
.highlights-element .top-card .box .content {
  margin: 0;
  padding: 0;
}
.highlights-element .top-card .box .content h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
.highlights-element .top-card .box .content p {
  font-weight: 500;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .highlights-element .top-card .box {
    min-height: inherit;
    margin: 0 auto 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .highlights-element .top-card .box {
    padding: 25px 15px;
  }
}
.highlights-element .bottom-card {
  margin: 0;
  padding: 0;
}
.highlights-element .bottom-card .item {
  max-width: 383px;
  min-height: 253px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 40px;
  margin: 0;
  padding: 40px 35px;
  position: relative;
  z-index: 1;
}
.highlights-element .bottom-card .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .highlights-element .bottom-card .item::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .highlights-element .bottom-card .item {
    padding: 30px 25px;
  }
}
.highlights-element .bottom-card .item h5 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 1500px) {
  .highlights-element .bottom-card .item h5 {
    font-size: 30px;
  }
}
.highlights-element .bottom-card .item h6 {
  font-size: 19px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 25px;
  background: linear-gradient(81.95deg, #FFFFFF 10.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlights-element .bottom-card .item .img-block {
  margin: 0;
  padding: 0;
}
.highlights-element .bottom-card .item .img-block img {
  width: 136px;
  height: auto;
}
.highlights-element .bottom-card .item p {
  font-weight: 500;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .highlights-element .bottom-card .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .highlights-element .bottom-card .item {
    margin: 0 auto 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .highlights-element .bottom-card .item {
    min-height: inherit;
    padding: 45px 20px;
  }
}
@media screen and (max-width: 500px) {
  .highlights-element .bottom-card .item {
    padding: 45px 15px;
  }
}
.highlights-element .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
  padding: 0;
}
.highlights-element .btn-field .btn {
  width: 200px;
  margin: 0 5px;
}
.highlights-element .btn-field .btn.secondarybtn {
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 1199px) {
  .highlights-element .btn-field {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .highlights-element .btn-field {
    margin-top: 25px;
  }
}

.mastercard-element {
  margin: 0;
  padding: 150px 0 120px;
  position: relative;
  z-index: 1;
}
.mastercard-element:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mastercard-bg-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mastercard-element:after {
    width: 100%;
    bottom: -50px;
  }
}
.mastercard-element .text-block {
  max-width: 775px;
  margin: 0;
  padding: 0;
}
.mastercard-element .text-block h4 {
  font-size: 19px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 40px;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .mastercard-element .text-block h4 {
    font-size: 17px;
    padding-bottom: 15px;
  }
}
.mastercard-element .text-block .title {
  padding-bottom: 45px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .mastercard-element .text-block .title {
    font-size: 30px;
  }
}
.mastercard-element .text-block p {
  opacity: 0.7;
  padding-bottom: 35px;
}
.mastercard-element .text-block .secondarybtn {
  width: 190px;
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mastercard-element .text-block .secondarybtn {
    margin-top: 20px;
  }
}
.mastercard-element .text-block .block {
  margin: 0;
  padding: 0 0 30px;
}
.mastercard-element .text-block .block h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px 0;
}
.mastercard-element .text-block .block ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.mastercard-element .text-block .block ul li:last-child {
  padding-bottom: 0;
}
.mastercard-element .text-block .block ul li .icon-img {
  width: 15px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mastercard-element .text-block .block ul li .icon-img img {
  width: 100%;
  height: auto;
}
.mastercard-element .text-block .block ul li .text-field {
  flex: 1;
  margin: 0;
  padding: 0 0 0 11px;
}
.mastercard-element .text-block .block ul li .text-field p {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mastercard-element .text-block {
    padding-bottom: 60px;
  }
}
.mastercard-element .img-block {
  max-width: 740px;
  margin: 0 0 0 auto;
  padding: 0;
}
.mastercard-element .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .mastercard-element {
    padding: 100px 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .mastercard-element {
    padding: 70px 0;
  }
}

/*====================== Footer Start ======================*/
.footer {
  margin: 0;
  padding: 65px 0 20px;
}
.footer .footer-top {
  margin: 0;
  padding: 0 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .footer-top .logo-block {
  margin: 0;
  padding: 0;
}
.footer .footer-top .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footer-top .logo-block a img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .footer .footer-top .logo-block {
    margin-bottom: 35px;
  }
}
.footer .footer-top p {
  width: 640px;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top p {
    width: 500px;
  }
}
.footer .footer-top ul {
  display: flex;
  align-items: center;
}
.footer .footer-top ul li {
  margin: 0;
  padding: 0 10px 0 0;
  margin: 0;
}
.footer .footer-top ul li:last-child {
  padding-right: 0;
}
.footer .footer-top ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footer-top ul li a img {
  width: 50px;
  height: auto;
}
.footer .footer-top ul li a img.h-icon {
  display: none;
}
.footer .footer-top ul li a:hover img.n-icon {
  display: none;
}
.footer .footer-top ul li a:hover img.h-icon {
  display: block;
}
@media screen and (max-width: 1199px) {
  .footer .footer-top ul {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer-top {
    flex-flow: wrap;
    padding-bottom: 20px;
  }
}
.footer .footer-mid {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 25px 0 0 0;
}
.footer .footer-mid .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.footer .footer-mid .item .box {
  margin: 0;
  padding: 0;
}
.footer .footer-mid .item .box h4 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 0;
}
.footer .footer-mid .item .box ul li {
  font-size: 16px;
  line-height: 1.3;
  color: #DCDCDC;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
}
.footer .footer-mid .item .box ul li a {
  display: inline-block;
  color: #DCDCDC;
  margin: 0;
  padding: 0;
  transition: all 300ms ease-in-out;
}
.footer .footer-mid .item .box ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .footer .footer-mid .item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-mid .item {
    width: 50%;
    margin-bottom: 35px;
  }
}
.footer .app-field {
  margin: 0;
  padding: 25px 0 25px;
}
.footer .app-field ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.footer .app-field ul li {
  width: 220px;
}
.footer .app-field ul li a {
  display: flex;
  align-items: center;
  margin: 0 8px;
  padding: 15px 24px;
  background: url(../images/rectangle-bg2.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 10px;
}
.footer .app-field ul li a .icon-img {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0;
}
.footer .app-field ul li a .icon-img img {
  max-width: 39px;
  height: auto;
}
.footer .app-field ul li a p {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.footer .app-field ul li a p span {
  display: block;
  font-size: 16px;
  padding-top: 6px;
}
@media screen and (max-width: 991px) {
  .footer .app-field ul li a {
    width: 235px;
  }
}
@media screen and (max-width: 576px) {
  .footer .app-field ul li a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .footer .app-field ul li {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer .app-field ul li {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .app-field {
    padding: 5px 0 30px;
  }
}
.footer .footer-bottom {
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .up-field {
  margin: 0 0 50px;
  padding: 0;
  position: relative;
}
.footer .footer-bottom .up-field:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .footer .footer-bottom .up-field:after {
    display: none;
  }
}
.footer .footer-bottom .up-field p {
  font-size: 14px;
  opacity: 0.7;
}
.footer .footer-bottom .text-block {
  margin: 0;
  padding: 0 0 30px;
}
.footer .footer-bottom .text-block h3 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 8px;
}
.footer .footer-bottom .text-block p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #A8BABF;
  opacity: 0.6;
  padding-bottom: 15px;
}
.footer .footer-bottom .text-block ol {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}
.footer .footer-bottom .text-block ol li {
  font-size: 16px;
  line-height: 1.6;
  color: #A8BABF;
  opacity: 0.6;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 15px;
  position: relative;
}
.footer .footer-bottom .text-block ol li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #DCDCDC;
  opacity: 0.7;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-bottom: 20px;
  }
}

/*====================== Footer End ======================*/
/*==============================================================

                INNER PAGE START

==============================================================*/
.inner-banner {
  margin: 0;
  padding: 0 0 150px;
  background: url(../images/inner-bg-img.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.inner-banner .desc {
  margin: 0;
  padding: 320px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.inner-banner .desc .text-block {
  max-width: 855px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.inner-banner .desc .text-block h3 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 25px 0;
}
.inner-banner .desc .text-block h3 span {
  font-style: italic;
  color: #03C6FC;
}
.inner-banner .desc .text-block .main-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .inner-banner .desc .text-block .main-title {
    padding-bottom: 25px;
  }
}
.inner-banner .desc .text-block p {
  max-width: 1127px;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .inner-banner .desc .text-block p {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .desc .text-block p {
    font-size: 15px;
  }
}
.inner-banner .desc .text-block .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 150px;
}
.inner-banner .desc .text-block .btn-field .btn {
  width: 211px;
  margin: 0 5px;
}
@media screen and (max-width: 1199px) {
  .inner-banner .desc .text-block .btn-field {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .desc .text-block .btn-field {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .desc .text-block {
    max-width: 750px;
  }
}
.inner-banner .desc .text-block.pb-cus {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .inner-banner .desc .text-block.pb-cus {
    padding-bottom: 0;
  }
}
.inner-banner .desc .text-block.cus-1100 {
  max-width: 1107px;
}
@media screen and (max-width: 1199px) {
  .inner-banner .desc {
    padding-top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .desc {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner {
    padding-bottom: 50px;
  }
}

.top-text {
  max-width: 1127px;
  margin: 0 auto;
  padding: 0 0 65px;
  text-align: center;
}
.top-text .title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-text .title {
    padding-bottom: 25px;
  }
}
.top-text p {
  color: #DCDCDC;
}
@media screen and (max-width: 991px) {
  .top-text {
    padding-bottom: 35px;
  }
}

.overview-sec {
  margin: 0;
  padding: 0 0 220px 0;
}
.overview-sec .card-box {
  margin: 200px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.overview-sec .card-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1127px;
  height: 1127px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .overview-sec .card-box:after {
    width: 100%;
  }
}
.overview-sec .card-box .mb-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 770px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.overview-sec .card-box .mb-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .overview-sec .card-box .mb-img {
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .overview-sec .card-box .mb-img {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .overview-sec .card-box .mb-img {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .overview-sec .card-box .mb-img {
    margin: 50px auto;
  }
}
@media screen and (max-width: 500px) {
  .overview-sec .card-box .mb-img {
    width: 100%;
    margin-top: 20px;
  }
}
.overview-sec .card-box .d-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .overview-sec .card-box .d-flex {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .overview-sec .card-box .d-flex {
    display: block !important;
    margin: 0;
  }
}
.overview-sec .card-box .box {
  max-width: 540px;
  width: 100%;
  min-height: 395px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  margin: 0;
  padding: 60px;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  box-shadow: 0px 10px 50px 50px rgba(0, 0, 0, 0.5019607843);
  position: relative;
  z-index: 1;
}
.overview-sec .card-box .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .overview-sec .card-box .box::after {
    border-radius: 20px;
  }
}
.overview-sec .card-box .box .icon-img {
  margin: 0;
  padding: 0;
}
.overview-sec .card-box .box .icon-img img {
  max-width: 79px;
  height: auto;
}
.overview-sec .card-box .box .content {
  margin: 0;
  padding: 45px 0 0 0;
}
.overview-sec .card-box .box .content h4 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 45px 0;
}
@media screen and (max-width: 500px) {
  .overview-sec .card-box .box .content h4 {
    font-size: 22px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1500px) {
  .overview-sec .card-box .box {
    max-width: 475px;
  }
}
@media screen and (max-width: 1199px) {
  .overview-sec .card-box .box {
    max-width: 370px;
    padding: 35px 25px;
  }
}
@media screen and (max-width: 991px) {
  .overview-sec .card-box .box {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .overview-sec .card-box .box {
    margin: 0 auto 35px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .overview-sec .card-box .box {
    min-height: inherit;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1500px) {
  .overview-sec .card-box {
    margin-top: 135px;
  }
}
@media screen and (max-width: 1199px) {
  .overview-sec .card-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .overview-sec .card-box {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .overview-sec {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 991px) {
  .overview-sec {
    padding: 0 0 30px;
  }
}

.wrap-element {
  margin: 0;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .wrap-element {
    padding-top: 0;
  }
}

.team-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.team-element:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .team-element:after {
    width: 100%;
  }
}
.team-element .block-flex {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 35px 0 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team-element .block-flex .item {
  width: 20%;
  margin: 0;
  padding: 0 45px;
}
@media screen and (max-width: 1500px) {
  .team-element .block-flex .item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .team-element .block-flex .item {
    width: 33.3%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .team-element .block-flex .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .team-element .block-flex .item {
    width: 100%;
  }
}
.team-element .block-flex .box {
  max-width: 272px;
  margin: 0 auto;
  padding: 0;
}
.team-element .block-flex .box .profile-img {
  width: 272px;
  height: 272px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 17px;
  position: relative;
  z-index: 1;
}
.team-element .block-flex .box .profile-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.team-element .block-flex .box .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .team-element .block-flex .box .profile-img {
    width: 185px;
    height: 185px;
  }
}
.team-element .block-flex .box .text-block {
  margin: 0;
  padding: 30px;
  text-align: center;
}
.team-element .block-flex .box .text-block h3 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 23px;
}
@media screen and (max-width: 991px) {
  .team-element .block-flex .box .text-block h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.team-element .block-flex .box .text-block span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1500px) {
  .team-element .block-flex .box .text-block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .team-element .block-flex {
    justify-content: center;
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .team-element .block-flex {
    padding-bottom: 0;
  }
}

.information-sec {
  margin: 0;
  padding: 150px 0 0 0;
}
.information-sec .top-text {
  padding-bottom: 0;
}
.information-sec .top-text p {
  color: #DDE6E9;
}
.information-sec .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}
.information-sec .btn-field .btn {
  width: 211px;
  margin: 0 5px;
}
.information-sec .btn-field .btn.secondarybtn {
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
.information-sec .text-row {
  margin: 0;
  padding: 45px 0 0 0;
}
.information-sec .text-row h3 {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 35px 0;
}
@media screen and (max-width: 991px) {
  .information-sec .text-row h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .information-sec .text-row h3 {
    font-size: 25px;
  }
}
.information-sec .graphchart-img {
  max-width: 1127px;
  margin: 0 auto;
  margin-top: -200px;
  padding: 0;
}
.information-sec .graphchart-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .information-sec .graphchart-img {
    margin-top: -100px;
  }
}
@media screen and (max-width: 991px) {
  .information-sec .graphchart-img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .information-sec {
    padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .information-sec {
    padding: 40px 0 0 0;
  }
}

.licenses-sec {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
}
.licenses-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .licenses-sec:after {
    width: 100%;
  }
}
.licenses-sec .card-row {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0;
}
.licenses-sec .card-row .box {
  max-width: 557px;
  min-height: 264px;
  border-radius: 40px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  margin: 0;
  padding: 48px;
  position: relative;
  z-index: 1;
}
.licenses-sec .card-row .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .licenses-sec .card-row .box::after {
    border-radius: 20px;
  }
}
.licenses-sec .card-row .box h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 22px;
}
@media screen and (max-width: 991px) {
  .licenses-sec .card-row .box h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-sec .card-row .box h3 {
    font-size: 22px;
  }
}
.licenses-sec .card-row .box p {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .licenses-sec .card-row .box {
    min-height: 292px;
  }
}
@media screen and (max-width: 991px) {
  .licenses-sec .card-row .box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .licenses-sec .card-row .box {
    min-height: inherit;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-sec .card-row .box {
    padding: 25px 15px;
  }
}

.csr-sec {
  margin: 80px 0 0 0;
  padding: 100px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.csr-sec:after {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/csr-sec-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .csr-sec:after {
    width: 100%;
  }
}
.csr-sec .text-block {
  margin: 0;
  padding: 0 45px 0 0;
}
.csr-sec .text-block span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 42px 0;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .csr-sec .text-block span {
    padding-bottom: 20px;
  }
}
.csr-sec .text-block .main-title {
  font-weight: 400;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .csr-sec .text-block .main-title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .csr-sec .text-block {
    text-align: center;
    padding-bottom: 40px;
    padding-right: 0;
  }
}
.csr-sec .img-block {
  margin: 0;
  padding: 0;
}
.csr-sec .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .csr-sec {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .csr-sec {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.media-element {
  margin: 0;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.media-element:before {
  content: "";
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .media-element:before {
    width: 100%;
  }
}
.media-element:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .media-element:after {
    width: 100%;
  }
}
.media-element .top-text p {
  max-width: 810px;
  margin: 0 auto;
}
.media-element .top-text a {
  color: #03C6FC;
}
.media-element .slider-block {
  margin: 0;
  padding: 0;
}
.media-element .slider-block .item {
  margin: 0;
  padding: 0 12px;
}
.media-element .slider-block .item .box {
  margin: 0;
  padding: 0;
}
.media-element .slider-block .item .box .feature-img {
  margin: 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.media-element .slider-block .item .box .feature-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .media-element .slider-block .item .box .feature-img {
    border-radius: 20px;
  }
}
.media-element .slider-block .item .box .text-block {
  margin: 0;
  padding: 50px 0;
}
.media-element .slider-block .item .box .text-block h4 {
  max-width: 475px;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .media-element .slider-block .item .box .text-block h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .media-element .slider-block .item .box .text-block {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .media-element .slider-block .item .box .text-block {
    text-align: center;
  }
}
.media-element .slider-block .slick-arrow {
  width: 75px;
  height: 75px;
  border-radius: 0;
  z-index: 1;
  top: 35%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .media-element .slider-block .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .media-element .slider-block .slick-arrow {
    display: none !important;
  }
}
.media-element .slider-block .slick-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  background-size: cover;
  left: -40px;
}
.media-element .slider-block .slick-prev:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .media-element .slider-block .slick-prev {
    left: -20px;
  }
}
.media-element .slider-block .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
  background-size: cover;
  right: -40px;
}
.media-element .slider-block .slick-next:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .media-element .slider-block .slick-next {
    right: -20px;
  }
}
.media-element .slider-block .slick-dots {
  bottom: -50px;
  left: 0;
  display: none !important;
}
.media-element .slider-block .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.media-element .slider-block .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #03C6FC;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.media-element .slider-block .slick-dots li.slick-active button {
  background: #03C6FC;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .media-element .slider-block .slick-dots {
    display: block !important;
    bottom: -72px;
  }
}
.media-element .careers-card {
  max-width: 1408px;
  margin: 0 auto;
  padding: 68px 45px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.media-element .careers-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .media-element .careers-card::after {
    border-radius: 20px;
  }
}
.media-element .careers-card .text-block {
  max-width: 1127px;
  margin: 0 auto;
  padding: 0;
}
.media-element .careers-card .title {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .media-element .careers-card .title {
    padding-bottom: 30px;
  }
}
.media-element .careers-card p {
  color: #DDE6E9;
  padding-bottom: 30px;
}
.media-element .careers-card a {
  display: block;
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.5;
  color: #03C6FC;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .media-element .careers-card {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .media-element .careers-card {
    margin-top: 135px;
    padding: 45px 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .media-element {
    padding: 65px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .media-element {
    padding: 65px 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .media-element {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .media-element {
    padding: 35px 15px;
  }
}

/*====================== Platforms Page Start ======================*/
.jigjug-element {
  margin: 0;
  padding: 60px 0 0px 0;
  position: relative;
  z-index: 1;
}
.jigjug-element:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/jigjug-round-shape.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .jigjug-element:before {
    width: 100%;
  }
}
.jigjug-element:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/jigjug-round-shape2.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .jigjug-element:after {
    width: 100%;
  }
}
.jigjug-element .block {
  margin: 0;
  padding: 0 0 120px;
  position: relative;
}
.jigjug-element .block .feature-img {
  max-width: 823px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.jigjug-element .block .feature-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .jigjug-element .block .feature-img {
    margin-bottom: 50px;
  }
}
.jigjug-element .block .text-card {
  margin: 0;
  padding: 50px 80px;
  max-width: 861px;
  min-height: 630px;
  border-radius: 40px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: relative;
  z-index: 1;
}
.jigjug-element .block .text-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .jigjug-element .block .text-card::after {
    border-radius: 20px;
  }
}
.jigjug-element .block .text-card .img-block {
  margin: 0;
  padding: 0;
}
.jigjug-element .block .text-card .img-block img {
  width: 58px;
  height: auto;
}
.jigjug-element .block .text-card .text-block {
  margin: 0;
  padding: 35px 0 0 0;
}
.jigjug-element .block .text-card .text-block h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .jigjug-element .block .text-card .text-block h3 {
    font-size: 25px;
    padding-bottom: 25px;
  }
}
.jigjug-element .block .text-card .text-block p {
  opacity: 0.7;
  padding-bottom: 25px;
}
.jigjug-element .block .text-card .text-block h4 {
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 35px;
}
.jigjug-element .block .text-card .text-block .secondarybtn {
  width: 358px;
  box-shadow: 0px 30px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .jigjug-element .block .text-card .text-block .secondarybtn {
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .jigjug-element .block .text-card {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .jigjug-element .block .text-card {
    padding: 40px 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .jigjug-element .block .text-card {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
.jigjug-element .block:nth-child(even) .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .jigjug-element .block:nth-child(even) .row {
    flex-flow: column;
  }
}
.jigjug-element .block:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/jigjug-round-shape2.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .jigjug-element .block:nth-child(2):after {
    width: 100%;
  }
}
.jigjug-element .block:nth-child(4):before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/jigjug-round-shape.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .jigjug-element .block:nth-child(4):before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jigjug-element .block {
    padding-bottom: 60px;
  }
}
.jigjug-element .btn-block {
  margin: 0;
  padding: 0 0 120px;
  text-align: center;
}
.jigjug-element .btn-block .primarybtn {
  font-weight: 400;
  width: 206px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jigjug-element .btn-block {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .jigjug-element {
    padding: 15px 0 0 0;
  }
}

/*====================== Platforms Page End ======================*/
/*====================== Products Page Start ======================*/
.trpd-element {
  margin: 0;
  padding: 0 0 100px 0;
  position: relative;
  z-index: 1;
}
.trpd-element:before {
  content: "";
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .trpd-element:before {
    width: 100%;
  }
}
.trpd-element:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .trpd-element:after {
    width: 100%;
  }
}
.trpd-element .col-md-6 {
  margin-bottom: 40px;
}
.trpd-element .box {
  margin: 0;
  padding: 55px 40px 45px;
  max-width: 412px;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: relative;
  z-index: 1;
  transition: all 500ms ease-in-out;
}
.trpd-element .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .trpd-element .box::after {
    border-radius: 20px;
  }
}
.trpd-element .box:hover::after {
  background: linear-gradient(81.95deg, #fff 18.99%, #fff 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.trpd-element .box .icon-img {
  margin: 0;
  padding: 0;
  min-height: 80px;
}
.trpd-element .box .icon-img img {
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .trpd-element .box .icon-img {
    min-height: inherit;
  }
}
.trpd-element .box:hover .icon-img img {
  transform: scale(1.3);
}
.trpd-element .box .text-block {
  margin: 0;
  padding: 50px 0 0 0;
}
.trpd-element .box .text-block h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 1500px) {
  .trpd-element .box .text-block h2 {
    word-break: break-all;
  }
}
@media screen and (max-width: 991px) {
  .trpd-element .box .text-block h2 {
    font-size: 25px;
    padding-bottom: 25px;
  }
}
.trpd-element .box .text-block p {
  opacity: 0.7;
}
.trpd-element .box .text-block p span {
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .trpd-element .box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .trpd-element .box {
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .trpd-element {
    padding-bottom: 0;
  }
}

/*====================== Products Page End ======================*/
/*====================== Partnerships Page Start ======================*/
.prts-sec {
  margin: 0;
  padding: 0 0 100px 0;
  position: relative;
  z-index: 1;
}
.prts-sec:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/ellipse-rounded-img2.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .prts-sec:after {
    width: 100%;
  }
}
.prts-sec .item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .prts-sec .item {
    margin-bottom: 25px;
  }
}
.prts-sec .card-item {
  margin: 0;
  padding: 0;
  height: 100%;
}
.prts-sec .card-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 43px 25px;
  border-radius: 40px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: relative;
  z-index: 1;
}
.prts-sec .card-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .prts-sec .card-item a::after {
    border-radius: 20px;
  }
}
.prts-sec .card-item a .arrow-icon {
  margin: 3px 0 0;
  padding: 0;
}
.prts-sec .card-item a .arrow-icon img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .prts-sec .card-item a .arrow-icon img {
    width: 12px;
  }
}
.prts-sec .card-item a h3 {
  flex: 1;
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 991px) {
  .prts-sec .card-item a h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .prts-sec .card-item a h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .prts-sec .card-item a {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .prts-sec {
    padding-bottom: 0;
  }
}

/*====================== Partnerships Page End ======================*/
/*====================== Education Page Start ======================*/
.academy-element {
  margin: 0;
  padding: 0;
}
.academy-element .top-text {
  max-width: 804px;
}
.academy-element .block {
  margin: 0;
  padding: 0;
}
.academy-element .block .img-feature {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: -150px;
}
.academy-element .block .img-feature img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .academy-element .block .img-feature {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .academy-element .block .img-feature {
    top: -50px;
  }
}
.academy-element .block .content-block {
  margin: 0;
  padding: 0;
}
.academy-element .block .content-block .up-text {
  margin: 0;
  padding: 0 0 40px;
}
.academy-element .block .content-block .up-text .title {
  padding-bottom: 40px;
}
.academy-element .block .content-block .up-text p {
  color: #DDE6E9;
}
.academy-element .block .content-block ul {
  padding-left: 48px;
}
.academy-element .block .content-block ul li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0 0 20px;
}
.academy-element .block .content-block ul li .icon-img {
  margin: 0;
  padding: 0;
}
.academy-element .block .content-block ul li .icon-img img {
  width: 17px;
  height: auto;
}
.academy-element .block .content-block ul li .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
}
.academy-element .block .content-block ul li .text-block h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .academy-element .block .content-block ul li .text-block h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .academy-element .block .content-block ul {
    padding-left: 0;
  }
}

.wseg-element {
  margin: 0;
  padding: 65px 0;
}
.wseg-element .card-block {
  margin: 0 0 75px;
  padding: 91px 100px;
  width: 100%;
  min-height: 484px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.wseg-element .card-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wseg-element .card-block::after {
    border-radius: 20px;
  }
}
.wseg-element .card-block .top-text {
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
.wseg-element .card-block .top-text .title {
  padding-bottom: 25px;
}
.wseg-element .card-block .desc {
  margin: 0;
  padding: 47px 0 0 0;
  text-align: center;
}
.wseg-element .card-block .desc p {
  color: #DDE6E9;
}
@media screen and (max-width: 767px) {
  .wseg-element .card-block .desc {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wseg-element .card-block {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .wseg-element .card-block {
    padding: 40px 25px;
    margin-bottom: 48px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .wseg-element .card-block {
    padding: 30px 15px;
  }
}
.wseg-element .desc-content {
  margin: 0;
  padding: 0 0 150px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wseg-element .desc-content:after {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/wseg-element-after-roud.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .wseg-element .desc-content:after {
    width: 100%;
  }
}
.wseg-element .desc-content .box {
  margin: 0;
  padding: 0;
}
.wseg-element .desc-content .box .text-field {
  max-width: 692px;
  margin: 0;
  padding: 0;
}
.wseg-element .desc-content .box .text-field .title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wseg-element .desc-content .box .text-field .title {
    padding-bottom: 25px;
  }
}
.wseg-element .desc-content .box .text-field p {
  padding-bottom: 30px;
}
.wseg-element .desc-content .box .text-field .secondarybtn {
  width: 211px;
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
  margin-top: 25px;
}
.wseg-element .desc-content .box.lt-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 165px;
}
@media screen and (max-width: 1500px) {
  .wseg-element .desc-content .box.lt-border {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wseg-element .desc-content .box.lt-border {
    padding-left: 0;
    border-left: none;
    padding-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .wseg-element .desc-content {
    padding-bottom: 102px;
  }
}
@media screen and (max-width: 767px) {
  .wseg-element .desc-content {
    padding-bottom: 55px;
  }
}

.faq-element {
  margin: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow-y: hidden;
}
.faq-element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/faq-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .faq-element:after {
    width: 100%;
  }
}
.faq-element .faq-desc {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
.faq-element .faq-desc .top-text {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .faq-element .faq-desc .top-text {
    padding-bottom: 25px;
  }
}
.faq-element .faq-desc .accordion {
  margin: 0;
  padding: 0;
  background: none;
}
.faq-element .faq-desc .accordion .accordion-item {
  background: none;
  border: none;
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  padding: 20px 0 25px;
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button h4 {
  flex: 1;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 991px) {
  .faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button h4 {
    font-size: 18px;
  }
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button .icon {
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button .icon img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button .icon img {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button .icon {
    padding-right: 16px;
  }
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url(../images/plus-icon.png) no-repeat right center;
  background-size: 18px 18px;
}
.faq-element .faq-desc .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  background: url(../images/minus-icon.png) no-repeat right center;
  background-size: 18px;
}
.faq-element .faq-desc .accordion .accordion-body {
  padding: 35px 37px;
}
@media screen and (max-width: 767px) {
  .faq-element .faq-desc .accordion .accordion-body {
    padding: 20px 37px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-element {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .faq-element {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq-element {
    padding-bottom: 0;
  }
}

.signals-element {
  margin: 0;
  padding: 100px 0;
}
.signals-element .block-card {
  max-width: 1408px;
  margin: 0 auto;
  padding: 67px 140px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  text-align: center;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.signals-element .block-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .signals-element .block-card::after {
    border-radius: 20px;
  }
}
.signals-element .block-card .top-text {
  padding-bottom: 35px;
}
.signals-element .block-card .top-text h2 {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .signals-element .block-card {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 767px) {
  .signals-element .block-card {
    padding: 35px 25px;
    border-radius: 20px;
  }
}
.signals-element .img-block {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0;
}
.signals-element .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .signals-element {
    padding: 0 0 60px;
  }
}

.video-element {
  margin: 0;
  padding: 0 0 150px;
  position: relative;
  z-index: 1;
}
.video-element:before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/video-top-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .video-element:before {
    width: 100%;
  }
}
.video-element:after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/video-bottom-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .video-element:after {
    width: 100%;
  }
}
.video-element .top-text .title {
  padding-bottom: 25px;
}
.video-element .video-block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 1px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.video-element .video-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .video-element .video-block::after {
    border-radius: 20px;
  }
}
.video-element .video-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .video-element .video-block {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .video-element {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .video-element {
    padding-bottom: 20px;
  }
}

/*====================== Education Page End ======================*/
/*====================== Market Analysis Page Start ======================*/
.video-wrapper {
  margin: 0;
  padding: 0 0 150px;
  position: relative;
  z-index: 1;
}
.video-wrapper:after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/video-bottom-bg-round.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .video-wrapper:after {
    width: 100%;
  }
}
.video-wrapper .video-block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0;
  border-radius: 40px;
}
.video-wrapper .video-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .video-wrapper .video-block {
    border-radius: 20px;
  }
}
.video-wrapper p {
  font-weight: 500;
  max-width: 1127px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-wrapper p {
    padding-top: 25px;
  }
}
.video-wrapper .top-text {
  padding-top: 80px;
}
.video-wrapper .top-text .title {
  padding-bottom: 15px;
}
.video-wrapper .top-text p {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .video-wrapper .top-text {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .video-wrapper {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .video-wrapper {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .video-wrapper.pd-mb {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video-wrapper.pd-mb {
    padding-bottom: 20px;
  }
}

.mkas-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.mkas-element:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mkas-round-bg-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mkas-element:before {
    width: 100%;
  }
}
.mkas-element:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mkas-round-bottom-bg-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mkas-element:after {
    width: 100%;
  }
}
.mkas-element .block {
  margin: 0;
  padding: 0 0 80px;
}
.mkas-element .block .img-block {
  margin: 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}
.mkas-element .block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .mkas-element .block .img-block img {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .mkas-element .block .img-block {
    border-radius: 20px;
  }
}
.mkas-element .block .desc-block {
  margin: 0;
  padding: 0 70px;
  width: 100%;
  min-height: 565px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.mkas-element .block .desc-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mkas-element .block .desc-block::after {
    border-radius: 20px;
  }
}
.mkas-element .block .desc-block .text-block {
  margin: 0;
  padding: 0;
}
.mkas-element .block .desc-block .text-block .title {
  padding-bottom: 68px;
}
@media screen and (max-width: 991px) {
  .mkas-element .block .desc-block .text-block .title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .mkas-element .block .desc-block .text-block .title {
    padding-bottom: 25px;
  }
}
.mkas-element .block .desc-block .text-block p {
  color: #DDE6E9;
  padding-bottom: 25px;
}
.mkas-element .block .desc-block .text-block p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .mkas-element .block .desc-block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .mkas-element .block .desc-block {
    min-height: inherit;
    padding: 45px 35px;
  }
}
@media screen and (max-width: 991px) {
  .mkas-element .block .desc-block {
    padding: 30px 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mkas-element .block .desc-block {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .mkas-element .block .desc-block {
    padding: 25px 15px;
  }
}
.mkas-element .block:nth-child(even) .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .mkas-element .block:nth-child(even) .row {
    flex-flow: column;
  }
}
@media screen and (max-width: 991px) {
  .mkas-element .block {
    padding-bottom: 40px;
  }
}

.blog-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.blog-element:after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/wseg-element-after-roud.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .blog-element:after {
    width: 100%;
  }
}
.blog-element .card-block {
  width: 100%;
  min-height: 775px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 40px;
  margin: 0;
  padding: 85px 85px;
  position: relative;
  z-index: 1;
}
.blog-element .card-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blog-element .card-block::after {
    border-radius: 20px;
  }
}
.blog-element .card-block .top-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 48px;
  margin-bottom: 80px;
}
.blog-element .card-block .top-text .title {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .blog-element .card-block .top-text {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
.blog-element .card-block .text-field {
  max-width: 680px;
  margin: 0;
  padding: 0;
}
.blog-element .card-block .text-field h3 {
  font-family: "Blauer Nue";
  font-size: 30px;
  line-height: 1.2;
  color: #DDE6E9;
  font-weight: 500;
  margin: 0;
  padding: 0 0 42px;
}
@media screen and (max-width: 767px) {
  .blog-element .card-block .text-field h3 {
    font-size: 25px;
    padding-bottom: 25px;
  }
}
.blog-element .card-block .text-field p {
  color: #A8BABF;
}
.blog-element .card-block .img-block {
  max-width: 750px;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.blog-element .card-block .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .blog-element .card-block .img-block {
    border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-element .card-block {
    min-height: inherit;
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .blog-element .card-block {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .blog-element .card-block {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .blog-element .card-block .row {
    flex-flow: column-reverse;
  }
}

/*====================== Market Analysis Page End ======================*/
/*====================== Resources Page Start ======================*/
.zigzug-element {
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
.zigzug-element:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-top-round-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .zigzug-element:before {
    width: 100%;
  }
}
.zigzug-element:after {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-bottom-round-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .zigzug-element:after {
    width: 100%;
  }
}
.zigzug-element .block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.zigzug-element .block .img-block {
  margin: 0 62px 0 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}
.zigzug-element .block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block .img-block img {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .zigzug-element .block .img-block {
    border-radius: 20px;
    margin-right: 0;
  }
}
.zigzug-element .block .desc-block {
  margin: 0;
  padding: 70px;
  width: 100%;
  min-height: 398px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.zigzug-element .block .desc-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block .desc-block::after {
    border-radius: 20px;
  }
}
.zigzug-element .block .desc-block .text-block {
  margin: 0;
  padding: 0;
}
.zigzug-element .block .desc-block .text-block .title {
  padding-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block .desc-block .text-block .title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .zigzug-element .block .desc-block .text-block .title {
    padding-bottom: 25px;
  }
}
.zigzug-element .block .desc-block .text-block p {
  color: #DDE6E9;
  padding-bottom: 25px;
}
.zigzug-element .block .desc-block .text-block p:last-child {
  padding-bottom: 0;
}
.zigzug-element .block .desc-block .text-block a {
  display: inline-block;
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1;
  color: #03C6FC;
  font-weight: 300;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #03C6FC;
}
.zigzug-element .block .desc-block .text-block a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1500px) {
  .zigzug-element .block .desc-block {
    padding: 65px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .zigzug-element .block .desc-block {
    min-height: inherit;
    padding: 45px 35px;
  }
}
@media screen and (max-width: 991px) {
  .zigzug-element .block .desc-block {
    padding: 30px 25px;
    border-radius: 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  .zigzug-element .block .desc-block {
    padding: 25px 15px;
  }
}
.zigzug-element .block:first-child .img-block {
  width: 760px;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block:first-child .img-block {
    width: 100%;
  }
}
.zigzug-element .block:last-child .img-block {
  width: 716px;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block:last-child .img-block {
    margin-top: 0;
    width: 100%;
  }
}
.zigzug-element .block:nth-child(even) .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block:nth-child(even) .row {
    flex-flow: column;
  }
}
.zigzug-element .block:nth-child(even) .img-block {
  margin: 0 0 0 62px;
}
@media screen and (max-width: 991px) {
  .zigzug-element .block:nth-child(even) .img-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .zigzug-element .block {
    padding-bottom: 40px;
  }
}
.zigzug-element.ctpm-element .block {
  max-width: 100%;
}
.zigzug-element.ctpm-element .block .h-100 {
  height: 100%;
}
.zigzug-element.ctpm-element .block .img-block {
  width: 100%;
  height: 100%;
  margin: 0;
}
.zigzug-element.ctpm-element .block .img-block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zigzug-element.ctpm-element .block .desc-block {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .zigzug-element.ctpm-element .block .desc-block {
    margin-top: 0;
  }
}
.zigzug-element.ctpm-element .block .desc-block .text-block h3 {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  background: linear-gradient(81.95deg, #FFFFFF 18.99%, #03C6FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px;
}
.zigzug-element.ctpm-element .block .desc-block .text-block ul {
  list-style: auto;
  padding-left: 20px;
}
.zigzug-element.ctpm-element .block .desc-block .text-block ul li {
  font-size: 17px;
  line-height: 1.5;
  color: #DDE6E9;
  font-weight: 300;
  margin: 0;
  padding: 0 0 16px;
}
.zigzug-element.ctpm-element .block:nth-child(even) .img-block {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .zigzug-element.ctpm-element {
    padding-top: 30px;
  }
}

.tvh-element {
  margin: 0;
  padding: 0;
}
.tvh-element .content-block {
  width: 100%;
  min-height: 610px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  margin: 0;
  padding: 100px;
  position: relative;
  z-index: 1;
}
.tvh-element .content-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tvh-element .content-block::after {
    border-radius: 20px;
  }
}
.tvh-element .content-block .text-block {
  max-width: 655px;
  margin: 0;
  padding: 0;
}
.tvh-element .content-block .text-block .title {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .tvh-element .content-block .text-block .title {
    padding-bottom: 35px;
  }
}
.tvh-element .content-block .text-block p {
  color: #DDE6E9;
  padding-bottom: 45px;
}
.tvh-element .content-block .text-block .primarybtn {
  width: 154px;
}
.tvh-element .content-block .rt-col {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tvh-element .content-block .rt-col .text-block {
  margin-left: auto;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .tvh-element .content-block .rt-col .text-block {
    padding-left: 0;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tvh-element .content-block .rt-col {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .tvh-element .content-block {
    padding: 50px 30px;
    min-height: inherit;
  }
}
@media screen and (max-width: 500px) {
  .tvh-element .content-block {
    padding: 35px 15px;
  }
}

.apac-element {
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
.apac-element:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-top-round-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .apac-element:before {
    width: 100%;
  }
}
.apac-element:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-bottom-round-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .apac-element:after {
    width: 100%;
  }
}
.apac-element .block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.apac-element .block .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .apac-element .block .row {
    flex-flow: column;
  }
}
.apac-element .block .img-block {
  margin: 0 0 0 62px;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}
.apac-element .block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .apac-element .block .img-block img {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .apac-element .block .img-block {
    border-radius: 20px;
    margin-left: 0;
    border-radius: 20px;
  }
}
.apac-element .block .desc-block {
  margin: 0;
  padding: 70px;
  width: 100%;
  min-height: 398px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.apac-element .block .desc-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .apac-element .block .desc-block::after {
    border-radius: 20px;
  }
}
.apac-element .block .desc-block .text-block {
  margin: 0;
  padding: 0;
}
.apac-element .block .desc-block .text-block .title {
  padding-bottom: 43px;
}
@media screen and (max-width: 991px) {
  .apac-element .block .desc-block .text-block .title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .apac-element .block .desc-block .text-block .title {
    padding-bottom: 25px;
  }
}
.apac-element .block .desc-block .text-block p {
  color: #DDE6E9;
  padding-bottom: 25px;
}
.apac-element .block .desc-block .text-block p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .apac-element .block .desc-block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .apac-element .block .desc-block {
    min-height: inherit;
    padding: 45px 35px;
  }
}
@media screen and (max-width: 991px) {
  .apac-element .block .desc-block {
    padding: 30px 25px;
    border-radius: 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  .apac-element .block .desc-block {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .apac-element .block {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .apac-element {
    padding: 40px 0;
  }
}

/*====================== Resources Page End ======================*/
/*====================== Account Types Page Start ======================*/
.boxes-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.boxes-element:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-bottom-round-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .boxes-element:after {
    width: 100%;
  }
}
.boxes-element .feature-img {
  max-width: 806px;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.boxes-element .feature-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .boxes-element .feature-img {
    border-radius: 20px;
  }
}
.boxes-element .desc-box {
  margin: 0;
  padding: 70px;
  width: 100%;
  min-height: 715px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.boxes-element .desc-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .boxes-element .desc-box::after {
    border-radius: 20px;
  }
}
.boxes-element .desc-box .title {
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .boxes-element .desc-box .title {
    padding-bottom: 25px;
  }
}
.boxes-element .desc-box p {
  opacity: 0.7;
  padding-bottom: 43px;
}
.boxes-element .desc-box p:last-child {
  padding-bottom: 0;
}
.boxes-element .desc-box ul li {
  display: flex;
  margin: 0;
  padding: 0 0 20px;
}
.boxes-element .desc-box ul li:last-child {
  padding-bottom: 0;
}
.boxes-element .desc-box ul li .icon-img {
  margin: 6px 0 0;
  padding: 0;
}
.boxes-element .desc-box ul li .icon-img img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .boxes-element .desc-box ul li .icon-img img {
    width: 12px;
  }
}
@media screen and (max-width: 991px) {
  .boxes-element .desc-box ul li .icon-img {
    line-height: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .boxes-element .desc-box ul li .icon-img {
    margin-top: 4px;
  }
}
.boxes-element .desc-box ul li .text {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
}
.boxes-element .desc-box ul li .text h4 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .boxes-element .desc-box ul li .text h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .boxes-element .desc-box ul li .text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .boxes-element .desc-box {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 991px) {
  .boxes-element .desc-box {
    border-radius: 20px;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .boxes-element .desc-box {
    padding: 35px 15px;
  }
}
.boxes-element.column-reverse {
  padding-bottom: 120px;
}
.boxes-element.column-reverse:after {
  opacity: 1;
}
.boxes-element.column-reverse .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .boxes-element.column-reverse .row {
    flex-flow: column;
  }
}
.boxes-element.column-reverse .desc-box {
  min-height: 625px;
}
@media screen and (max-width: 991px) {
  .boxes-element.column-reverse .desc-box {
    min-height: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .boxes-element.column-reverse {
    padding-bottom: 30px;
  }
}

.card-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.card-element:before {
  content: "";
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/apac-top-round-img.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .card-element:before {
    width: 100%;
  }
}
.card-element .box {
  margin: 0;
  padding: 0;
  height: 100%;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-element .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .card-element .box::after {
    border-radius: 20px;
  }
}
.card-element .box .img-block {
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.card-element .box .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .card-element .box .img-block {
    border-radius: 20px;
  }
}
.card-element .box .text-block {
  margin: 0;
  padding: 60px;
}
.card-element .box .text-block .title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .card-element .box .text-block .title {
    padding-bottom: 22px;
  }
}
.card-element .box .text-block p {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .card-element .box .text-block {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .card-element .box .text-block {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .card-element .box {
    border-radius: 20px;
  }
}

/*====================== Account Types Page End ======================*/
/*====================== Legal & Compliance Page Start ======================*/
.content-element {
  margin: 0;
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
  background: url(../images/wcf-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.content-element:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/content-element-bottom-round-share.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .content-element:after {
    width: 100%;
  }
}
.content-element .desc-block {
  max-width: 1408px;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.content-element .desc-block:first-child {
  padding-top: 0;
}
.content-element .desc-block:first-child:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/content-element-bottom-round-share2.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .content-element .desc-block:first-child:after {
    width: 100%;
  }
}
.content-element .desc-block .icon-img {
  margin: 23px 0 0 0;
  padding: 0;
}
.content-element .desc-block .icon-img img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .content-element .desc-block .icon-img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .content-element .desc-block .icon-img {
    margin-top: 3px;
  }
}
.content-element .desc-block .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 28px;
}
.content-element .desc-block .text-block .title {
  padding-bottom: 42px;
}
@media screen and (max-width: 991px) {
  .content-element .desc-block .text-block .title {
    padding-bottom: 30px;
  }
}
.content-element .desc-block .text-block p {
  padding-bottom: 25px;
  font-size: 16px;
}
.content-element .desc-block .text-block p:last-child {
  padding-bottom: 15px;
}
.content-element .desc-block .text-block h5 {
  font-family: "Blauer Nue";
  font-size: 16px;
  line-height: 1;
  color: #DCDCDC;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
.content-element .desc-block .text-block h5.pb-0 {
  padding-bottom: 6px !important;
}
.content-element .desc-block .text-block ul {
  padding-bottom: 25px;
}
.content-element .desc-block .text-block ul li {
  font-family: "Blauer Nue";
  font-size: 16px;
  line-height: 1.5;
  color: #DCDCDC;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}
.content-element .desc-block .text-block ul li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #DCDCDC;
  left: 0;
  top: 11px;
}
.content-element .desc-block .text-block ol {
  padding-left: 20px;
  padding-bottom: 25px;
}
.content-element .desc-block .text-block ol li {
  font-family: "Blauer Nue";
  font-size: 16px;
  line-height: 1.5;
  color: #DCDCDC;
  font-weight: 300;
  margin: 0 0 12px;
  padding: 0;
  position: relative;
}
.content-element .desc-block .text-block ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .content-element .desc-block .text-block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .content-element .desc-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .content-element {
    padding-bottom: 0;
  }
}

/*====================== Legal & Compliance Page End ======================*/
/*====================== Support Page Start ======================*/
.wrapper-bg {
  margin: 0;
  padding: 0;
  background: url(../images/wcf-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.wrapper-bg .faq-element {
  padding-top: 0;
}
.wrapper-bg .faq-element .top-text {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .wrapper-bg .faq-element .top-text {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-bg .faq-element .top-text {
    padding-bottom: 25px;
  }
}
.wrapper-bg .faq-element:after {
  bottom: 30%;
  opacity: 0.6;
}

.contact-element {
  margin: 0;
  padding: 0 0 104px;
  position: relative;
  z-index: 1;
}
.contact-element:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/contact-element-round-shape.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .contact-element:after {
    width: 100%;
  }
}
.contact-element .form-sec {
  max-width: 1044px;
  min-height: 623px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 50px 60px;
}
.contact-element .form-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-element .form-sec::after {
    border-radius: 20px;
  }
}
.contact-element .form-sec .top-text {
  text-align: left;
  padding-bottom: 40px;
}
.contact-element .form-sec .top-text .title {
  padding-bottom: 15px;
}
.contact-element .form-sec .form-box {
  margin: 0;
  padding: 0 0 24px;
}
.contact-element .form-sec .form-box label {
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0 0 12px;
}
.contact-element .form-sec .form-box .form-control {
  width: 100%;
  height: 60px;
  border-radius: 16px;
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.031372549);
  border: 1px solid #223033;
  box-shadow: none;
  outline: none;
  padding-left: 25px;
}
.contact-element .form-sec .form-box .form-control:focus {
  border-color: rgba(3, 198, 252, 0.3);
}
.contact-element .form-sec .form-box .form-control::-moz-placeholder {
  color: #ADADAD;
  opacity: 0.5;
}
.contact-element .form-sec .form-box .form-control::placeholder {
  color: #ADADAD;
  opacity: 0.5;
}
.contact-element .form-sec .form-box textarea.form-control {
  height: 130px;
  padding-top: 20px;
}
.contact-element .form-sec .btn-box {
  margin: 0;
  padding: 6px;
}
.contact-element .form-sec .btn-box .secondarybtn {
  width: 193px;
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
}
@media screen and (max-width: 1199px) {
  .contact-element .form-sec {
    padding: 50px 30px;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .form-sec {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-element .form-sec {
    padding: 30px 15px;
  }
}
.contact-element .chat-box {
  max-width: 616px;
  min-height: 628px;
  margin: 0;
  padding: 55px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.contact-element .chat-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-element .chat-box::after {
    border-radius: 20px;
  }
}
.contact-element .chat-box .block {
  max-width: 476px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.contact-element .chat-box .block .icon-img {
  margin: 0;
  padding: 0 0 45px;
}
.contact-element .chat-box .block .icon-img img {
  width: 108px;
  height: auto;
}
.contact-element .chat-box .block .text-block {
  margin: 0;
  padding: 0;
}
.contact-element .chat-box .block .text-block .title {
  padding-bottom: 30px;
}
.contact-element .chat-box .block .text-block p {
  padding-bottom: 45px;
}
.contact-element .chat-box .block .text-block .secondarybtn {
  width: 190px;
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .contact-element .chat-box {
    max-width: 100%;
    padding: 30px;
    min-height: inherit;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .chat-box {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-element .chat-box {
    padding: 30px 15px 55px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-element {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-element {
    padding-bottom: 50px;
  }
}

.support-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.support-element:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/contact-element-round-shape.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .support-element:after {
    width: 100%;
  }
}
.support-element .top-text {
  max-width: 1025px;
  padding-bottom: 100px;
}
.support-element .top-text p {
  padding-bottom: 45px;
}
.support-element .top-text p a {
  color: #03C6FC;
}
.support-element .top-text .btn-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-element .top-text .btn-field .secondarybtn {
  width: auto;
  margin: 0 5px;
  box-shadow: 0px 20px 40px 0px rgba(3, 198, 252, 0.3019607843);
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .support-element .top-text .btn-field .secondarybtn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .support-element .top-text {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .support-element .top-text {
    padding-bottom: 45px;
  }
}
.support-element .row-field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  margin: 0;
}
.support-element .row-field .box {
  max-width: 848px;
  min-height: 277px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 50px;
  display: flex;
  align-items: flex-start;
}
.support-element .row-field .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support-element .row-field .box::after {
    border-radius: 20px;
  }
}
.support-element .row-field .box .icon-block {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.support-element .row-field .box .icon-block img {
  width: 43px;
  height: auto;
}
.support-element .row-field .box .icon-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.support-element .row-field .box .text-field {
  flex: 1;
  margin: 0;
  padding: 22px 0 0 30px;
}
.support-element .row-field .box .text-field h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 35px 0;
}
@media screen and (max-width: 500px) {
  .support-element .row-field .box .text-field h3 {
    padding-bottom: 22px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .support-element .row-field .box .text-field {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .support-element .row-field .box {
    padding: 35px 25px;
    min-height: inherit;
  }
}
@media screen and (max-width: 991px) {
  .support-element .row-field .box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .support-element .row-field .box {
    border-radius: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  .support-element .row-field .box {
    padding: 30px 15px;
  }
}

.location-element {
  margin: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.location-element:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/map-element-round-shape.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .location-element:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .location-element:after {
    bottom: -100px;
  }
}
.location-element .top-text {
  max-width: 1029px;
}
.location-element .map-field {
  max-width: 1300px;
  height: 676px;
  margin: 35px auto 0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.location-element .map-field iframe {
  width: 100%;
  height: 100%;
}
.location-element .map-field::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .location-element .map-field::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .location-element .map-field {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .location-element .map-field {
    height: 320px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .location-element {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .location-element {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .location-element {
    padding-top: 35px;
  }
}

/*====================== Support Page End ======================*/
/*====================== Blog Page Start ======================*/
.blog-listing {
  margin: 0;
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
.blog-listing:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mastercard-bg-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .blog-listing:after {
    width: 100%;
    bottom: -50px;
  }
}
.blog-listing .row-reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 1199px) {
  .blog-listing .row-reverse {
    flex-flow: column;
  }
}
.blog-listing .lt-blog {
  margin: 0;
  padding: 45px;
  background: linear-gradient(36.84deg, rgba(1, 6, 15, 0.4) 58.61%, rgba(3, 198, 252, 0.12) 238.89%);
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
.blog-listing .lt-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: linear-gradient(268.52deg, rgba(3, 198, 252, 0.3) 18.49%, rgba(0, 0, 0, 0) 37.3%, rgba(3, 198, 252, 0.69) 60.42%, rgba(0, 0, 0, 0) 82.76%, rgba(3, 198, 252, 0.25) 100%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blog-listing .lt-blog::after {
    border-radius: 20px;
  }
}
.blog-listing .lt-blog .search-box {
  margin: 0 0 60px;
  padding: 0;
}
.blog-listing .lt-blog .search-box .form-control {
  width: 100%;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #223033;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  background: url(../images/search-icon.png) no-repeat 96% center;
  background-size: 18px;
  box-shadow: none;
  outline: none;
}
.blog-listing .lt-blog .search-box .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-listing .lt-blog .search-box .form-control::-moz-placeholder {
  color: #ADADAD;
}
.blog-listing .lt-blog .search-box .form-control::placeholder {
  color: #ADADAD;
}
.blog-listing .lt-blog .list-block {
  margin: 0;
  padding: 0;
}
.blog-listing .lt-blog .list-block h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 35px 0;
}
.blog-listing .lt-blog .list-block ul li {
  margin-bottom: 30px;
}
.blog-listing .lt-blog .list-block ul li:last-child {
  margin-bottom: 0;
}
.blog-listing .lt-blog .list-block ul li a {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .blog-listing .lt-blog .list-block ul li a {
    display: block;
  }
}
.blog-listing .lt-blog .list-block ul li .img-box {
  width: 183px;
  height: 141px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.blog-listing .lt-blog .list-block ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .blog-listing .lt-blog .list-block ul li .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog-listing .lt-blog .list-block ul li .text-block {
  width: 221px;
  margin: 0 0 0 30px;
  padding: 0;
  overflow: hidden;
}
.blog-listing .lt-blog .list-block ul li .text-block span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
}
.blog-listing .lt-blog .list-block ul li .text-block h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
}
.blog-listing .lt-blog .list-block ul li .text-block p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 500px) {
  .blog-listing .lt-blog .list-block ul li .text-block {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-listing .lt-blog {
    padding: 30px;
    margin-top: 50px;
  }
}
.blog-listing .rt-card {
  margin: 0;
  padding: 0;
}
.blog-listing .rt-card a {
  display: block;
  margin: 0;
  padding: 0;
}
.blog-listing .rt-card .box {
  margin: 0 0 60px;
  padding: 0;
}
.blog-listing .rt-card .box .img-block {
  margin: 0;
  padding: 0;
  border-radius: 40px;
  height: 365px;
  overflow: hidden;
}
.blog-listing .rt-card .box .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-listing .rt-card .box .text-block {
  margin: 0;
  padding: 50px 0 0 0;
}
.blog-listing .rt-card .box .text-block h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 25px 0;
}
.blog-listing .rt-card .box .text-block p {
  height: auto;
  display: block;
  display: -webkit-box;
  font-size: 20px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-listing .rt-card .btn-field {
  margin: 0;
  padding: 0;
}
.blog-listing .rt-card .btn-field .secondarybtn {
  margin: 0 auto;
  width: 156px;
}
@media screen and (max-width: 1199px) {
  .blog-listing {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .blog-listing {
    padding-bottom: 20px;
  }
}

/*====================== Blog Page Start ======================*/
/*====================== Single Blog Page Start ======================*/
.single-blog {
  margin: 0;
  padding: 192px 0 0;
}
.single-blog .content-desc {
  margin: 0;
  padding: 0 100px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.single-blog .content-desc span {
  display: block;
  font-family: "Blauer Nue";
  font-size: 17px;
  line-height: 1.2;
  color: #ADADAD;
  font-weight: 300;
  margin: 0;
  padding: 0 0 25px;
}
.single-blog .content-desc .title {
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .single-blog .content-desc .title {
    padding: 0 0 35px;
  }
}
.single-blog .content-desc .img-block {
  margin: 0 0 75px;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
}
.single-blog .content-desc .img-block img {
  width: 100%;
  height: auto;
}
.single-blog .content-desc p {
  padding-bottom: 30px;
}
.single-blog .content-desc .text-block {
  margin: 0;
  padding: 0;
}
.single-blog .content-desc h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 45px;
}
@media screen and (max-width: 1199px) {
  .single-blog .content-desc h2 {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .single-blog .content-desc h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
.single-blog .content-desc ul li {
  font-size: 17px;
  line-height: 1.6;
  color: #ADADAD;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}
.single-blog .content-desc ul li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ADADAD;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 1199px) {
  .single-blog .content-desc {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog .content-desc {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .single-blog {
    padding: 130px 0 0;
  }
}

.recent-blog {
  margin: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.recent-blog:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1197px;
  height: 1197px;
  border-radius: 50%;
  background: url(../images/mastercard-bg-img.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .recent-blog:after {
    width: 100%;
    bottom: -50px;
  }
}
.recent-blog .title {
  text-align: center;
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .recent-blog .title {
    padding: 0 0 45px;
  }
}
.recent-blog .item {
  margin: 0;
  padding: 0 12px;
}
.recent-blog .item .box {
  margin: 0;
  padding: 0;
}
.recent-blog .item .box a {
  display: block;
  margin: 0;
  padding: 0;
}
.recent-blog .item .box .img-block {
  margin: 0;
  padding: 0;
  border-radius: 40px;
  height: 365px;
  overflow: hidden;
}
.recent-blog .item .box .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .recent-blog .item .box .img-block {
    height: 275px;
    border-radius: 20px;
  }
}
.recent-blog .item .box .text-block {
  margin: 0;
  padding: 50px 0 0 0;
}
.recent-blog .item .box .text-block h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  max-width: 470px;
}
@media screen and (max-width: 1199px) {
  .recent-blog .item .box .text-block {
    padding: 40px 0 0 0;
  }
}
.recent-blog .slick-arrow {
  width: 75px;
  height: 75px;
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .recent-blog .slick-arrow {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 500px) {
  .recent-blog .slick-arrow {
    display: none !important;
  }
}
.recent-blog .slick-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  background-size: cover;
  left: -40px;
}
.recent-blog .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .recent-blog .slick-prev {
    left: -10px;
  }
}
.recent-blog .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
  background-size: cover;
  right: -40px;
}
.recent-blog .slick-next:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .recent-blog .slick-next {
    right: -10px;
  }
}
.recent-blog .slick-dots {
  bottom: -50px;
  left: 0;
  display: none !important;
}
.recent-blog .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.recent-blog .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #03C6FC;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.recent-blog .slick-dots li.slick-active button {
  background: #03C6FC;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .recent-blog .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .recent-blog {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .recent-blog {
    padding: 40px 0;
  }
}

/*====================== Single Blog Page End ======================*//*# sourceMappingURL=main.min.css.map */