/*-----------------------------
  Colors
-----------------------------*/
/*-----------------------------
  media query
-----------------------------*/
/*-----------------------------
    mixin prefix
  -----------------------------*/
/*-----------------------------
    mixin animation
  -----------------------------*/
body {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-family: "SoraStd", sans-serif;
  font-size: 16px;
  color: #10154e;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

#wrapper,
#content {
  width: 100%;
  height: 100%;
}

/*-----------------------------
  button, input , a , btn
-----------------------------*/
button,
input {
  -webkit-outline: 0 !important;
  -moz-outline: 0 !important;
  -o-outline: 0 !important;
  -ms-outline: 0 !important;
  outline: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn,
.btn.focus,
.btn:active,
.btn.active,
.btn:focus {
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
}

img {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/*-----------------------------
  Selection
-----------------------------*/
::-moz-selection {
  background-color: #070D59;
  color: #fff;
}
::selection {
  background-color: #070D59;
  color: #fff;
}

.title_sections {
  margin-bottom: 6.25rem;
}

.title_sections .before_title {
  margin-bottom: 1.25rem;
}

.title_sections .before_title span {
  color: #10154e;
  font-size: 1rem;
  font-weight: 500;
}

.title_sections .before_title span:last-child {
  color: #070D59;
}

.title_sections h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #10154e;
}

.title_sections p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
  .title_sections {
    margin-bottom: 2.5rem;
  }
}

.title_sections_inner {
  margin-bottom: 3.125rem;
}

.title_sections_inner .before_title {
  margin-bottom: 1.25rem;
}

.title_sections_inner .before_title span {
  color: #10154e;
  font-size: 1rem;
  font-weight: 500;
}

.title_sections_inner .before_title span:last-child {
  color: #070D59;
}

.title_sections_inner h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #10154e;
}

.title_sections_inner p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.title_sections_inner .btn {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .title_sections_inner {
    margin-bottom: 2.5rem;
  }
}

/*-----------------------------
  loading_overlay
-----------------------------*/
.loaded_page #particles-js {
  z-index: 12;
}

.loaded_page .loading_overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s !important;
  transition: opacity 0.6s !important;
}

.loading_overlay {
  background-color: #f3f8ff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading_overlay .loader_logo {
  position: relative;
}

.loading_overlay .loader_logo .logo {
  -webkit-animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
}

.black_left {
  -webkit-box-shadow: inset 60px 0px 0px 0px #000 !important;
  -o-box-shadow: inset 60px 0px 0px 0px #000 !important;
  -ms-box-shadow: inset 60px 0px 0px 0px #000 !important;
  box-shadow: inset 60px 0px 0px 0px #000 !important;
}

@media (max-width: 767px) {
  .black_left {
    -webkit-box-shadow: inset 0px 0px 0px 0px #000 !important;
    -o-box-shadow: inset 0px 0px 0px 0px #000 !important;
    -ms-box-shadow: inset 0px 0px 0px 0px #000 !important;
    box-shadow: inset 0px 0px 0px 0px #000 !important;
  }
}

.shadow-none {
  -webkit-box-shadow: nnoe !important;
  -o-box-shadow: nnoe !important;
  -ms-box-shadow: nnoe !important;
  box-shadow: nnoe !important;
}

.filter-blur {
  -webkit-background: rgba(255, 255, 255, 0.2) !important;
  -moz-background: rgba(255, 255, 255, 0.2) !important;
  -o-background: rgba(255, 255, 255, 0.2) !important;
  -ms-background: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
}

.fixed-header .when-scroll .btn {
  color: #10154e !important;
}

/*=========================================
    - backgrounds    
=========================================*/
.bg_brand {
  background: #070D59 !important;
}

.bg_brand_light {
  background: #faf4f6 !important;
}

.bg_dark {
  background: #10154e !important;
}

.bg_white {
  background: #fff !important;
}

.bg_grad {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%) !important;
}

.bg_light {
  background: #f3f8ff !important;
}

.bg_error {
  background: #de4b53 !important;
}

.bg_success {
  background: #3dcabd !important;
}

.bg-blue {
  background-color: #070D59 !important;
}

.bg-gold {
  background-color: #ffce53 !important;
}

.bg-green {
  background-color: #19a389 !important;
}

.bg-aquamarine {
  background-color: #17e79b !important;
}

.bg-orange {
  background-color: #f28e1c !important;
}

.bg-red {
  background-color: #f93542 !important;
}

.bg-yollow {
  background-color: #ffc329 !important;
}

.bg-gray {
  background-color: #6c7a87 !important;
}

.bg-light {
  background-color: #9da6af !important;
}

.bg-beiget {
  background-color: #ffe7aa !important;
}

.bg-skuy {
  background-color: #6bb0f8 !important;
}

.bg-magenta {
  background-color: #fd4ffe !important;
}

.bg-green2 {
  background-color: #31d1ab !important;
}

.bg-currency-d {
  background-color: #29013e !important;
}

.bg-orange-red {
  background-color: #fd6b3b !important;
}

.bg-currency-p {
  background-color: #aa9bb3 !important;
}

.bg-sea {
  background-color: #4d81f7 !important;
}

.bg-purple {
  background-color: #6f5fa6 !important;
}

.bg-lightgreen {
  background-color: #7bd88a !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-snow {
  background-color: #f7f8fa !important;
}

.bg-blue2 {
  background-color: #3875f7 !important;
}

.bg-orange2 {
  background-color: #fd7028 !important;
}

.btn-block {
  width: 100%;
}

/*=========================================
    - colors    
=========================================*/
.color_brand {
  color: #070D59 !important;
}

.color_second {
  color: #0538FC !important;
}

.color_light {
  color: #faf4f6 !important;
}

.color_white {
  color: #fff !important;
}

.color_light {
  color: #f3f8ff !important;
}

.color_neutral {
  color: #858c9b !important;
}

.color_dark {
  color: #10154e !important;
}

.color_dark_lighten {
  color: #2e3158 !important;
}

.color_error {
  color: #de4b53 !important;
}

.color_success {
  color: #3dcabd !important;
}

.color_blue {
  color: #58F6DA !important;
}

/* =======================================================
  - - - - - - - - 1 / spacing
========================================================== */
.half_hero {
  margin-top: -200px !important;
}

.space_half_hero {
  margin-top: 100px !important;
}

.top-15 {
  top: 15px;
}

.height-100_reset {
  margin-top: -100px;
}

.height-100 {
  height: 100px;
}

.top_hero_reset {
  height: 30px;
}

.top_hero {
  margin-top: -30px;
  z-index: 1 !important;
}

/* =======================================================
  - - - - - - - - 2 / Padding classes
========================================================== */
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-helf {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 10rem;
}

