/** 01. Fonts */
@font-face {
  font-family: "Ordina";
  src: url("../fonts/Ordina/Ordina-Regular.eot");
  src: local("Ordina Regular"), local("Ordina-Regular"),
    url("../fonts/Ordina/Ordina-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ordina/Ordina-Regular.woff2") format("woff2"),
    url("../fonts/Ordina/Ordina-Regular.woff") format("woff"),
    url("../fonts/Ordina/Ordina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src: url("../fonts/Ordina/Ordina-Medium.eot");
  src: local("Ordina Medium"), local("Ordina-Medium"),
    url("../fonts/Ordina/Ordina-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ordina/Ordina-Medium.woff2") format("woff2"),
    url("../fonts/Ordina/Ordina-Medium.woff") format("woff"),
    url("../fonts/Ordina/Ordina-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src: url("../fonts/Ordina/Ordina-Bold.eot");
  src: local("Ordina Bold"), local("Ordina-Bold"),
    url("../fonts/Ordina/Ordina-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ordina/Ordina-Bold.woff2") format("woff2"),
    url("../fonts/Ordina/Ordina-Bold.woff") format("woff"),
    url("../fonts/Ordina/Ordina-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src: url("../fonts/Ordina/Ordina-Extrabold.eot");
  src: local("Ordina Extrabold"), local("Ordina-Extrabold"),
    url("../fonts/Ordina/Ordina-Extrabold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ordina/Ordina-Extrabold.woff2") format("woff2"),
    url("../fonts/Ordina/Ordina-Extrabold.woff") format("woff"),
    url("../fonts/Ordina/Ordina-Extrabold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  src: local("Montserrat Bold"), local("Montserrat Bold"),
    url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  src: local("Montserrat Medium"), local("Montserrat Medium"),
    url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  src: local("Montserrat Regular"), local("Montserrat Regular"),
    url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/** 02. Utilities */
/** 02.01 Reset */
* {
  cursor: none;
}

html,
body {
  font-family: "Ordina", sans-serif;
  color: #415076;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

@media (min-width: 576px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

*[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Ordina", sans-serif;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
}

p:last-child {
  margin-bottom: 0;
}

p+[class*="btn"] {
  margin-top: 15px;
}

/* @media (min-width: 576px) {
  p {
    font-size: 16px;
  }
} */

ul,
ol,
table {
  margin: 0;
  padding: 0;
}

strong,
b {
  font-weight: 800;
}

a {
  outline: 0 none;
  transition: all 0.5s;
  color: #057032;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #04461f;
}

img {
  max-width: 100%;
  height: auto;
}

select,
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

h1,
.h1,
.fz-1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  color: #000000;
}

h2,
.h2,
.fz-2 {
  font-weight: 700;
  font-size: 100px;
  line-height: 140%;
  color: #3a301b;
}

h3,
.h3,
.fz-3 {
  color: #3a301b;
  font-weight: 700;
  font-size: 60px;
  line-height: 140%;
}

h4,
.h4,
.fz-4 {
  font-size: 22px;
  line-height: 140%;
  color: #000000;
}

h5,
.h5,
.fz-5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
}

h6,
.h6,
.fz-6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100.3%;
}

.fz-7 {
  font-size: 0.88rem;
}

.fz-8 {
  font-size: 0.75rem;
}

.has-ovm,
[class*="bg-"] {
  position: relative;
}

.has-ovm>[class*="container"],
.has-ovm>*:not(.nk-ovm):not(.header-main):not(.nk-header):not([class*="ui-mask"]),
.has-bg-image>[class*="container"],
.has-bg-video>[class*="container"] {
  position: relative;
  z-index: 5;
}

.nk-ovm,
.nk-ovm:before,
.nk-ovm:after,
.bg-image,
.bg-video,
.bg-video-cover,
.overlay:after,
.nk-ovm .nk-svgs,
.accordion-icon:before,
.accordion-icon:after {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.nk-ovm,
.nk-ovm:before,
.nk-ovm:after,
.has-bg,
[class*="bg-"],
.bg-image,
.bg-video,
.bg-video-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.min-vh-100 {
  min-height: 100vh;
}

/** 02.02 Spacing */
.gap {
  height: 30px;
}

.gap-s {
  height: 10px;
}

.gap-m {
  height: 20px;
}

.gap-l {
  height: 40px;
}

.gap-x {
  height: 60px;
}

.gap-1x {
  height: 10px;
}

.gap-2x {
  height: 20px;
}

.gap-3x {
  height: 30px;
}

.gap-4x {
  height: 40px;
}

.gap-5x {
  height: 50px;
}

.gap-6x {
  height: 60px;
}

.gap-7x {
  height: 70px;
}

.gap-8x {
  height: 80px;
}

.gap-9x {
  height: 90px;
}

.gap-10x {
  height: 100px;
}

.fw-600 {
  font-weight: 600 !important;
}

.p-0 {
  padding: 0;
}

.pdt,
.pd,
.pdy {
  padding-top: 30px;
}

.pdb,
.pd,
.pdy {
  padding-bottom: 30px;
}

.pdl,
.pd,
.pdx {
  padding-left: 30px;
}

.pdr,
.pd,
.pdx {
  padding-right: 30px;
}

.pdt-s,
.pd-s,
.pdy-s {
  padding-top: 10px !important;
}

.pdt-m,
.pd-m,
.pdy-m {
  padding-top: 20px !important;
}

.pdt-r,
.pd-r,
.pdy-r {
  padding-top: 30px !important;
}

.pdt-l,
.pd-l,
.pdy-l {
  padding-top: 40px !important;
}

.pdt-x,
.pd-x,
.pdy-x {
  padding-top: 60px !important;
}

.pdb-s,
.pd-s,
.pdy-s {
  padding-bottom: 10px !important;
}

.pdb-m,
.pd-m,
.pdy-m {
  padding-bottom: 20px !important;
}

.pdb-r,
.pd-r,
.pdy-r {
  padding-bottom: 30px !important;
}

.pdb-l,
.pd-l,
.pdy-l {
  padding-bottom: 40px !important;
}

.pdb-x,
.pd-x,
.pdy-x {
  padding-bottom: 60px !important;
}

.pdl-s,
.pd-s,
.pdx-s {
  padding-left: 10px !important;
}

.pdl-m,
.pd-m,
.pdx-m {
  padding-left: 20px !important;
}

.pdl-r,
.pd-r,
.pdx-r {
  padding-left: 30px !important;
}

.pdl-l,
.pd-l,
.pdx-l {
  padding-left: 40px !important;
}

.pdl-x,
.pd-x,
.pdx-x {
  padding-left: 60px !important;
}

.pdr-s,
.pd-s,
.pdx-s {
  padding-right: 10px !important;
}

.pdr-m,
.pd-m,
.pdx-m {
  padding-right: 20px !important;
}

.pdr-r,
.pd-r,
.pdx-r {
  padding-right: 30px !important;
}

.pdr-l,
.pd-l,
.pdx-l {
  padding-right: 40px !important;
}

.pdr-x,
.pd-x,
.pdx-x {
  padding-right: 60px !important;
}

.mgt,
.mg,
.mgy {
  margin-top: 30px !important;
}

.mgb,
.mg,
.mgy {
  margin-bottom: 30px !important;
}

.mgl,
.mg,
.mgx {
  margin-left: 30px !important;
}

.mgr,
.mg,
.mgx {
  margin-right: 30px !important;
}

.mg-fix {
  margin-bottom: -20px;
}

.mg-fix-lg {
  margin-bottom: -45px;
}

.mg-fix-md {
  margin-bottom: -30px;
}

.mg-fix-sm {
  margin-bottom: -15px;
}

.mg-fix-xs {
  margin-bottom: -10px;
}

.mgt-s,
.mg-s,
.mgy-s {
  margin-top: 10px !important;
}

.mgt-m,
.mg-m,
.mgy-m {
  margin-top: 20px !important;
}

.mgt-r,
.mg-r,
.mgy-r {
  margin-top: 30px !important;
}

.mgt-l,
.mg-l,
.mgy-l {
  margin-top: 40px !important;
}

.mgt-x,
.mg-x,
.mgy-x {
  margin-top: 60px !important;
}

.mgb-s,
.mg-s,
.mgy-s {
  margin-bottom: 10px !important;
}

.mgb-m,
.mg-m,
.mgy-m {
  margin-bottom: 20px !important;
}

.mgb-r,
.mg-r,
.mgy-r {
  margin-bottom: 30px !important;
}

.mgb-l,
.mg-l,
.mgy-l {
  margin-bottom: 40px !important;
}

.mgb-x,
.mg-x,
.mgy-x {
  margin-bottom: 60px !important;
}

.mgl-s,
.mg-s,
.mgx-s {
  margin-left: 10px !important;
}

.mgl-m,
.mg-m,
.mgx-m {
  margin-left: 20px !important;
}

.mgl-r,
.mg-r,
.mgx-r {
  margin-left: 30px !important;
}

.mgl-l,
.mg-l,
.mgx-l {
  margin-left: 40px !important;
}

.mgl-x,
.mg-x,
.mgx-x {
  margin-left: 60px !important;
}

.mgr-s,
.mg-s,
.mgx-s {
  margin-right: 10px !important;
}

.mgr-m,
.mg-m,
.mgx-m {
  margin-right: 20px !important;
}

.mgr-r,
.mg-r,
.mgx-r {
  margin-right: 30px !important;
}

.mgr-l,
.mg-l,
.mgx-l {
  margin-right: 40px !important;
}

.mgr-x,
.mg-x,
.mgx-x {
  margin-right: 60px !important;
}

@media (min-width: 576px) {

  .pdt-l,
  .pd-l,
  .pdy-l {
    padding-top: 60px !important;
  }

  .pdt-x,
  .pd-x,
  .pdy-x {
    padding-top: 90px !important;
  }

  .pdb-l,
  .pd-l,
  .pdy-l {
    padding-bottom: 60px !important;
  }

  .pdb-x,
  .pd-x,
  .pdy-x {
    padding-bottom: 90px !important;
  }

  .pdl-l,
  .pd-l,
  .pdx-l {
    padding-left: 60px !important;
  }

  .pdl-x,
  .pd-x,
  .pdx-x {
    padding-left: 90px !important;
  }

  .pdr-l,
  .pd-l,
  .pdx-l {
    padding-right: 60px !important;
  }

  .pdr-x,
  .pd-x,
  .pdx-x {
    padding-right: 90px !important;
  }

  .mgt-l,
  .mg-l,
  .mgy-l {
    margin-top: 60px !important;
  }

  .mgt-x,
  .mg-x,
  .mgy-x {
    margin-top: 90px !important;
  }

  .mgb-l,
  .mg-l,
  .mgy-l {
    margin-bottom: 60px !important;
  }

  .mgb-x,
  .mg-x,
  .mgy-x {
    margin-bottom: 90px !important;
  }

  .mgl-l,
  .mg-l,
  .mgx-l {
    margin-left: 60px !important;
  }

  .mgl-x,
  .mg-x,
  .mgx-x {
    margin-left: 90px !important;
  }

  .mgr-l,
  .mg-l,
  .mgx-l {
    margin-right: 60px !important;
  }

  .mgr-x,
  .mg-x,
  .mgx-x {
    margin-right: 90px !important;
  }
}

.border-none {
  border: none !important;
}

.mgb-m10 {
  margin-bottom: -10px !important;
}

.mgb-m20 {
  margin-bottom: -20px !important;
}

.mgb-m30 {
  margin-bottom: -30px !important;
}

.mgb-m40 {
  margin-bottom: -40px !important;
}

.mgb-m50 {
  margin-bottom: -50px !important;
}

.gutter-20px {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.gutter-20px>li,
.gutter-20px>div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gutter-30px {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.gutter-30px>li,
.gutter-30px>div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.gutter-vr-20px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.gutter-vr-20px>li,
.gutter-vr-20px>div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gutter-vr-30px {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.gutter-vr-30px>li,
.gutter-vr-30px>div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gutter-vr-40px {
  /* margin-top: -20px !important; */
  margin-bottom: 20px !important;
}

.gutter-vr-40px>li,
.gutter-vr-40px>div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/** 02.03 Colors */
.tc-base-white,
.tc-light,
.tc-light a:not(.btn):not([class*="link-"]) {
  color: #f6fafd;
}

.tc-base-white-hover,
.tc-light a:not(.btn):not([class*="link-"]):hover {
  color: #16a3fe;
}

.tc-default,
.tc-default a {
  color: #415076 !important;
}

.tc-primary,
.tc-primary a {
  color: #16a3fe !important;
}

.tc-primary a:hover {
  color: #23c99d !important;
}

.tc-secondary,
.tc-secondary a {
  color: #23c99d !important;
}

.tc-secondary a:hover {
  color: #16a3fe !important;
}

.tc-light p,
.tc-light .list {
  color: #000000;
}

.tc-light .lead,
.tc-light .lead-light,
.tc-light .lead-s2 {
  color: #fff;
}

.bg-primary {
  background-color: #ede2ce !important;
}

.bg-secondary {
  background-color: #23c99d !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-light.current {
  background-color: rgba(246, 250, 253, 0.7) !important;
}

.bg-dark {
  background-color: #dac59d !important;
}

.bg-dark.current {
  background-color: rgba(12, 25, 90, 0.7) !important;
}

.bg-trans {
  background-color: transparent !important;
}

.bg-grad {
  background-image: linear-gradient(90deg, #16a3fe 0%, #23c99d 100%) !important;
}

.bg-black {
  background-color: #000;
}

.bonus-info {
  background-color: rgba(0, 0, 0, 0.02);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-white {
  background-color: #fff;
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.02);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-theme {
  background-color: #745f37 !important;
}

.bg-theme.current {
  background-color: rgba(18, 34, 114, 0.7) !important;
}

.bg-theme-alt {
  background-color: #1940b0 !important;
}

.bg-theme-alt.current {
  background-color: rgba(25, 64, 176, 0.7) !important;
}

.bg-theme-grad {
  background-image: url(../images/landing-mask.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 46% -97px;
  /* background-position: 46% 50%; */
}

/** 02.04 Misc */
.ttc {
  text-transform: capitalize !important;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.ttn {
  text-transform: none !important;
}

.nk-banner,
.banner-wrap,
.feature-group,
.feature-img {
  overflow: hidden;
}

.ov-xh {
  overflow-x: hidden;
}

.ov-yh {
  overflow-y: hidden;
}

.ov-s {
  overflow: scroll;
}

.ov-xs {
  overflow-x: scroll;
}

.ov-ys {
  overflow-y: scroll;
}

.ov-v {
  overflow: visible !important;
}

.ov-xv {
  overflow-x: visible !important;
}

.ov-yv {
  overflow-y: visible !important;
}

.round-full:before,
.circle:before,
.round-full:after,
.circle:after {
  border-radius: 50% !important;
}

.has-bg-image>div,
.has-bg-video>div {
  position: relative;
  z-index: 1;
}

.bg-image {
  position: absolute !important;
  z-index: 0 !important;
  opacity: 0;
  transition: opacity 0.4s;
}

.bg-image.bg-image-loaded {
  opacity: 1;
}

.bg-image img {
  display: none !important;
}

.bg-video {
  position: absolute !important;
  z-index: 0 !important;
  overflow: hidden;
}

.bg-video-cover {
  opacity: 0;
}

.cover-enabled .bg-video-cover {
  opacity: 1;
}

.bg-video .ytplayer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-video .ytplayer-container.cover-enabled .bg-video .ytplayer-container {
  display: none;
}

.cover-enabled .ytplayer-container {
  display: none;
}

.bg-image.bp-l0,
.has-bg.bp-l0 {
  background-position: 0%;
}

.bg-image.bp-r0,
.has-bg.bp-r0 {
  background-position: 0%;
}

.bg-image.bp-l10,
.has-bg.bp-l10 {
  background-position: 10%;
}

.bg-image.bp-r10,
.has-bg.bp-r10 {
  background-position: 40%;
}

.bg-image.bp-l20,
.has-bg.bp-l20 {
  background-position: 20%;
}

.bg-image.bp-r20,
.has-bg.bp-r20 {
  background-position: 30%;
}

.bg-image.bp-l25,
.has-bg.bp-l25 {
  background-position: 25%;
}

.bg-image.bp-r25,
.has-bg.bp-r25 {
  background-position: 25%;
}

.bg-image.bp-l30,
.has-bg.bp-l30 {
  background-position: 30%;
}

.bg-image.bp-r30,
.has-bg.bp-r30 {
  background-position: 20%;
}

.bg-image.bp-l40,
.has-bg.bp-l40 {
  background-position: 40%;
}

.bg-image.bp-r40,
.has-bg.bp-r40 {
  background-position: 10%;
}

.overlay:after {
  content: "";
}

.overlay-light:after {
  background: #fff;
}

.overlay-dark:after {
  background: #000;
}

.overlay-theme:after {
  background: #122272;
}

.overlay-theme-dark:after {
  background: #0c195a;
}

.overlay-opacity-10:after {
  opacity: 0.1;
}

.overlay-opacity-15:after {
  opacity: 0.15;
}

.overlay-opacity-20:after {
  opacity: 0.2;
}

.overlay-opacity-25:after {
  opacity: 0.25;
}

.overlay-opacity-30:after {
  opacity: 0.3;
}

.overlay-opacity-35:after {
  opacity: 0.35;
}

.overlay-opacity-40:after {
  opacity: 0.4;
}

.overlay-opacity-45:after {
  opacity: 0.45;
}

.overlay-opacity-50:after {
  opacity: 0.5;
}

.overlay-opacity-55:after {
  opacity: 0.55;
}

.overlay-opacity-60:after {
  opacity: 0.6;
}

.overlay-opacity-65:after {
  opacity: 0.65;
}

.overlay-opacity-70:after {
  opacity: 0.7;
}

.overlay-opacity-75:after {
  opacity: 0.75;
}

.overlay-opacity-80:after {
  opacity: 0.8;
}

.overlay-opacity-85:after {
  opacity: 0.85;
}

.overlay-opacity-90:after {
  opacity: 0.9;
}

.overlay-opacity-95:after {
  opacity: 0.95;
}

.overlay-opacity-100:after {
  opacity: 1;
}

.text-center [class*="wide"],
.text-center[class*="wide"] {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .cpn-btns {
    width: 110%;
  }
}

@media (min-width: 1200px) {
  .cpn-btns {
    width: 90%;
  }
}

@media (min-width: 1300px) {
  .cpn-btns {
    width: 78%;
  }
}

hr {
  position: relative;
  z-index: 5;
}

.hr {
  border-top: 1px solid #dbe4f7;
}

.hr-white {
  border-top-color: #fff;
}

.hr-black {
  border-top-color: #000;
}

.ui-mask,
[class*="ui-mask"] {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 400px;
  height: 600px;
  z-index: 1;
  overflow: hidden;
}

.ui-mask:after,
[class*="ui-mask"]:after {
  position: absolute;
  right: 30%;
  top: 25%;
  content: "";
  display: block;
  background-image: linear-gradient(135deg,
      rgba(25, 64, 176, 0) 15%,
      #1c62d8 50%,
      rgba(25, 64, 176, 0) 80%);
  border-radius: 50%;
  height: 400px;
  width: 400px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: 1;
}

.ui-mask:before,
[class*="ui-mask"]:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  z-index: 3;
}

.bg-white .ui-mask:after,
.bg-theme-light .ui-mask:after,
.bg-theme-light-alt .ui-mask:after,
.bg-white [class*="ui-mask"]:after,
.bg-theme-light [class*="ui-mask"]:after,
.bg-theme-light-alt [class*="ui-mask"]:after {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {

  .ui-mask:before,
  [class*="ui-mask"]:before {
    background-size: 50%;
  }
}

@media only screen and (max-width: 767px) {

  .ui-mask,
  [class*="ui-mask"] {
    transform: scale(0.5);
    transform-origin: right;
  }

  .ui-mask-left {
    transform-origin: left;
  }
}

/** 03. Elements */
/** 03.01 Alert */
.alert {
  position: relative;
  font-weight: 400;
  color: #fff;
  border: none;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert a,
.alert .alert-link {
  color: inherit;
  font-weight: inherit;
  box-shadow: 0 1px 0 currentColor;
  transition: box-shadow 0.3s;
}

.alert a:hover,
.alert .alert-link:hover {
  box-shadow: 0 0 0;
}

.alert .close {
  color: inherit;
  transition: all 0.4s;
  height: 30px;
  width: 30px;
  padding: 0;
  background: none;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 10px;
  text-shadow: none;
  opacity: 0.7;
}

.alert .close:not(:disabled):not(.disabled):focus,
.alert .close:not(:disabled):not(.disabled):hover,
.alert .close:hover,
.alert .close:focus {
  color: currentColor;
  box-shadow: none;
  outline: none;
  opacity: 1;
}

.alert .close:after {
  position: absolute;
  font-family: "themify";
  content: "\e646";
  top: 0;
  left: 0;
  color: currentColor;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.alert .close span {
  display: none;
}

.alert-primary {
  color: #016aad;
  background: #b9e3ff;
}

.alert-primary .close {
  background: #7ccbfe;
}

.alert-primary-alt {
  background: #16a3fe;
}

.alert-primary-alt .close {
  background: #0179c7;
}

.alert-secondary {
  color: #147259;
  background: #a1efda;
}

.alert-secondary .close {
  background: #aef1df;
}

.alert-secondary-alt {
  background: #23c99d;
}

.alert-secondary-alt .close {
  background: #18886a;
}

.alert-success {
  color: #29cf77;
  background: #cef5e1;
}

.alert-success .close {
  background: #64e09e;
}

.alert-success-alt {
  background: #39d884;
}

.alert-success-alt .close {
  background: #25b96b;
}

.alert-danger {
  color: #e6604a;
  background: #f9d6d0;
}

.alert-danger .close {
  background: #f2afa4;
}

.alert-danger-alt {
  background: #e6604a;
}

.alert-danger-alt .close {
  background: #9b2815;
}

.alert-info {
  color: #026bfb;
  background: #cae0ff;
}

.alert-info .close {
  background: #65a6fe;
}

.alert-info-alt {
  background: #026bfb;
}

.alert-info-alt .close {
  background: #014096;
}

.alert-warning {
  color: #e0a609;
  background: #fef4db;
}

.alert-warning .close {
  background: #f9d46f;
}

.alert-warning-alt {
  background: #f6be26;
}

.alert-warning-alt .close {
  background: #e0a609;
}

/** 03.02 Buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 15px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #fff;
  min-width: 120px;
  max-width: 100%;
  border: 2px solid #16a3fe;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
  border-radius: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* cursor: pointer; */
}

.btn .icon {
  color: inherit;
}

.btn:hover {
  color: #fff !important;
}

.btn-grad {
  border: 2px solid #069140;
  /* background-image: linear-gradient(to right, #16a3fe 0%, #23c99d 100%); */
  background-color: #069140;
  border-radius: 12px;
  transition: 0.2s ease;
}

.btn-grad:hover,
.btn-grad:focus {
  color: #fff !important;
  background-color: #055f2a;
  border: 2px solid #055f2a;
}

.btn-grad:disabled {
  background-color: #508b69;
  border: 2px solid #508b69;
  transition: 0.2s ease;
}

.btn:hover,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn span {
  position: relative;
  z-index: 999999;
  display: block;
}

.btn span+.icon {
  margin-left: 10px;
}

.btn .icon+span {
  margin-left: 10px;
}

.btn .badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.btn-md {
  font-size: 12px;
  line-height: 24px;
  padding: 10px 26px;
}

.btn-sm {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding: 16px 40px;
}

.btn-auto {
  min-width: 44px !important;
}

.btn-icon {
  min-width: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.btn-primary {
  background-color: transparent;
  color: #069140;
  border-color: #069140;
  border-radius: 12px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #069140;
  color: #ffffff;
  border-color: #069140;
}

.btn-primary:hover:focus,
.btn-primary:focus:focus {
  color: #fff !important;
}

.btn-secondary {
  background-color: #23c99d;
  border-color: #23c99d;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}

.btn-facebook.btn-outline .icon {
  color: #3b5998;
}

.btn-facebook.btn-outline:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook.btn-outline:hover .icon {
  color: #fff;
}

.btn-google {
  background-color: #d85040;
  border-color: #d85040;
}

.btn-google:hover {
  background-color: #be3727;
  border-color: #be3727;
}

.btn-google.btn-outline .icon {
  color: #d85040;
}

.btn-google.btn-outline:hover {
  background-color: #d85040;
  border-color: #d85040;
}

.btn-google.btn-outline:hover .icon {
  color: #fff;
}

.btn-lg {
  width: 210px;
}

@keyframes playbutton {
  0% {
    transform: scale(0.75);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@media (min-width: 576px) {
  .btn-lg {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 11px 25px;
  }

  .btn-md {
    /* font-size: 12px; */
    line-height: 24px;
    padding: 8px 20px;
    min-width: 160px;
  }

  .btn-md.btn-grad {
    padding: 11px 30px;
  }
}

.badge {
  color: #fff;
  background-color: #16a3fe;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 34px;
  padding: 5px 16px;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid #16a3fe;
}

.badge:not(.badge-outline) {
  color: #fff;
}

.badge-xs {
  border-radius: 34px;
  padding: 0 8px;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

/** 03.03 Title */
.title {
  position: relative;
}

.title-thin {
  font-weight: 300;
}

.title-regular {
  font-weight: 400;
}

.title-xxs {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.title-xs {
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 0.2em;
}

.title-sm {
  font-size: 1.125rem;
}

.title-sm:not(:last-child) {
  margin-bottom: 0.85rem;
}

.title-md {
  font-size: 1.375rem;
}

.title-md:not(:last-child) {
  margin-bottom: 1rem;
}

.title-lg {
  font-size: 1.75rem;
}

.title-xl {
  font-size: 1.75rem;
}

.title-light {
  color: rgba(25, 64, 176, 0.6);
}

.title-dark {
  color: #12183a;
}

.title-base {
  color: #415076;
}

@media (min-width: 576px) {
  .title-xxs {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .title-xxs:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .title-xs {
    font-size: 0.88rem;
  }

  .title-sm {
    font-size: 1.125rem;
  }

  .title-sm:not(:last-child) {
    margin-bottom: 0.85rem;
  }

  .title-md {
    font-size: 1.375rem;
  }

  .title-md:not(:last-child) {
    margin-bottom: 1rem;
  }

  .title-lg {
    font-size: 1.75rem;
  }

  .title-xl {
    font-size: 3.5rem;
  }
}

.title-tech {
  text-align: end;
  width: 83%;
}

/** 03.04 List */
.list li {
  line-height: 1.44;
  padding: 5px 0;
  position: relative;
  color: #415076;
  font-size: 14px;
}

.tc-light .list li {
  color: #b9d2f4;
}

.list-check li {
  padding-left: 24px;
}

.list-check li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 26px;
  line-height: 26px;
  padding: 3px 0;
  color: #16a3fe;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  content: "\f00c";
  transition: all 0.4s;
}

.tc-light .list-check li:before {
  color: #16a3fe;
}

.list-dot li {
  position: relative;
  padding-left: 22px;
  line-height: 1.62;
}

.list-dot li:before {
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 5px;
  content: "";
  border-radius: 50%;
  background: #1940b0;
}

.tc-light .list-dot li:before {
  background: rgba(255, 255, 255, 0.7);
}

.list-dot.list-sm {
  margin-top: -5px;
  margin-bottom: -5px;
}

.list-dot.list-sm li {
  padding-left: 16px;
  font-size: 0.9rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-dot.list-sm li:before {
  top: 19px;
}

@media (min-width: 576px) {
  .list li {
    font-size: 16px;
  }
}

/** 03.05 Form */
input~.error,
textarea~.error,
select~.error {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #e6604a;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2 px;
  z-index: 9;
  white-space: nowrap;
}

input~.error:after,
textarea~.error:after,
select~.error:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #e6604a;
  border-bottom: 5px solid transparent;
  bottom: -5px;
  left: 3px;
}

.tc-light input~.error,
.tc-light textarea~.error,
.tc-light select~.error {
  background: #e6604a;
  color: #fff;
  box-shadow: none;
}

.tc-light input~.error:after,
.tc-light textarea~.error:after,
.tc-light select~.error:after {
  border-right-color: #e6604a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light .bg-light input::-webkit-input-placeholder,
.tc-light .bg-light-alt input::-webkit-input-placeholder,
.tc-light .bg-white input::-webkit-input-placeholder,
.tc-light .bg-light textarea::-webkit-input-placeholder,
.tc-light .bg-light-alt textarea::-webkit-input-placeholder,
.tc-light .bg-white textarea::-webkit-input-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light input::-webkit-input-placeholder,
.tc-light textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light .bg-light input::-moz-placeholder,
.tc-light .bg-light-alt input::-moz-placeholder,
.tc-light .bg-white input::-moz-placeholder,
.tc-light .bg-light textarea::-moz-placeholder,
.tc-light .bg-light-alt textarea::-moz-placeholder,
.tc-light .bg-white textarea::-moz-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light input::-moz-placeholder,
.tc-light textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light .bg-light input:-ms-input-placeholder,
.tc-light .bg-light-alt input:-ms-input-placeholder,
.tc-light .bg-white input:-ms-input-placeholder,
.tc-light .bg-light textarea:-ms-input-placeholder,
.tc-light .bg-light-alt textarea:-ms-input-placeholder,
.tc-light .bg-white textarea:-ms-input-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light input:-ms-input-placeholder,
.tc-light textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light .bg-light input:-moz-placeholder,
.tc-light .bg-light-alt input:-moz-placeholder,
.tc-light .bg-white input:-moz-placeholder,
.tc-light .bg-light textarea:-moz-placeholder,
.tc-light .bg-light-alt textarea:-moz-placeholder,
.tc-light .bg-white textarea:-moz-placeholder {
  color: rgba(65, 80, 118, 0.6);
}

.tc-light input:-moz-placeholder,
.tc-light textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.field-item {
  position: relative;
  padding-bottom: 15px;
}

.field-wrap {
  position: relative;
}

.field-wrap+p {
  margin-top: 0.75rem;
}

.field-wrap .btn+.form-results:not(:empty) {
  margin-top: 30px;
}

.pop-up {
  width: 100%;
  position: absolute;
  top: 38%;
  opacity: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
}

.pop-up__quiz {
  width: calc(100% - 140px);
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
}

.mes-send-block {
  min-width: 585px;
  max-width: 585px;
  background-color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.07), 0px 16px 32px 0px rgba(0, 0, 0, 0.07), 0px 8px 16px 0px rgba(0, 0, 0, 0.07), 0px 4px 8px 0px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
}

.pop-up.view {
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease;
}

.pop-up__quiz.view {
  top: -130px;
  opacity: 1;
  transition: all 0.5s ease;
}

@media (max-width: 991.9px) {
  .pop-up {
    top: 20%;
  }
}

@media (max-width: 576px) {
  .pop-up__quiz {
    width: calc(100% - 40px);
  }
}

.mes-send span {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.mes-send p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.icon-check {
  margin-right: 24px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 3px solid #069140;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-check img {
  width: 38px;
  height: 38px;
}

@media (max-width: 600px) {
  .mes-send-block {
    padding: 8px;
    border-radius: 16px;
    min-width: max-content;
  }

  .mes-send span {
    font-size: 13px;
    line-height: 18px;
  }

  .mes-send p {
    font-size: 9px;
    line-height: 12px;
  }

  .icon-check {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border: 1px solid #069140;
  }

  .icon-check img {
    width: 12px;
    height: 12px;
  }

  .pop-up__quiz.view {
    top: -70px;
  }
}

.mes-quiz {
  padding: 0 10px;
  display: none;
}

.mes-quiz.show-mes {
  padding: 0 10px;
  display: block;
  color: #03682d;
}

@media (max-width: 600px) {
  .mes-quiz.show-mes {
    margin-top: 10px;
  }
}

.error-quiz,
.error-email {
  position: absolute;
  opacity: 0;
  bottom: 0;
  color: #c73030;
}

.field-wrap .label-inline {
  padding-left: 25px;
  line-height: normal;
}

.has-rtl .field-wrap .label-inline {
  padding-left: 0;
  padding-right: 25px;
}

.field-wrap .label-inline .icon {
  font-size: 20px;
  color: #adb2be;
}

.field-label {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #676767;
}

.field-label-line {
  position: absolute;
  width: 100%;
  top: 10px;
  letter-spacing: normal;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
  transform-origin: left;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #676767;
}

.tc-light .field-label-line {
  color: #fff;
}

.field-item-center .field-label-line {
  transform-origin: center;
}

.input-line {
  font-family: "Montserrat";
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  width: 100%;
  padding: 16px 0 8px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  border-bottom: 1px solid #069140;
  outline: none;
  transition: all 0.4s;
}

.tc-light .input-line {
  color: #fff;
  border-bottom-color: rgba(219, 228, 247, 0.3);
}

.input-line:focus {
  border-bottom: 1px solid #03682d;
}

.field-item-center .input-line {
  text-align: center;
}

.input-textarea {
  height: 105px;
  resize: none;
  outline: none;
}

.input-textarea~.field-label-line {
  top: 73px;
}

.input-focused .field-label-line {
  left: 0;
  top: -10px;
  transform: scale(0.7);
}

.input-bordered {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #dbe4f7;
  width: 100%;
  padding: 10px 15px;
  line-height: 21px;
  font-size: 0.9em;
  color: #415076;
  transition: all 0.4s;
  background-color: transparent;
}

.input-bordered:focus {
  box-shadow: none;
  outline: none;
  border-color: #b7bee3;
}

.input-bordered:disabled {
  background: rgba(219, 228, 247, 0.2);
}

.input-checkbox,
.input-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.input-checkbox~label:not(.error),
.input-radio~label:not(.error) {
  font-family: "Montserrat";
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #676767;
}

.input-checkbox~label:not(.error):before,
.input-checkbox~label:not(.error):after,
.input-radio~label:not(.error):before,
.input-radio~label:not(.error):after {
  position: absolute;
  left: 0;
  top: 1px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  content: "";
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.input-checkbox~label:not(.error):before,
.input-radio~label:not(.error):before {
  border: 2px solid #069140ad;
}

.input-checkbox~label:not(.error):after,
.input-radio~label:not(.error):after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 700;
  font-size: 10px;
  background-color: #069140;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.input-checkbox:checked~label:not(.error):after,
.input-radio:checked~label:not(.error):after {
  opacity: 1;
}

.input-checkbox~.error,
.input-radio~.error {
  left: -4px;
  top: -26px;
  bottom: auto;
  right: auto;
}

.input-radio~label:not(.error):before,
.input-radio~label:not(.error):after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media (min-width: 576px) {
  .field-item {
    padding-bottom: 30px;
  }
}

.select2-container.select2 {
  width: 100% !important;
}

.select2-container .select2-selection {
  position: relative;
}

.select2-container .select2-selection:focus {
  outline: none;
}

.select2-container .select2-selection .select2-selection__rendered {
  color: rgba(65, 80, 118, 0.6);
  font-size: 0.94rem;
}

.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}

.select2-container .select2-selection .select2-selection__arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "themify";
  content: "\e64b";
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
  font-size: 0.88rem;
}

.select2-container .select2-dropdown {
  border-color: #dbe4f7 !important;
}

.select2-container.select-line .select2-selection {
  height: 44px;
  line-height: 20px;
  padding: 16px 40px 8px 0;
  border-bottom: 1px solid #dbe4f7;
}

.select2-container.select-line .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container.select-line .select2-selection .select2-selection__arrow:after {
  padding: 16px 0 8px;
}

.select2-container.select-bordered .select2-selection {
  height: 42px;
  line-height: 20px;
  padding: 10px 40px 10px 0;
  border: 1px solid #dbe4f7;
  border-radius: 6px;
}

.select2-container.select-bordered .select2-selection .select2-selection__rendered {
  padding-left: 15px;
}

.select2-container.select-bordered.select-lg .select2-selection {
  height: 50px;
  border: 2px solid #dbe4f7;
  padding: 13px 40px 13px 10px;
  min-width: 146px;
}

.select2-container--below.select2-container--open.select-bordered .select2-selection--single {
  border-radius: 6px 6px 0 0;
}

.select2-container--above.select2-container--open.select-bordered .select2-selection--single {
  border-radius: 0 0 6px 6px;
}

.select2-container.select-lg .select2-selection .select2-selection__arrow:after {
  padding: 13px 0;
}

.select2-container.select-lg .select2-selection .select2-selection__rendered {
  color: #12183a;
  font-size: 1rem;
}

.select2-search {
  display: none;
}

.select2-results {
  padding: 5px 0;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 0.88rem;
  transition: all 0.4s;
  max-height: 180px;
}

.select2-results__option[aria-selected="true"],
.select2-results__option:hover {
  background: #dbe4f7;
}

.select-line.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #dbe4f7 !important;
}

@media (min-width: 992px) {
  .select2-container.select-bordered.select-lg .select2-selection {
    min-width: 255px;
  }
}

/**/
/** 03.06 Table */
.table {
  color: inherit;
}

.table td {
  border-top: none;
  padding: 18px 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.table tr {
  border-bottom: 1px solid rgba(22, 163, 254, 0.2);
}

.table tr:last-child {
  border-bottom: none;
}

.table-head {
  font-weight: 500;
  color: #16a3fe;
}

.table-bordered td {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(22, 163, 254, 0.2);
}

/** 03.08 CountDown */
.countdown {
  display: flex;
  justify-content: space-around;
  margin: 0 -5px;
}

.countdown-item {
  padding: 0 5px;
}

.countdown-time {
  position: relative;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 2px solid #16a3fe;
  text-align: center;
  line-height: 50px;
  display: block;
}

.countdown-s2 .countdown-time {
  border-radius: 6px;
  background-color: #122272;
  border-color: transparent;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.countdown-s3 .countdown-time {
  border-radius: 0;
  border: none;
  font-size: 2.8125rem;
  line-height: 50px;
  font-weight: 700;
  height: 50px;
  width: 100%;
  color: #1940b0;
}

.tc-light .countdown-s3 .countdown-time {
  color: #fff;
}

.countdown-s3 .countdown-time:after {
  position: absolute;
  top: calc(50% - 3px);
  right: -6px;
  transform: translate(50%, -50%);
  content: ":";
}

.countdown-s3 .countdown-time-last:after {
  display: none;
}

.countdown-s3-alt .countdown-time {
  font-size: 1.875rem;
  padding: 0 20px;
  font-weight: 300;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0.5rem;
}

.countdown-s3.countdown-small .countdown-time {
  font-size: 1rem;
  line-height: 24px;
  height: 24px;
  text-align: left;
  padding: 0 20px;
}

.countdown-s4 .countdown-time {
  font-size: 2rem;
}

.countdown-s4 .countdown-time,
.countdown-thin .countdown-time {
  font-weight: 300;
}

.tc-light .countdown-s5 .countdown-time {
  color: #16a3fe;
}

.countdown-md .countdown-time {
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  height: auto;
}

.countdown-text {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  padding-top: 8px;
  text-align: center;
}

.tc-light .countdown-text {
  color: #8ca2e5;
}

.countdown-s2 .countdown-text {
  text-transform: uppercase;
  font-weight: 400;
}

.tc-light .countdown-s2 .countdown-text {
  color: #16a3fe;
}

.countdown-s3 .countdown-text {
  text-transform: uppercase;
}

.tc-light .countdown-s3 .countdown-text {
  color: #8ca2e5;
}

.countdown-s3-alt .countdown-text {
  text-transform: capitalize;
  padding-top: 0;
  font-weight: 400;
}

.countdown-s3.countdown-small .countdown-text {
  text-align: left;
  padding: 0 22px;
}

.countdown-s4 .countdown-text {
  text-transform: capitalize;
  padding-top: 0;
}

.tc-light .countdown-s5 .countdown-text {
  color: #16a3fe;
}

.countdown-md .countdown-text {
  font-weight: 400;
  padding-top: 2px;
}

@media (min-width: 420px) {
  .countdown-time {
    height: 64px;
    width: 64px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .countdown-wd .countdown .item {
    width: 100%;
  }

  .countdown-xxl .countdown-time {
    font-size: 5.5rem;
  }

  .countdown-xl .countdown-time {
    font-size: 4rem;
  }

  .countdown-xl.countdown-s2 .countdown-time {
    width: 123px;
    height: 123px;
    line-height: 123px;
    border-radius: 4px;
  }

  .countdown-xxl .countdown-text {
    padding-top: 30px;
  }

  .countdown-s3-lg {
    margin: 0 -38px;
  }
}

@media (min-width: 992px) {
  .countdown-s4 .countdown-time {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .countdown-s4 .countdown-time {
    font-size: 2.9rem;
  }
}

/** 03.09 Toastr */
/* Toastr */
#toast-container {
  position: fixed;
  z-index: 999999;
  margin-top: 22px;
  margin-bottom: 16px;
}

#toast-container .toast {
  opacity: 1;
}

.toast-top-right {
  top: 0;
  right: 16px;
}

.toast {
  background: #fff;
  color: #fff;
  overflow: hidden;
  margin: 0 0 8px;
  padding: 15px 51px 15px 15px;
  width: 300px;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 18px 2px rgba(18, 24, 58, 0.25);
  background: #0c195a;
  position: relative;
}

.toast-close-button {
  cursor: pointer;
  position: absolute;
  text-align: left;
  right: 15px;
  text-indent: -9999em;
  overflow: hidden;
  background: none;
  border-radius: 50%;
  border: none;
  height: 36px;
  width: 36px;
  transition: all 0.3s;
}

.toast-close-button:after {
  position: absolute;
  content: "\e646";
  font-family: "themify";
  top: 0;
  right: -1px;
  text-indent: 0;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 36px;
  width: 36px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.toast-close-button:hover,
.toast-close-button:focus {
  background: rgba(246, 250, 253, 0.15);
  box-shadow: none;
  outline: none;
}

.toast-message {
  position: relative;
  flex-grow: 1;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  min-height: 30px;
}

.toast-message-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  margin-left: -10px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.toast-message-icon.ti-alert:before {
  position: relative;
  top: -2px;
}

.toast-info .toast-message-icon {
  background: #026bfb;
}

.toast-warning .toast-message-icon {
  background: #f6be26;
}

.toast-success .toast-message-icon {
  background: #39d884;
}

.toast-error .toast-message-icon {
  background: #e6604a;
}

@media (min-width: 576px) {
  .toast-message {
    font-size: 14px;
    line-height: 18px;
  }
}

/** 03.10 Misc */
.icon {
  display: inline-block;
}

.icon-lg {
  font-size: 50px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

.icon-circle-md {
  height: 50px;
  width: 50px;
}

.toggle-tigger {
  display: inline-block;
}

.toggle-tigger.btn {
  display: inline-flex;
}

.toggle-class {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.toggle-class.active {
  visibility: visible;
  opacity: 1;
}

.preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.preloader:before,
.preloader:after {
  position: absolute;
  left: 0;
  height: 51%;
  width: 100%;
  transition: all 0.6s ease;
  background: #fff;
  content: "";
}

.preloader:before {
  top: 0;
}

.page-loaded .preloader:before {
  transform: translate(0, -100%);
}

.preloader:after {
  bottom: 0;
}

.page-loaded .preloader:after {
  transform: translate(0, 100%);
}

.preloader.no-default {
  background-color: #122272;
}

.page-loaded .preloader.no-default:before,
.page-loaded .preloader.no-default:after {
  transform: translate(0, 0);
}

.preloader.no-default:before,
.preloader.no-default:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.6s;
  background-color: #122272;
}

.preloader-alt:after,
.preloader-alt:before {
  background: #dac59d;
}

.page-loaded .preloader.no-split:before,
.page-loaded .preloader.no-split:after {
  transform: translate(0, 0);
}

.spinner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  z-index: 1001;
}

.spinner-round {
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #16a3fe;
  animation: spin 2s linear infinite;
}

.spinner-round:before,
.spinner-round:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
}

.spinner-round:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #23c99d;
  animation: spin 3s linear infinite;
}

.spinner-round:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #122272;
  animation: spin 1.5s linear infinite;
}

.spinner-alt {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}

.spinner-alt:after,
.spinner-alt:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner-alt:before {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spinner-alt:after {
  border: 1px solid;
  border-top-color: #fff;
  border-right-color: transparent;
  border-left-width: 0;
  border-bottom-width: 0;
  animation: spin 1.5s linear infinite;
}

.spinner-alt.load-done {
  transition: all 0.4s;
  transform: scale(3);
  opacity: 0;
  border-color: transparent;
}

.spinner-alt.load-done:after,
.spinner-alt.load-done:before {
  opacity: 0;
}

.spinner-alt.spinner-light {
  border: 1px solid rgba(10, 16, 21, 0.1);
}

.spinner-alt.spinner-light:after {
  border-top-color: #0a1015;
}

.spinner-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-content {
  background: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
}

.modal-body {
  background: #fff;
  border-radius: 6px;
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: -15px;
  height: 36px;
  width: 36px;
  line-height: 39px;
  padding: 0;
  text-align: center;
  z-index: 9999;
  border-radius: 50%;
  color: #415076;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(65, 80, 118, 0.2);
}

.mfp-close-btn-in .mfp-close {
  cursor: pointer;
  top: -15px;
  right: -15px;
  height: 36px;
  width: 36px;
  line-height: 37px;
  padding: 0;
  text-align: center;
  z-index: 9999;
  border-radius: 50%;
  color: #415076 !important;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(65, 80, 118, 0.2);
  transition: all 0.4s;
}

.mfp-close-btn-in .mfp-close:hover {
  text-decoration: none;
  color: #16a3fe !important;
}

.tc-light .mfp-close-btn-in .mfp-close:hover {
  color: #16a3fe !important;
}

.image-popup .mfp-close {
  cursor: pointer;
  top: 22px;
  right: -18px;
}

.owl-nav {
  margin: 0 -10px 0;
  padding-top: 40px;
}

.owl-nav button {
  border: 1px solid #b9d2f4 !important;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: all 0.4s;
}

.owl-nav button:focus {
  box-shadow: none;
  outline: none;
}

.owl-nav button.disabled {
  opacity: 0.4;
}

.owl-nav button:after {
  font-family: "themify";
  font-size: 1rem;
}

.owl-prev:after {
  content: "\e64a";
}

.owl-rtl .owl-prev:after {
  content: "\e649";
}

.owl-next:after {
  content: "\e649";
}

.owl-rtl .owl-next:after {
  content: "\e64a";
}

.owl-dot {
  border: none;
  height: 10px;
  width: 30px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 4px;
  transition: all 0.4s ease;
  background: rgba(6, 145, 64, 0.3) !important;
}

.owl-dot.active {
  background: rgba(6, 145, 64, 0.8) !important;
  width: 20px;
}

.owl-dot:focus {
  outline: none;
}

.owl-dots {
  text-align: center;
}

@keyframes rotatecw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateacw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@media (min-width: 992px) {
  .token-status .nk-circle-pk {
    display: block;
  }
}

@keyframes rotatecw_alt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateacw_alt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotatecw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateacw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.gfx {
  max-width: 400px;
}

.gfx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gfx-inherit {
  max-width: 420px;
}

.gfx-md {
  max-width: 380px;
}

@media (min-width: 768px) {
  .gfx {
    max-width: 500px;
  }

  .gfx-inherit {
    max-width: 420px;
  }

  .gfx-md {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  .gfx-re-s1 {
    margin: 0 -230px 0 0;
  }
}

@media (min-width: 1600px) {
  .gfx-re-lgl {
    margin-left: -188px;
  }

  .gfx-re-lg {
    margin: 0 -168px 0 42px;
  }
}

@media (min-width: 1900px) {
  .gfx-re-lgl {
    margin-left: -315px;
  }

  .gfx-re-lgr {
    margin-right: -315px;
  }

  .gfx-re-mdl {
    margin-left: -230px;
  }

  .gfx-re-lg {
    margin: 0 -200px 0 42px;
  }
}

/** 04. Components */
/** 04.01 Tab */
.tab-nav li a {
  display: block;
  padding: 12px 12px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(25, 64, 176, 0.6);
  border-bottom: 1px solid rgba(219, 228, 247, 0.5);
  transition: all 0.4s;
}

.tab-nav li a:hover,
.tab-nav li a.active {
  color: #1940b0;
}

.tab-nav li a .fas,
.tab-nav li a .far {
  margin-right: 10px;
}

.tab-nav-vr {
  display: block;
}

.tab-nav-vr li:not(:last-child) a {
  border-bottom: 1px solid rgba(219, 228, 247, 0.5);
}

.tab-nav-vr li:last-child a {
  border: none;
}

.tab-nav-vr li a {
  padding: 18px 20px;
}

.tc-light .tab-nav-vr li:not(:last-child) a {
  border-color: rgba(255, 255, 255, 0.07);
}

.tab-nav-bdr {
  border: 1px solid #dbe4f7;
  border-radius: 5px;
}

.tc-light .tab-nav-bdr {
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}

.tc-light .tab-nav li a:after {
  background: #16a3fe;
}

.tc-light .tab-nav li a:hover,
.tc-light .tab-nav li a.active {
  color: #16a3fe !important;
}

.tab-pane {
  padding: 10px 0 0;
}

/** 04.02 Accordion */
.accordion-item {
  transition: all 0.4s;
  padding-bottom: 8px;
}

/* .accordion-item:not(:last-child) {
  border-bottom: 1px solid #dbe4f7;
} */

.tc-light .accordion-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.05);
}

.bg-theme .accordion-item:not(:last-child) {
  border-color: rgba(22, 163, 254, 0.3);
}

.accordion-title {
  position: relative;
  color: #1940b0;
  font-weight: 400;
  cursor: pointer;
  padding: 22px 54px 14px 0;
  margin-bottom: 0;
}

.tc-light .accordion-title {
  color: #16a3fe;
}

.accordion-title-sm {
  font-size: 16px;
}

.accordion-title.collapsed {
  color: #2b2b2b;
  transition: all 0.4s;
}

.tc-light .accordion-title.collapsed {
  color: #fff;
}

.tc-light .accordion-title.collapsed:hover {
  color: #16a3fe;
}

/* .accordion-title.collapsed:hover {
  color: #1940b0;
} */

.accordion-title.collapsed .accordion-icon:before {
  opacity: 0;
}

.accordion-title.collapsed .accordion-icon:after {
  opacity: 1;
}

.accordion-title.collapsed .accordion-icon-s2:after {
  transform: rotate(-180deg);
}

.accordion-icon {
  position: absolute;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  right: 0;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  /* background: #f6fafd; */
}

/* .current .accordion-icon {
  background: transparent;
} */

.accordion-icon:before,
.accordion-icon:after {
  line-height: 36px;
  color: #a59d8f;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  transition: all 0.4s;
}

.current .accordion-icon:before,
.current .accordion-icon:after {
  color: #a59d8f;
}

.accordion-icon:before {
  content: "\f106";
  opacity: 1;
}

.accordion-icon:after {
  content: "\f107";
  opacity: 0;
}

.tc-light .accordion-icon {
  background: rgba(22, 163, 254, 0.1);
}

.tc-light .accordion-icon:after,
.tc-light .accordion-icon:before {
  color: #16a3fe;
}

.accordion-content {
  padding-bottom: 12px;
  padding-right: 46px;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-faq {
  margin-top: -15px;
}

@media (min-width: 576px) {
  .accordion-title-sm {
    font-size: 18px;
  }
}

/** 04.03 Blocks */
.nk-block {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nk-block~.nk-block {
  padding-top: 40px;
}

.nk-block~.nk-block-team-list {
  padding-top: 60px;
}

.nk-block+.hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-head+.nk-block,
.hr+.nk-block,
hr+.nk-block {
  padding-top: 0;
}

.nk-block-img {
  position: relative;
}

.nk-block-team-list,
.nk-block-features {
  margin-bottom: -30px;
}

.nk-block .pagination {
  margin-top: 10px;
}

@keyframes ani_round {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(10px, 15px) rotate(90deg);
  }

  50% {
    transform: translate(0, 0) rotate(180deg);
  }

  75% {
    transform: translate(-10px, -15px) rotate(270deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes ani_cicle {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@media (min-width: 576px) {
  .nk-block-team-list {
    margin-bottom: -50px;
  }
}

@media (min-width: 576px) {
  .nk-block~.nk-block {
    padding-top: 60px;
  }

  .section-head+.nk-block,
  .hr+.nk-block,
  hr+.nk-block {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .nk-block~.nk-block {
    padding-top: 100px;
  }

  .section-head+.nk-block,
  .hr+.nk-block,
  hr+.nk-block {
    padding-top: 0;
  }

  .nk-block-img.edge-r1 {
    margin-right: -160px;
  }

  .nk-block .pagination {
    margin-top: 30px;
  }
}

/** 04.04 Box */
.card {
  padding: 20px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
}

@media (min-width: 576px) {
  .card {
    padding: 30px;
  }

  .card-lg {
    padding: 45px 40px;
  }
}

/** 04.05 Banner */
.nk-banner {
  display: block;
  width: 100%;
  z-index: 5;
  position: relative;
}

.banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-center {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.is-transparent .banner {
  padding-top: 60px;
}

.has-mask .banner {
  padding-bottom: 75px;
}

.has-mask .banner-page {
  padding-bottom: 40px;
}

.has-mask .banner-mask-fix {
  padding-bottom: 40px !important;
}

.has-mask .banner-inner {
  padding-bottom: 125px;
}

.banner-wrap {
  width: 100%;
}

.banner-fs .banner-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-gfx {
  position: relative;
  margin: -15px 0;
}

.banner-fs {
  min-height: calc(100vh - 90px);
}

.is-transparent .banner-fs {
  min-height: 100vh;
}

.banner-gap-b2 {
  padding-bottom: 75px;
}

.has-mask .banner-gap-b2 {
  padding-bottom: 125px;
}

.banner-caption:not([class*="wide"]) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.banner>.nk-block {
  position: relative;
  z-index: 2;
}

.cpn {
  padding: 30px 10px;
}

.cpn-head,
.cpn-action,
.cpn-text {
  margin-top: 20px;
}

.cpn>*:first-child {
  margin-top: 0;
}

/* .cpn-head .title {
  font-size: 1.75rem;
  line-height: 1.5;
} */

.cpn-head .title-lg {
  line-height: 1.3;
  font-weight: 700;
}

.cpn-text {
  max-width: 65%;
  margin-bottom: 25px;
}

.cpn-text-center {
  margin-left: auto;
  margin-right: auto;
}

.cpn-links {
  padding-top: 20px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -15px;
  margin-right: -15px;
}

.cpn-action .cpn-links {
  padding-top: 0;
}

.cpn-links li {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
}

.cpn-btns+.cpn-links {
  padding-top: 20px;
}

.cpn-links+.cpn-btns {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .banner-fs .banner-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .has-mask .banner {
    padding-bottom: 160px;
  }

  .has-mask .banner-page {
    padding-bottom: 80px;
  }

  .banner-gap-b2 {
    padding-bottom: 125px;
  }

  .has-mask .banner-gap-b2 {
    padding-bottom: 200px;
  }

  .banner-page .banner-wrap {
    padding: 80px 0;
  }

  .is-transparent .banner-page .banner-wrap {
    padding-top: 60px;
  }

  .cpn-text,
  .cpn-action {
    margin-top: 30px;
  }

  .cpn-text {
    margin-bottom: 15px;
  }

  .cpn-btns {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .is-transparent .banner {
    padding-top: 75px;
  }

  /* .banner-gfx-re-s1 {
    margin: 0 -135px 0 -180px;
  } */

  .has-mask .banner {
    padding-bottom: 180px;
  }

  .has-mask .banner-page {
    padding-bottom: 100px;
  }

  .cpn {
    padding: 0;
    padding-left: 90px;
    max-width: 90%;
  }

  .cpn-head,
  .cpn-action,
  .cpn-text {
    margin-top: 60px;
  }

  .cpn-btns,
  .cpn-links {
    padding-top: 20px;
  }

  .cpn-action .cpn-btns,
  .cpn-action .cpn-links {
    padding-top: 0;
  }

  .cpn-btns+.cpn-links {
    padding-top: 20px;
  }

  .cpn-links+.cpn-btns {
    padding-top: 20px;
  }

  /* .cpn-head .title {
    font-size: 2.125rem;
  } */

  .cpn-head .title-sm {
    font-size: 1.85rem;
  }

  .cpn-head .title-md {
    font-size: 2.6rem;
  }

  .cpn-head .title-lg {
    font-size: 4rem;
  }

  .cpn-head .title-lg-s2 {
    font-size: 3rem;
  }

  .cpn-head .title-lg-s3 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  /* .banner-gfx-re-s1 {
    margin: 0 -165px 0 -180px;
  } */

  .banner-fs .banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  /* .banner-caption:not([class*="wide"]) {
    max-width: 1080px;
  } */

  .has-mask .banner-pd-lg {
    padding-bottom: 295px;
    padding-top: 65px;
  }
}

@media (min-width: 3020px) {
  .banner-gfx-re-s1 {
    margin: 0 0 0 10%;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .banner-gfx {
    margin-left: auto;
    margin-right: auto;
    width: 401px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .banner-gfx {
    max-width: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
  .banner-fs {
    min-height: calc(65vh - 90px);
  }

  .is-transparent .banner-fs {
    min-height: 60vh;
  }
}

@media (max-width: 576px) {
  .cpn-btns .btn:not(.btn-with-icon) {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .cpn-btns .btn:not(.btn-with-icon) {
    font-size: 11px;
    padding: 8px 16px;
  }

  .btn-form-send {
    width: 100%;
  }

  .smart-captcha {
    min-width: 240px !important;
  }
}

/** 04.06 Head */
.section-head {
  position: relative;
}

.section-head:not([class*="pdb"]) {
  padding-bottom: 40px;
}

.section-head p {
  color: #415076;
}

.tc-light .section-head p {
  color: #8ca2e5;
}

.section-head.tc-light p {
  color: #8ca2e5;
}

/* .section-head .title {
  font-weight: 500;
} */

.section-head .title-thin {
  font-weight: 300;
}

.section-head .title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.section-head .title-xs:not(:last-child) {
  margin-bottom: 0.5rem;
}

.section-head .title:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: attr(title);
  font-family: "Ordina", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1940b0;
  transform: translate(-50%, -50%);
  opacity: 0.06;
}

.tc-light .section-head .title:before {
  opacity: 0.06;
}

@media (min-width: 576px) {
  .section-head:not([class*="pdb"]) {
    padding-bottom: 50px;
  }

  .section-head .title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .section-head .title-xs:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .section-head:not([class*="pdb"]) {
    padding-bottom: 80px;
  }

  .section-head-sm:not([class*="pdb"]) {
    padding-bottom: 40px;
  }

  .section-head-xs:not([class*="pdb"]) {
    padding-bottom: 25px;
  }
}

/** 04.07 Features */
.feature {
  margin-bottom: 30px;
  display: block;
}

.feature.card {
  height: calc(100% - 30px);
}

.feature-group .feature {
  margin-bottom: 0;
}

.feature-group {
  border-radius: 6px;
}

.feature-icon {
  position: relative;
  width: 60px;
  margin-bottom: 15px;
  flex-shrink: 0;
  margin-right: 12px;
}

.feature-icon.dot:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(22, 163, 254, 0.5);
  z-index: 4;
}

.tc-light .feature-icon .icon {
  color: #16a3fe;
}

.feature-icon .icon {
  position: relative;
  font-size: 3.75rem;
  color: #1940b0;
  z-index: 5;
  margin-left: -5px;
}

.feature-icon .icon-lg {
  font-size: 5.75rem;
}

.feature-icon-lg {
  width: 180px;
  margin-bottom: 48px !important;
}

.feature-img {
  border-radius: 4px;
}

.feature-text p:last-child {
  margin-bottom: 0;
}

.feature-center {
  text-align: center;
}

.feature-center .feature-icon {
  margin-left: auto;
  margin-right: auto;
}

.feature-center .feature-icon .icon {
  margin-left: 0;
}

.feature-s3 {
  margin-bottom: 0;
}

.feature-s3.card {
  padding: 30px 30px 40px;
  margin-bottom: 0;
  height: 100%;
}

.feature-s4 .title {
  padding-top: 30px;
}

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

.boxed {
  padding: 15px 20px;
}

.boxed-lg {
  padding: 30px 25px;
}

@media (min-width: 576px) {
  .feature.card {
    height: calc(100% - 30px);
  }

  .feature-icon {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .feature-s2 {
    display: flex;
    align-items: flex-start;
  }

  .feature-s3 {
    margin-bottom: 0;
    padding: 0 30px;
  }

  .feature-s3.card {
    margin-bottom: 0;
    height: 100%;
  }

  .boxed {
    padding: 40px 50px;
  }

  .boxed-lg {
    padding: 45px 40px;
  }
}

@media (min-width: 992px) {
  .boxed-lg {
    padding: 55px 60px;
  }
}

.owl-item.active .feature {
  opacity: 0.8 !important;
}

.owl-item.active.center .feature {
  transition: 0.3s;
  opacity: 1 !important;
}

/** 04.08 Roadmap */
.roadmap {
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
}

.flex-row-reverse .roadmap-s1:before {
  right: auto;
}

.roadmap-wrap {
  position: relative;
  padding: 40px 0 10px;
  margin-bottom: 40px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.nk-block-left .roadmap-wrap {
  margin-left: 0;
  margin-right: 0;
}

.roadmap-wrap:before,
.roadmap-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: 7;
}

.roadmap-line {
  position: absolute;
  left: 19px;
  top: 0;
  background: #c1cef1;
  height: 100%;
  width: 2px;
  content: "";
  z-index: 9;
}

.roadmap-line:after,
.roadmap-line:before {
  position: absolute;
  background: #c1cef1;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  content: "";
  left: -4px;
}

.roadmap-line:before {
  top: 0;
}

.roadmap-line:after {
  bottom: 0;
}

.tc-light .roadmap-line {
  background: rgba(255, 255, 255, 0.1);
}

.tc-light .roadmap-line:after,
.tc-light .roadmap-line:before {
  background: #16a3fe;
}

.bg-theme-dark .roadmap-line {
  background: #1940b0;
}

.bg-theme-dark .roadmap-line:after,
.bg-theme-dark .roadmap-line:before {
  background: #16a3fe;
}

.bg-theme .roadmap-line {
  background: #1940b0;
}

.bg-theme .roadmap-line:after,
.bg-theme .roadmap-line:before {
  background: #16a3fe;
}

.roadmap-year {
  border-radius: 50%;
  color: #fff;
  background: #122272;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  left: -5px;
}

.tc-light .roadmap-year {
  background: #16a3fe;
}

.bg-theme .roadmap-year,
.bg-theme-dark .roadmap-year {
  background: #16a3fe;
}

.roadmap-step {
  border: 2px solid #dbe4f7;
  border-radius: 5px;
  position: relative;
  margin-left: 50px;
  padding: 20px 20px 15px;
  position: relative;
  max-width: 380px;
}

.bg-light .roadmap-step {
  background: #fff;
}

.roadmap-step:before,
.roadmap-step:after {
  position: absolute;
  content: "";
}

.roadmap-step:before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #122272;
  left: -41px;
  top: 34px;
  z-index: 1;
}

.roadmap-step:after {
  height: 2px;
  width: 22px;
  background: #dbe4f7;
  left: -22px;
  top: 42px;
}

.roadmap-step p:last-child {
  margin-bottom: 0;
}

.tc-light .roadmap-step {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.tc-light .roadmap-step:before {
  background: #16a3fe;
}

.tc-light .roadmap-step:after {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-theme .roadmap-step,
.bg-theme-dark .roadmap-step {
  background: #132582;
  border-color: #1940b0;
}

.bg-theme .roadmap-step:before,
.bg-theme-dark .roadmap-step:before {
  background: #16a3fe;
  border-color: #122272;
}

.bg-theme .roadmap-step:after,
.bg-theme-dark .roadmap-step:after {
  background: #1940b0;
  border-color: #1940b0;
}

.bg-theme-dark .roadmap-step:before {
  border-color: #0c195a;
}

.bg-light .roadmap-step:before {
  border-color: #f6fafd;
}

.has-bg-image .roadmap-step:before {
  border-color: transparent;
}

.roadmap-head {
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
}

.roadmap-finished .roadmap-head:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #23c99d;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.88rem;
  content: "\f00c";
}

.roadmap-time {
  display: block;
  color: #122272;
  font-size: 13px;
  text-transform: uppercase;
}

.tc-light .roadmap-time {
  color: rgba(255, 255, 255, 0.8);
}

.roadmap-title {
  color: #8ca2e5;
  font-weight: 700;
  font-size: 16px;
}

.tc-light .roadmap-title {
  color: #fff;
}

@media (min-width: 992px) {
  .roadmap {
    display: flex;
  }

  .roadmap-wrap {
    padding: 40px 0 10px;
    margin-bottom: 60px;
    max-width: 100%;
  }

  .roadmap-line {
    left: 50%;
    margin-left: -1px;
  }

  .roadmap-left {
    justify-content: flex-start;
    margin-top: -80px;
  }

  .roadmap-left .roadmap-step {
    margin-left: 0;
    margin-right: 80px;
  }

  .roadmap-left .roadmap-step:before {
    left: auto;
    right: -91px;
  }

  .roadmap-left .roadmap-step:after {
    left: auto;
    right: -78px;
  }

  .roadmap-left.roadmap-s5 {
    margin-top: 0;
  }

  .roadmap-right {
    justify-content: flex-end;
  }

  .roadmap-right .roadmap-step {
    margin-left: 80px;
  }

  .roadmap-year {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }

  .roadmap-step {
    width: 100%;
    padding: 40px 30px 35px;
  }

  .roadmap-step:before,
  .roadmap-step:after {
    position: absolute;
    content: "";
  }

  .roadmap-step:before {
    left: -91px;
  }

  .roadmap-step:after {
    width: 78px;
    left: -78px;
  }

  .roadmap-head {
    margin-bottom: 15px;
  }

  .roadmap-time {
    font-size: 14px;
  }

  .roadmap-title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .roadmap-left .roadmap-step:before {
    right: -86px;
  }

  .roadmap-left .roadmap-step:after {
    right: -73px;
  }

  .roadmap-step:before {
    left: -86px;
  }

  .roadmap-step:after {
    width: 73px;
    left: -73px;
  }
}

/** 04.091 Token */
.token-info {
  border: 1px solid rgba(22, 163, 254, 0.2);
  border-radius: 8px;
  padding: 18px 20px 0;
  margin-bottom: 30px;
}

.token-status {
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(22, 163, 254, 0.2);
  padding: 18px 20px 10px;
  text-align: center;
}

.token-status .countdown-s2 {
  padding: 0;
}

.token-countdown {
  padding: 16px 0 20px;
}

.token-min {
  font-size: 13px;
  color: #8ca2e5;
  display: block;
  padding: 12px 0;
}

.token-alocate-item {
  position: relative;
  padding: 0 20px 15px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  height: calc(100% - 30px);
  border-radius: 4px;
}

.token-alocate-item:not([class*="shadow"]) {
  box-shadow: 0 5px 45px 0 rgba(18, 24, 58, 0.08);
}

.token-alocate-graph {
  padding: 20px 0 15px;
  position: relative;
}

.token-alocate-graph span,
.token-alocate-graph img {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.token-alocate-graph span {
  color: #415076;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
}

.token-alocate-graph img {
  width: 150px;
}

.token-alocate-graph canvas {
  position: relative;
  z-index: 5;
}

.token-sale-box {
  min-height: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 10px 20px;
  transition: all 0.4s;
  border: 3px solid transparent;
  background: #ede2ce;
  border-radius: 4px;
}

.token-sale-box.more {
  background: #ffffff;
  border: 3px solid #069140;
  border-radius: 4px;
  position: relative;
  transition: 0.3s linear;
}

.token-sale-box.more:hover,
.token-sale-box.more:focus,
.token-sale-box.more:active {
  background: #069140;
  border: 3px solid #069140;
  transition: 0.3s linear;
}

.tc-light .token-sale-box {
  background: rgba(22, 163, 254, 0.08);
}

.token-sale-info {
  display: block;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #3a301b;
  margin-bottom: 12px;
}

.token-sale-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.token-sale-box.more .token-sale-info {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #069140;
  transition: 0.3s linear;
}

.token-sale-box.more:hover .token-sale-info,
.token-sale-box.more:focus .token-sale-info,
.token-sale-box.more:active .token-sale-info {
  color: #ffffff;
  transition: 0.3s linear;
}

.token-sale-arrow {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(../images/icons/arrowMore.svg);
  bottom: 13px;
  right: 13px;
}

.token-sale-box.more:hover .token-sale-arrow,
.token-sale-box.more:focus .token-sale-arrow,
.token-sale-box.more:active .token-sale-arrow {
  background-image: url(../images/icons/arrowMore-white.svg);
}

@media (min-width: 480px) {
  .token-status .countdown-s2 {
    padding: 0 30px 20px;
  }
}

@media (min-width: 576px) {
  .token-info {
    padding: 24px 40px 0;
  }

  .token-info .text-block-title {
    text-align: center;
  }

  .token-status {
    padding: 24px 28px 20px;
  }

  .token-alocate-item {
    padding: 30px 65px 60px;
  }

  .token-alocate-graph {
    padding: 30px 40px 30px;
  }
}

@media (min-width: 768px) {
  .token-alocate-item {
    padding: 20px 30px 40px;
  }

  .token-alocate-graph {
    padding: 30px 0 30px;
  }
}

@media (min-width: 992px) {
  .token-alocate-item {
    padding: 30px 65px 60px;
  }

  .token-alocate-graph {
    padding: 30px 0 30px;
  }
}

/** 04.10 Team */
.team {
  position: relative;
  margin-bottom: 30px;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nk-block-left .team {
  max-width: 100%;
}

.team:hover .team-show {
  opacity: 1;
}

.team-photo {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
  z-index: 2;
}

.team-photo+.list {
  padding-top: 15px;
}

.team-photo img {
  border-radius: 6px;
  width: 100%;
  transition: all 0.4s;
}

.team-show {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(22, 163, 254, 0.4);
  border-radius: 6px;
  transition: all 0.4s;
  z-index: 20;
  opacity: 0;
}

.team-social {
  margin: 0 -5px;
}

.team-photo .team-social {
  position: absolute;
  bottom: -17px;
  right: 17px;
  z-index: 21;
  text-align: right;
}

.team-social li {
  padding: 0 4px;
  display: inline-block;
}

.team-social li a {
  font-size: 13px;
  text-align: center;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: #fff !important;
  background: #23c99d;
  box-shadow: 0px 2px 15px 0px rgba(35, 201, 157, 0.5);
}

.team-social li a:hover {
  color: #fff !important;
  background: #16a3fe;
  box-shadow: 0px 2px 15px 0px rgba(22, 163, 254, 0.5);
}

.team-name {
  color: #415076;
  padding-top: 28px;
  font-weight: 600;
}

.team-name.title {
  margin-bottom: 0.5rem !important;
}

.team-position {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.tc-light .team-position {
  color: #b9d2f4;
}

.team-featured-photo {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.team-featured-info {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  padding: 15px 20px;
}

.team-featured-info span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 5px;
}

.team-featured-cont p:last-child {
  margin-bottom: 0;
}

.team-popup {
  position: relative;
  max-width: 100%;
  margin: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
}

.team-popup-info p:last-child {
  margin-bottom: 0;
}

.team-list {
  margin-bottom: -30px;
}

@media (min-width: 576px) {
  .team {
    margin-bottom: 50px;
  }

  .team-featured-info {
    padding: 25px 30px;
  }

  .team-popup {
    padding: 40px;
  }

  .team-list {
    margin-bottom: -50px;
  }
}

@media (min-width: 992px) {
  .team-featured-cont {
    padding-left: 20px;
  }

  .team-name {
    padding-top: 34px;
    margin-bottom: 8px !important;
  }

  .team-position {
    font-size: 0.88rem;
  }

  .team-social {
    bottom: -20px;
    right: 20px;
    margin: 0 -5px;
  }

  .team-social li {
    padding: 0 4px;
  }

  .team-social li a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }

  .team-popup {
    margin: 10px auto;
    width: 950px;
  }
}

/** 04.11 Partners */
.section-partners {
  padding: 20px 0 40px 0;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.partner-logo {
  padding: 15px 19px;
}

[class*="col-"]>.partner-logo {
  padding: 0;
}

.partner-logo img {
  max-height: 50px;
  max-width: 100%;
  width: auto !important;
  margin-left: auto;
  margin-right: 0;
}

.has-carousel .partner-logo img {
  margin-right: auto;
}

@media (min-width: 992px) {
  [class*="col-"]>.partner-logo {
    padding: 15px 0;
  }
}

/** 04.12 Contact */
.contact-wrap {
  padding: 20px;
  border: 1px solid #745f37;
}

.contact-list {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  position: relative;
  z-index: 2;
}

.contact-list li {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-icon {
  height: 38px;
  width: 38px;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #23c99d;
  box-shadow: 0px 2px 15px 0px rgba(35, 201, 157, 0.5);
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.tc-light .contact-icon {
  color: #c29f5b;
  background: #fff;
  box-shadow: none;
}

.bg-secondary .contact-icon {
  color: #23c99d;
}

.social-list {
  margin-top: 12px;
  justify-content: space-evenly;
}

.social-icon {
  margin-right: 0;
}

.fa-whatsapp.social-icon {
  font-size: 40px;
  color: #dbc497;
  background: transparent;
}

.fa-vk.social-icon {
  padding-top: 1px;
  padding-right: 1px;
  color: #745f37;
  background: #dbc497;
}

.fa-paper-plane.social-icon {
  padding-right: 2px;
  color: #745f37;
  background: #dbc497;
}

.social-contact-list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-contact-list li {
  margin-right: 20px;
}

.social-contact-list .fa-whatsapp.social-icon {
  font-size: 40px;
  color: #069140;
  background: transparent;
}

.social-contact-list .fa-vk.social-icon {
  color: #ffffff;
  background: #069140;
}

.social-contact-list .fa-paper-plane.social-icon {
  color: #ffffff;
  background: #069140;
}

.contact-text {
  padding-top: 7px;
}

.contact-text span {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
}

.contact-text p {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  line-height: 133%;
}

.contact-social {
  margin-top: auto;
  padding-top: 20px;
}

.contact-social h6 {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .contact-wrap {
    padding: 30px 35px 50px 35px;
  }

  .contact-text p {
    font-size: 16px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-wrap {
    padding: 30px 20px;
  }

  .contact-text span {
    font-size: 16px;
  }
}

.social-links {
  display: flex;
  margin: -3px;
}

.social-links li {
  padding: 3px;
}

.social-links li a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #415076;
}

.social-links li a:hover {
  color: #16a3fe;
  background: #fff;
}

.tc-light .social-links li a {
  color: #fff;
}

.tc-light .social-links li a:hover {
  color: #16a3fe;
}

.bg-secondary .social-links li a:hover {
  color: #23c99d !important;
}

@media (min-width: 992px) {
  .section-contact .ovm-h-60 {
    height: 50%;
  }

  .social-contact-list {
    justify-content: left;
  }
}

/** 04.13 WGS */
.wgs {
  margin-bottom: 30px;
}

.wgs-title {
  text-transform: uppercase;
  color: #1940b0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.tc-light .wgs-title {
  color: #23c99d;
}

.wgs-logo {
  padding-bottom: 22px;
  display: inline-block;
}

.wgs-body p {
  font-size: 0.93em;
  line-height: 1.71;
  margin-bottom: 0.75rem;
}

.wgs-body p:last-child {
  margin-bottom: 0;
}

.wgs-links li {
  position: relative;
  padding: 5px 0;
  line-height: 1;
}

.wgs-links li:last-child {
  padding-bottom: 0px;
}

.wgs-links li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #745f37;
}

.wgs-links li a:hover {
  color: #03682d;
}

.copyright-text {
  color: #415076;
}

.tc-light .copyright-text {
  color: #b9d2f4;
}

.copyright-text p {
  color: inherit;
}

.copyright-text a {
  color: #415076;
}

.copyright-text a:hover {
  color: #16a3fe;
}

.tc-light .copyright-text a {
  color: #b9d2f4;
}

.tc-light .copyright-text a:hover {
  color: #16a3fe;
}

.copyright-text li a,
.copyright-text p {
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.copyright-text li {
  width: 100%;
}

@media (min-width: 576px) {
  .copyright-text li {
    width: auto;
  }
}

/** 04.14 Others */
.rank-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.rank-item {
  background-image: url(../images/hexagon.png);
  height: 88px;
  width: 94px;
  padding: 16px 20px 0;
}

.rank-item img {
  max-height: 16px;
}

.rank-count {
  font-size: 1rem;
  color: #1940b0;
  font-weight: 700;
  padding-top: 4px;
  line-height: 1.3;
}

.rank-count span {
  font-size: 0.7rem;
  color: #8ca2e5;
}

@media (min-width: 400px) {
  .rank-item {
    height: 104px;
    width: 108px;
    padding-top: 24px;
  }
}

@media (min-width: 768px) {
  .rank-item {
    height: 136px;
    width: 146px;
    padding: 32px 30px 0;
  }

  .rank-item img {
    max-height: 24px;
  }

  .rank-count {
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .rank-count span {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .rank-item {
    height: 160px;
    width: 164px;
    padding-top: 38px;
  }
}

.bonus {
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(22, 163, 254, 0.2);
  border-top: none;
  display: flex;
}

.bonus-info {
  position: relative;
  width: 50%;
  padding: 12px 16px 16px;
}

.bonus-info:not(:last-child) {
  border-right: 1px solid rgba(22, 163, 254, 0.2);
}

.bonus-percent {
  font-size: 20px;
}

.bonus-percent small {
  font-size: 14px;
}

.bonus-date {
  font-size: 12px;
  color: #8ca2e5;
}

.bonus-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  text-transform: uppercase;
  border-radius: 11px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 500;
  padding: 0 8px;
  color: #fff;
  background: #23c99d;
}

@media (min-width: 420px) {
  .bonus-info {
    padding: 12px 30px 16px;
  }

  .bonus-percent {
    font-size: 28px;
  }

  .bonus-percent small {
    font-size: 14px;
  }

  .bonus-date {
    font-size: 12px;
    color: #8ca2e5;
  }

  .bonus-badge {
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    line-height: 22px;
    font-size: 11px;
    padding: 0 10px;
  }
}

.chart-data li {
  display: flex;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 7px 0;
}

.chart-data li span {
  display: block;
}

.chart-data-s2 {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.chart-data-s2 li {
  padding: 10px;
}

.chart-data-item {
  position: relative;
  padding: 15px 25px;
}

.chart-data-item:before,
.chart-data-item:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 45px;
  border: 2px solid #dbe4f7;
  transition: all 0.4s;
}

.active>.chart-data-item:before,
.active>.chart-data-item:after {
  border-color: #16a3fe;
}

.chart-data-item:before {
  left: 0;
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.chart-data-item:after {
  right: 0;
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.chart-label {
  font-size: 14px;
  font-weight: 700;
  color: #1940b0;
  transition: all 0.4s;
}

.tc-light .chart-label {
  color: #fff;
}

.active>div>.chart-label {
  color: #16a3fe;
}

.chart-info {
  display: block;
}

.chart-percent {
  font-size: 22px;
  font-weight: 400;
  color: #1940b0;
}

.tc-light .chart-percent {
  color: #fff;
}

.chart-sublabel {
  font-size: 13px;
  color: #415076;
  margin-left: 8px;
}

.tc-light .chart-sublabel {
  color: #8ca2e5;
}

.chart-p {
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1940b0;
}

.chart-c {
  position: relative;
  top: 3px;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  margin-right: 12px;
  flex-shrink: 0;
  display: block;
}

.chart-canvas {
  min-height: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.chart-canvas-s1 {
  min-height: 215px;
}

@media (min-width: 480px) {
  .chart-data-s1 li {
    width: 50%;
  }
}

@media (min-width: 576px) {

  .chart-label,
  .chart-percent {
    font-size: 18px;
  }

  .chart-c {
    top: 6px;
  }

  .chart-canvas {
    min-height: 360px;
  }

  .chart-canvas-s1 {
    min-height: 215px;
  }
}

@media (min-width: 768px) {
  .chart-data-s1 li {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .chart-data-s1 li {
    position: absolute;
    width: auto;
    transition: all 0.4s;
    opacity: 0;
  }

  .chart-data-s1 li:nth-child(1) {
    top: -60px;
    left: 50%;
    transform: translateX(-50%) translateY(-30px) !important;
    flex-wrap: wrap;
    transition-delay: 0.6s;
  }

  .chart-data-s1 li:nth-child(1) .chart-l {
    order: -1 !important;
    width: 100%;
  }

  .chart-data-s1 li:nth-child(1) .chart-p {
    margin: 20px auto;
    transform: rotate(0);
  }

  .chart-data-s1 li:nth-child(1) .chart-p span {
    transform: rotate(0);
  }

  .animate.show .chart-data-s1 li:nth-child(1) {
    transform: translateX(-50%) translateY(0) !important;
  }

  .chart-data-s1 li:nth-child(odd) {
    left: 50%;
    transform: translateX(30px) translateY(0);
  }

  .chart-data-s1 li:nth-child(odd) .chart-l {
    order: 1;
  }

  .chart-data-s1 li:nth-child(even) {
    right: 50%;
    transform: translateX(-30px) translateY(0);
  }

  .chart-data-s1 li:nth-child(even) .chart-l {
    order: -1;
    text-align: right;
  }

  .chart-data-s1 li:nth-child(even) .chart-p {
    left: auto;
    right: 29px;
    top: 33px;
  }

  .chart-data-s1 li:nth-child(2) {
    top: 65px;
    margin-right: 65px;
    transition-delay: 0.8s;
  }

  .chart-data-s1 li:nth-child(3) {
    top: 65px;
    margin-left: 65px;
    transition-delay: 0.8s;
  }

  .chart-data-s1 li:nth-child(4) {
    top: 173px;
    margin-right: 172px;
    transition-delay: 1s;
  }

  .chart-data-s1 li:nth-child(5) {
    top: 173px;
    margin-left: 172px;
    transition-delay: 1s;
  }

  .chart-data-s1 li:nth-child(6) {
    top: 281px;
    margin-right: 278px;
    transition-delay: 1.2s;
  }

  .chart-data-s1 li:nth-child(7) {
    top: 281px;
    margin-left: 278px;
    transition-delay: 1.2s;
  }

  .animate.show .chart-data-s1 li {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }

  .chart-data-s1 .chart-p {
    order: 0;
  }

  .chart-data-s1 .chart-l {
    text-align: center;
    font-weight: 400;
  }

  .chart-canvas {
    min-height: 300px;
  }

  .chart-canvas-s1 {
    min-height: 215px;
  }
}

.ath-container {
  width: 440px;
  max-width: 100%;
  margin: 30px auto;
}

.ath-heading {
  text-align: center;
  font-weight: 300;
}

.ath-heading small {
  display: block;
  padding-bottom: 10px;
}

.ath-body {
  background: #fff;
  border-radius: 6px;
  padding: 18px 25px 25px;
}

.ath-note {
  padding: 25px 0 0;
}

@media (min-width: 576px) {
  .ath-body {
    padding: 32px 40px 40px;
  }
}

.sap-text {
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.sap-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #dbe4f7;
  z-index: 3;
}

.sap-text span {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  z-index: 5;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.bg-theme>.sap-text span {
  background: #122272;
}

.bg-theme-alt>.sap-text span {
  background: #1940b0;
}

.blog {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 45px 0 rgba(18, 24, 58, 0.08);
  margin-bottom: 30px;
}

.tc-light .blog {
  background: #1940b0;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 5px 45px 0 rgba(18, 24, 58, 0.08);
}

.pagination li a {
  display: inline-block;
  height: 50px;
  min-width: 56px;
  text-align: center;
  line-height: 20px;
  padding: 15px 5px;
  background: #fff;
  color: rgba(65, 80, 118, 0.7);
}

.pagination li a .icon {
  line-height: 20px;
  padding: 0 5px;
}

.pagination li a.active,
.pagination li a:hover {
  background: #16a3fe;
  color: #fff;
}

.pagination li a.active .icon,
.pagination li a:hover .icon {
  color: #fff;
}

.pagination li:first-child a {
  border-radius: 6px 0 0 6px;
}

.pagination li:last-child a {
  border-radius: 0 6px 6px 0;
}

.doc {
  text-align: center;
  position: relative;
}

.doc:hover {
  z-index: 9;
}

.particles-container {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0 !important;
}

.particles-container.is-fixed {
  position: fixed !important;
  z-index: -1 !important;
}

.bg-dark-opacity.card {
  height: auto;
}

/** 04.14 datatable */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataTables_filter label {
  width: 100%;
  height: 50px;
  border: 2px solid #d1e0f6;
  background: transparent;
  border-radius: 5px;
  padding: 13px 20px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.dataTables_filter input {
  border: none;
  width: 97% !important;
}

.dataTables_filter input:focus {
  outline: none;
}

.dataTable {
  width: 100%;
}

.data-table-area {
  position: relative;
}

.data-item {
  box-shadow: 0px 3px 15px rgba(19, 37, 130, 0.06);
  background: #fff;
}

.data-col {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.data-col-three {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.data-col-four {
  border-bottom: 1px solid;
}

.data-col-five {
  border-left: 1px solid;
}

.data-col-six {
  border-right: 1px solid;
}

.data-col:before,
.data-col:after {
  display: none !important;
}

.data-col-inner {
  padding: 20px;
}

.data-item:not(:last-child) .data-col-inner {
  border-bottom: 5px solid #eaeff6;
}

.data-col-inner.alphabetical {
  min-width: 186px;
}

.dt-short {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.dt-short label {
  width: 86px;
  margin-bottom: 0;
}

.has-rtl .dt-short {
  right: auto;
  left: 0;
}

@media (max-width: 409px) {
  .dt-short {
    position: static !important;
    margin-bottom: 20px;
  }

  .dataTables_filter label {
    margin-bottom: 0;
  }
}

/** 05. Layouts */
/** 05.01 Header */
.header-main {
  padding: 4px 0;
  transition: all 0.4s;
}

.is-transparent .header-main,
.has-fixed .header-main {
  width: 100%;
  z-index: 49;
}

.is-transparent .header-main {
  position: absolute !important;
  background-color: #ffffff;
  box-shadow: 0 4px 8px #c29f5b33;
}

.has-fixed .header-main {
  position: fixed !important;
  box-shadow: 0 0 20px 0 rgba(18, 24, 58, 0.08);
}

.has-fixed:not(.is-dark) .header-main {
  background: #fff;
}

.has-fixed.is-dark .header-main {
  background: #08103b;
}

.has-fixed.is-shrink .header-main {
  padding: 4px 0;
}

.header-container:not(.container) {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-wrap {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1453px) {
  .header-wrap {
    width: 100%;
  }
}

.header-logo {
  margin: 0;
  flex-shrink: 0;
}

.header-logo-ls {
  display: flex;
  align-items: center;
}

.header-navbar {
  position: fixed;
  left: -280px;
  top: 0;
  width: 260px;
  height: 100vh;
}

.header-navbar.menu-mobile {
  transition: all 0.4s;
}

.header-navbar::before,
.header-navbar-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.header-navbar::before {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

.is-dark .header-navbar::before {
  background: #0f1f71;
}

.header-navbar-overlay {
  background: #c29f5bb3;
  left: 100%;
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
}

.header-navbar.menu-shown {
  left: 0 !important;
  z-index: 10;
}

.header-navbar.menu-shown .header-navbar-overlay {
  width: 100vw;
  opacity: 1;
  visibility: visible;
}

.header-navbar-classic {
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  margin-top: 12px;
  z-index: auto;
  flex-grow: 1;
  transition: all 0.4s;
  padding: 0 20px;
}

.has-fixed .header-navbar-classic {
  margin-top: -6px;
  padding: 0;
}

.header-navbar-classic:before {
  border-radius: 4px;
}

.has-fixed .header-navbar-classic:before {
  width: 100vw;
  border-radius: 0;
}

.header-menu {
  justify-content: flex-end;
  padding: 30px 25px;
}

.header-navbar-classic .header-menu {
  padding: 0;
}

.header-banner {
  min-height: 72px;
}

.overlay-menu-shown {
  overflow: hidden;
}

.overlay-menu-shown .has-fixed>.header-main {
  z-index: 6;
}

@media (min-width: 375px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -310px;
    width: 290px;
  }
}

@media (min-width: 576px) {
  .header-navbar:not(.header-navbar-classic) {
    left: -360px;
    width: 340px;
  }
}

.logo img {
  height: 36px;
  transition: all 0.4s;
}

.logo-md img {
  height: 44px;
}

.logo-lg img {
  height: 41px;
}

@media (min-width: 992px) {
  .header-navbar:not(.header-navbar-classic) {
    height: auto;
    width: auto;
    left: 0;
  }

  .header-main {
    padding: 4px 0;
  }

  .header-nav-toggle {
    display: none;
  }

  .header-container-s1:not(.container) {
    padding: 0 25px;
  }

  .header-banner {
    min-height: 98px;
  }

  .logo img {
    height: 40px;
  }

  .logo-md img {
    height: 50px;
  }

  .logo-lg img {
    height: 41px;
  }
}

.header-menu {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

.header-navbar-classic .header-menu {
  display: none;
  max-height: 65vh;
}

.header-navbar-classic .header-menu.menu-shown {
  display: block;
}

.header-nav-toggle {
  height: 44px;
}

@media (min-width: 992px) {
  .is-split:not(.has-fixed):not(.is-light) .header-menu .btn-outline:not(:hover) {
    color: #415076;
  }

  .is-transparent:not(.has-fixed):not(.is-light) .header-menu .btn-outline:not(:hover):not(.no-change) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .is-transparent:not(.has-fixed):not(.is-light) .header-menu .btn:not(:hover):not(.no-change):not(.btn-outline) {
    border-color: #fff;
    background: #fff;
    color: #415076;
  }

  .is-transparent:not(.has-fixed):not(.is-light) .header-menu .btn-outline:not([class*="btn-grad"]):not(.no-change):hover {
    color: #16a3fe !important;
    border-color: #fff;
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  .header-menu .btn {
    line-height: 24px;
    padding: 6px 14px;
    min-width: 100px;
  }

  .header-menu .btn-transparent {
    padding: 6px 0;
  }
}

/** 05.02 Menu */
.menu {
  padding: 12px 0;
}

.menu-btns {
  margin-bottom: 26px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
}

.menu-btns>li {
  padding: 10px;
  padding: 10px;
}

.menu-item {
  position: relative;
  border-bottom: 1px solid rgba(219, 228, 247, 0.75);
}

.is-dark .menu-item {
  border-color: rgba(219, 228, 247, 0.1);
}

.menu-item>ul,
.menu-item .menu-sub {
  display: none;
}

.menu-item a {
  font-family: "Ordina", sans-serif;
  padding: 12px 0;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #069140;
}

.menu-item a .badge {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.menu-item a .badge-dot {
  top: 0;
}

.menu-item a .active,
.menu-item a:hover {
  color: #069140;
}

.is-dark .menu-item a .active,
.is-dark .menu-item a:hover {
  color: #16a3fe;
}

.menu-sub {
  padding-left: 12px;
}

.menu-sub .menu-item:first-child {
  border-top: 1px solid rgba(219, 228, 247, 0.75);
}

.is-dark .menu-sub .menu-item:first-child {
  border-color: rgba(219, 228, 247, 0.1);
}

.menu-sub .menu-sub {
  margin-top: 0;
  margin-bottom: 15px;
}

.menu-sub .menu-sub .menu-item {
  border-bottom: none;
}

.menu-sub .menu-sub .menu-item:first-child {
  border-top: none;
}

.menu-sub .menu-sub .menu-item a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.menu-sub a {
  font-family: "Ordina", sans-serif;
  font-size: 14px;
  color: #415076;
}

.is-dark .menu-item a {
  color: #fff;
}

.menu-item>a.active {
  color: #069140;
}

.has-sub>a {
  position: relative;
}

.has-sub>a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\e64b";
  font-family: "themify";
  font-size: 8px;
  font-weight: 700;
  transition: transform 0.4s;
}

.has-sub.open-nav>a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.navbar-toggle {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.navbar-toggle.navbar-active {
  color: #16a3fe;
  position: relative;
  z-index: 49;
}

.navbar-toggle:hover,
.navbar-toggle.navbar-active {
  background: rgba(246, 250, 253, 0.2);
}

.is-transparent:not(.has-fixed) .navbar-toggle {
  color: #fff;
}

.is-transparent:not(.has-fixed) .navbar-toggle:hover,
.is-transparent:not(.has-fixed) .navbar-toggle.navbar-active {
  background: rgba(246, 250, 253, 0.2);
}

.toggle-line {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  color: #069140;
}

.toggle-line:hover {
  color: #069140;
}

/* .is-transparent:not(.has-fixed):not(.is-light) .toggle-line {
  color: #fff;
} */

.is-dark.has-fixed .toggle-line {
  color: #fff;
}

.toggle-line::after,
.toggle-line::before,
.toggle-line>span {
  content: "";
  position: absolute;
  background: currentColor;
  transition: all 0.2s;
  width: 24px;
  height: 2px;
  left: 4px;
  border-radius: 3px;
}

.toggle-line::before {
  top: 8px;
}

.toggle-line::after {
  bottom: 8px;
}

.toggle-line>span {
  top: 50%;
  margin-top: -1px;
  width: 20px;
}

.navbar-active .toggle-line {
  color: #069140;
}

.navbar-active .toggle-line::before,
.navbar-active .toggle-line::after {
  width: 28px;
  left: 2px;
}

.navbar-active .toggle-line::before {
  transform: rotate(45deg);
  top: 15px;
}

.navbar-active .toggle-line::after {
  transform: rotate(-45deg);
  bottom: 15px;
}

.navbar-active .toggle-line>span {
  opacity: 0;
  visibility: hidden;
}

.menu-contacts-item {
  margin-top: 20px;
  padding: 9px 20px 10px 20px;
  background-color: #069140;
  border-radius: 12px;
  transition: background-color 0.3s linear;
}

.menu-contacts-item.mail {
  padding: 9px 0 10px 0;
  background: none;
  border-radius: none;
}

.menu-contacts-item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

.menu-contacts-item.mail a {
  color: #069140;
  text-decoration: underline;
}

.menu-contacts-item:hover a {
  color: #ffffff;
}

.menu-contacts-item:hover,
.menu-contacts-item:focus,
.menu-contacts-item:active {
  background: #04461f;
  transition: background-color 0.3s linear;
}

.menu-contacts-item.mail:hover,
.menu-contacts-item.mail:focus,
.menu-contacts-item.mail:active {
  background: none;
}

.menu-contacts-item.mail:hover a,
.menu-contacts-item.mail:focus a,
.menu-contacts-item.mail:active a {
  color: #04461f;
}


@media (min-width: 992px) {
  .menu-contacts-item {
    margin-top: 0;
    margin-left: 20px;
  }

  .header-menu {
    display: flex !important;
    width: auto;
    align-items: center;
    position: static;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: visible;
  }

  .header-navbar {
    margin-top: 0;
    position: relative;
  }

  .header-navbar:before {
    display: none;
  }

  .has-fixed .header-navbar {
    margin-top: 0;
  }

  .menu {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .menu-item {
    border-bottom: none;
  }

  .menu-item>a {
    font-weight: 400;
    padding: 20px 10px;
  }

  .menu-drop .menu-item>a {
    font-weight: 300;
  }

  .menu-item:hover {
    z-index: 9999;
  }

  .menu-sub {
    position: absolute;
    min-width: 215px;
    max-width: 215px;
    background: #fff;
    padding: 15px 10px;
    top: 100%;
    left: 0;
    display: block !important;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    border-radius: 4px;
    transform: translateX(0) translateY(-8px);
    box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08);
  }

  .menu-sub a {
    width: 100%;
    display: block;
    padding: 10px 10px;
  }

  .menu-sub .menu-item:first-child {
    border-top: none;
  }

  .menu-sub .menu-item:hover>a {
    color: #16a3fe;
  }

  .menu-item:hover>.menu-sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
  }

  .menu-sub .menu-sub {
    left: calc(100% - 25px);
    top: 15px;
    margin: 0;
  }

  .menu-sub .menu-sub .menu-item a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .is-dark .menu-sub {
    background-color: #1d4bcf;
  }

  .menu-btns {
    display: flex;
    margin-bottom: -10px;
    margin-left: 10px;
  }

  .has-sub>a {
    padding-right: 24px !important;
    position: relative;
  }

  .has-sub>a:after {
    right: 8px;
  }

  .menu-sub .has-sub>a {
    padding-right: 35px;
  }

  .menu-sub .has-sub>a:after {
    transform: translateY(-50%) rotate(-90deg);
    right: 15px;
  }

  .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item>a {
    padding-right: 20px !important;
    padding-left: 35px;
  }

  .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item>a:after {
    transform: translateY(-50%) rotate(90deg);
    left: 15px;
    right: auto;
  }

  /* .is-transparent:not(.has-fixed):not(.is-light) .menu > .menu-item > a {
    color: #000000;
  } */

  .is-transparent:not(.has-fixed):not(.is-light) .menu>.menu-item:hover>a {
    color: #000000;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    height: 32px;
  }
}

@media (min-width: 1200px) {
  .menu>.menu-item>a {
    padding: 20px 15px;
  }

  .menu-item.has-sub>a {
    padding-right: 23px !important;
  }

  .menu-item.has-sub>a:after {
    right: 8px;
  }

  .menu-sub a {
    padding: 10px 15px;
  }
}

/** 05.03 Sections */
.nk-body {
  min-width: 320px;
}

.nk-pages-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 0 15px;
}

@media (min-width: 1600px) {
  .body-boxed .nk-wrap {
    max-width: 1400px;
  }
}

.section {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 2;
}

.section-t,
.section {
  padding-top: 60px;
}

.section-b,
.section {
  padding-bottom: 60px;
}

@media (min-width: 576px) {

  .section-t,
  .section {
    padding-top: 68px;
  }

  .section-b,
  .section {
    padding-bottom: 68px;
  }

  .cpn-btns .btn:not(.btn-with-icon) {
    font-size: 14px;
  }
}

@media (min-width: 768px) {

  .section-t,
  .section {
    padding-top: 80px;
  }

  .section-b,
  .section {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {

  .section-t,
  .section {
    padding-top: 60px;
  }
}

@media (min-width: 1600px) {

  .section-t,
  .section {
    padding-top: 150px;
  }
}

[class*="section"].pt-0,
[class*="section"].pdt-0 {
  padding-top: 0 !important;
}

[class*="section"].pb-0,
[class*="section"].pdb-0 {
  padding-bottom: 0 !important;
}

.split {
  height: 100%;
}

.split-left {
  border-radius: 6px 6px 0 0;
}

.split-right {
  border-radius: 0 0 6px 6px;
}

@media (min-width: 992px) {
  .split-lg {
    border-radius: 6px;
  }

  .split-lg-left {
    border-radius: 10px 0 0 10px;
  }

  .split-lg-right {
    border-radius: 0 10px 10px 0;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container.mini {
  margin-top: 50px;
  max-width: 1000px;
}

/** 05.04 Footer */
/** 06. Override */
.mfp-bg,
.mfp-wrap,
.mfp-wrap[class*="bg-"],
.mfp-bg[class*="bg-"] {
  position: fixed !important;
  z-index: 99999999 !important;
  top: 0 !important;
}

.mfp-wrap,
.mfp-wrap[class*="bg-"] {
  background: transparent !important;
}

/** 07. Preview Purpose */
/* END @iO */
/* END @iO */

.page-contacts {
  background: linear-gradient(360deg,
      rgba(194, 159, 91, 0.77) -4.55%,
      rgba(194, 159, 91, 0) 100%);
}

.nk-block-about {
  background: #ffffff;
  border-radius: 20px;
}

.list-input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  margin-bottom: 50px;
}

.about-item h2 {
  margin-bottom: 45px;
}

.bg-footer {
  background: url(../images/footer-logo.png),
    linear-gradient(360deg,
      rgba(194, 159, 91, 0.77) -4.55%,
      rgba(194, 159, 91, 0) 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}

.bg-footer-contacts {
  background: #dac59d;
}

.nk-block-about p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  background: rgba(6, 145, 64, 0.06);
  border: 3px solid #069140;
  border-radius: 10px;
}

.service-card p {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #7d7987;
}

.service-card h6 {
  color: #069140;
}

.description li {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  color: #000000;
  margin-bottom: 14px;
  gap: 16px;
}

.description li p {
  width: 95%;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.description.advan li p {
  width: 85%;
}

.description li span {
  text-align: center;
  width: 21%;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

/* кнопка вверх  */
.btn-up {
  position: fixed;
  background: none;
  right: 1%;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: 0.5s ease;
  background: rgba(6, 145, 64, 0.14);
  padding: 15px;
  border-radius: 50%;
}

.btn-up:hover {
  background: rgba(4, 90, 40, 0.308);
  transition: 0.5s ease;
}

.btn-up::before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("../images/icons/arrowUp.svg");
}

.btn-up_hide {
  opacity: 0;
  transition: 0.5s ease;
}

.character-item {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #dac59d;
  border-radius: 20px;
  margin-bottom: 20px;
}

.character-item h6 {
  padding: 10px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  color: #2b2b2b;
}

.nav-link.active-link,
.nav-link:hover {
  color: #000000 !important;
}

.double-check {
  content: "";
  width: 60px;
  height: 60px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(../images/icons/doubleCheck.svg);
}

.tech-mask {
  background-image: url(../images/landing-tech-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: initial;
}

.about-mask {
  background-image: url(../images/about-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.equip-mask {
  background-image: url(../images/equip-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

@media (max-width: 992px) {
  .about-mask {
    background-position: bottom;
  }

  .equip-mask {
    background-position: bottom;
  }
}

.copyright-block {
  text-align: right;
}

.copyright p {
  margin: 0;
  margin-right: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  color: #745f37;
  transition: 0.3s ease;
}

.copyright ul li:first-child p:hover {
  color: #03682d;
  transition: 0.3s ease;
}

.copyright ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: right;
}

.feature-img {
  transition: 0.5s ease;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}

.service-card:hover {
  background: #069140;
  transition: 0.5s ease;
}

.service-card:hover h6 {
  color: #ffffff;
}

.about-descr li {
  display: flex;
  align-items: center;
}

.mouse {
  z-index: 10000;
  border: 2px solid #069140;
  border-radius: 13px;
  bottom: 20px;
  display: block;
  height: 30px;
  left: 50%;
  position: fixed;
  width: 20px;
  opacity: 1;
  transition: 0.3s linear;
}

.mouse.none {
  opacity: 0;
  transition: 0.3s linear;
}

.mouse span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
  background: none repeat scroll 0 0 #069140;
  border: 1px solid transparent;
  border-radius: 11px;
  display: block;
  height: 5px;
  margin: 6px auto;
  width: 4px;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

@media (max-width: 497px) {
  .cpn-btns .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {

  h2,
  h3 {
    font-size: 50px;
  }
}

.cursor,
.aura {
  position: fixed;
  border-radius: 100%;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 500000;
}

.cursor {
  width: 11px;
  height: 11px;
  background-color: #03682da8;
  transform: scale(1);
}

.aura {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: 1px solid #03682da6;
  transform: translate(5px, 5px);
}

.cursor.hidden,
.aura.hidden {
  transform: scale(0.001);
}

.cursor.active {
  opacity: 0;
  transform: scale(0);
}

.aura.active {
  background-color: #03682d48;
  border: 1.2px solid #03682da1;
  transform: scale(1.3);
}

@media (max-width: 992px) {
  * {
    cursor: default;
  }

  .cursor,
  .aura {
    display: none;
  }
}

.nk-block-action {
  background: #ffffff;
  border-radius: 40px;
  padding: 50px 70px;
}

@media (max-width: 576px) {
  .nk-block-action {
    padding: 30px 40px;
  }
}

/* яндекс карта */
.map {
  max-width: 100%;
  min-height: 400px;
  position: relative;
}

[class*="copyrights-pane"] {
  display: none !important;
}

[class*="ground-pane"] {
  filter: grayScale(1);
}

.block-project {
  position: absolute;
  bottom: 20%;
  right: 0;
  background: #069140;
  border-radius: 20px 0px 0px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 500;
  max-width: 410px;
  padding: 20px 25px 20px 35px;
}

.block-project p {
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  text-align: right;
  color: #ffffff;
}

.advantages-item {
  height: 100%;
  background: rgba(194, 159, 91, 0.2);
  text-align: center;
  padding: 20px 10px;
  border-radius: 4px;
}

.advantages-item h6 {
  margin: 10px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #000000;
}

.advantages-item>span {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.advan-icon {
  justify-content: center;
  background: linear-gradient(270deg, #745f37 -38.33%, #c29f5b 87.95%);
  width: 60px;
  border-radius: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advan-img {
  border: 1px solid #856d3f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.agree {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #676767;
  margin-bottom: 40px;
}

.agree a:hover {
  color: #043d1c;
  transition: all 0.5s;
}

.agreement ul li {
  list-style-type: disc;
}

.answer-item input[type="text"] {
  outline: none;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #069140;
  -webkit-border-radius: 10px;
}

.answer-item input[type="radio"] {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.answer-item input[type="radio"]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #069140;
  transition: 0.5 ease;
}

.answer-item input[type="radio"]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #069140;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.answer-item input[type="radio"]:checked+label {
  color: #055a29;
  transition: 0.5 ease;
}

.answer-item input[type="radio"]:checked+label::before {
  border-color: #055a29;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23055a29'/%3e%3c/svg%3e");
}

.quiz-box {
  color: #000000;
}

.section-product {
  padding: 40px 0;
}

.section-privacy {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .cpn-text {
    max-width: 100%;
  }

  .mouse {
    display: none;
  }

  .block-project {
    bottom: 10px;
    right: 0;
    max-width: 300px;
    padding: 10px 10px 10px 20px;
  }

  .block-project img {
    max-width: 50px !important;
  }

  .block-project p {
    font-size: 12px;
  }

  .fw-reverse-mob {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 576px) {
  .btn-grad {
    font-size: 11px;
    padding: 8px 16px;
  }

  .section-t,
  .section {
    padding-top: 30px;
  }

  .section-b,
  .section {
    padding-bottom: 30px;
  }

  .token-sale-box.more .token-sale-info {
    font-size: 30px;
  }

  .section-about {
    padding-top: 60px;
  }

  h1,
  h2,
  h3 {
    font-size: 30px;
  }

  .double-check {
    width: 40px;
    height: 38px;
  }

  .contact-text span {
    font-size: 14px;
  }

  .nk-block-action {
    background: #ffffff;
    border-radius: 40px;
    padding: 30px 20px;
  }

  .advan-icon {
    padding: 9px;
  }

  .description li p {
    font-size: 16px;
  }

  .description.advan li p {
    width: 72%;
  }

  .section-partners {
    padding: 0;
  }

  .partner-logo {
    padding: 10px 10px;
  }

  .partner-logo img {
    max-height: 30px;
  }

  .partner-list {
    margin-top: 15px;
  }

  .logo-lg img {
    height: 32px;
  }

  .tech-mask .pdb-l {
    padding-bottom: 0 !important;
  }

  .section-product {
    padding: 70px 0 0 0;
  }

  .section-privacy {
    padding-top: 70px;
  }
}

.bg-action {
  background-image: radial-gradient(50.97% 88.33% at 50% 56.16%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%),
    url(../images/quiz-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  max-height: 0;
  transition: 0.5s ease;
}

.bg-action.view {
  padding: 120px 60px;
  max-height: 100%;
  transition: 0.5s ease;
}

.bg-action h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

@media (max-width: 576px) {
  .bg-action.view {
    padding: 20px;
  }

  .bg-action .container {
    padding: 0;
  }

  .bg-action h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .bg-action h5 {
    font-size: 18px;
  }
}

.scheme-map {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  color: #069140;
}

.scheme-map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/icons/shema.svg) no-repeat 50% 50% / contain;
}

.photo-item {
  margin-bottom: 24px;
}

.photo-item.two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
}

.photo-item.one .photo-img {
  aspect-ratio: 1.8/1;
}

.photo-item.two .photo-img {
  aspect-ratio: 1/1.1;
}

.photo-small {
  width: 50%;
}

.photo-img {
  border-radius: 20px;
  width: 100%;
}

.photo-grad {
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.photo-grad:after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 83%, rgb(30, 30, 30) 100%);
  opacity: 0.8;
}

.name-img {
  text-align: left;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 990px) {
  .name-img {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .name-img {
    font-size: 16px;
    line-height: 20px;
    left: 15px;
  }
}

@media (max-width: 567px) {

  .photo-item {
    margin-bottom: 12px;
  }

  .name-img {
    left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .photo-item.one .photo-img {
    aspect-ratio: 1/1;
  }

  .photo-item.two .photo-img {
    aspect-ratio: 1/1;
  }

  .photo-small {
    width: 100%;
  }

  .photo-item.two {
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1310px) {
  .header-container.container {
    max-width: 990px;
  }

  /* 
  .header-navbar {
    margin: 0 auto;
  } */
}

@media (min-width: 992px) and (max-width: 1030px) {
  .header-navbar {
    margin: 0 auto;
  }
}

.section-contact {
  padding-top: 140px;
}

@media (max-width: 600px) {
  .section-contact {
    padding-top: 80px;
  }
}