/* ------------------------------------ padding top*/
.pt-helf {
  padding-top: 5px;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

/* ------------------------------------ padding bottom*/
.pb-helf {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 10rem;
}

/* ------------------------------------ padding bottom*/
.pl-helf {
  padding-left: 0.5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 10rem;
}

/* ------------------------------------ padding bottom*/
@media screen and (max-width: 576px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
}

.pr-helf {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 10rem;
}

/* =======================================================
  - - - - - - - - 2 / Margin classes
========================================================== */
@media screen and (max-width: 576px) {
  .mr-0-sm {
    margin-right: 0rem !important;
  }
}

.m-0 {
  margin: 0;
}

.m-helf {
  margin: 0.5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 10rem;
}

/* ------------------------------------ margin top*/
@media screen and (max-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30_reset {
  margin-bottom: -30px !important;
}

.mb-1_reset {
  margin-bottom: -1rem !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-helf {
  margin-top: 0.5px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 10rem;
}

/* ------------------------------------ margin bottom*/
.mb-helf {
  margin-bottom: 0.5px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-1_reset {
  margin-bottom: -1rem;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20_reset {
  margin-bottom: -20px;
}

.mb-30_reset {
  margin-bottom: -30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* ------------------------------------ padding bottom*/
.ml-helf {
  margin-left: 0.5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 10px;
}

/* ------------------------------------ margin bottom*/
.mr-helf {
  margin-right: 0.5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.w-100 {
  width: 100%;
}

.w-33 {
  width: 33.33%;
}

/* =======================================================
  - - - - - - - - 3 / hidden classes
========================================================== */
@media screen and (max-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .sm-hidden {
    display: none;
  }
}

/* =======================================================
  - - - - - - - - 5 /  flex desiplay
========================================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .flex.md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .flex.sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flex.vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.vend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.white-link {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.white-link:hover {
  opacity: 0.7;
  color: #fff;
  font-size: 15.5px;
}

/* =======================================================
  - - - - - - - - 6 /  border-radius
========================================================== */
.border-rad5 {
  border-radius: 5px;
}

.border-rad10 {
  border-radius: 10px;
}

.border-rad15 {
  border-radius: 15px;
}

.border-rad20 {
  border-radius: 20px;
}

.border-rad50 {
  border-radius: 50px;
}

/* =======================================================
  - - - - - - - - 7 /  box-Shadows
========================================================== */
.sh_1 {
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.sh_2 {
  -webkit-box-shadow: 0 40px 40px -20px rgba(23, 29, 48, 0.1);
          box-shadow: 0 40px 40px -20px rgba(23, 29, 48, 0.1);
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.sh_3 {
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

/* =======================================================
  - - - - - - - - 8 /  Animations
========================================================== */
@-webkit-keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.anim-up-down {
  -webkit-animation-name: anim-up-down;
          animation-name: anim-up-down;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes animbg {
  from {
    background-size: 130%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  50% {
    background-size: 120%;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
  }
  to {
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@keyframes animbg {
  from {
    background-size: 130%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  50% {
    background-size: 120%;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
  }
  to {
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@-webkit-keyframes anim2 {
  from {
    height: 120%;
    width: 120%;
  }
  50% {
    height: 170%;
    width: 170%;
  }
  70% {
    height: 120%;
    width: 120%;
  }
  to {
    height: 130%;
    width: 130%;
  }
}

@keyframes anim2 {
  from {
    height: 120%;
    width: 120%;
  }
  50% {
    height: 170%;
    width: 170%;
  }
  70% {
    height: 120%;
    width: 120%;
  }
  to {
    height: 130%;
    width: 130%;
  }
}

@-webkit-keyframes anim1 {
  from {
    height: 180%;
    width: 180%;
  }
  50% {
    height: 140%;
    width: 140%;
  }
  70% {
    height: 150%;
    width: 150%;
  }
  to {
    height: 180%;
    width: 180%;
  }
}

@keyframes anim1 {
  from {
    height: 180%;
    width: 180%;
  }
  50% {
    height: 140%;
    width: 140%;
  }
  70% {
    height: 150%;
    width: 150%;
  }
  to {
    height: 180%;
    width: 180%;
  }
}

/* =======================================================
  - - - - - - - - 9 /  Text floats
========================================================== */
.text-primary {
  color: #070D59 !important;
}

.text-secondary {
  color: #0538FC !important;
}

/* ----------------------------- Font Size */
.font-s-100 {
  font-size: 10px;
}

.font-s-20 {
  font-size: 20px;
}

.font-s-30 {
  font-size: 30px;
}

.font-s-40 {
  font-size: 40px;
}

.font-s-50 {
  font-size: 50px;
}

.font-s-60 {
  font-size: 60px;
}

.font-s-70 {
  font-size: 70px;
}

.font-s-80 {
  font-size: 80px;
}

.font-s-90 {
  font-size: 90px;
}

.font-s-100 {
  font-size: 100px;
}

/* ----------------------------- Font weight */
.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

/* ----------------------------- Text floats */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-deco {
  text-decoration: underline;
}

/* =======================================================
  - - - - - - - - 10 /  OTHER
========================================================== */
.before-none::before {
  content: none !important;
}

/* ----------------------------- display none classes  */
@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .xl-none {
    display: none;
  }
}

/* ------------------------------------ display block classes  */
@media screen and (max-width: 576px) {
  .sm-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .lg-block {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .xl-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

.top-border {
  border-top: solid 1px #f3f3f3;
}

.min-30 {
  margin-bottom: -30px;
}

.min-40 {
  margin-bottom: -40px;
}

.mt-section {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

.rounded {
  position: absolute;
  width: 100%;
  top: -11px;
}

@media screen and (max-width: 992px) {
  .rounded {
    top: -1px;
  }
}

.top-0 {
  top: 0 !important;
}

.mb-70 {
  margin-bottom: 70px;
}

.min-20 {
  margin-bottom: -20px;
}

.text-copyright {
  color: rgba(255, 255, 255, 0.548) !important;
}

.max-30 {
  max-width: 30rem;
}

.max-20 {
  max-width: 20rem;
}

.min-60 {
  margin-bottom: -60px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.spacer_header {
  height: 100px;
}

.spacer_header_top {
  height: 100px;
}

.spacer_10 {
  height: 10px;
}

.spacer_bottom {
  padding-bottom: 90px;
}

.filter-blur {
  -webkit-background: rgba(255, 255, 255, 0.2) !important;
  -moz-background: rgba(255, 255, 255, 0.2) !important;
  -o-background: rgba(255, 255, 255, 0.2) !important;
  -ms-background: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
}

.h-fit-content {
  height: 100%;
}

.md\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(0px * var(--cb-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(0px * var(--cb-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(1px * var(--cb-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(1px * var(--cb-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(2px * var(--cb-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(2px * var(--cb-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(3px * var(--cb-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(3px * var(--cb-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(4px * var(--cb-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(4px * var(--cb-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(5px * var(--cb-space-y-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(5px * var(--cb-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(10px * var(--cb-space-y-reverse));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(10px * var(--cb-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(15px * var(--cb-space-y-reverse));
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(15px * var(--cb-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(20px * var(--cb-space-y-reverse));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(20px * var(--cb-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(25px * var(--cb-space-y-reverse));
}

.space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(25px * var(--cb-space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(30px * var(--cb-space-y-reverse));
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(30px * var(--cb-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(35px * var(--cb-space-y-reverse));
}

.space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(35px * var(--cb-space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(40px * var(--cb-space-y-reverse));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(40px * var(--cb-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-45 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(45px * var(--cb-space-y-reverse));
}

.space-x-45 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(45px * var(--cb-space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(50px * var(--cb-space-y-reverse));
}

.space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(50px * var(--cb-space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-55 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(55px * var(--cb-space-y-reverse));
}

.space-x-55 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(55px * var(--cb-space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(60px * var(--cb-space-y-reverse));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(60px * var(--cb-space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-65 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(65px * var(--cb-space-y-reverse));
}

.space-x-65 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(65px * var(--cb-space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(70px * var(--cb-space-y-reverse));
}

.space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(70px * var(--cb-space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(75px * var(--cb-space-y-reverse));
}

.space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(75px * var(--cb-space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(80px * var(--cb-space-y-reverse));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(80px * var(--cb-space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(85px * var(--cb-space-y-reverse));
}

.space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(85px * var(--cb-space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(90px * var(--cb-space-y-reverse));
}

.space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(90px * var(--cb-space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(95px * var(--cb-space-y-reverse));
}

.space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(95px * var(--cb-space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(100px * var(--cb-space-y-reverse));
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(100px * var(--cb-space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(105px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(105px * var(--cb-space-y-reverse));
}

.space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(105px * var(--cb-space-x-reverse));
  margin-left: calc(105px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(110px * var(--cb-space-y-reverse));
}

.space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(110px * var(--cb-space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-115 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(115px * var(--cb-space-y-reverse));
}

.space-x-115 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(115px * var(--cb-space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(120px * var(--cb-space-y-reverse));
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(120px * var(--cb-space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(1px * var(--cb-space-y-reverse));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(1px * var(--cb-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(0.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(0.5px * var(--cb-space-y-reverse));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(0.5px * var(--cb-space-x-reverse));
  margin-left: calc(0.5px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(1.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(1.5px * var(--cb-space-y-reverse));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(1.5px * var(--cb-space-x-reverse));
  margin-left: calc(1.5px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(2.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(2.5px * var(--cb-space-y-reverse));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(2.5px * var(--cb-space-x-reverse));
  margin-left: calc(2.5px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(3.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(3.5px * var(--cb-space-y-reverse));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(3.5px * var(--cb-space-x-reverse));
  margin-left: calc(3.5px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(0px * var(--cb-space-y-reverse));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(0px * var(--cb-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-1px * var(--cb-space-y-reverse));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-1px * var(--cb-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-2px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-2px * var(--cb-space-y-reverse));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-2px * var(--cb-space-x-reverse));
  margin-left: calc(-2px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-3px * var(--cb-space-y-reverse));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-3px * var(--cb-space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-4px * var(--cb-space-y-reverse));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-4px * var(--cb-space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-5px * var(--cb-space-y-reverse));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-5px * var(--cb-space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-10px * var(--cb-space-y-reverse));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-10px * var(--cb-space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-15px * var(--cb-space-y-reverse));
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-15px * var(--cb-space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-20px * var(--cb-space-y-reverse));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-20px * var(--cb-space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-25px * var(--cb-space-y-reverse));
}

.-space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-25px * var(--cb-space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-30px * var(--cb-space-y-reverse));
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-30px * var(--cb-space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-35px * var(--cb-space-y-reverse));
}

.-space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-35px * var(--cb-space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-40px * var(--cb-space-y-reverse));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-40px * var(--cb-space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-45 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-45px * var(--cb-space-y-reverse));
}

.-space-x-45 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-45px * var(--cb-space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-50px * var(--cb-space-y-reverse));
}

.-space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-50px * var(--cb-space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-55 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-55px * var(--cb-space-y-reverse));
}

.-space-x-55 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-55px * var(--cb-space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-60px * var(--cb-space-y-reverse));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-60px * var(--cb-space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-65 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-65px * var(--cb-space-y-reverse));
}

.-space-x-65 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-65px * var(--cb-space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-70px * var(--cb-space-y-reverse));
}

.-space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-70px * var(--cb-space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-75px * var(--cb-space-y-reverse));
}

.-space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-75px * var(--cb-space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-80px * var(--cb-space-y-reverse));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-80px * var(--cb-space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-85px * var(--cb-space-y-reverse));
}

.-space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-85px * var(--cb-space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-90px * var(--cb-space-y-reverse));
}

.-space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-90px * var(--cb-space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-95px * var(--cb-space-y-reverse));
}

.-space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-95px * var(--cb-space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-100px * var(--cb-space-y-reverse));
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-100px * var(--cb-space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-105px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-105px * var(--cb-space-y-reverse));
}

.-space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-105px * var(--cb-space-x-reverse));
  margin-left: calc(-105px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-110px * var(--cb-space-y-reverse));
}

.-space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-110px * var(--cb-space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-115 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-115px * var(--cb-space-y-reverse));
}

.-space-x-115 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-115px * var(--cb-space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-120px * var(--cb-space-y-reverse));
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-120px * var(--cb-space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-1px * var(--cb-space-y-reverse));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-1px * var(--cb-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-0.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-0.5px * var(--cb-space-y-reverse));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-0.5px * var(--cb-space-x-reverse));
  margin-left: calc(-0.5px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-1.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-1.5px * var(--cb-space-y-reverse));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-1.5px * var(--cb-space-x-reverse));
  margin-left: calc(-1.5px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-2.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-2.5px * var(--cb-space-y-reverse));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-2.5px * var(--cb-space-x-reverse));
  margin-left: calc(-2.5px * calc(1 - var(--cb-space-x-reverse)));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 0;
  margin-top: calc(-3.5px * calc(1 - var(--cb-space-y-reverse)));
  margin-bottom: calc(-3.5px * var(--cb-space-y-reverse));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 0;
  margin-right: calc(-3.5px * var(--cb-space-x-reverse));
  margin-left: calc(-3.5px * calc(1 - var(--cb-space-x-reverse)));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --cb-space-y-reverse: 1
;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --cb-space-x-reverse: 1
;
}

@media screen and (max-width: 768px) {
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0px * var(--cb-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1px * var(--cb-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(2px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(2px * var(--cb-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(3px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(3px * var(--cb-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(4px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(4px * var(--cb-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(5px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(5px * var(--cb-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(10px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(10px * var(--cb-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(15px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(15px * var(--cb-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(20px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(20px * var(--cb-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(25px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(25px * var(--cb-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(30px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(30px * var(--cb-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(35px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(35px * var(--cb-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(40px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(40px * var(--cb-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(45px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(45px * var(--cb-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(50px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(50px * var(--cb-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(55px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(55px * var(--cb-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(60px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(60px * var(--cb-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(65px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(65px * var(--cb-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(70px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(70px * var(--cb-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(75px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(75px * var(--cb-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(80px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(80px * var(--cb-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(85px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(85px * var(--cb-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(90px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(90px * var(--cb-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(95px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(95px * var(--cb-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(100px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(100px * var(--cb-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(105px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(105px * var(--cb-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(110px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(110px * var(--cb-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(115px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(115px * var(--cb-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(120px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(120px * var(--cb-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1px * var(--cb-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0.5px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0.5px * var(--cb-space-x-reverse));
    margin-left: calc(0.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1.5px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1.5px * var(--cb-space-x-reverse));
    margin-left: calc(1.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(2.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(2.5px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(2.5px * var(--cb-space-x-reverse));
    margin-left: calc(2.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(3.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(3.5px * var(--cb-space-y-reverse));
  }
  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(3.5px * var(--cb-space-x-reverse));
    margin-left: calc(3.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0px * var(--cb-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1px * var(--cb-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-2px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-2px * var(--cb-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-3px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-3px * var(--cb-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-4px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-4px * var(--cb-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-5px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-5px * var(--cb-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-10px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-10px * var(--cb-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-15px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-15px * var(--cb-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-20px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-20px * var(--cb-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-25px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-25px * var(--cb-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-30px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-30px * var(--cb-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-35px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-35px * var(--cb-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-40px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-40px * var(--cb-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-45px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-45px * var(--cb-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-50px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-50px * var(--cb-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-55px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-55px * var(--cb-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-60px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-60px * var(--cb-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-65px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-65px * var(--cb-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-70px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-70px * var(--cb-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-75px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-75px * var(--cb-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-80px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-80px * var(--cb-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-85px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-85px * var(--cb-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-90px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-90px * var(--cb-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-95px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-95px * var(--cb-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-100px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-100px * var(--cb-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-105px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-105px * var(--cb-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-110px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-110px * var(--cb-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-115px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-115px * var(--cb-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-120px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-120px * var(--cb-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1px * var(--cb-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-0.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-0.5px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-0.5px * var(--cb-space-x-reverse));
    margin-left: calc(-0.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1.5px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1.5px * var(--cb-space-x-reverse));
    margin-left: calc(-1.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-2.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-2.5px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-2.5px * var(--cb-space-x-reverse));
    margin-left: calc(-2.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-3.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-3.5px * var(--cb-space-y-reverse));
  }
  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-3.5px * var(--cb-space-x-reverse));
    margin-left: calc(-3.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 1;
  }
  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 1;
  }
}

@media screen and (max-width: 992px) {
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0px * var(--cb-space-y-reverse));
  }
  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0px * var(--cb-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1px * var(--cb-space-y-reverse));
  }
  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1px * var(--cb-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(2px * var(--cb-space-y-reverse));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(2px * var(--cb-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(3px * var(--cb-space-y-reverse));
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(3px * var(--cb-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(4px * var(--cb-space-y-reverse));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(4px * var(--cb-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(5px * var(--cb-space-y-reverse));
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(5px * var(--cb-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(10px * var(--cb-space-y-reverse));
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(10px * var(--cb-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(15px * var(--cb-space-y-reverse));
  }
  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(15px * var(--cb-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(20px * var(--cb-space-y-reverse));
  }
  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(20px * var(--cb-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(25px * var(--cb-space-y-reverse));
  }
  .md\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(25px * var(--cb-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(30px * var(--cb-space-y-reverse));
  }
  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(30px * var(--cb-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(35px * var(--cb-space-y-reverse));
  }
  .md\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(35px * var(--cb-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(40px * var(--cb-space-y-reverse));
  }
  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(40px * var(--cb-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(45px * var(--cb-space-y-reverse));
  }
  .md\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(45px * var(--cb-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(50px * var(--cb-space-y-reverse));
  }
  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(50px * var(--cb-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(55px * var(--cb-space-y-reverse));
  }
  .md\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(55px * var(--cb-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(60px * var(--cb-space-y-reverse));
  }
  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(60px * var(--cb-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(65px * var(--cb-space-y-reverse));
  }
  .md\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(65px * var(--cb-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(70px * var(--cb-space-y-reverse));
  }
  .md\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(70px * var(--cb-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(75px * var(--cb-space-y-reverse));
  }
  .md\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(75px * var(--cb-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(80px * var(--cb-space-y-reverse));
  }
  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(80px * var(--cb-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(85px * var(--cb-space-y-reverse));
  }
  .md\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(85px * var(--cb-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(90px * var(--cb-space-y-reverse));
  }
  .md\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(90px * var(--cb-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(95px * var(--cb-space-y-reverse));
  }
  .md\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(95px * var(--cb-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(100px * var(--cb-space-y-reverse));
  }
  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(100px * var(--cb-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(105px * var(--cb-space-y-reverse));
  }
  .md\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(105px * var(--cb-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(110px * var(--cb-space-y-reverse));
  }
  .md\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(110px * var(--cb-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(115px * var(--cb-space-y-reverse));
  }
  .md\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(115px * var(--cb-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(120px * var(--cb-space-y-reverse));
  }
  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(120px * var(--cb-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1px * var(--cb-space-y-reverse));
  }
  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1px * var(--cb-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0.5px * var(--cb-space-y-reverse));
  }
  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0.5px * var(--cb-space-x-reverse));
    margin-left: calc(0.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(1.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(1.5px * var(--cb-space-y-reverse));
  }
  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(1.5px * var(--cb-space-x-reverse));
    margin-left: calc(1.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(2.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(2.5px * var(--cb-space-y-reverse));
  }
  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(2.5px * var(--cb-space-x-reverse));
    margin-left: calc(2.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(3.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(3.5px * var(--cb-space-y-reverse));
  }
  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(3.5px * var(--cb-space-x-reverse));
    margin-left: calc(3.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(0px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(0px * var(--cb-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1px * var(--cb-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-2px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-2px * var(--cb-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-3px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-3px * var(--cb-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-4px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-4px * var(--cb-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-5px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-5px * var(--cb-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-10px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-10px * var(--cb-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-15px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-15px * var(--cb-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-20px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-20px * var(--cb-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-25px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-25px * var(--cb-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-30px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-30px * var(--cb-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-35px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-35px * var(--cb-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-40px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-40px * var(--cb-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-45px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-45px * var(--cb-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-50px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-50px * var(--cb-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-55px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-55px * var(--cb-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-60px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-60px * var(--cb-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-65px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-65px * var(--cb-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-70px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-70px * var(--cb-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-75px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-75px * var(--cb-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-80px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-80px * var(--cb-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-85px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-85px * var(--cb-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-90px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-90px * var(--cb-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-95px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-95px * var(--cb-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-100px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-100px * var(--cb-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-105px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-105px * var(--cb-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-110px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-110px * var(--cb-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-115px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-115px * var(--cb-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-120px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-120px * var(--cb-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1px * var(--cb-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-0.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-0.5px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-0.5px * var(--cb-space-x-reverse));
    margin-left: calc(-0.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-1.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-1.5px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-1.5px * var(--cb-space-x-reverse));
    margin-left: calc(-1.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-2.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-2.5px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-2.5px * var(--cb-space-x-reverse));
    margin-left: calc(-2.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(-3.5px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(-3.5px * var(--cb-space-y-reverse));
  }
  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 0;
    margin-right: calc(-3.5px * var(--cb-space-x-reverse));
    margin-left: calc(-3.5px * calc(1 - var(--cb-space-x-reverse)));
  }
  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --cb-space-y-reverse: 1;
  }
  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --cb-space-x-reverse: 1;
  }
}

/*--------------------------------------------------------------
## Include Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Sora-Bold";
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/static/Sora-Medium.ttf") format("truetype");
  font-weight: normal;
}

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #10154e;
  background-color: #F4F7FF;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15.5px;
  }
}

body.is-dark {
  background: #2d3a58;
  color: #fff;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1510px) {
  .index_page .container {
    max-width: 1400px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sora-Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ul {
  margin: 0;
  padding: 0;
}

section:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-family: "Sora";
  color: #6f7583;
}

/*--------------------------------------------------------------
## swiper reset
--------------------------------------------------------------*/
.swiper-pagination-bullet {
  margin-top: 20px;
  width: 12px !important;
  height: 12px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-pagination-bullet-active {
  background: #070D59 !important;
}

/*--------------------------------------------------------------
## prismjs reset
--------------------------------------------------------------*/
.code-toolbar {
  position: relative;
}

.code-toolbar .toolbar {
  position: absolute;
  top: 20px;
  right: 20px;
}

.code-toolbar button {
  background: #070D59;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sm_dropdown.show {
  height: 180px !important;
}

.single-drop.show {
  height: 300px !important;
}

.single-drop.show .drop_dark {
  display: block;
  padding: 20px 15px !important;
}

.single-drop.show .pl-10 {
  padding-left: 0 !important;
}

.heading {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Sora-Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: bold;
  text-align: inherit;
  position: relative;
  color: #10154e;
  letter-spacing: -0.01em;
}

a {
  color: #070D59;
}

a:hover {
  color: #070D59;
}

h1 {
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    line-height: 1 !important;
  }
}

h2 {
  font-size: calc(40px + 14 * ( (100vw - 576px) / 1024));
  line-height: 1.15;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  line-height: 1.1;
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  line-height: 1.35;
}

@media screen and (max-width: 576px) {
  h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  h5 {
    font-size: 19px;
  }
}

@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 1.05em;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
p {
  width: 100%;
  margin: 10px auto;
  display: block;
  line-height: 1.6;
}

/*--------------------------------------------------------------
## accordion styles
--------------------------------------------------------------*/
.accordion {
  background: transparent !important;
  overflow: inherit !important;
}

.accordion .card {
  border-radius: 8px;
  border: 0;
  margin-bottom: 1rem;
  border: solid 1px #f1f3f5;
}

.accordion .card .card-header {
  padding: 0.5rem;
  background-color: white;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border-radius: 8px;
  border-color: #edeef1;
  border-bottom: 0;
}

.accordion .card .card-header .btn-link {
  background: transparent;
  border-color: transparent !important;
  width: 100%;
  text-align: left;
}

.accordion .card .card-header .btn-link i {
  color: #10154e;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
  margin-top: -2px;
}

.accordion .card .card-header .btn-link:hover {
  border-color: transparent !important;
}

.accordion .card .card-header .btn-link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");
  float: right;
  margin-top: -2px;
  font-size: 20px;
  color: #858c9b;
  -webkit-transition: 0.25 cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25 cubic-bezier(0.4, 0, 0.2, 1);
  height: 20px;
  width: 20px;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.accordion .card .card-header.active .btn-link::before {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.accordion .card .card-header h3 .btn-link {
  color: #10154e;
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
}

.accordion .card .card-header h3 .btn-link:hover {
  text-decoration: none;
}

.accordion .card .card-body p {
  font-size: 14px !important;
  color: #858c9b !important;
  font-weight: 400 !important;
  margin: 0px;
}

/*--------------------------------------------------------------
## effects styles
--------------------------------------------------------------*/
/*-----------------------------
  ripple
-----------------------------*/
.ripple:active:before, .ripple:focus:before {
  background: #070D59;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: ripple 1s cubic-bezier(0.29, -0.01, 0.17, 0.95);
          animation: ripple 1s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}

/*-----------------------------
    ripple_circle
  -----------------------------*/
.ripple_circle:active:before, .ripple_circle:focus:before {
  background: #070D59;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: rippleCircle 0.6s cubic-bezier(0.29, -0.01, 0.17, 0.95);
          animation: rippleCircle 0.6s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}

/*-----------------------------
    ripple_box
  -----------------------------*/
.ripple_box:active:before, .ripple_box:focus:before {
  background: #070D59;
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: ripple 0.7s cubic-bezier(0.29, -0.01, 0.17, 0.95);
          animation: ripple 0.7s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}

/*-----------------------------
    scale
  -----------------------------*/
.scale {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

.scale:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/*-----------------------------
    anime on hover (effect-letter)
  -----------------------------*/
.effect-letter {
  position: relative;
  overflow: hidden;
}

.effect-letter:not(.simple):before {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  -webkit-transform: translateY(var(--y, 50%));
  transform: translateY(var(--y, 50%));
  -webkit-transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
}

.effect-letter:not(.simple):after {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  -webkit-transform: translateY(var(--y, 50%));
  transform: translateY(var(--y, 50%));
  -webkit-transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
}

.effect-letter div {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.effect-letter div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: var(--name, none) 0.7s linear forwards 0.18s;
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}

.effect-letter.in {
  --name: move;
}

.effect-letter.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}

.effect-letter.in:not(.out):before {
  --y: 0;
  --br: 5%;
}

.effect-letter.in:not(.out):after {
  --y: 0;
  --br: 5%;
  --br: 10%;
  --d-d: 0.02s;
}

.effect-letter.in.out {
  --name: move-out;
}

.effect-letter.in.out:before {
  --d-d: 0.06s;
}

/*-----------------------------
    Fliker for attention
  -----------------------------*/
.flicker {
  -webkit-animation: flicker-1 2s linear infinite both !important;
  animation: flicker-1 2s linear infinite both !important;
}

/*-----------------------------
    floating
  -----------------------------*/
.floating {
  -webkit-animation: floating 1.5s infinite ease-in-out !important;
  animation: floating 1.5s infinite ease-in-out !important;
}

.floating-2 {
  -webkit-animation: floating-2 2s infinite ease-in-out !important;
  animation: floating-2 2s infinite ease-in-out !important;
}

.floating-3 {
  -webkit-animation: floating-3 2.5s infinite ease-in-out !important;
  animation: floating-3 2.5s infinite ease-in-out !important;
}

.floating-4 {
  -webkit-animation: floating-4 3s infinite ease-in-out !important;
  animation: floating-4 3s infinite ease-in-out !important;
}

.floating-simple {
  -webkit-animation: floating-simple 3.5s infinite ease-in-out !important;
  animation: floating-simple 3.5s infinite ease-in-out !important;
}

.floating-simple2 {
  -webkit-animation: floating-simple 2.5s infinite ease-in-out !important;
  animation: floating-simple 2.5s infinite ease-in-out !important;
}

/*-----------------------------
    KeyFrames
  -----------------------------*/
@-webkit-keyframes move {
  30%,
  36% {
    -webkit-transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    -webkit-transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    -webkit-transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@keyframes move {
  30%,
  36% {
    -webkit-transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    -webkit-transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    -webkit-transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}

@-webkit-keyframes move-out {
  30%,
  36% {
    -webkit-transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    -webkit-transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    -webkit-transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}

@-webkit-keyframes ripple-map {
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
}

@keyframes ripple-map {
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scaleX(1.3) scaleY(1.6);
            transform: scaleX(1.3) scaleY(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scaleX(1.3) scaleY(1.6);
            transform: scaleX(1.3) scaleY(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes rippleCircle {
  to {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
    opacity: 0;
  }
}

@keyframes rippleCircle {
  to {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
    opacity: 0;
  }
}

@-webkit-keyframes RippleMenu {
  to {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes RippleMenu {
  to {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@-webkit-keyframes ripple_Circle {
  to {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple_Circle {
  to {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

/**
   * ----------------------------------------
   * animation flicker-1
   * ----------------------------------------
   */
@-webkit-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}

@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation heartbeat 
   * ----------------------------------------
   */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/**
   * ----------------------------------------
   * animation wobble-hor-bottom
   * ----------------------------------------
   */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(3deg);
    transform: translateX(5px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-2.6deg);
    transform: translateX(-5px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.4deg);
    transform: translateX(2px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-0.5deg);
    transform: translateX(-3px) rotate(-0.5deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(3deg);
    transform: translateX(5px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-2.6deg);
    transform: translateX(-5px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.4deg);
    transform: translateX(2px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-0.5deg);
    transform: translateX(-3px) rotate(-0.5deg);
  }
}

/**
   * ----------------------------------------
   * animation slide-top
   * ----------------------------------------
   */
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation slide-bottom
   * ----------------------------------------
   */
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

/**
    * ----------------------------------------
    * floating
    * ----------------------------------------
    */
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating-2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating-2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating-3 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating-3 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating-4 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating-4 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating-simple {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating-simple {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/**
   * ----------------------------------------
   * animation bounce-top
   * ----------------------------------------
   */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation puff-in-center
   * ----------------------------------------
   */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation puff-out-center
   * ----------------------------------------
   */
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}

@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}

/**
   * ----------------------------------------
   * animation scale-in-center
   * ----------------------------------------
   */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation slide-in-right
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation slide-in-bottom
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation blink-1
   * ----------------------------------------
   */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes circleRipple {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes circleRipple {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

/**
   * ----------------------------------------
   * animation puff-in-center
   * ----------------------------------------
   */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes pulseRipple {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulseRipple {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

/**
   * ----------------------------------------
   * animation text-focus-in
   * ----------------------------------------
   */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation tilt-up
   * ----------------------------------------
   */
@-webkit-keyframes tilt-up {
  40%,
  60% {
    -webkit-transform: perspective(500px) rotateX(8deg);
            transform: perspective(500px) rotateX(8deg);
  }
}
@keyframes tilt-up {
  40%,
  60% {
    -webkit-transform: perspective(500px) rotateX(8deg);
            transform: perspective(500px) rotateX(8deg);
  }
}

@-webkit-keyframes tilt-down {
  40%,
  60% {
    -webkit-transform: perspective(500px) rotateX(-8deg);
            transform: perspective(500px) rotateX(-8deg);
  }
}

@keyframes tilt-down {
  40%,
  60% {
    -webkit-transform: perspective(500px) rotateX(-8deg);
            transform: perspective(500px) rotateX(-8deg);
  }
}

/**
   * ----------------------------------------
   * fade-up AOS
   * ----------------------------------------
   */
html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

/**
   * ----------------------------------------
   * animation jello-horizontal
   * ----------------------------------------
   */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/**
   * ----------------------------------------
   * animation flip-horizontal-bottom
   * ----------------------------------------
   */
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

/**
   * ----------------------------------------
   * fadein
   * ----------------------------------------
   */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}

/*--------------------------------------------------------------
## btn styles
--------------------------------------------------------------*/
input[type="submit"],
button,
.btn,
a.btn input.btn,
a.button,
span.button,
div.button {
  color: white;
  padding: 12px 24px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 200px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  will-change: transform, box-shadow;
}

input[type="submit"]:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
.btn:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
a.btn input.btn:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
a.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
span.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
div.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text {
  color: #fff;
}

input[type="submit"] i,
button i,
.btn i,
a.btn input.btn i,
a.button i,
span.button i,
div.button i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -16px;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  stroke: 2px;
  min-width: 20px;
  height: 20px;
}

input[type="submit"] i-left,
button i-left,
.btn i-left,
a.btn input.btn i-left,
a.button i-left,
span.button i-left,
div.button i-left {
  margin-right: 5px;
}

input[type="submit"] i-right,
button i-right,
.btn i-right,
a.btn input.btn i-right,
a.button i-right,
span.button i-right,
div.button i-right {
  margin-left: 5px;
}

input[type="submit"]:not(.text-hover):hover .icon.icon-right:before,
input[type="submit"]:not(.text-hover):hover .icon.icon-right svg,
button:not(.text-hover):hover .icon.icon-right:before,
button:not(.text-hover):hover .icon.icon-right svg,
.btn:not(.text-hover):hover .icon.icon-right:before,
.btn:not(.text-hover):hover .icon.icon-right svg,
a.btn input.btn:not(.text-hover):hover .icon.icon-right:before,
a.btn input.btn:not(.text-hover):hover .icon.icon-right svg,
a.button:not(.text-hover):hover .icon.icon-right:before,
a.button:not(.text-hover):hover .icon.icon-right svg,
span.button:not(.text-hover):hover .icon.icon-right:before,
span.button:not(.text-hover):hover .icon.icon-right svg,
div.button:not(.text-hover):hover .icon.icon-right:before,
div.button:not(.text-hover):hover .icon.icon-right svg {
  -webkit-animation: hoverBtn ease-out 0.3s;
          animation: hoverBtn ease-out 0.3s;
}

input[type="submit"]:not(.text-hover):hover .icon.icon-left:before,
input[type="submit"]:not(.text-hover):hover .icon.icon-left svg,
button:not(.text-hover):hover .icon.icon-left:before,
button:not(.text-hover):hover .icon.icon-left svg,
.btn:not(.text-hover):hover .icon.icon-left:before,
.btn:not(.text-hover):hover .icon.icon-left svg,
a.btn input.btn:not(.text-hover):hover .icon.icon-left:before,
a.btn input.btn:not(.text-hover):hover .icon.icon-left svg,
a.button:not(.text-hover):hover .icon.icon-left:before,
a.button:not(.text-hover):hover .icon.icon-left svg,
span.button:not(.text-hover):hover .icon.icon-left:before,
span.button:not(.text-hover):hover .icon.icon-left svg,
div.button:not(.text-hover):hover .icon.icon-left:before,
div.button:not(.text-hover):hover .icon.icon-left svg {
  animation: hoverBtn ease-out 0.3s reverse;
}

input[type="submit"]:not(.text-hover):hover .icon:before,
button:not(.text-hover):hover .icon:before,
.btn:not(.text-hover):hover .icon:before,
a.btn input.btn:not(.text-hover):hover .icon:before,
a.button:not(.text-hover):hover .icon:before,
span.button:not(.text-hover):hover .icon:before,
div.button:not(.text-hover):hover .icon:before {
  color: inherit;
}

@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
a.btn input.btn:hover,
a.btn input.btn:focus,
a.button:hover,
a.button:focus,
span.button:hover,
span.button:focus,
div.button:hover,
div.button:focus {
  color: #fff;
  background-color: #070D59;
  border-color: #070D59;
  opacity: 0.9;
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  opacity: 0.9;
}

input[type="submit"].text-hover,
button.text-hover,
.btn.text-hover,
a.btn input.btn.text-hover,
a.button.text-hover,
span.button.text-hover,
div.button.text-hover {
  overflow: hidden;
  position: relative;
}

input[type="submit"].text-hover .icon,
input[type="submit"].text-hover .text,
button.text-hover .icon,
button.text-hover .text,
.btn.text-hover .icon,
.btn.text-hover .text,
a.btn input.btn.text-hover .icon,
a.btn input.btn.text-hover .text,
a.button.text-hover .icon,
a.button.text-hover .text,
span.button.text-hover .icon,
span.button.text-hover .text,
div.button.text-hover .icon,
div.button.text-hover .text {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

input[type="submit"].text-hover .icon,
button.text-hover .icon,
.btn.text-hover .icon,
a.btn input.btn.text-hover .icon,
a.button.text-hover .icon,
span.button.text-hover .icon,
div.button.text-hover .icon {
  max-width: 100%;
  text-align: center;
  height: 26px;
  position: absolute;
  top: calc(50% - 10px);
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type="submit"].text-hover .text,
button.text-hover .text,
.btn.text-hover .text,
a.btn input.btn.text-hover .text,
a.button.text-hover .text,
span.button.text-hover .text,
div.button.text-hover .text {
  display: inline-block;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  opacity: 0;
}

input[type="submit"].text-hover:hover .icon,
button.text-hover:hover .icon,
.btn.text-hover:hover .icon,
a.btn input.btn.text-hover:hover .icon,
a.button.text-hover:hover .icon,
span.button.text-hover:hover .icon,
div.button.text-hover:hover .icon {
  -webkit-transform: translate(-50%, 120%);
          transform: translate(-50%, 120%);
  opacity: 0;
}

input[type="submit"].text-hover:hover .text,
button.text-hover:hover .text,
.btn.text-hover:hover .text,
a.btn input.btn.text-hover:hover .text,
a.button.text-hover:hover .text,
span.button.text-hover:hover .text,
div.button.text-hover:hover .text {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

p a.btn:hover {
  text-decoration: none;
}

button[disabled].btn-white:hover,
input[type="submit"][disabled].btn-white:hover {
  background-color: #fff;
  color: #10154e;
}

button[disabled].btn-primary:hover,
input[type="submit"][disabled].btn-primary:hover {
  background-color: #070D59;
  color: #fff;
}

/*--------------------------------------------------------------
### Buttons: outline
--------------------------------------------------------------*/
.btn-outline,
input[type="submit"].btn-outline,
a.btn-outline {
  background-color: transparent;
  color: currentColor;
}

.btn-outline:after, .btn-outline:before,
input[type="submit"].btn-outline:after,
input[type="submit"].btn-outline:before,
a.btn-outline:after,
a.btn-outline:before {
  display: none;
}

.btn-outline:hover, .btn-outline:focus,
input[type="submit"].btn-outline:hover,
input[type="submit"].btn-outline:focus,
a.btn-outline:hover,
a.btn-outline:focus {
  background-color: #070D59;
  color: #fff;
}

.btn-outline.btn-white,
input[type="submit"].btn-outline.btn-white,
a.btn-outline.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-white:hover,
input[type="submit"].btn-outline.btn-white:hover,
a.btn-outline.btn-white:hover {
  background-color: #fff;
  color: #10154e;
}

.btn-outline.disabled:hover,
input[type="submit"].btn-outline.disabled:hover,
a.btn-outline.disabled:hover {
  background-color: transparent;
  color: #10154e;
  border-color: #10154e;
  cursor: default;
}

/*--------------------------------------------------------------
### Buttons: loading spinner
--------------------------------------------------------------*/
.btn-loading {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-loading:before {
  content: "";
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  bottom: auto;
  left: auto;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  -webkit-animation: 0.8s rotate cubic-bezier(0.99, 0.71, 0.22, 0.68) infinite;
          animation: 0.8s rotate cubic-bezier(0.99, 0.71, 0.22, 0.68) infinite;
}

.btn-loading.btn-outline:before, .btn-loading.btn:before {
  margin-right: 8px;
}

.btn-loading:before {
  vertical-align: top;
  margin-top: 1px;
}

.btn-loading .ion-left {
  display: none;
}

.btn-loading:hover {
  -webkit-transition: none;
  transition: none;
}

.btn-loading:hover:before {
  background: transparent;
  width: 18px;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* =====================================================
- - - - - - - - - 1/ Button sizes
======================================================*/
.btn-xs {
  padding: 7px 0px;
  min-width: 100px;
  font-size: 13px;
}

.btn-sm {
  padding: 8px 16px;
  min-width: 100px;
  font-size: 15.5px;
}

.btn-lg {
  padding: 8px 24px;
  font-size: 18px;
  line-height: 1.7;
}

.btn-xl {
  padding: 11px 22px;
  font-size: 19px;
  line-height: 1.7;
}

/* ==================================================+===
- - - - - - - - - 2/ Button variations
=======================================================*/
.btn-primary {
  background: #070D59;
  color: #fff;
  border: none !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-primary.btn-sh {
  -webkit-box-shadow: 0 14px 35px -11px #070D59;
          box-shadow: 0 14px 35px -11px #070D59;
}

.btn-primary.btn-outline {
  border: solid 2px #070D59;
  background: transparent !important;
  color: #070D59;
}

.btn-primary.btn-outline-bottom {
  border-bottom: solid 3px #070D59;
  background: transparent !important;
  color: #070D59 !important;
}

.btn-primary.btn-hover-line:hover {
  background: transparent;
  border: solid 2px #070D59;
  color: #070D59;
}

.btn-primary:hover {
  outline: none;
  background: #060c50 !important;
  border: solid 2px #070D59;
}

.btn-secondary {
  background: #0538FC;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-secondary:hover {
  background: #022ccc !important;
  color: #fff;
}

.btn-secondary.btn-sh {
  -webkit-box-shadow: 0 14px 35px -11px #0538FC;
          box-shadow: 0 14px 35px -11px #0538FC;
}

.btn-secondary.btn-outline {
  border: solid 2px #0538FC;
  background: transparent !important;
  color: #0538FC;
}

.btn-secondary.btn-outline-bottom {
  border-bottom: solid 3px #0538FC;
  background: transparent !important;
  color: #070D59 !important;
}

.btn-secondary.btn-hover-line:hover {
  background: transparent;
  border: solid 2px #0538FC;
  color: #0538FC;
}

.btn-orange {
  background: #ffe4db;
  color: #ff784b;
  border: solid 2px #0538FC;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: none;
}

.btn-white {
  background: white;
  border: solid 1px rgba(10, 33, 65, 0.05);
  color: #10154e;
  -webkit-box-shadow: 0px 2px 4px #7e8eb11f !important;
          box-shadow: 0px 2px 4px #7e8eb11f !important;
}

.btn-white span::after {
  color: #10154e !important;
}

.btn-white.btn-outline {
  color: white;
  border: solid 2px white;
}

.btn-white:hover {
  opacity: 0.8;
  background: white;
  color: #070D59 !important;
  -webkit-box-shadow: 0 9px 6px rgba(0, 0, 0, 0.1), 0 -50px 0 rgba(0, 0, 0, 0) inset;
          box-shadow: 0 9px 6px rgba(0, 0, 0, 0.1), 0 -50px 0 rgba(0, 0, 0, 0) inset;
  border: solid 1px rgba(10, 33, 65, 0.05) !important;
}

.btn-dark {
  background: #10154e;
  color: #fff;
  border: solid 1px #10154e;
}

.btn-dark:hover {
  color: #faf4f6 !important;
  background: #10154e;
  border: solid 1px #10154e;
}

.btn-dark.btn-sh {
  -webkit-box-shadow: 0 14px 35px -11px #10154e;
          box-shadow: 0 14px 35px -11px #10154e;
}

.btn-dark.btn-outline {
  border: solid 2px #10154e;
  background: transparent !important;
  color: #10154e;
}

.btn-dark.btn-outline:hover {
  color: #070D59 !important;
}

.btn-dark.btn-outline-bottom {
  border-bottom: solid 3px #10154e;
  background: transparent !important;
  color: #10154e;
}

/* ==================================================+===
- - - - - - - - - 3 / outher button
=======================================================*/
button.close {
  height: 2rem;
  width: 2rem;
  border-radius: 50px;
  position: relative;
}

button.close::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  height: 20px;
  width: 40px;
  background-size: contain;
  opacity: 0.5;
  background-repeat: no-repeat;
}

button.close:hover {
  color: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/*=== Small Button ====
==================*/
.btn_sm_primary {
  padding: 0.7rem 1.55rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn_sm_primary:hover {
  opacity: 0.9;
}

/*=== Medium Button ====
==================*/
.btn_md_primary {
  padding: 0.85rem 1.8rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn_md_primary:hover {
  opacity: 0.9;
}

/*=== Large Button ====
==================*/
.btn_lg_primary {
  padding: 0.9rem 2.3rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn_lg_primary:hover {
  opacity: 0.9;
}

/*=== XLarge Button ====
==================*/
.btn_xl_primary {
  padding: 1.1rem 2.3rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn_xl_primary:hover {
  opacity: 0.9;
}

/*-----------------------------
  btn-default
-----------------------------*/
.header-nav-center .btn-default {
  margin-right: 0.5rem;
}

/*-----------------------------
  btn video
-----------------------------*/
.btn-video {
  background-color: #070D59;
  color: #fff;
  padding: 0.9rem 1.55rem;
  text-align: center;
  position: relative;
}

.btn-video:before {
  background: #070D59;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
}

.btn-video.ripple_box:before {
  border-radius: 8px;
}

.btn-video .tio {
  vertical-align: sub;
  margin-right: 0.2rem;
}

.btn-video:hover {
  color: #fff;
}

/*-----------------------------
  btn video Circle
-----------------------------*/
.btn-ripple_circle {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-ripple_circle .icon {
  background-color: #070D59;
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: absolute;
  border-radius: 50%;
}

.btn-ripple_circle .effect_ripp {
  border-radius: 50%;
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #6c7a87;
  -webkit-animation: ripple_Circle 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  animation: ripple_Circle 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
}

.btn-ripple_circle .tio {
  vertical-align: middle;
  font-size: 24px;
  margin: 0;
}

.btn-ripple_circle:hover {
  color: #fff;
}

/*-----------------------------
  play_video
-----------------------------*/
.play_video {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background-color: #10154e;
  padding: 0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.play_video::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  display: block;
  z-index: -1;
  background: rgba(16, 21, 78, 0.1);
  border-radius: 50%;
}

.play_video::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(16, 21, 78, 0.1);
  -webkit-animation: pulseRipple 2.5s ease-in-out infinite !important;
  animation: pulseRipple 2.5s ease-in-out infinite !important;
}

.play_video:focus {
  background-color: #10154e;
}

.play_video .tio {
  font-size: 24px;
  color: #fff;
}

/*-----------------------------
  Smartphone app
-----------------------------*/
.app_smartphone .btn--app {
  display: inline-block;
  margin-right: 1.5rem;
}

.app_smartphone .btn--app .icon {
  border-radius: 20px;
  width: 50px;
  height: 50px;
  background-color: #17e79b;
  padding: 0.75rem;
  margin-right: 0.75rem;
}

.app_smartphone .btn--app .icon .tio {
  color: #fff;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app_smartphone .btn--app .txt span {
  color: #9da6af;
  font-size: 12px;
  font-weight: 400;
}

.app_smartphone .btn--app .txt h4 {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

/*-----------------------------
  Menu Mobile
-----------------------------*/
.menu {
  color: #10154e;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
}

.menu.ripplemenu:active:before {
  background: #070D59;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -9px;
  -webkit-animation: RippleMenu 0.3s cubic-bezier(0.29, -0.01, 0.17, 0.95);
          animation: RippleMenu 0.3s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}

.menu svg {
  width: 44px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: #10154e;
  stroke-width: 0.2rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
}

@media (max-width: 991px) {
  .menu svg {
    left: 0;
  }
}

.menu svg path {
  -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.menu svg path:nth-child(2) {
  --duration: 0.7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}

.menu svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}

.menu.active svg path {
  --offset: 57px;
}

.menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}

.menu.active svg path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}

.menu.active svg path:nth-child(3) {
  --offset: 58px;
}

/*-----------------------------
  Button DropDown Download
-----------------------------*/
.drop_download {
  position: relative;
  color: #fff;
  font-size: 15px;
  padding: 0.6rem 1.75rem;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.drop_download .links-btn {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.drop_download .links-btn a {
  color: #aa9bb3;
  font-size: 14px;
  display: block;
  padding-top: 0.8rem;
  text-align: left;
  padding-left: 0.25rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.drop_download .links-btn a:nth-child(1) {
  -webkit-transform: translate(-12px);
          transform: translate(-12px);
}

.drop_download .links-btn a:nth-child(2) {
  -webkit-transform: translate(-16px);
          transform: translate(-16px);
}

.drop_download .links-btn a:nth-child(3) {
  -webkit-transform: translate(-22px);
          transform: translate(-22px);
}

.drop_download:hover {
  color: #fff;
}

.drop_download:hover:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 155px;
  width: 130px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  top: 0;
}

.drop_download:hover .links-btn {
  opacity: 1;
  pointer-events: auto;
}

.drop_download:hover .links-btn a {
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.drop_download:hover .links-btn a:nth-child(1) {
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}

.drop_download:hover .links-btn a:nth-child(2) {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.drop_download:hover .links-btn a:nth-child(3) {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.drop_download:hover .links-btn a:hover {
  color: #fff;
}

/*-----------------------------
  Button Cryptocurrency (Dark
-----------------------------*/
.button--click .btn-token {
  border-radius: 8px;
  font-size: 15.5px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button--click .btn-token.c-gradient {
  -webkit-background: -webkit-gradient(linear, left top, right top, from(#6bb0f8), to(#fd4ffe)) !important;
  -webkit-background: linear-gradient(90deg, #6bb0f8 0%, #fd4ffe 100%) !important;
  -moz-background: linear-gradient(90deg, #6bb0f8 0%, #fd4ffe 100%) !important;
  -o-background: linear-gradient(90deg, #6bb0f8 0%, #fd4ffe 100%) !important;
  -ms-background: linear-gradient(90deg, #6bb0f8 0%, #fd4ffe 100%) !important;
  background: -webkit-gradient(linear, left top, right top, from(#6bb0f8), to(#fd4ffe)) !important;
  background: linear-gradient(90deg, #6bb0f8 0%, #fd4ffe 100%) !important;
}

.button--click .btn-token.defalult {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/*-----------------------------
  Button Read More
-----------------------------*/
.btn_readmore {
  color: #070D59;
  font-size: 15.5px;
  position: relative;
  padding-left: 0;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.btn_readmore:before {
  content: "";
  position: absolute;
  left: -0.7rem;
  top: 0;
  width: 45%;
  height: 100%;
  background-color: rgba(7, 13, 89, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.2, 0.01, 1.01) !important;
  transition: 0.4s cubic-bezier(0.4, 0.2, 0.01, 1.01) !important;
}

.btn_readmore:hover {
  color: #070D59;
}

.btn_readmore:hover:before {
  width: 0;
}

/*-----------------------------
  Back to top with progress indicator
-----------------------------*/
.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(7, 13, 89, 0.2);
          box-shadow: inset 0 0 0 2px rgba(7, 13, 89, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transform: translateY(15px) !important;
  transform: translateY(15px) !important;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  font-family: "The-Icon-of";
  content: "\e9a2";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: rgba(7, 13, 89, 0.2);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  font-family: "The-Icon-of";
  content: "\e9a2";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover::after {
  color: #070D59;
}

.prgoress_indicator:hover:before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #070D59;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

/*-----------------------------
  btn__more
-----------------------------*/
.btn__more .tio {
  vertical-align: middle;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn__more:hover .tio {
  color: #10154e;
  font-size: 18px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
## breadcrumb styles
--------------------------------------------------------------*/
.breadcrumb {
  /*-----------------------------
       default
  -----------------------------*/
}

.breadcrumb.default {
  background-color: white;
  padding: 5px 20px;
  -webkit-box-shadow: 0 2px 4px #7e8eb11f !important;
          box-shadow: 0 2px 4px #7e8eb11f !important;
  margin-bottom: 0;
  border: 1px solid #eaeaee;
}

.breadcrumb.default .breadcrumb-item {
  color: #6b7280;
}

.breadcrumb.default .breadcrumb-item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(107,114,128,1)'/%3E%3C/svg%3E");
  vertical-align: middle;
  font-size: 15px;
  height: 20px;
  width: 20px;
  margin-top: 2px;
  margin-right: 0.5rem;
}

.breadcrumb.default .breadcrumb-item:first-of-type::before {
  display: none;
}

.breadcrumb.default .breadcrumb-item a {
  font-weight: normal !important;
  color: #6b7280;
}

.breadcrumb.default .breadcrumb-item.active a {
  color: #858c9b;
}

.breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a {
  color: #10154e;
}

.breadcrumb.has_style1 {
  border-radius: 5px;
  background: #10154e !important;
}

.breadcrumb.has_style1 a {
  color: rgba(255, 255, 255, 0.459);
}

.breadcrumb.has_style1 .active {
  color: white !important;
}

.breadcrumb.has_style1 .breadcrumb-item {
  position: relative;
}

.breadcrumb.has_style1 .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 7px;
  left: 0;
  top: 0%;
  width: 9px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb.has_stylel2 {
  border-radius: 5px;
  background: transparent !important;
}

.breadcrumb.has_stylel2 a {
  color: rgba(255, 255, 255, 0.459);
}

.breadcrumb.has_stylel2 .active {
  color: white !important;
}

.breadcrumb.has_stylel2 .breadcrumb-item {
  position: relative;
}

.breadcrumb.has_stylel2 .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 7px;
  left: 0;
  top: 0%;
  width: 9px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb.has_stylel2::before {
  content: none;
}

.breadcrumb .breadcrumb-item {
  position: relative;
}

.breadcrumb .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 5px;
  left: 0;
  top: 0%;
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}

/*--------------------------------------------------------------
## form styles
--------------------------------------------------------------*/
.select-holder {
  position: relative;
}

.select-holder:after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  z-index: 10;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

select {
  cursor: pointer;
  display: inline-block;
  padding: 15px !important;
  color: #6c757d !important;
}

textarea {
  padding: 15px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background: 0 0;
  color: #232226;
  background-color: white;
  border: 1px solid #e2e4e9;
  width: 100%;
  padding: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-size: inherit;
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 7px 9px rgba(29, 14, 98, 0.05);
          box-shadow: 0 7px 9px rgba(29, 14, 98, 0.05);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(7, 13, 89, 0.5);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"].is-valid,
input[type="password"].is-valid,
input[type="email"].is-valid,
input[type="tel"].is-valid,
input[type="number"].is-valid,
select.is-valid,
textarea.is-valid {
  border-bottom: solid 3px #3dcabd !important;
  border: 1px solid #e2e4e9;
  padding-right: calc(1.5em + 0.75rem);
  background: none !important;
}

input[type="text"].is-valid:focus,
input[type="password"].is-valid:focus,
input[type="email"].is-valid:focus,
input[type="tel"].is-valid:focus,
input[type="number"].is-valid:focus,
select.is-valid:focus,
textarea.is-valid:focus {
  border-bottom: solid 3px #3dcabd !important;
  border: 1px solid #e2e4e9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"].is-invalid,
input[type="password"].is-invalid,
input[type="email"].is-invalid,
input[type="tel"].is-invalid,
input[type="number"].is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-bottom: solid 3px #de4b53 !important;
  border: 1px solid #e2e4e9;
  padding-right: calc(1.5em + 0.75rem);
  background: none;
}

input[type="text"].is-invalid:focus,
input[type="password"].is-invalid:focus,
input[type="email"].is-invalid:focus,
input[type="tel"].is-invalid:focus,
input[type="number"].is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-bottom: solid 3px #de4b53 !important;
  border: 1px solid #e2e4e9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  margin-bottom: 20px !important;
}

.input-group-text {
  padding: 0.375rem 20px !important;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #e2e4e9;
  border-radius: 0.25rem 0 0 0.25rem;
  min-height: 64px;
}

.textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
}

label {
  color: #77748f;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
### Radio Checkbox
--------------------------------------------------------------*/
.radio {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.radio + label {
  text-transform: none;
  font-weight: normal;
  color: inherit;
  vertical-align: middle;
}

.radio input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.radio input:checked {
  cursor: default;
}

.radio input:checked + .input:after {
  background: #10154e;
}

.radio .input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.radio .input:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.radio:hover .input:after {
  background: #10154e;
}

.radio:hover input:checked + .input:after {
  background: #10154e;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: white;
  background-color: #070D59;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  width: 20px;
  height: 20px;
}

.custom-control-label {
  margin-left: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-control-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  display: block;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08) !important;
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08) !important;
  outline: none;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
  outline: none !important;
}

.custom-control-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  display: block;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08) !important;
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08) !important;
  outline: none;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  outline: none !important;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 2.75rem;
  pointer-events: all;
  border-radius: 24px;
  height: 22px;
  border: none;
  background-color: #f3f8ff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: white;
  background-color: #5a52ff;
  -webkit-box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
          box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  width: 2.75rem;
  height: 20px;
}

.custom-switch .custom-control-label::after {
  top: 1px;
  left: calc(-14px + 0px);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
          box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  border-radius: 1.5rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: calc(-47px + 0px);
  top: -9px;
}

.custom-switch .custom-control-label {
  margin-left: 0;
  padding-left: 19px;
}

.custom-select {
  height: 62px;
}

.input-group-prepend .btn {
  padding: 19px 18px;
}

.custom-select-xs {
  height: calc(0.5rem + 0.9375rem * 1.6 + 2px);
  padding: 0.25rem 1.875rem 0.25rem 0.625rem;
  line-height: 1.6;
  font-size: 0.9375rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.form_cc_four {
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #dfe4e7;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 50px 70px -10px rgba(11, 34, 56, 0.05) !important;
  -o-box-shadow: 0px 50px 70px -10px rgba(11, 34, 56, 0.05) !important;
  -ms-box-shadow: 0px 50px 70px -10px rgba(11, 34, 56, 0.05) !important;
  box-shadow: 0px 50px 70px -10px rgba(11, 34, 56, 0.05) !important;
}

.form_cc_four.bg_dark label {
  margin-bottom: 5px;
  color: #fff;
}

.form_cc_four.bg_dark input,
.form_cc_four.bg_dark .form-control {
  background-color: rgba(255, 255, 255, 0.192) !important;
  border: none !important;
  color: #fff !important;
}

.form_cc_four.bg_dark input::-webkit-input-placeholder,
.form_cc_four.bg_dark .form-control::-webkit-input-placeholder {
  color: #908ea7 !important;
}

.form_cc_four.bg_dark input:-ms-input-placeholder,
.form_cc_four.bg_dark .form-control:-ms-input-placeholder {
  color: #908ea7 !important;
}

.form_cc_four.bg_dark input::-ms-input-placeholder,
.form_cc_four.bg_dark .form-control::-ms-input-placeholder {
  color: #908ea7 !important;
}

.form_cc_four.bg_dark input::placeholder,
.form_cc_four.bg_dark .form-control::placeholder {
  color: #908ea7 !important;
}

.form_cc_four.bg_dark input:hover,
.form_cc_four.bg_dark .form-control:hover {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

@media (min-width: 992px) {
  .form_cc_four .item_upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form_cc_four .item_upload span {
  font-size: 13px;
  color: #6c7a87;
}

@media (max-width: 767px) {
  .form_cc_four .item_upload span {
    display: block;
  }
}

.form_cc_four .upload__file {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  background: white;
  color: #10154e;
  border-radius: 8px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.form_cc_four .upload__file input[type="file"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -160px;
  font-size: 40px;
  cursor: pointer;
}

.form_cc_four .upload__file .btn {
  border-radius: 8px;
  border: 1px dashed #dce0e3;
  color: #10154e;
}

.form_cc_four .upload__file .btn i {
  vertical-align: middle;
  color: #10154e;
  font-size: 18px;
  margin-right: 4px;
  top: 5px;
}

.form_cc_four .upload__file:hover {
  background-color: #f7f8fa;
}

.form_cc_four .upload__file:hover .btn {
  color: white;
}

.form_cc_four .upload__file:hover i {
  color: white;
}

/*--------------------------------------------------------------
## alert styles
--------------------------------------------------------------*/
.alert {
  border-radius: 8px;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  color: #10154e;
}

.alert button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.alert .alert-link {
  padding-left: 5px;
}

.alert > [class^="ri-"],
.alert > [class*=" ri-"] {
  margin-right: 10px;
  font-size: 20px;
}

.alert a {
  color: #10154e;
  font-weight: 500;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.alert a:hover {
  color: #070D59;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  top: auto;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  opacity: 1 !important;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

.alert .close i {
  font-size: 18px;
  color: #10154e;
  margin-top: -1px;
  margin-left: 5px;
  position: relative;
}

.alert .close:hover {
  background-color: rgba(16, 21, 78, 0.05);
}

.alert.alert-warning {
  background-color: rgba(255, 195, 41, 0.15);
}

.alert.alert-primary {
  background-color: rgba(7, 13, 89, 0.15);
}

.alert.alert-primary [class^="ri-"],
.alert.alert-primary [class*=" ri-"] {
  color: #070D59;
}

.alert.alert-secondary {
  background-color: rgba(5, 56, 252, 0.15);
  color: #0538FC;
}

.alert.alert-success {
  background-color: rgba(49, 209, 171, 0.15);
  color: #31d1ab;
}

.alert.alert-danger {
  background-color: rgba(249, 53, 66, 0.15);
  color: #f93542;
}

.alert.alert-info {
  background-color: rgba(107, 176, 248, 0.15);
  color: #6bb0f8;
}

.alert.alert-light {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.alert.alert-dark {
  background-color: rgba(16, 21, 78, 0.15);
  color: #10154e;
}

/*--------------------------------------------------------------
## pagination styles
--------------------------------------------------------------*/
.pagination.has_style1 .page-link {
  background: white;
}

.pagination.has_style1 .page-link:hover {
  color: #070D59;
}

.pagination.has_style1 .page-link.is-active {
  background: white;
  color: #10154e;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.pagination.has_style1 .page-link.is-active:hover {
  background: white;
  color: #10154e;
}

.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 100%;
  color: #10154e;
  background-color: #faf4f6;
  padding: 0.5rem 0.75rem;
  border-width: 1px;
  border: none;
  border-radius: 60px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-link.is-active {
  background: #10154e;
  color: white;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-link.is-active:hover {
  background: #10154e;
  color: white;
}

.page-link:hover {
  background: #0538FC;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  color: #fff;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-radius: 60px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 60px;
}

/*--------------------------------------------------------------
## avatar styles
--------------------------------------------------------------*/
.avatar {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar.has_style1 {
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6221;
          box-shadow: 0 33px 88px 0 #1d0e6221;
  border-radius: 50%;
  border: 7px solid #fff;
}

.avatar.avatar-sm {
  width: 3rem;
  height: 3rem;
}

.avatar.avatar-md {
  width: 5rem;
  height: 5rem;
}

.avatar.avatar-lg {
  width: 6rem;
  height: 6rem;
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.avatar-group .avatar-item {
  width: 3rem;
  height: 3rem;
  margin-left: -25px;
  border: solid 6px white;
}

/*--------------------------------------------------------------
## popups styles
--------------------------------------------------------------*/
#popup_form1 .cover_sign {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#popup_form1 .popup_title {
  font-size: calc(24px + 16 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #popup_form1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form1 .popup_title {
    font-size: 40px;
  }
}

#popup_form1 .popup_description {
  margin-bottom: 30px;
}

#popup_form1 .modal-body {
  padding: 20px;
}

#popup_form2 ion-icon {
  color: white;
}

#popup_form2 .modal-body {
  background: #070D59;
  padding: 40px;
}

#popup_form2 .modal-body .popup_title {
  font-size: calc(24px + 16 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_form2 .modal-body .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form2 .modal-body .popup_title {
    font-size: 40px;
  }
}

#popup_form2 .modal-body .popup_description {
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

#popup_form3 .modal-dialog {
  bottom: -76% !important;
}

@media screen and (max-width: 991px) {
  #popup_form3 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_form3 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.74);
  z-index: 6;
}

#popup_form3 .close:hover ion-icon {
  color: #10154e;
}

#popup_form3 .popup_wrap {
  padding: 30px;
  position: relative;
}

#popup_form3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/top_decoration.png);
  top: -16px;
  left: -16px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_form3 .popup_title {
  font-size: calc(24px + 16 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #popup_form3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form3 .popup_title {
    font-size: 40px;
  }
}

#popup_notification1 .popup_wrap {
  padding: 40px;
}

#popup_notification1 .popup_title {
  font-size: calc(24px + 16 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_notification1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification1 .popup_title {
    font-size: 40px;
  }
}

#popup_notification1 .popup_description {
  text-align: center;
}

#popup_notification1 img {
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

#popup_notification2 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_notification2 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_notification2 .popup_wrap {
  padding: 60px 40px;
}

#popup_notification2 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.74);
}

#popup_notification2 .top_img {
  overflow: hidden;
  width: 100%;
}

#popup_notification2 .top_img img {
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#popup_notification2 .modal-body {
  padding: 0;
  border: none;
}

#popup_notification2 .popup_title {
  font-size: calc(24px + 16 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_notification2 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification2 .popup_title {
    font-size: 40px;
  }
}

#popup_notification2 .popup_description {
  text-align: center;
  margin-bottom: 30px;
}

#popup_notification2 .popup_wrap {
  position: relative;
}

#popup_notification2 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_notification3 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_notification3 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_notification3 .popup_wrap {
  padding: 60px 40px;
}

#popup_notification3 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
}

#popup_notification3 .modal-body {
  padding: 0;
  border: none;
  background: #070D59;
}

#popup_notification3 .popup_title {
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  margin-bottom: 30px;
  color: white;
}

@media screen and (max-width: 576px) {
  #popup_notification3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification3 .popup_title {
    font-size: 26px;
  }
}

#popup_notification3 .popup_description {
  margin-bottom: 30px;
  color: white;
}

#popup_notification3 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_notification3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_notification3 .top_img {
  overflow: hidden;
  width: 100%;
}

#popup_notification3 .top_img img {
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#popup_cookies1 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_cookies1 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_cookies1 .modal-content {
  min-width: 21rem;
}

#popup_cookies1 .popup_wrap {
  padding: 30px;
}

#popup_cookies1 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  z-index: 5;
}

#popup_cookies1 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies1 .top_img {
  max-width: 5rem;
  margin-bottom: 20px;
}

#popup_cookies1 .popup_title {
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  #popup_cookies1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies1 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies1 .popup_description {
  margin-bottom: 20px;
}

#popup_cookies1 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies1 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_cookies2 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_cookies2 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_cookies2 .popup_wrap {
  padding: 30px;
}

#popup_cookies2 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  z-index: 9;
}

#popup_cookies2 .close:hover ion-icon {
  color: #10154e;
}

#popup_cookies2 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies2 .top_img {
  max-width: 5rem;
  margin-right: 30px;
}

#popup_cookies2 .popup_title {
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  #popup_cookies2 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies2 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies2 .popup_description {
  max-width: 30rem;
}

#popup_cookies2 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies2 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_cookies3 .popup_wrap {
  padding: 30px;
  background: #070D59;
  border: solid 10px rgba(255, 255, 255, 0.212);
}

#popup_cookies3 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies3 .top_img {
  max-width: 5rem;
  margin-right: 30px;
}

#popup_cookies3 .popup_title {
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  color: white;
}

@media screen and (max-width: 576px) {
  #popup_cookies3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies3 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies3 .popup_description {
  max-width: 30rem;
  color: white;
}

#popup_cookies3 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../assets/images/others/circle_decoration.png);
  top: -46%;
  right: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## box styles
--------------------------------------------------------------*/
.box {
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.box.has-style1 {
  background: #f3f8ff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.box.has-style1 .box-icon {
  margin-bottom: 20px;
  text-align: center;
}

.box.has-style1 .box-icon img {
  max-height: 3rem;
}

.box.has-style1 .box-icon ion-icon {
  color: #070D59;
  font-size: 35px !important;
}

.box.has-style1 .box-icon svg {
  fill: #070D59;
}

.box.has-style1 .box-icon [class^="ri-"] {
  fill: #070D59 !important;
  font-size: 2rem;
}

.box.has-style1 .box-title {
  margin-bottom: 14px;
  text-align: center;
}

.box.has-style1 .box-desc {
  text-align: center;
}

.box.has-style2 {
  background: #fff;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.has-style2 .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #faf4f6 !important;
  z-index: 0;
}

.box.has-style2 .box-icon img {
  max-height: 3rem;
}

.box.has-style2 .box-icon ion-icon {
  color: #070D59;
  font-size: 35px !important;
}

.box.has-style2 .box-icon svg {
  fill: #070D59;
}

.box.has-style2 .box-icon [class^="ri-"] {
  fill: #070D59 !important;
  font-size: 2rem;
}

.box.has-style2 .box-title {
  margin-bottom: 20px;
  text-align: center;
}

.box.has-style2 .box-desc {
  color: #232323;
  text-align: center;
  margin: 0;
}

.box.is-dark {
  background: #070D59;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.is-dark .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.box.is-dark .box-icon img {
  max-height: 5rem;
}

.box.is-dark .box-icon ion-icon {
  color: #fff !important;
  font-size: 35px;
}

.box.is-dark .box-title {
  margin-bottom: 10px;
  text-align: left;
  color: white;
}

.box.is-dark .box-desc {
  color: white;
  text-align: left;
  margin: 0;
}

.box.has-left-icon {
  background: #fff;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.has-left-icon .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.box.has-left-icon .box-icon img {
  max-height: 5rem;
}

.box.has-left-icon .box-icon [class^="ri-"] {
  font-size: 35px;
  height: 40px;
  color: #070D59;
  width: 40px;
}

.box.has-left-icon .box-title {
  margin-bottom: 10px;
  text-align: left;
}

.box.has-left-icon .box-desc {
  text-align: left;
  margin: 0;
}

.card.style_1 .card-body {
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
}

.box_numbers {
  padding: 10px;
  border-radius: 5px;
  max-width: 25rem;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  overflow: hidden;
  position: relative;
}

.box_numbers::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  bottom: auto;
  top: 27px;
  left: 46%;
  background-color: transparent;
  background-image: url(../images/others/img_effect.png);
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .box_numbers {
    margin-left: auto;
    margin-right: auto;
  }
}

.box_numbers_wrap {
  background: #070D59;
  padding: 30px;
}

.box_numbers .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.199);
}

.box_numbers .number {
  color: white;
}

.box_numbers .description {
  color: white;
}

.box_img {
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border-radius: 10px;
  background: white;
  padding: 40px;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
}

.box_img .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_img .img_wrap {
  width: 5rem;
  height: 5rem;
  background: #0538FC;
  border-radius: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_img .img_wrap i {
  color: white;
  font-size: 2rem;
}

.box_img img {
  width: 70%;
  height: 10rem;
}

.box_img * {
  text-align: center;
}

/*
    ======== Table of Sections
    --------------------------
    ## half backgrounds
    --------------------------
    ## images
    --------------------------
    ## play btn
    --------------------------
    ## deviders
    --------------------------
    ## title line
    --------------------------
    ##  tabs
    --------------------------
    ##  table
    --------------------------
    ##  dropzone
    --------------------------
    ##  made by
    --------------------------
    ##   toolbar
    --------------------------
*/
/*--------------------------------------------------------------
## half backgrounds
--------------------------------------------------------------*/
.half_light {
  position: relative;
}

.half_light::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #f3f8ff;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.has_dark {
  position: relative;
}

.has_dark::before {
  content: "";
  position: absolute;
  height: 40%;
  bottom: 0;
  width: 100%;
  background: #10154e;
  z-index: -1;
}

/*--------------------------------------------------------------
## images
--------------------------------------------------------------*/
.img_top {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 40px 40px -20px rgba(23, 29, 48, 0.1);
          box-shadow: 0 40px 40px -20px rgba(23, 29, 48, 0.1);
  position: relative;
}

/*--------------------------------------------------------------
## play btn
--------------------------------------------------------------*/
.play_btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

/*--------------------------------------------------------------
## deviders
--------------------------------------------------------------*/
.devider {
  position: absolute;
  background-image: url(../images/others/devider.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_grey {
  position: absolute;
  background-image: url(../images/others/devider_grey.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_white {
  position: absolute;
  background-image: url(../images/others/devider.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_dark_top {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: top;
}

.devider_light_top {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: top;
}

.divider_light_bottom {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: bottom;
}

/*--------------------------------------------------------------
## title line
--------------------------------------------------------------*/
.title_line {
  position: relative;
  display: inline;
  z-index: 0;
}

.title_line::before {
  content: "";
  background-repeat: no-repeat;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -13px;
  top: 33px;
  border-radius: 10px;
  right: -2px;
  background: #faf4f6;
  background-size: contain;
  left: auto;
  z-index: -1;
}

/*--------------------------------------------------------------
##  tabs
--------------------------------------------------------------*/
.nav-tabs {
  margin-bottom: 30px;
  border-bottom: none;
}

.nav-link {
  color: #10154e;
}

.nav-link:hover {
  border: none;
}

.nav-link.active {
  border: none;
  border-bottom: solid 3px #070D59;
  border-radius: 5px 5px 0 0;
  background: transparent;
  color: #070D59;
}

/*--------------------------------------------------------------
##  table
--------------------------------------------------------------*/
.table-flush tbody td:first-child,
.table-flush tbody th:first-child,
.table-flush tfoot td:first-child,
.table-flush thead th:first-child {
  padding-left: 0;
}

.table-flush tbody td:last-child,
.table-flush tbody th:last-child,
.table-flush tfoot td:last-child,
.table-flush thead th:last-child {
  padding-right: 0;
}

.table td,
.table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e5ebf1;
}

.table-white {
  background-color: white;
  padding: 0 30px 30px;
  border-radius: 5px;
}

.table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.table thead th {
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #8d9aae;
}

.table tfoot td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table-clickable [data-href]:hover {
  cursor: pointer;
}

.table-clickable [data-href]:hover .table-clickable-hover {
  color: #5546e8;
}

@media (max-width: 767.98px) {
  .table-features.table-features-alt td:nth-child(2),
  .table-features.table-features-alt th:nth-child(2) {
    display: none;
  }
  .table-features:not(.table-features-alt) td:nth-child(3),
  .table-features:not(.table-features-alt) th:nth-child(3) {
    display: none;
  }
}

/*--------------------------------------------------------------
##  dropzone
--------------------------------------------------------------*/
.dropzone {
  padding: 5rem 1rem;
  background-color: #fff;
  border: 2px dashed #c6d3e6;
  border-radius: 0.375rem;
  text-align: center;
  color: #869ab8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
      order: -1;
  cursor: pointer;
  z-index: 999;
  margin-bottom: 20px;
  margin-top: 2px;
}

.dropzone p {
  color: #526692;
}

.dropzone:hover {
  background-color: rgba(241, 242, 248, 0.562);
}

.dropzone:hover p {
  color: #10154e;
}

/*--------------------------------------------------------------
##  made by
--------------------------------------------------------------*/
.made_by {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/*--------------------------------------------------------------
##   domain form
--------------------------------------------------------------*/
.domain_form {
  background: #fff;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  border-radius: 5px;
  max-width: 50rem;
  border: solid 1px transparent;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_form .btn_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.domain_form .btn_search span {
  display: block;
}

.domain_form .btn_search i {
  font-size: 25px;
  line-height: 100%;
  margin-top: -4px;
}

@media screen and (max-width: 991px) {
  .domain_form {
    max-width: auto !important;
  }
}

.domain_form:hover, .domain_form:focus {
  border: solid 1px #070D59;
}

.domain_form input {
  height: 30px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.domain_form input:hover, .domain_form input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.domain_form .btn {
  padding: 18px;
  width: 30%;
}

.table_sh {
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  padding: 30px;
  border-radius: 10px;
}

.table_sh span {
  color: #6f7583;
}

/*
    CSS Table of Sections
    --------------------------
    ** Style header Default
    --------------------------
    ** header-nav-center
    --------------------------
    ** header-nav-left
    --------------------------
    ** Fixed header
*/
/*-----------------------------
  Style header Default
-----------------------------*/
header {
  z-index: 9;
  position: absolute;
  top: 0;
  background: transparent !important;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(16, 21, 78, 0);
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

header.no_blur {
  -webkit-backdrop-filter: none !important;
  -moz-backdrop-filter: none !important;
  -o-backdrop-filter: none !important;
  -ms-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.fixed-header header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
  border-bottom: 1px solid #edeef1;
}

@-moz-document url-prefix() {
  .fixed-header header {
    background: white;
    border-bottom: 0 !important;
    backdrop-filter: saturate(1) blur(0);
    box-shadow: 0px 10px 40px 0px rgba(11, 34, 56, 0.05);
  }
}

header .navbar {
  padding: 28px 0;
}

header .navbar .navbar-brand {
  font-weight: 600;
  font-size: 22px;
}

header .navbar .navbar-brand .logo {
  vertical-align: bottom;
  margin-right: 0.5rem;
  height: 50px;
}

@media screen and (max-width: 991px) {
  header .navbar .navbar-collapse {
    background-color: white;
    -webkit-box-shadow: #11164e 0px 36px 66px -42px;
            box-shadow: #11164e 0px 36px 66px -42px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    border: solid 1px #d5d8df;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 15.5px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 0.5rem;
  background-color: transparent;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

header .navbar .navbar-collapse .navbar-nav .dropdown.show .nav-link {
  opacity: 0.7;
}

header .navbar .navbar-collapse .social_icon {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-collapse .social_icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-collapse .social_icon {
    margin-bottom: 10px;
  }
}

header .navbar .navbar-collapse .social_icon i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header .navbar .navbar-collapse .social_icon i:hover {
  color: #0538FC;
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-collapse .social_icon i {
    color: #070D59;
  }
}

header .navbar .navbar-collapse .nav_account {
  display: block;
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-collapse .nav_account {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-collapse .nav_account {
    display: block;
  }
}

header .navbar .navbar-collapse .nav_account .btn {
  font-size: 15px;
}

header .navbar .navbar-collapse .nav_account.btn_demo2 .btn_sm_primary {
  background-color: rgba(7, 13, 89, 0.1);
  color: #070D59;
}

header .navbar .navbar-collapse .nav_account.btn_demo3 .btn_sm_primary {
  border: 1px solid #edeef1;
}

@media screen and (max-width: 991px) {
  header {
    background: #fff;
  }
  header .navbar-toggler {
    background-color: transparent !important;
  }
  header .navbar-toggler:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .navbar-brand {
    color: #10154e !important;
    font-size: 18px !important;
  }
  header .navbar-brand .logo {
    height: 34px;
  }
  header .navbar-collapse {
    margin-left: 0 !important;
  }
  header .navbar-collapse .navbar-nav {
    padding-bottom: 1rem;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #10154e !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #070D59 !important;
  }
  header .navbar-collapse .nav_account {
    border-top: 1px solid #edeef1;
    padding: 1rem 0;
  }
  header .navbar-collapse .nav_account .btn-default {
    color: #10154e !important;
  }
  header .navbar-collapse .nav_account .btn-primary {
    background-color: #070D59 !important;
    color: #fff !important;
  }
}

/*-----------------------------
    header-nav-center
  -----------------------------*/
.header-nav-center {
  width: 100%;
  left: 0;
  z-index: 12;
}

.header-nav-center .navbar-brand {
  color: #10154e;
}

.header-nav-center .navbar-collapse .nav-item .nav-link {
  color: #10154e;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.header-nav-center .navbar-collapse .nav-item .nav-link:hover {
  opacity: 0.7;
}

.header-nav-center .navbar-collapse .nav-item .nav-link.active {
  color: #070D59;
  background-color: transparent;
}

.header-nav-center .navbar-collapse .nav-item.active .nav-link {
  color: #070D59;
  background-color: transparent;
}

/*-----------------------------
    header-nav-left
  -----------------------------*/
.header-nav-left .navbar-collapse {
  margin-left: 2rem;
}

.header-nav-left.light .nav-pills .nav-item .nav-link {
  color: #fff;
}

.header-nav-left.light .nav-pills .nav-item .nav-link.active {
  color: #ffe7aa;
}

/*-----------------------------
    Fixed header
  -----------------------------*/
.fixed-header header.nav-product .navbar-brand {
  color: #10154e !important;
}

.fixed-header header.nav-product .nav-pills .nav-item .nav-link {
  color: #10154e !important;
}

.fixed-header header.nav-product .nav-pills .nav-item .nav-link.active {
  color: #070D59 !important;
}

.fixed-header header.nav-product .nav_account .btn-default {
  color: #10154e !important;
}

.fixed-header header.nav-product .nav_account .btn-primary {
  background-color: #070D59 !important;
  color: #fff !important;
}

.fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  border-radius: 0;
  line-height: 54px;
}

.fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  -webkit-box-shadow: 0px 3px 0px 0px #070d59 !important;
  -o-box-shadow: 0px 3px 0px 0px #070d59 !important;
  -ms-box-shadow: 0px 3px 0px 0px #070d59 !important;
  box-shadow: 0px 3px 0px 0px #070d59 !important;
}

@media screen and (max-width: 991px) {
  .fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
  }
}

/*-----------------------------
    header-Crypto
  -----------------------------*/
.header-nav-left.crypto_1 .nav-pills .nav-item .nav-link.active {
  color: #fd6b3b !important;
}

.fixed-header .header-nav-left.crypto_1 .nav-pills .nav-item .nav-link.active {
  color: #fd6b3b !important;
}

.fixed-header .header-nav-left.crypto_1 .nav_account .btn-primary {
  background-color: #fd6b3b !important;
}

.header-nav-left.crypto_1 .nav_account .btn-primary {
  background-color: #fd6b3b !important;
}

/*-----------------------------
    header-Crypto Dark
  -----------------------------*/
.crypto_dark {
  background-color: transparent;
  position: absolute;
  -webkit-backdrop-filter: saturate(1) blur(0) !important;
  -moz-backdrop-filter: saturate(1) blur(0) !important;
  -o-backdrop-filter: saturate(1) blur(0) !important;
  -ms-backdrop-filter: saturate(1) blur(0) !important;
  backdrop-filter: saturate(1) blur(0) !important;
}

.crypto_dark .nav_account .btn_try {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .crypto_dark .nav_account .btn_try {
    background-color: rgba(16, 21, 78, 0.1) !important;
    color: #10154e !important;
  }
}

@media screen and (max-width: 768px) {
  .crypto_dark .nav_account .drop_download {
    display: none;
    background-color: rgba(16, 21, 78, 0.1);
    color: #10154e;
  }
}

@media screen and (max-width: 768px) {
  .crypto_dark .nav_account .btn-default {
    color: #10154e;
  }
}

@media screen and (max-width: 768px) {
  .crypto_dark {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -moz-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
  }
  @-moz-document url-prefix() {
    .crypto_dark {
      background: white;
      border-bottom: 0 !important;
      box-shadow: 0px 10px 40px 0px rgba(11, 34, 56, 0.05);
    }
  }
}

/*-----------------------------
    Fixed side menu
  -----------------------------*/
.fixed_side_menu {
  position: fixed !important;
  right: 1%;
  top: 35%;
  z-index: 3;
}

.fixed_side_menu .nav-item .nav-link {
  position: relative;
  color: #aa9bb3;
  font-size: 15.5px;
  direction: rtl;
  text-align: right;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.fixed_side_menu .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: -0.8rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 3s !important;
  transition: 3s !important;
}

.fixed_side_menu .nav-item .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.fixed_side_menu .nav-item .nav-link.active:before {
  opacity: 1;
  -webkit-animation: bounce-top 0.9s both !important;
  animation: bounce-top 0.9s both !important;
}

/*-----------------------------
    header charity
  -----------------------------*/
.gch_header_light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: saturate(1) blur(0) !important;
  -moz-backdrop-filter: saturate(1) blur(0) !important;
  -o-backdrop-filter: saturate(1) blur(0) !important;
  -ms-backdrop-filter: saturate(1) blur(0) !important;
  backdrop-filter: saturate(1) blur(0) !important;
}

.gch_header_light .navbar-brand {
  color: #fff;
}

.gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  border-radius: 0;
  line-height: 54px;
}

@media screen and (max-width: 768px) {
  .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: inherit;
  }
}

.gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  -webkit-box-shadow: 0px 3px 0px 0px white !important;
  -o-box-shadow: 0px 3px 0px 0px white !important;
  -ms-box-shadow: 0px 3px 0px 0px white !important;
  box-shadow: 0px 3px 0px 0px white !important;
}

@media screen and (max-width: 768px) {
  .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
  }
}

/*-----------------------------
    head_host
  -----------------------------*/
.head_host {
  border-bottom: 0;
}

.head_host .navbar .navbar-brand {
  color: #fff;
}

.head_host .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.head_host .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #070D59;
}

/*-----------------------------
    page interior - header
  -----------------------------*/
.demo_body_interior .header-nav-center {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  top: 45px;
}

@media screen and (max-width: 768px) {
  .demo_body_interior .header-nav-center {
    top: 20px;
  }
}

.demo_body_interior.fixed-header .header-nav-center {
  top: 0;
}

/*-----------------------------
    header Charity - left
  -----------------------------*/
.header_ch_left .navbar-collapse {
  margin-left: 6.25rem;
}

.header_ch_left .navbar-collapse .nav-item .nav-link {
  color: #9da6af;
}

.header_ch_left .navbar-collapse .nav-item .nav-link:hover {
  color: #10154e;
}

.header_ch_left .navbar-collapse .nav-item .nav-link.active {
  color: #fd6b3b;
}

/*-----------------------------
    header__workspace
  -----------------------------*/
.header__workspace .navbar-collapse {
  margin-left: 0;
}

.header__workspace .btn_demo3 .btn {
  border: 1px solid rgba(253, 107, 59, 0.25) !important;
  color: #fd6b3b;
}

/*-----------------------------
    header_software
  -----------------------------*/
.header_software .navbar-collapse .nav-item .nav-link {
  color: #6c7a87;
}

.header_software .navbar-collapse .nav-item .nav-link:hover,
.header_software .navbar-collapse .nav-item .nav-link :focus {
  color: #31d1ab;
}

.header_software .navbar-collapse .nav-item .nav-link.active {
  color: #fff;
}

.header_software .btn_demo3 .btn {
  background-color: rgba(49, 209, 171, 0.1);
  color: #31d1ab;
  border: 0 !important;
}

.fixed-header .header_software .navbar-collapse .nav-item .nav-link.active {
  color: #31d1ab;
}

/*-----------------------------
    white_scroll_dark
  -----------------------------*/
.white-scroll-dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.fixed-header .white-scroll-dark .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #10154e;
}

/*-----------------------------
    header-black 
  -----------------------------*/
.header-black .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .header-black .nav_account .filter-blur {
    background: #000 !important;
    color: #fff !important;
  }
}

.fixed-header .header-black {
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fixed-header .header-black .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.fixed-header .header-black .navbar .filter-blur {
  -webkit-backdrop-filter: none !important;
  -moz-backdrop-filter: none !important;
  -o-backdrop-filter: none !important;
  -ms-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: #fff !important;
  color: #000 !important;
}

@media screen and (max-width: 991px) {
  .fixed-header .header-black .nav_account .filter-blur {
    background: #000 !important;
    color: #fff !important;
  }
}

.fixed-header .nav_account .bg-white {
  background-color: #10154e !important;
  color: #fff !important;
}

/**
 * ----------------------------------------
 * Default dropdown
 * ----------------------------------------
 */
.dropdown .dropdown-toggle {
  text-transform: capitalize;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-toggle .icon_arrow {
  display: none;
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    margin-left: -1.7rem !important;
    margin-right: -2rem !important;
    padding-left: 1.7rem !important;
    padding-right: 2rem !important;
    overflow: hidden;
  }
  .dropdown .dropdown-toggle .icon_arrow {
    display: block;
  }
  .dropdown .dropdown-toggle .icon_arrow .tio {
    position: absolute;
    right: auto;
    top: calc(50% - 9px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-toggle.active {
    background-color: #f7f8fa !important;
  }
}

.dropdown .dropdown-toggle.active .icon_arrow .tio {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown .dropdown-menu {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto !important;
  }
}

.dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.dropdown .dropdown-menu .dropdown-item .icon_arrow .tio {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f7f8fa;
  color: #070D59;
}

.dropdown .dropdown-menu .dropdown-item:active .icon_arrow .tio, .dropdown .dropdown-menu .dropdown-item:focus .icon_arrow .tio, .dropdown .dropdown-menu .dropdown-item:hover .icon_arrow .tio {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown .dropdown-menu .dropdown-item .item_new {
  background-color: #31d1ab;
  color: #fff;
  font-size: 12px;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.dropdown .dropdown-menu.single-drop {
  border: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
  -o-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
  -ms-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
  box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
  min-width: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: perspective(300px) rotateX(0);
          transform: perspective(300px) rotateX(0);
  -webkit-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  display: inline-block;
  /**
          * ----------------------------------------
          * For Mobile
          * ----------------------------------------
          */
}

@media screen and (min-width: 769px) {
  .dropdown .dropdown-menu.single-drop {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu.single-drop.sm_dropdown {
    top: 57px;
  }
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu.single-drop {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding: 0;
    -webkit-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
    transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
    box-shadow: none !important;
  }
}

.dropdown .dropdown-menu .dropdown_menu_nav {
  padding: 0;
}

.dropdown .dropdown-menu .dropdown_menu_nav li {
  list-style: none;
}

.dropdown .dropdown-menu .dropdown_menu_nav li .dropdown-item {
  padding: 0.4rem 1.5rem;
  font-size: 15px;
  color: #10154e;
  text-transform: capitalize;
}

.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_title {
  display: block;
  color: rgba(255, 255, 255, 0.781);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-bottom: 0.938rem;
}

@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_title {
    margin: 0.938rem 0;
  }
}

.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun {
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li {
  list-style: none;
  padding: 0;
}

.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li .dropdown-item {
  border-radius: 6px;
  padding: 0.4rem 1rem;
  color: #10154e;
  font-size: 15.5px;
  -webkkit-transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li .dropdown-item:hover {
  background-color: #f7f8fa;
  opacity: 0.7;
}

.dropdown.show .dropdown-menu.single-drop {
  transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .dropdown .active + .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

/**
   * ----------------------------------------
   * Dropdown Full Width
   * ----------------------------------------
   */
.dropdown_full .dropdown-menu .dropdown_menu_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.875rem;
}

@media screen and (max-width: 768px) {
  .dropdown_full .dropdown-menu .dropdown_menu_nav {
    display: block;
    padding: 0 0.3rem 0 0;
  }
}

.dropdown_full .dropdown-menu .dropdown_menu_nav .item_colume {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .dropdown_full .dropdown-menu .dropdown_menu_nav .item_colume {
    width: 100%;
  }
}

/**
   * ----------------------------------------
   * Sub Dropdown menu
   * ----------------------------------------
   */
.dropdown-submenu {
  position: relative;
  list-style: none;
}

.dropdown-submenu .dropdown-menu.sec-drop {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border: solid 1px #9c97a8;
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  display: inline-block;
  /**
          * ----------------------------------------
          * For Mobile
          * ----------------------------------------
          */
}

@media screen and (max-width: 768px) {
  .dropdown-submenu .dropdown-menu.sec-drop {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
    overflow: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
    transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
  }
}

.dropdown-submenu.show .sec-drop {
  transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-submenu.show:active, .dropdown-submenu.show:focus, .dropdown-submenu.show:hover {
  background-color: #f7f8fa;
  color: #070D59;
}

@media screen and (max-width: 768px) {
  .dropdown-submenu.show:active, .dropdown-submenu.show:focus, .dropdown-submenu.show:hover {
    background-color: transparent !important;
  }
}

.dropdown-submenu.show:active .icon_arrow .tio, .dropdown-submenu.show:focus .icon_arrow .tio, .dropdown-submenu.show:hover .icon_arrow .tio {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .dropdown-submenu.show:active .icon_arrow .tio, .dropdown-submenu.show:focus .icon_arrow .tio, .dropdown-submenu.show:hover .icon_arrow .tio {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    top: inherit;
    left: inherit;
    margin-top: inherit;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-submenu .dropdown-toggle {
    font-size: 13px;
    text-transform: uppercase;
    color: #6c7a87;
  }
}

.dropdown-submenu .dropdown-toggle .icon_arrow {
  display: block;
}

@media screen and (max-width: 768px) {
  .dropdown-submenu .dropdown-toggle .icon_arrow {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-submenu .active + .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

.single-drop {
  background: linear-gradient(104deg, #fff, white, #fff, rgba(255, 255, 255, 0.836)) !important;
}

@media screen and (max-width: 768px) {
  .single-drop .dropdown-submenu .dropdown-toggle:hover, .single-drop .dropdown-submenu .dropdown-toggle:focus, .single-drop .dropdown-submenu .dropdown-toggle:active {
    background-color: transparent !important;
  }
}

@media screen and (max-width: 768px) {
  .single-drop .dropdown-submenu .dropdown-toggle.active {
    background-color: transparent !important;
    color: #070D59;
  }
}

.coming {
  position: relative;
  position: relative;
}

.coming::before {
  content: "";
  position: absolute;
  content: " coming soon ";
  position: absolute;
  top: 6px;
  font-size: 10px;
  background-color: #0538FC;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  right: 2rem;
}

.drop_dark .dropdown-item {
  color: white !important;
}

.drop_dark .dropdown-item:hover {
  background-color: #0538FC !important;
  color: white !important;
  opacity: 1 !important;
}

.hero {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  /*====================================
    ========= has style6
    =====================================*/
  /*====================================
    ========= is dark 
    =====================================*/
  /*====================================
    ========= has background
    =====================================*/
  /*====================================
    ========= has style deco
    =====================================*/
}

.hero .container,
.hero .row {
  height: 100%;
}

.hero .hero_title {
  text-transform: capitalize;
}

.hero .hero_wrap {
  padding: 7rem 0;
}

@media screen and (max-width: 768px) {
  .hero .hero_wrap {
    padding: 3rem 0 3rem;
  }
}

.hero.has_style6 {
  overflow: hidden;
  background-image: url(../img/bg/bg_6.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.has_style6 .img_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.hero.has_style6 .img_wrap .deco_hero6 {
  position: absolute;
  bottom: -2rem;
  left: -4rem;
  width: 100%;
  z-index: -1;
}

.hero.has_style6 .img_wrap img {
  min-height: 35rem;
  max-width: inherit;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
}

@media screen and (max-width: 992px) {
  .hero.has_style6 .img_wrap img {
    max-width: 100%;
    max-height: 60rem;
    min-height: auto;
  }
}

.hero.has_style6 .hero_title {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  z-index: 1;
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .hero.has_style6 .hero_title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero.has_style6 .hero_title {
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .hero.has_style6 .hero_title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.hero.has_style6 .hero_text {
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
  opacity: 0.8;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .hero.has_style6 .hero_text {
    text-align: center;
  }
}

.hero.is_dark {
  margin-bottom: 5rem;
  background: #10154e;
}

.hero.is_dark .navbar .menu .line-menu {
  background: #10154e;
}

.hero.is_dark .hero_wrap {
  height: 100%;
  padding: 120px 0;
}

.hero.is_dark .hero_textription {
  margin-top: 20px;
  color: white;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}

.hero.is_dark .hero_title {
  color: white;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero.is_dark .hero_title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .hero.is_dark .hero_title {
    font-size: 40px;
  }
}

.hero.is_dark .hero-img {
  text-align: center;
  margin: auto;
}

.hero.is_dark .hero-img img {
  width: 130%;
}

@media screen and (max-width: 992px) {
  .hero.is_dark .hero-img img {
    padding-top: 5rem;
    width: 80%;
  }
}

.hero.is_dark .hero_wrap {
  overflow: hidden;
}

.hero.has_bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.has_bg .hero_wrap {
  padding: 200px 0;
}

.hero.has_bg .header-title {
  color: white;
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .hero.has_bg .header-title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero.has_bg .header-title {
    font-size: 64px;
  }
}

.hero.has_bg .item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  border: solid 1px #ffffff45;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  color: #fff;
  margin-bottom: 30px;
}

.hero.has_bg .item_block span {
  color: #fff;
  margin-left: 10px;
}

.hero.has_bg .item_block svg {
  height: 3rem;
  width: 3rem;
  fill: white;
  background: #070D59;
  border-radius: 50%;
  padding: 10px;
}

.hero.has_style_deco {
  position: relative;
  position: relative;
}

.hero.has_style_deco::before {
  content: "";
  position: absolute;
  background-color: #1222e7;
  height: 80vh;
  width: 50%;
  right: 0;
  top: 0;
  border-radius: 0 0 0 30px;
}

.hero.has_style_deco .line-menu {
  background: #150d4c;
}

.hero.has_style_deco .hero_wrap {
  padding: 6rem 0 6rem;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .hero.has_style_deco .hero_wrap {
    padding: 7rem 0 7rem;
  }
}

@media screen and (max-width: 768px) {
  .hero.has_style_deco .hero_wrap {
    padding: 5rem 0 5rem;
  }
}

.hero.has_style_deco .hero_title {
  color: #0538FC;
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .hero.has_style_deco .hero_title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero.has_style_deco .hero_title {
    font-size: 64px;
  }
}

@media screen and (max-width: 992px) {
  .hero.has_style_deco .hero_title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .hero.has_style_deco .hero_title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.hero.has_style_deco .hero_text {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #10154e;
}

.hero.has_style_deco .img_wrap {
  -webkit-transform: translate(10%, -6rem);
          transform: translate(10%, -6rem);
}

.hero.has_style_deco .img_wrap img {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  .hero.has_style_deco .img_wrap img {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}

.hero.has_style_deco .header-shape {
  position: absolute;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: -4rem;
  top: -10rem;
  z-index: -1;
}

.hero_page {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat !important;
}

.hero_page .hero_wrap {
  padding: 120px 0;
}

.hero_page.has_style1 {
  background-size: contain;
  position: relative;
  z-index: 0;
}

.hero_page.has_style1 .hero_img {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 30px;
}

.hero_page.has_style1 .hero_wrap {
  padding: 80px 0;
  position: relative;
  position: relative;
}

.hero_page.has_style1 .hero_wrap::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0;
  width: 10rem;
  height: 100%;
  background-image: url(../img/decorations/pattern.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.hero_page.has_style1 .hero_wrap::after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 3rem;
  width: 10rem;
  height: 10rem;
  background-image: url(../img/decorations/pattern.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.hero_page.has_style1 .hero_title {
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .hero_page.has_style1 .hero_title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero_page.has_style1 .hero_title {
    font-size: 64px;
  }
}

.hero_page.has_style1 .hero_text {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
  max-width: 40rem;
  color: #5a6875;
}

.hero_page.has_style2 {
  background-color: #f3f8ff;
  background-image: url(../images/others/Hero_Pattern.svg);
  background-position: center bottom;
  background-size: contain;
}

.hero_page.has_style2 .title {
  text-align: center;
  color: #10154e;
}

.hero_page.has_style2 .hero_textription {
  max-width: 40rem;
  color: #10154e;
}

.hero_page.has_style2 .hero_wrap {
  padding: 100px 0;
}

.hero_page.has_bg {
  background-color: #f3f8ff;
  background-size: cover;
  background-position: right top;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero_page.has_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.308);
  background: rgba(8, 3, 43, 0.562) !important;
}

.hero_page.has_bg .title {
  text-align: center;
  color: #10154e;
}

.hero_page.has_bg .hero_textription {
  max-width: 40rem;
  color: #10154e;
}

.hero_page.has_bg .hero_wrap {
  padding: 100px 0;
}

.hero_page.has_bg {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero_page.has_bg .hero_wrap {
  padding: 150px 0;
}

@media screen and (max-width: 991px) {
  .hero_page.has_bg .hero_wrap {
    padding: 70px 0;
  }
}

.hero_page.has_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.308);
}

.hero_page.has_bg .title {
  color: white;
  font-size: calc(40px + 24 * ( (100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .hero_page.has_bg .title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .hero_page.has_bg .title {
    font-size: 64px;
  }
}

.hero_page.has_bg .hero_textription {
  max-width: 40rem;
  color: white;
}

.hero_page.is_dark {
  background: #10154e;
}

.hero_page.is_dark .hero_wrap {
  padding: 100px 0;
}

.hero_page.is_dark .title {
  font-size: calc(46px + 18 * ( (100vw - 576px) / 1024));
  line-height: 1;
  color: white;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .hero_page.is_dark .title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero_page.is_dark .title {
    font-size: 64px;
  }
}

.hero_page.is_dark .description {
  color: white;
  margin-bottom: 0;
  margin: 0;
}

.elements_hero {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%);
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.elements_hero::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/hero.png);
  z-index: -1;
}

.elements_hero .wrap {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .elements_hero .wrap {
    width: 100%;
  }
}

.pattern_hero {
  position: relative;
  position: relative;
}

.pattern_hero::before {
  content: "";
  position: absolute;
  left: -9rem;
  top: 0;
  width: 10rem;
  height: 100%;
  background-image: url(../img/decorations/pattern.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.pattern_hero::after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -6rem;
  width: 10rem;
  height: 10rem;
  background-image: url(../img/decorations/pattern.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.banner_title_inner {
  position: relative;
}

.banner_title_inner::before {
  content: "";
  position: absolute;
  right: -9rem;
  top: -4rem;
  width: 10rem;
  height: 10rem;
  background-image: url(../img/decorations/pattern.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-transform: rotate(285deg);
          transform: rotate(285deg);
}

.feautures {
  position: relative;
  /*====================================
        ========= has style1
    =====================================*/
  /*====================================
        ========= has style2
    =====================================*/
  /*====================================
        ========= has style3
    =====================================*/
  /*====================================
        ========= has style4
    =====================================*/
  /*====================================

        ========= has style x
    =====================================*/
  /*====================================
        ========= has style bg
    =====================================*/
  /*====================================
        ========= has style5
    =====================================*/
  /*====================================
        ========= has style6
    =====================================*/
}

.feautures .box_text {
  font-size: 14px;
}

.feautures.has_style1 {
  background-image: url(../img/decorations/effect2.svg);
  background-position: center;
  margin-top: -100px;
  z-index: 1;
}

.feautures.has_style1 .box {
  background-color: white;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border: solid 1px #eaeaee;
  margin-top: 3rem;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 991px) {
  .feautures.has_style1 .box {
    margin-top: 0;
  }
}

.feautures.has_style1 .box.is_active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #10154e;
  margin-top: 0rem;
  -webkit-box-shadow: 0 36px 66px -42px #11164e;
          box-shadow: 0 36px 66px -42px #11164e;
  border: none;
}

.feautures.has_style1 .box.is_active .box_icon {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%);
}

.feautures.has_style1 .box.is_active .box_title {
  color: #fff;
}

.feautures.has_style1 .box.is_active .box_text {
  color: rgba(255, 255, 255, 0.575) !important;
}

.feautures.has_style1 .box .box_icon {
  margin-bottom: 15px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.14%, #0538FC), to(#3A94FE));
  background: linear-gradient(90deg, #0538FC -6.14%, #3A94FE 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 20px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  border-radius: 100%;
}

.feautures.has_style1 .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_style1 .box .box_icon ion-icon {
  color: #070D59;
  font-size: 35px !important;
}

.feautures.has_style1 .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_style1 .box .box_icon [class^="ri-"] {
  fill: #070D59 !important;
  font-size: 1.6rem;
  color: #fff;
}

.feautures.has_style1 .box .box_title {
  margin-bottom: 10px;
  text-align: center;
}

.feautures.has_style1 .box:hover {
  -webkit-transform: translate3d(0, 10px, 50px);
          transform: translate3d(0, 10px, 50px);
}

.feautures.has_style2 .box {
  padding: 0;
}

.feautures.has_style2 .box .box_icon {
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}

.feautures.has_style2 .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_style2 .box .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_style2 .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_style2 .box .box_icon [class^="ri-"] {
  color: #070D59 !important;
  font-size: 1.7rem;
}

.feautures.has_style2 .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_style2 .box .box_text {
  margin: 0;
}

.feautures.has_style3 .swiper-slide {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.feautures.has_style3 .swiper-slide-active .box {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%) !important;
  color: #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.feautures.has_style3 .swiper-slide-active .box .box_title {
  color: #fff;
}

.feautures.has_style3 .swiper-slide-active .box .box_text {
  color: rgba(255, 255, 255, 0.712);
}

.feautures.has_style3 .swiper-slide-active .box .box_icon {
  background: rgba(255, 255, 255, 0.096);
}

.feautures.has_style3 .swiper-slide-active .box [class^="ri-"] {
  color: #fff !important;
}

.feautures.has_style3 .box {
  border: solid 1px #ebedf3;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #fff;
}

.feautures.has_style3 .box .box_icon {
  margin-bottom: 20px;
  text-align: left;
  background: #faf4f6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
}

.feautures.has_style3 .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_style3 .box .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_style3 .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_style3 .box .box_icon [class^="ri-"] {
  color: #070D59;
  font-size: 1.7rem;
}

.feautures.has_style3 .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_style3 .box .box_text {
  margin: 0;
}

.feautures.has_style3 .swiper-button-prev {
  height: 3rem;
  width: 3rem;
  top: 50%;
  left: auto;
  right: 4rem !important;
  background: #0538FC;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

@media screen and (max-width: 991px) {
  .feautures.has_style3 .swiper-button-prev {
    display: none;
  }
}

.feautures.has_style3 .swiper-button-next {
  height: 3rem;
  width: 3rem;
  top: 50%;
  right: 0px !important;
  background: #070D59;
  border-radius: 50%;
  outline: none;
}

@media screen and (max-width: 991px) {
  .feautures.has_style3 .swiper-button-next {
    visibility: hidden;
  }
}

.feautures.has_style3 .swiper-button-next::after,
.feautures.has_style3 .swiper-button-prev::after {
  color: white;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.feautures.has_style4 .box {
  padding: 0;
}

.feautures.has_style4 .box.is_active .box_title {
  color: #fff;
}

.feautures.has_style4 .box.is_active .box_text {
  color: #fff;
}

.feautures.has_style4 .box.is_active .box_icon {
  background: rgba(255, 255, 255, 0.096);
}

.feautures.has_style4 .box.is_active [class^="ri-"] {
  color: #fff !important;
}

.feautures.has_style4 .box .box_icon {
  margin-bottom: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.096);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
}

.feautures.has_style4 .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_style4 .box .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_style4 .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_style4 .box .box_icon [class^="ri-"] {
  color: #fff;
  font-size: 1.7rem;
}

.feautures.has_style4 .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_style4 .box .box_text {
  margin: 0;
}

.feautures.has_stylex .box {
  padding: 0;
}

.feautures.has_stylex .box .box_icon {
  margin-bottom: 20px;
  text-align: left;
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
  position: relative;
  position: relative;
}

.feautures.has_stylex .box .box_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 90%;
  background: rgba(255, 255, 255, 0.226);
  z-index: -1;
  bottom: -5px;
  border-radius: 20px;
}

.feautures.has_stylex .box .box_icon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.13);
  z-index: -1;
  bottom: -10px;
  border-radius: 20px;
}

.feautures.has_stylex .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_stylex .box .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_stylex .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_stylex .box .box_icon [class^="ri-"] {
  color: #fff;
  font-size: 1.7rem;
}

.feautures.has_stylex .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_stylex .box .box_text {
  margin: 0;
}

.feautures.has_style_bg {
  background-size: contain;
  background-repeat: no-repeat;
}

.feautures.has_style5 {
  background-image: url(../img//decorations/effect.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.feautures.has_style5 .left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .feautures.has_style5 .left_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feautures.has_style5 .box_icon {
  margin-bottom: 30px;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.14%, #0538FC), to(#3A94FE));
  background: linear-gradient(90deg, #0538FC -6.14%, #3A94FE 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-radius: 100%;
  margin-right: -30px;
  z-index: 1;
}

.feautures.has_style5 .box_icon img {
  max-height: 5rem;
}

.feautures.has_style5 .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_style5 .box_icon svg {
  fill: #070D59;
}

.feautures.has_style5 .box_icon [class^="ri-"] {
  color: #fff;
  font-size: 1.7rem;
}

.feautures.has_style5 .box_video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 992px) {
  .feautures.has_style5 .box_video {
    margin-top: 40px;
  }
}

.feautures.has_style5 .box {
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  background-color: #070D59;
  background-image: url(../img/bg/call2action.png);
  background-repeat: no-repeat;
  background-position: left;
}

.feautures.has_style5 .box p {
  margin: 0;
  color: white;
}

.feautures.has_style5 .box.is_active {
  background: #0538FC;
}

.feautures.has_style5 .box.is_active .box_title {
  color: #fff;
}

.feautures.has_style5 .box.is_active .box_text {
  color: #fff;
}

.feautures.has_style5 .box.is_active .box_icon {
  background: rgba(255, 255, 255, 0.096);
}

.feautures.has_style5 .box.is_active [class^="ri-"] {
  color: #fff !important;
}

.feautures.has_style5 .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_style5 .box .box_text {
  margin: 0;
}

.feautures.has_style6 .box {
  border: solid 1px #ebedf3;
}

.feautures.has_style6 .box.is_active {
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
}

.feautures.has_style6 .box .box_icon {
  margin-bottom: 20px;
  text-align: left;
  background: #faf4f6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
}

.feautures.has_style6 .box .box_icon img {
  max-height: 5rem;
}

.feautures.has_style6 .box .box_icon ion-icon {
  color: #070D59;
  font-size: 30px !important;
}

.feautures.has_style6 .box .box_icon svg {
  fill: #070D59;
}

.feautures.has_style6 .box .box_icon [class^="ri-"] {
  color: #070D59;
  font-size: 1.7rem;
}

.feautures.has_style6 .box .box_title {
  margin-bottom: 10px;
}

.feautures.has_style6 .box .box_text {
  margin: 0;
}

.team .team_box.has_style1 {
  margin-bottom: 30px;
  position: relative;
}

.team .team_box.has_style1 .team-name {
  text-align: center;
}

.team .team_box.has_style1 .team-social {
  background-color: white;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
          box-shadow: 52px 52px 74px 0 rgba(115, 131, 169, 0.08);
  margin-top: -20px;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 1;
}

.team .team_box.has_style1 .team-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .team_box.has_style1 .team-social a {
  color: #10154e;
  margin: 0 5px;
  line-height: 100%;
}

.team .team_box.has_style1 .team-social a:hover {
  color: #070D59;
}

.team .team_box.has_style1 .team-social a svg {
  height: 0.8rem;
}

.team .team_box.has_style1 .team-social a [class^="ri-"] {
  font-size: 22px;
  line-height: 100%;
  padding-top: 10px;
}

.team .team_box.has_style1 .badge_team {
  position: absolute;
  top: -10px;
  z-index: 1;
  background: #070D59;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 13px;
}

.team .team_box.has_style1 .team-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
  position: relative;
  z-index: 0;
  border: solid 10px #fff;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team .team_box.has_style1 .team-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.team .team_box.has_style1 .team-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.308);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team .team_box.has_style1:hover .team-social {
  margin-top: 0;
  opacity: 1;
}

.team .team_box.has_style1:hover .team-img::before {
  opacity: 1;
}

.team .team_box.has_style2 {
  margin-bottom: 30px;
  position: relative;
}

.team .team_box.has_style2 .team_name {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.team .team_box.has_style2 .team_type {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.team .team_box.has_style2 .team_img {
  height: 20rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 10px #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3 cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3 cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team .team_box.has_style2 .team_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.team .team_box.has_style2 .team_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.308);
  z-index: 1;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.522), transparent) !important;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.team .team_box.has_style2:hover .team_img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team .team_box.has_style2:hover .team_name,
.team .team_box.has_style2:hover .team_type {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.process {
  background-image: url(../img/decorations/effect2.svg);
  background-size: contain;
  background-position: center;
}

.process p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.process .section_head {
  margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .process .section_head {
    margin-bottom: 40px;
  }
}

.process .box {
  background: white;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  border: solid 1px #eaeaee;
  overflow: visible;
}

.process .box.has_border::after {
  position: absolute;
  top: -43px;
  left: 26px;
  border-top: 3px solid #226afd;
  content: "";
  width: 107%;
}

@media screen and (max-width: 992px) {
  .process .box.has_border::after {
    display: none;
  }
}

.process .box .number {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  font-weight: bold;
  background-image: url(../img/icons/number.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.process .box .number::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 23px;
  width: 3px;
  background: #226afd;
  height: 20px;
}

@media screen and (max-width: 992px) {
  .process .box .number::after {
    display: none;
  }
}

.call2action.has_style1 {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%);
  position: relative;
  position: relative;
}

.call2action.has_style1::before {
  content: "";
  position: absolute;
  background: url(../img/decorations/circle.svg);
  height: 15rem;
  width: 15rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5rem;
  opacity: 0.3;
}

.call2action.has_style1::after {
  content: "";
  position: absolute;
  background: url(../img/decorations/circle.svg);
  height: 15rem;
  width: 15rem;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -5rem;
  right: 0;
  opacity: 0.3;
}

.call2action.has_style2 {
  background: #10154e;
  overflow: hidden;
  position: relative;
}

.call2action.has_style2::before {
  content: "";
  position: absolute;
  background: url(../img/decorations/circle.svg);
  height: 15rem;
  width: 15rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5rem;
  opacity: 0.3;
}

.call2action.has_style2 .form_call2action {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .call2action.has_style2 .form_call2action {
    padding: 15px;
  }
}

.call2action.has_style3 {
  background: #faf4f6;
  border-radius: 10px;
  padding: 30px;
}

.call2action.has_style3 .img_top {
  margin-top: -4rem;
  height: 4rem;
  width: 4rem;
  margin-bottom: 20px;
}

.call2action.has_style4 {
  background: #faf4f6;
}

.call2action.has_style5 {
  background: linear-gradient(45deg, #4c3d69 0%, #c73e67 100%);
}

.call2action.has_style5 .form_call2action {
  background: rgba(255, 255, 255, 0.048);
  border-radius: 5px;
  padding: 30px;
  width: 100%;
}

.call2action.has_style6 .bg_img {
  background-image: url(../img/bg/call2action.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid white;
}

.call2action.has_style6 .bg_img2 {
  background-image: url(../img/bg/call2action2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

/* Layouts > _sections.scss */
.section_head {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .section_head {
    margin-bottom: 30px !important;
  }
}

.section-subtitle {
  color: #0538FC;
  margin-bottom: 15px;
}

.section-subtitle.iscenter {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_title {
  font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  line-height: 1.2;
  max-width: 40rem;
  color: #10154e;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .section_title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  .section_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .section_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .section_title {
    font-size: 30px;
  }
}

.section_title ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 0;
  width: 40px;
  background: #070D59;
}

.section_title ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 42px;
  top: -10px;
}

.section_title .has-line {
  position: relative;
}

.section_title .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #070D59;
  z-index: 0;
  opacity: 0.2;
}

.section_title.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section_title.is-center {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 60rem;
}

.section_title.is-center ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 50%;
  width: 40px;
  background: #070D59;
}

.section_title.is-center ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 50%;
  top: -10px;
}

.section {
  /*=========================
          ======= Global
      ===========================*/
  position: relative;
  z-index: 0;
  /*====================================
    ========= section  call2action
    =====================================*/
  /*====================================
    ========= section Steps
    =====================================*/
  /*====================================
    ========= section tokenomics
    =====================================*/
  /*====================================
    ========= section Team
    =====================================*/
  /*====================================
    ========= section Information
    =====================================*/
}

.section.section_light {
  background: #faf4f6;
}

.section.section_dark {
  background-color: #10154e;
  background-image: url(../img/decorations/wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  -webkit-box-shadow: 0 36px 66px -42px #11164e;
          box-shadow: 0 36px 66px -42px #11164e;
}

.section.section_dark * {
  color: white;
}

.section.section_dark p {
  color: rgba(255, 255, 255, 0.719);
}

.section.is-lg {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 992px) {
  .section.is-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section.is_sm {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .section.is_sm {
    padding: 80px 0;
  }
}

.section .section-title-sm {
  margin-bottom: 1.5rem;
  font-size: 45px;
  line-height: 1.4;
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  color: #0f072e;
  text-align: center;
  text-transform: lowercase;
}

.section .section-title-sm .has-line {
  position: relative;
}

.section .section-title-sm .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #070D59;
  z-index: 0;
  opacity: 0.2;
}

.section .section-title-sm.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section .section_description {
  max-width: 35rem;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 0;
}

.section .section_description.is-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section.is-dark {
  color: #fff;
}

.section.is-dark .section_title {
  color: #fff;
  font-size: 45px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section.is-dark .section_title {
    font-size: 25px;
  }
}

.section.is-dark .section_description {
  color: white;
}

.section .section-shape1 {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: -1;
  height: 100%;
}

.section .section-particle {
  position: absolute;
  background-size: cover;
  height: 50rem;
  width: 50rem;
  top: 0;
  left: -13rem;
  z-index: 0;
}

.section .section-particle.in-right {
  right: -13rem !important;
  left: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 576px) {
  .section .section-particle {
    width: 70%;
    left: -1rem;
  }
}

.section .section-shape2 {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 32rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .section .section-shape2 {
    -webkit-transform: translate(50%, -50%) scale(1.5);
            transform: translate(50%, -50%) scale(1.5);
  }
}

.section .lines {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section.section-grey-half {
  background: #0538FC;
}

.section.section-grey-half::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: rgba(255, 255, 255, 0.911);
}

.section.section-grey {
  background: #f3f8ff;
}

.section.primary-bg {
  background: #10154e;
}

.section .box .box-icon {
  margin-bottom: 14px;
}

.section .box .box-icon ion-icon {
  font-size: 2.5rem;
  line-height: 100%;
}

.section.section-call2action {
  overflow: hidden;
}

.section.section-call2action .call2action-box {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 35px 3px rgba(51, 29, 105, 0.18);
          box-shadow: 0 18px 35px 3px rgba(51, 29, 105, 0.18);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.section.section-call2action .call2action-box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section.section-call2action .call2action-box img {
  width: 100%;
}

.section.section-call2action .call2action-box .box-right {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .section.section-call2action .call2action-box {
    padding: 60px 30px;
  }
  .section.section-call2action .call2action-box .col-lg-6 {
    padding: 0;
  }
  .section.section-call2action .call2action-box .box-right {
    padding-left: 0;
  }
}

.section.section-steps {
  overflow: hidden;
}

.section.section-steps .steps-img {
  width: 160%;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 992px) {
  .section.section-steps .steps-img {
    width: 80%;
    border-radius: 10px;
    margin: 2rem;
  }
}

.section.tokenomics {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 0;
  background-image: url(../img/bg/tokenomics.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section.tokenomics .table_tokenomics {
  overflow: hidden;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e3b87), to(#070d59));
  background: linear-gradient(180deg, #1e3b87 0%, #070d59 100%);
}

@media screen and (max-width: 992px) {
  .section.tokenomics .table_tokenomics {
    margin-bottom: 40px;
  }
}

.section.tokenomics .table_tokenomics .black {
  padding: 15px 30px;
}

.section.tokenomics .table_tokenomics .white {
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.199);
}

.section.tokenomics .table_tokenomics .total {
  padding: 15px 30px;
  background-color: #050b25;
}

.section.tokenomics .table_tokenomics .last p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section.tokenomics .table_tokenomics .green {
  color: #49ff71;
}

.section.tokenomics .table_tokenomics .opc {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.tokenomics .table_tokenomics .opc span {
  opacity: 0.7;
}

.section.tokenomics .table_tokenomics .opc i {
  opacity: 1 !important;
  color: #ffef00;
  margin-right: 3px;
  font-size: 17px;
}

.section.tokenomics .table_tokenomics .opc i.green {
  color: #05edfc;
}

.section.tokenomics .btn_tokenomics {
  background: white;
  color: #10154e;
  padding: 11px 22px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 200px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.section.tokenomics .color {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #070D59;
  border: 4px solid white;
}

.section.tokenomics .color.c_1 {
  background: linear-gradient(218.89deg, #fd7e02 50.01%, #ff4b01 85.54%);
}

.section.tokenomics .color.c_2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7a32), to(#6bb521));
  background: linear-gradient(180deg, #594d44 0%, #65481f 100%);
}

.section.tokenomics .color.c_3 {
  background: linear-gradient(218.89deg, #00ffe0 50.01%, rgba(5, 237, 252, 0.88) 85.54%);
}

.section.tokenomics .color.c_4 {
  background: linear-gradient(360deg, #fee900 0%, #ffc102 100%);
}

.section.tokenomics .color.c_5 {
  background: linear-gradient(218.89deg, #ff0000 50.01%, rgba(255, 0, 0, 0.28) 85.54%);
}

.section.tokenomics .color.c_6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#892bfe), to(#9c35e5));
  background: linear-gradient(180deg, #892bfe 0%, #9c35e5 100%);
}

.section.tokenomics .color.c_7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#3ef316), to(#37be7e));
  background: linear-gradient(180deg, #3ef316 0%, #37be7e 100%);
}

.section.tokenomics .color.c_8 {
  background: linear-gradient(215.98deg, #00d1ff 7.01%, #2400ff 85.74%);
}

.section.tokenomics .color.c_9 {
  background: linear-gradient(360deg, #bf7a32 0%, #6bb521 100%);
}

.section.team {
  background-image: url(../img/bg/call2action.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 3rem;
  border-radius: 20px;
}

.section.team .team_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.team .team_box img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: #fefeff 0px -13px 49px -16px;
          box-shadow: #fefeff 0px -13px 49px -16px;
}

.section.informations .box {
  position: relative;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 33px 88px 0 #1d0e6211;
          box-shadow: 0 33px 88px 0 #1d0e6211;
}

.section.informations .box:hover {
  -webkit-transform: translate3d(0, 10px, 50px);
          transform: translate3d(0, 10px, 50px);
}

.section.informations .box .color1 {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.14%, #0538fc), to(#3a94fe));
  background: linear-gradient(90deg, #0538fc -6.14%, #3a94fe 100%);
  width: 100%;
  left: 0;
  height: 20px;
  top: 0;
}

.section.informations .box .color2 {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.14%, #7d5df7), to(#5075fa));
  background: linear-gradient(90deg, #7d5df7 -6.14%, #5075fa 100%);
  width: 100%;
  left: 0;
  height: 20px;
  top: 0;
}

.shape {
  position: absolute;
  bottom: 10rem;
  right: 0rem;
  bottom: 100px;
  z-index: -1;
}

.shape img {
  width: 100%;
  max-width: 20rem;
}

.divider.divider-bottom {
  top: 1px;
}

section > .divider-bottom {
  margin-top: calc(3.75rem - 5vw);
}

.divider {
  width: 100%;
  position: relative;
  height: 5vw;
  pointer-events: none;
  -webkit-mask-image: url(../img/decorations/devider.svg);
  mask-image: url(../img/decorations/devider.svg);
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fff;
}

.is_white {
  background-color: #fff !important;
}

.is_light {
  background-color: #faf4f6 !important;
}

.footer {
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.footer.has_style1 {
  background: #10154e;
  border-radius: 20px 20px 0 0;
}

.footer.has_style1 .Ellipse1 {
  position: absolute;
  top: -80%;
  left: -400px;
}

.footer.has_style1 .Ellipse2 {
  position: absolute;
  right: -20%;
  bottom: -400px;
}

.footer.has_style1 .footer-desc {
  position: relative;
  z-index: 1;
}

.footer.has_style1 .copyright {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 0;
  border-top: 1px solid #edeef131;
  padding-top: 20px;
}

.footer.has_style1 .list-title {
  color: #fff;
}

.footer.has_style1 .social_footer a,
.footer.has_style1 .social_footer i {
  color: white;
}

.footer.has_style1 .list-items {
  color: #fff;
}

.footer.has_style1 .list-items li a {
  color: #fff;
  opacity: 0.85;
}

.footer.has_style1 .list-items li a:hover {
  color: #0538FC;
}

.footer.has_style2 {
  background: #fff;
}

.footer .footer_text {
  max-width: 30rem;
  margin-left: 0;
}

.footer .social_footer a,
.footer .social_footer i {
  color: #10154e;
  font-size: 1.5rem;
}

.footer .footer-desc {
  margin-bottom: 2rem;
}

.footer .footer-desc .logo {
  margin-bottom: 1rem;
}

.footer .footer-desc .logo img {
  height: 4.5rem;
}

.footer .footer-desc .social-footer {
  margin-top: 1rem;
}

.footer .footer-desc .social-footer a img {
  width: 18px;
  margin-right: 8px;
}

.footer .footer-desc .social-footer a ion-icon {
  font-size: 25px;
  color: white;
}

.footer .list-title {
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 1.3rem;
}

.footer .list-items {
  margin-bottom: 2rem;
}

.footer .list-items li {
  margin-bottom: 1rem;
}

.footer .list-items li a {
  color: #2e3158;
}

.footer .list-items li a:hover {
  padding-left: 0.5rem;
  color: #070D59;
}

.footer .copyright {
  margin-top: 35px;
  font-size: 14px;
  margin-bottom: 0;
}

.footer .copyright p {
  padding: 2rem 0 2rem;
  font-size: 1rem;
  margin: 0;
  color: #a5a5a5;
}

.footer_index {
  background: #10154e !important;
  padding: 20px 0;
}

.footer_index img {
  max-height: 40px;
}

.footer_index .links a {
  color: #faf4f6;
  padding: 0 5px;
  text-transform: lowercase;
}
/*# sourceMappingURL=style.css.map */