@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 3.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
.display-2 {
  line-height: 1;
}
.display-5 {
  line-height: 1;
}
.display-7 {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .display-2 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17003b !important;
}
.bg-success {
  background-color: #6bffc7 !important;
}
.bg-info {
  background-color: #6500e0 !important;
}
.bg-warning {
  background-color: #fffa63 !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-primary,
.btn-primary:active {
  background-color: #17003b !important;
  border-color: #17003b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-primary:hover {
  box-shadow: none;
  color: #17003b !important;
}
.btn-primary:hover:before {
  transform: translateX(0);
}
.btn-secondary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff57be !important;
  border-color: #ff57be !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-secondary:hover {
  box-shadow: none;
  color: #ff57be !important;
}
.btn-secondary:hover:before {
  transform: translateX(0);
}
.btn-info {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-info,
.btn-info:active {
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e0089 !important;
  border-color: #3e0089 !important;
}
.btn-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-info:hover {
  box-shadow: none;
  color: #6500e0 !important;
}
.btn-info:hover:before {
  transform: translateX(0);
}
.btn-success {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-success,
.btn-success:active {
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
  color: #006b43 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #00140d !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #006b43 !important;
  background-color: #14ffa6 !important;
  border-color: #14ffa6 !important;
}
.btn-success:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-success:hover {
  box-shadow: none;
  color: #6bffc7 !important;
}
.btn-success:hover:before {
  transform: translateX(0);
}
.btn-warning {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
  color: #636000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0c0c00 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #636000 !important;
  background-color: #fff70c !important;
  border-color: #fff70c !important;
}
.btn-warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-warning:hover {
  box-shadow: none;
  color: #fffa63 !important;
}
.btn-warning:hover:before {
  transform: translateX(0);
}
.btn-danger {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-danger:hover {
  box-shadow: none;
  color: #ffb18a !important;
}
.btn-danger:hover:before {
  transform: translateX(0);
}
.btn-white {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-white:hover {
  box-shadow: none;
  color: #fafafa !important;
}
.btn-white:hover:before {
  transform: translateX(0);
}
.btn-black {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-black:hover {
  box-shadow: none;
  color: #232323 !important;
}
.btn-black:hover:before {
  transform: translateX(0);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #17003b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17003b !important;
  border-color: #17003b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff57be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff009c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff57be !important;
  border-color: #ff57be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6500e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3e0089 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6500e0 !important;
  border-color: #6500e0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6bffc7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #14ffa6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #006b43 !important;
  background-color: #6bffc7 !important;
  border-color: #6bffc7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fffa63;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff70c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #636000 !important;
  background-color: #fffa63 !important;
  border-color: #fffa63 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #17003b !important;
}
.text-secondary {
  color: #ff57be !important;
}
.text-success {
  color: #6bffc7 !important;
}
.text-info {
  color: #6500e0 !important;
}
.text-warning {
  color: #fffa63 !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #17003b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff57be !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6bffc7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6500e0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fffa63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffb18a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17003b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6500e0;
}
.alert-warning {
  background-color: #fffa63;
}
.alert-danger {
  background-color: #ffb18a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17003b;
  border-color: #17003b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17003b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7821ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2adff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #17003b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #17003b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17003b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17003b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17003b;
  border-bottom-color: #17003b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17003b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff57be !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2317003b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tqJ3oCafDp .navbar-dropdown {
  position: relative !important;
}
.cid-tqJ3oCafDp .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tqJ3oCafDp .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tqJ3oCafDp .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tqJ3oCafDp .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJ3oCafDp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqJ3oCafDp .navbar .navbar-logo img {
  width: auto;
}
.cid-tqJ3oCafDp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqJ3oCafDp .navbar.collapsed {
  justify-content: center;
}
.cid-tqJ3oCafDp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJ3oCafDp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJ3oCafDp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tqJ3oCafDp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJ3oCafDp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJ3oCafDp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqJ3oCafDp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJ3oCafDp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqJ3oCafDp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqJ3oCafDp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJ3oCafDp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJ3oCafDp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJ3oCafDp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqJ3oCafDp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tqJ3oCafDp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJ3oCafDp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqJ3oCafDp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqJ3oCafDp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJ3oCafDp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJ3oCafDp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tqJ3oCafDp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tqJ3oCafDp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJ3oCafDp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJ3oCafDp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJ3oCafDp .navbar-logo {
  margin: 0;
}
.cid-tqJ3oCafDp .container,
.cid-tqJ3oCafDp .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tqJ3oCafDp .container,
  .cid-tqJ3oCafDp .container-fluid {
    justify-content: space-between;
  }
}
.cid-tqJ3oCafDp .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqJ3oCafDp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJ3oCafDp .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tqJ3oCafDp .navbar-brand {
    display: none;
  }
}
.cid-tqJ3oCafDp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJ3oCafDp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqJ3oCafDp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqJ3oCafDp .dropdown-item:hover,
.cid-tqJ3oCafDp .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tqJ3oCafDp .dropdown-item:hover span {
  color: white;
}
.cid-tqJ3oCafDp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqJ3oCafDp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqJ3oCafDp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tqJ3oCafDp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqJ3oCafDp .nav-link {
  position: relative;
}
.cid-tqJ3oCafDp .container {
  display: flex;
  margin: auto;
}
.cid-tqJ3oCafDp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqJ3oCafDp .dropdown-menu,
.cid-tqJ3oCafDp .navbar.opened {
  background: #17003b !important;
}
.cid-tqJ3oCafDp .nav-item:focus,
.cid-tqJ3oCafDp .nav-link:focus {
  outline: none;
}
.cid-tqJ3oCafDp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJ3oCafDp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJ3oCafDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJ3oCafDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJ3oCafDp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJ3oCafDp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJ3oCafDp .dropdown-item.active,
.cid-tqJ3oCafDp .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJ3oCafDp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJ3oCafDp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJ3oCafDp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJ3oCafDp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tqJ3oCafDp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqJ3oCafDp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJ3oCafDp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqJ3oCafDp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJ3oCafDp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqJ3oCafDp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tqJ3oCafDp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJ3oCafDp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJ3oCafDp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJ3oCafDp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJ3oCafDp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJ3oCafDp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJ3oCafDp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJ3oCafDp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJ3oCafDp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tqJ3oCafDp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqJ3oCafDp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJ3oCafDp .navbar {
    height: 70px;
  }
  .cid-tqJ3oCafDp .navbar.opened {
    height: auto;
  }
  .cid-tqJ3oCafDp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJ3oa7HGE {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/index-meta-1920x1280.webp");
  overflow: hidden;
}
.cid-tqJ3oa7HGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3oa7HGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ3oa7HGE path {
  fill: #17003b;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tqJ3oa7HGE b,
.cid-tqJ3oa7HGE strong {
  font-weight: 900;
}
.cid-tqJ3oa7HGE svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tqJ3oa7HGE a {
  font-weight: 900;
  background: #ff57be;
}
.cid-tqJ3oa7HGE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3oa7HGE .mbr-text,
.cid-tqJ3oa7HGE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3oa7HGE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ3ClteMg {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #17003b;
}
.cid-tqJ3ClteMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3ClteMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tqJ3ClteMg #gentle-wave {
  fill: #17003b;
}
.cid-tqJ3ClteMg .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tqJ3ClteMg b {
  font-weight: 900;
}
.cid-tqJ3ClteMg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ3ClteMg .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ3ClteMg .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ3ClteMg .row {
  align-items: center;
}
.cid-tqJ3ClteMg .mbr-section-title {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-text,
.cid-tqJ3ClteMg .mbr-section-btn {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-link,
.cid-tqJ3ClteMg .link-wrapper {
  color: #ffffff;
}
.cid-tqJ4yhl4dX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tqJ4yhl4dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ4yhl4dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ4yhl4dX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ4yhl4dX .mbr-text,
.cid-tqJ4yhl4dX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqJ4yhl4dX b,
.cid-tqJ4yhl4dX strong {
  font-weight: 900;
}
.cid-tqJ4yhl4dX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tF1QhdXRSm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tF1QhdXRSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF1QhdXRSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF1QhdXRSm .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tF1QhdXRSm .container-fluid {
    padding: 0 12px;
  }
}
.cid-tF1QhdXRSm .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tF1QhdXRSm .row {
    padding: 48px 20px;
  }
}
.cid-tF1QhdXRSm .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tF1QhdXRSm .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tF1QhdXRSm .card {
    margin: 0 !important;
  }
}
.cid-tF1QhdXRSm .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tF1QhdXRSm .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tF1QhdXRSm .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tF1QhdXRSm .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tF1QhdXRSm .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tF1QhdXRSm .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tF1QhdXRSm .mbr-text {
  color: #07553B;
}
.cid-tqJ3zDkIcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tqJ3zDkIcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3zDkIcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ3zDkIcR .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tqJ3zDkIcR b,
.cid-tqJ3zDkIcR strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ3zDkIcR .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ3zDkIcR .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ3zDkIcR .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ3zDkIcR .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ3zDkIcR .card {
  padding: 0!important;
  margin: 0!important;
}
.cid-tqJ3zDkIcR .container-fluid {
  padding: 0;
}
.cid-tqJ3zDkIcR .container-fluid .row {
  margin: 0;
}
.cid-tqJ3zDkIcR .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
  margin: 0!important;
}
@media (max-width: 1400px) {
  .cid-tqJ3zDkIcR .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqJ3zDkIcR .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tqJ3zDkIcR .card1 {
  background: #fffa63;
}
.cid-tqJ3zDkIcR .card2 {
  background: #6bffc7;
}
.cid-tqJ3zDkIcR .card3 {
  background: #ff57be;
}
.cid-tqJ3zDkIcR .card-text,
.cid-tqJ3zDkIcR .mbr-section-btn,
.cid-tqJ3zDkIcR .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tqJ3zDkIcR .card-title,
.cid-tqJ3zDkIcR .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tqJ3zDkIcR .mbr-link,
.cid-tqJ3zDkIcR .content-wrap,
.cid-tqJ3zDkIcR path {
  color: #17003b;
  text-align: center;
}
.cid-tF2bMKZfX5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2bMKZfX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2bMKZfX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2bMKZfX5 .text-primary {
  background-color: #6bffc7;
}
.cid-tF2bMKZfX5 .mbr-section-title {
  color: #17003b;
}
.cid-tIs6EKZxYb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIs6EKZxYb .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIs6EKZxYb .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIs6EKZxYb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIs6EKZxYb .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIs6EKZxYb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIs6EKZxYb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIs6EKZxYb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIs6EKZxYb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIs6EKZxYb b,
.cid-tIs6EKZxYb strong {
  font-weight: 900;
}
.cid-tIs6EKZxYb img,
.cid-tIs6EKZxYb .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIs6EKZxYb .item:focus,
.cid-tIs6EKZxYb span:focus {
  outline: none;
}
.cid-tIs6EKZxYb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIs6EKZxYb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIs6EKZxYb .mbr-section-title {
  color: #17003b;
}
.cid-tIs6EKZxYb .mbr-text,
.cid-tIs6EKZxYb .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIs6EKZxYb .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIs6EKZxYb .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIs6EKZxYb .item-subtitle,
.cid-tIs6EKZxYb .item-content {
  text-align: center;
}
.cid-tqJ4bXusR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tqJ4bXusR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ4bXusR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ4bXusR9 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tqJ4bXusR9 .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tqJ4bXusR9 .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tqJ4bXusR9 b,
.cid-tqJ4bXusR9 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tqJ4bXusR9 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ4bXusR9 img {
    padding-bottom: 2rem;
  }
}
.cid-tqJ4bXusR9 .row {
  align-items: center;
}
.cid-tqJ4bXusR9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tqJ4bXusR9 .mbr-text,
.cid-tqJ4bXusR9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tqJ4bXusR9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tF2aN37qqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tF2aN37qqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2aN37qqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2aN37qqn .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tF2aN37qqn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tF2aN37qqn .btn {
    margin-right: 0;
  }
  .cid-tF2aN37qqn .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tF2aN37qqn a {
  font-weight: 900;
}
.cid-tF2aN37qqn p {
  line-height: 1.1;
}
.cid-tF2aN37qqn .text-primary {
  background-color: #6bffc7;
}
.cid-tF2aN37qqn .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tF2aN37qqn .d-flex {
    flex-direction: column;
  }
}
.cid-tF2aN37qqn .mbr-text {
  color: #ffffff;
}
.cid-tF2aN37qqn .mbr-section-title {
  color: #ffffff;
}
.cid-tF2aN37qqn .name {
  color: #ffffff;
}
.cid-tF2aN37qqn .position {
  color: #ffffff;
}
.cid-tF2aN37qqn .mbr-title {
  color: #ffffff;
}
.cid-tFsYXdHo9u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFsYXdHo9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsYXdHo9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsYXdHo9u b,
.cid-tFsYXdHo9u strong {
  font-weight: 900;
}
.cid-tFsYXdHo9u path {
  stroke: #fffa63 !important;
}
.cid-tFsYXdHo9u .mbr-text {
  color: #767676;
}
.cid-tFsYXdHo9u .mbr-section-subtitle {
  color: #767676;
}
.cid-tFsYXdHo9u .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tFsYXdHo9u .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tFsYXdHo9u .card-box h4,
.cid-tFsYXdHo9u .card-box p,
.cid-tFsYXdHo9u .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tFsYXdHo9u .title .num {
  width: 100%;
  display: block;
}
.cid-tFsYXdHo9u .title .card-title {
  z-index: 1;
}
.cid-tFsYXdHo9u .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tFsYXdHo9u * {
    text-align: center !important;
  }
  .cid-tFsYXdHo9u .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tFsYXdHo9u .card-title,
.cid-tFsYXdHo9u .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tFsYXdHo9u .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tFsYXdHo9u .mbr-section-title,
.cid-tFsYXdHo9u .card-box {
  text-align: center;
}
.cid-tqJ48wZyF3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tqJ48wZyF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ48wZyF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ48wZyF3 .underline {
  text-decoration: underline;
}
.cid-tqJ48wZyF3 .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tqJ48wZyF3 .items {
    padding: 3rem 1rem;
  }
}
.cid-tqJ48wZyF3 .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tqJ48wZyF3 .text-primary {
  background: #6bffc7;
}
.cid-tqJ48wZyF3 .noborder {
  border-bottom: 0;
}
.cid-tqJ48wZyF3 b,
.cid-tqJ48wZyF3 strong,
.cid-tqJ48wZyF3 a {
  font-weight: 900;
}
.cid-tqJ48wZyF3 .mbr-section-title {
  color: #17003b;
}
.cid-tqJ48wZyF3 .mbr-section-subtitle {
  color: #17003b;
}
.cid-tqJ48wZyF3 .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tqJ48wZyF3 .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tqJ48wZyF3 .mbr-item-title,
.cid-tqJ48wZyF3 .card {
  color: #17003b;
}
.cid-tqJ48wZyF3 .mbr-text {
  color: #17003b;
}
.cid-tqJ45Nn7NN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tqJ45Nn7NN .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tqJ45Nn7NN .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tqJ45Nn7NN .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tqJ45Nn7NN .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tqJ45Nn7NN form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqJ45Nn7NN p {
  margin-bottom: 4rem;
}
.cid-tqJ45Nn7NN h4 {
  margin-bottom: 1rem;
}
.cid-tqJ45Nn7NN .form-control,
.cid-tqJ45Nn7NN .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqJ45Nn7NN .form-control::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .form-control::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tqJ45Nn7NN .form-control:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:-moz-placeholder,
.cid-tqJ45Nn7NN .form-control:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tqJ45Nn7NN .form-control:hover,
.cid-tqJ45Nn7NN .field-input:hover,
.cid-tqJ45Nn7NN .form-control:focus,
.cid-tqJ45Nn7NN .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tqJ45Nn7NN .form-control:hover::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input:hover::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .form-control:focus::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input:focus::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .form-control:hover::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input:hover::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .form-control:focus::-webkit-input-placeholder,
.cid-tqJ45Nn7NN .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tqJ45Nn7NN .form-control:hover:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:hover:-moz-placeholder,
.cid-tqJ45Nn7NN .form-control:focus:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:focus:-moz-placeholder,
.cid-tqJ45Nn7NN .form-control:hover:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:hover:-moz-placeholder,
.cid-tqJ45Nn7NN .form-control:focus:-moz-placeholder,
.cid-tqJ45Nn7NN .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tqJ45Nn7NN .jq-number__spin:hover,
.cid-tqJ45Nn7NN .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tqJ45Nn7NN .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqJ45Nn7NN .jq-selectbox li,
.cid-tqJ45Nn7NN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tqJ45Nn7NN .jq-selectbox li:hover,
.cid-tqJ45Nn7NN .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tqJ45Nn7NN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tqJ45Nn7NN .jq-number__spin.minus:hover:after,
.cid-tqJ45Nn7NN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tqJ45Nn7NN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tqJ45Nn7NN .jq-number__spin.minus:after,
.cid-tqJ45Nn7NN .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tqJ45Nn7NN input::-webkit-clear-button {
  display: none;
}
.cid-tqJ45Nn7NN input::-webkit-inner-spin-button {
  display: none;
}
.cid-tqJ45Nn7NN input::-webkit-outer-spin-button {
  display: none;
}
.cid-tqJ45Nn7NN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tqJ45Nn7NN H4 {
  color: #ffffff;
}
.cid-tqJ45Nn7NN P {
  color: #ffffff;
}
.cid-tqJ47Lt4tP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tqJ47Lt4tP p {
  text-align: center;
}
.cid-tqJ47Lt4tP .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tqJ47Lt4tP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tqJ47Lt4tP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tqJ47Lt4tP .logo-footer {
  line-height: normal;
}
.cid-tqJ47Lt4tP .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tqJ47Lt4tP .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tqJ47Lt4tP .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tqJ47Lt4tP li {
  overflow: hidden;
}
.cid-tqJ47Lt4tP .icon-transition span {
  display: block;
}
.cid-tqJ47Lt4tP .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tqJ47Lt4tP .list-inline-item a {
  display: block;
}
.cid-tqJ47Lt4tP .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tqJ47Lt4tP .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqJ47Lt4tP .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tqJ47Lt4tP .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tqJ47Lt4tP .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tqJ47Lt4tP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqJ47Lt4tP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tqJ47Lt4tP .logo-footer {
    text-align: center;
  }
  .cid-tqJ47Lt4tP .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIrdnDPUA7 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #17003b;
}
.cid-tIrdnDPUA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrdnDPUA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrdnDPUA7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIrdnDPUA7 .mbr-text,
.cid-tIrdnDPUA7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIrdnDPUA7 b,
.cid-tIrdnDPUA7 strong {
  font-weight: 900;
}
.cid-tIrdnDPUA7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIrd07q5Bw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIrd07q5Bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrd07q5Bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrd07q5Bw b,
.cid-tIrd07q5Bw strong {
  font-weight: 900;
}
.cid-tIrd07q5Bw .mbr-section-title {
  color: #17003b;
}
.cid-tIrd07q5Bw .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIrcrFIDtX .navbar-dropdown {
  position: relative !important;
}
.cid-tIrcrFIDtX .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tIrcrFIDtX .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tIrcrFIDtX .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tIrcrFIDtX .navbar.opened {
  transition: all 0.3s;
}
.cid-tIrcrFIDtX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIrcrFIDtX .navbar .navbar-logo img {
  width: auto;
}
.cid-tIrcrFIDtX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIrcrFIDtX .navbar.collapsed {
  justify-content: center;
}
.cid-tIrcrFIDtX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIrcrFIDtX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIrcrFIDtX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tIrcrFIDtX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIrcrFIDtX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIrcrFIDtX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIrcrFIDtX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIrcrFIDtX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIrcrFIDtX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIrcrFIDtX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIrcrFIDtX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIrcrFIDtX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIrcrFIDtX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIrcrFIDtX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIrcrFIDtX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIrcrFIDtX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIrcrFIDtX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIrcrFIDtX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIrcrFIDtX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIrcrFIDtX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIrcrFIDtX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIrcrFIDtX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIrcrFIDtX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIrcrFIDtX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIrcrFIDtX .navbar-logo {
  margin: 0;
}
.cid-tIrcrFIDtX .container,
.cid-tIrcrFIDtX .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tIrcrFIDtX .container,
  .cid-tIrcrFIDtX .container-fluid {
    justify-content: space-between;
  }
}
.cid-tIrcrFIDtX .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIrcrFIDtX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIrcrFIDtX .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tIrcrFIDtX .navbar-brand {
    display: none;
  }
}
.cid-tIrcrFIDtX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIrcrFIDtX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIrcrFIDtX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIrcrFIDtX .dropdown-item:hover,
.cid-tIrcrFIDtX .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tIrcrFIDtX .dropdown-item:hover span {
  color: white;
}
.cid-tIrcrFIDtX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIrcrFIDtX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIrcrFIDtX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tIrcrFIDtX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIrcrFIDtX .nav-link {
  position: relative;
}
.cid-tIrcrFIDtX .container {
  display: flex;
  margin: auto;
}
.cid-tIrcrFIDtX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIrcrFIDtX .dropdown-menu,
.cid-tIrcrFIDtX .navbar.opened {
  background: #17003b !important;
}
.cid-tIrcrFIDtX .nav-item:focus,
.cid-tIrcrFIDtX .nav-link:focus {
  outline: none;
}
.cid-tIrcrFIDtX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIrcrFIDtX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIrcrFIDtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIrcrFIDtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIrcrFIDtX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIrcrFIDtX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIrcrFIDtX .dropdown-item.active,
.cid-tIrcrFIDtX .dropdown-item:active {
  background-color: transparent;
}
.cid-tIrcrFIDtX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIrcrFIDtX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIrcrFIDtX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIrcrFIDtX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tIrcrFIDtX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIrcrFIDtX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIrcrFIDtX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIrcrFIDtX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIrcrFIDtX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIrcrFIDtX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tIrcrFIDtX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIrcrFIDtX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIrcrFIDtX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIrcrFIDtX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIrcrFIDtX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIrcrFIDtX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIrcrFIDtX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIrcrFIDtX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIrcrFIDtX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIrcrFIDtX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIrcrFIDtX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIrcrFIDtX .navbar {
    height: 70px;
  }
  .cid-tIrcrFIDtX .navbar.opened {
    height: auto;
  }
  .cid-tIrcrFIDtX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIrcrHtlEU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tIrcrHtlEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrHtlEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrHtlEU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIrcrHtlEU .mbr-text,
.cid-tIrcrHtlEU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIrcrHtlEU b,
.cid-tIrcrHtlEU strong {
  font-weight: 900;
}
.cid-tIrcrHtlEU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIrcrHSqB4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tIrcrHSqB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrHSqB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrHSqB4 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tIrcrHSqB4 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tIrcrHSqB4 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIrcrHSqB4 .row {
    padding: 48px 20px;
  }
}
.cid-tIrcrHSqB4 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tIrcrHSqB4 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tIrcrHSqB4 .card {
    margin: 0 !important;
  }
}
.cid-tIrcrHSqB4 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tIrcrHSqB4 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tIrcrHSqB4 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tIrcrHSqB4 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tIrcrHSqB4 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tIrcrHSqB4 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tIrcrHSqB4 .mbr-text {
  color: #07553B;
}
.cid-tIrcrIkown {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIrcrIkown .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrIkown .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrIkown .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tIrcrIkown b,
.cid-tIrcrIkown strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIrcrIkown .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIrcrIkown .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIrcrIkown .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIrcrIkown .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIrcrIkown .card {
  padding: 0!important;
}
.cid-tIrcrIkown .container-fluid {
  padding: 0;
}
.cid-tIrcrIkown .container-fluid .row {
  margin: 0;
}
.cid-tIrcrIkown .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tIrcrIkown .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIrcrIkown .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIrcrIkown .card1 {
  background: #fffa63;
}
.cid-tIrcrIkown .card2 {
  background: #6bffc7;
}
.cid-tIrcrIkown .card3 {
  background: #ff57be;
}
.cid-tIrcrIkown .card-text,
.cid-tIrcrIkown .mbr-section-btn,
.cid-tIrcrIkown .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIrcrIkown .card-title,
.cid-tIrcrIkown .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIrcrIkown .mbr-link,
.cid-tIrcrIkown .content-wrap,
.cid-tIrcrIkown path {
  color: #17003b;
  text-align: center;
}
.cid-tIrcrJ6xBi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIrcrJ6xBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrJ6xBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrJ6xBi .text-primary {
  background-color: #6bffc7;
}
.cid-tIrcrJ6xBi .mbr-section-title {
  color: #17003b;
}
.cid-tIrcrJzOMN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIrcrJzOMN .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIrcrJzOMN .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIrcrJzOMN .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIrcrJzOMN .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIrcrJzOMN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIrcrJzOMN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIrcrJzOMN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIrcrJzOMN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIrcrJzOMN b,
.cid-tIrcrJzOMN strong {
  font-weight: 900;
}
.cid-tIrcrJzOMN img,
.cid-tIrcrJzOMN .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIrcrJzOMN .item:focus,
.cid-tIrcrJzOMN span:focus {
  outline: none;
}
.cid-tIrcrJzOMN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIrcrJzOMN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIrcrJzOMN .mbr-section-title {
  color: #17003b;
}
.cid-tIrcrJzOMN .mbr-text,
.cid-tIrcrJzOMN .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIrcrJzOMN .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIrcrJzOMN .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIrcrJzOMN .item-subtitle,
.cid-tIrcrJzOMN .item-content {
  text-align: center;
}
.cid-tIrcrL9JaV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tIrcrL9JaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrL9JaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrL9JaV .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tIrcrL9JaV .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tIrcrL9JaV .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tIrcrL9JaV b,
.cid-tIrcrL9JaV strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tIrcrL9JaV img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIrcrL9JaV img {
    padding-bottom: 2rem;
  }
}
.cid-tIrcrL9JaV .row {
  align-items: center;
}
.cid-tIrcrL9JaV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIrcrL9JaV .mbr-text,
.cid-tIrcrL9JaV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIrcrL9JaV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tIrcrLSSCW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIrcrLSSCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrLSSCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrLSSCW .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIrcrLSSCW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIrcrLSSCW .btn {
    margin-right: 0;
  }
  .cid-tIrcrLSSCW .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tIrcrLSSCW a {
  font-weight: 900;
}
.cid-tIrcrLSSCW p {
  line-height: 1.1;
}
.cid-tIrcrLSSCW .text-primary {
  background-color: #6bffc7;
}
.cid-tIrcrLSSCW .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIrcrLSSCW .d-flex {
    flex-direction: column;
  }
}
.cid-tIrcrLSSCW .mbr-text {
  color: #ffffff;
}
.cid-tIrcrLSSCW .mbr-section-title {
  color: #ffffff;
}
.cid-tIrcrLSSCW .name {
  color: #ffffff;
}
.cid-tIrcrLSSCW .position {
  color: #ffffff;
}
.cid-tIrcrLSSCW .mbr-title {
  color: #ffffff;
}
.cid-tIrcrMIYO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIrcrMIYO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrcrMIYO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrcrMIYO4 b,
.cid-tIrcrMIYO4 strong {
  font-weight: 900;
}
.cid-tIrcrMIYO4 path {
  stroke: #fffa63 !important;
}
.cid-tIrcrMIYO4 .mbr-text {
  color: #767676;
}
.cid-tIrcrMIYO4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tIrcrMIYO4 .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tIrcrMIYO4 .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tIrcrMIYO4 .card-box h4,
.cid-tIrcrMIYO4 .card-box p,
.cid-tIrcrMIYO4 .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tIrcrMIYO4 .title .num {
  width: 100%;
  display: block;
}
.cid-tIrcrMIYO4 .title .card-title {
  z-index: 1;
}
.cid-tIrcrMIYO4 .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIrcrMIYO4 * {
    text-align: center !important;
  }
  .cid-tIrcrMIYO4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tIrcrMIYO4 .card-title,
.cid-tIrcrMIYO4 .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tIrcrMIYO4 .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tIrcrMIYO4 .mbr-section-title,
.cid-tIrcrMIYO4 .card-box {
  text-align: center;
}
.cid-tIrcrNk5n3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tIrcrNk5n3 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tIrcrNk5n3 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tIrcrNk5n3 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tIrcrNk5n3 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tIrcrNk5n3 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIrcrNk5n3 p {
  margin-bottom: 4rem;
}
.cid-tIrcrNk5n3 h4 {
  margin-bottom: 1rem;
}
.cid-tIrcrNk5n3 .form-control,
.cid-tIrcrNk5n3 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIrcrNk5n3 .form-control::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .form-control::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIrcrNk5n3 .form-control:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:-moz-placeholder,
.cid-tIrcrNk5n3 .form-control:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tIrcrNk5n3 .form-control:hover,
.cid-tIrcrNk5n3 .field-input:hover,
.cid-tIrcrNk5n3 .form-control:focus,
.cid-tIrcrNk5n3 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tIrcrNk5n3 .form-control:hover::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input:hover::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .form-control:focus::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input:focus::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .form-control:hover::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input:hover::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .form-control:focus::-webkit-input-placeholder,
.cid-tIrcrNk5n3 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIrcrNk5n3 .form-control:hover:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:hover:-moz-placeholder,
.cid-tIrcrNk5n3 .form-control:focus:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:focus:-moz-placeholder,
.cid-tIrcrNk5n3 .form-control:hover:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:hover:-moz-placeholder,
.cid-tIrcrNk5n3 .form-control:focus:-moz-placeholder,
.cid-tIrcrNk5n3 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tIrcrNk5n3 .jq-number__spin:hover,
.cid-tIrcrNk5n3 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIrcrNk5n3 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIrcrNk5n3 .jq-selectbox li,
.cid-tIrcrNk5n3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIrcrNk5n3 .jq-selectbox li:hover,
.cid-tIrcrNk5n3 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tIrcrNk5n3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIrcrNk5n3 .jq-number__spin.minus:hover:after,
.cid-tIrcrNk5n3 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tIrcrNk5n3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIrcrNk5n3 .jq-number__spin.minus:after,
.cid-tIrcrNk5n3 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tIrcrNk5n3 input::-webkit-clear-button {
  display: none;
}
.cid-tIrcrNk5n3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIrcrNk5n3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIrcrNk5n3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIrcrNk5n3 H4 {
  color: #ffffff;
}
.cid-tIrcrNk5n3 P {
  color: #ffffff;
}
.cid-tIrcrNTyel {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tIrcrNTyel p {
  text-align: center;
}
.cid-tIrcrNTyel .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIrcrNTyel .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIrcrNTyel .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tIrcrNTyel .logo-footer {
  line-height: normal;
}
.cid-tIrcrNTyel .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tIrcrNTyel .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tIrcrNTyel .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tIrcrNTyel li {
  overflow: hidden;
}
.cid-tIrcrNTyel .icon-transition span {
  display: block;
}
.cid-tIrcrNTyel .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tIrcrNTyel .list-inline-item a {
  display: block;
}
.cid-tIrcrNTyel .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tIrcrNTyel .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIrcrNTyel .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIrcrNTyel .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tIrcrNTyel .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIrcrNTyel .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIrcrNTyel .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tIrcrNTyel .logo-footer {
    text-align: center;
  }
  .cid-tIrcrNTyel .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIsZ2wstZ6 .navbar-dropdown {
  position: relative !important;
}
.cid-tIsZ2wstZ6 .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tIsZ2wstZ6 .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tIsZ2wstZ6 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tIsZ2wstZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIsZ2wstZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIsZ2wstZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIsZ2wstZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIsZ2wstZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-tIsZ2wstZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIsZ2wstZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIsZ2wstZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tIsZ2wstZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIsZ2wstZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIsZ2wstZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIsZ2wstZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIsZ2wstZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIsZ2wstZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIsZ2wstZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIsZ2wstZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIsZ2wstZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIsZ2wstZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIsZ2wstZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIsZ2wstZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIsZ2wstZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIsZ2wstZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIsZ2wstZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIsZ2wstZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIsZ2wstZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIsZ2wstZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIsZ2wstZ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIsZ2wstZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIsZ2wstZ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIsZ2wstZ6 .navbar-logo {
  margin: 0;
}
.cid-tIsZ2wstZ6 .container,
.cid-tIsZ2wstZ6 .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tIsZ2wstZ6 .container,
  .cid-tIsZ2wstZ6 .container-fluid {
    justify-content: space-between;
  }
}
.cid-tIsZ2wstZ6 .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIsZ2wstZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIsZ2wstZ6 .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tIsZ2wstZ6 .navbar-brand {
    display: none;
  }
}
.cid-tIsZ2wstZ6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZ2wstZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIsZ2wstZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIsZ2wstZ6 .dropdown-item:hover,
.cid-tIsZ2wstZ6 .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tIsZ2wstZ6 .dropdown-item:hover span {
  color: white;
}
.cid-tIsZ2wstZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIsZ2wstZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIsZ2wstZ6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tIsZ2wstZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIsZ2wstZ6 .nav-link {
  position: relative;
}
.cid-tIsZ2wstZ6 .container {
  display: flex;
  margin: auto;
}
.cid-tIsZ2wstZ6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIsZ2wstZ6 .dropdown-menu,
.cid-tIsZ2wstZ6 .navbar.opened {
  background: #17003b !important;
}
.cid-tIsZ2wstZ6 .nav-item:focus,
.cid-tIsZ2wstZ6 .nav-link:focus {
  outline: none;
}
.cid-tIsZ2wstZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIsZ2wstZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIsZ2wstZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIsZ2wstZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZ2wstZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIsZ2wstZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIsZ2wstZ6 .dropdown-item.active,
.cid-tIsZ2wstZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIsZ2wstZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIsZ2wstZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIsZ2wstZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIsZ2wstZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tIsZ2wstZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIsZ2wstZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIsZ2wstZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIsZ2wstZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIsZ2wstZ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIsZ2wstZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tIsZ2wstZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIsZ2wstZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZ2wstZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZ2wstZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIsZ2wstZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZ2wstZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIsZ2wstZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIsZ2wstZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZ2wstZ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIsZ2wstZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZ2wstZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIsZ2wstZ6 .navbar {
    height: 70px;
  }
  .cid-tIsZ2wstZ6 .navbar.opened {
    height: auto;
  }
  .cid-tIsZ2wstZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIsZ2x4BoG {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/index-meta-1920x1280.webp");
  overflow: hidden;
}
.cid-tIsZ2x4BoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2x4BoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2x4BoG path {
  fill: #17003b;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tIsZ2x4BoG b,
.cid-tIsZ2x4BoG strong {
  font-weight: 900;
}
.cid-tIsZ2x4BoG svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tIsZ2x4BoG a {
  font-weight: 900;
  background: #ff57be;
}
.cid-tIsZ2x4BoG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2x4BoG .mbr-text,
.cid-tIsZ2x4BoG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2x4BoG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2xE0B9 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #17003b;
}
.cid-tIsZ2xE0B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2xE0B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tIsZ2xE0B9 #gentle-wave {
  fill: #17003b;
}
.cid-tIsZ2xE0B9 .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tIsZ2xE0B9 b {
  font-weight: 900;
}
.cid-tIsZ2xE0B9 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIsZ2xE0B9 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIsZ2xE0B9 img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIsZ2xE0B9 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIsZ2xE0B9 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIsZ2xE0B9 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIsZ2xE0B9 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIsZ2xE0B9 .row {
  align-items: center;
}
.cid-tIsZ2xE0B9 .mbr-section-title {
  color: #ffffff;
}
.cid-tIsZ2xE0B9 .mbr-text,
.cid-tIsZ2xE0B9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIsZ2xE0B9 .mbr-link,
.cid-tIsZ2xE0B9 .link-wrapper {
  color: #ffffff;
}
.cid-tIsZ2y6jH4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tIsZ2y6jH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2y6jH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2y6jH4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2y6jH4 .mbr-text,
.cid-tIsZ2y6jH4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2y6jH4 b,
.cid-tIsZ2y6jH4 strong {
  font-weight: 900;
}
.cid-tIsZ2y6jH4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZ2yv29j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tIsZ2yv29j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2yv29j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2yv29j .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tIsZ2yv29j .container-fluid {
    padding: 0 12px;
  }
}
.cid-tIsZ2yv29j .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIsZ2yv29j .row {
    padding: 48px 20px;
  }
}
.cid-tIsZ2yv29j .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tIsZ2yv29j .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tIsZ2yv29j .card {
    margin: 0 !important;
  }
}
.cid-tIsZ2yv29j .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tIsZ2yv29j .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tIsZ2yv29j .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tIsZ2yv29j .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tIsZ2yv29j .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tIsZ2yv29j .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tIsZ2yv29j .mbr-text {
  color: #07553B;
}
.cid-tIsZ2z2XxD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIsZ2z2XxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2z2XxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2z2XxD .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tIsZ2z2XxD b,
.cid-tIsZ2z2XxD strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIsZ2z2XxD .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIsZ2z2XxD .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIsZ2z2XxD .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIsZ2z2XxD .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIsZ2z2XxD .card {
  padding: 0;
}
.cid-tIsZ2z2XxD .container-fluid {
  padding: 0;
}
.cid-tIsZ2z2XxD .container-fluid .row {
  margin: 0;
}
.cid-tIsZ2z2XxD .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tIsZ2z2XxD .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIsZ2z2XxD .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIsZ2z2XxD .card1 {
  background: #fffa63;
}
.cid-tIsZ2z2XxD .card2 {
  background: #6bffc7;
}
.cid-tIsZ2z2XxD .card3 {
  background: #ff57be;
}
.cid-tIsZ2z2XxD .card-text,
.cid-tIsZ2z2XxD .mbr-section-btn,
.cid-tIsZ2z2XxD .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZ2z2XxD .card-title,
.cid-tIsZ2z2XxD .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZ2z2XxD .mbr-link,
.cid-tIsZ2z2XxD .content-wrap,
.cid-tIsZ2z2XxD path {
  color: #17003b;
  text-align: center;
}
.cid-tIsZ2zOeXx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZ2zOeXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2zOeXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2zOeXx .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZ2zOeXx .mbr-section-title {
  color: #17003b;
}
.cid-tIsZ2Amm2f {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIsZ2Amm2f .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2Amm2f .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIsZ2Amm2f .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIsZ2Amm2f .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIsZ2Amm2f .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIsZ2Amm2f .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIsZ2Amm2f .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIsZ2Amm2f .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIsZ2Amm2f b,
.cid-tIsZ2Amm2f strong {
  font-weight: 900;
}
.cid-tIsZ2Amm2f img,
.cid-tIsZ2Amm2f .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIsZ2Amm2f .item:focus,
.cid-tIsZ2Amm2f span:focus {
  outline: none;
}
.cid-tIsZ2Amm2f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIsZ2Amm2f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIsZ2Amm2f .mbr-section-title {
  color: #17003b;
}
.cid-tIsZ2Amm2f .mbr-text,
.cid-tIsZ2Amm2f .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2Amm2f .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2Amm2f .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIsZ2Amm2f .item-subtitle,
.cid-tIsZ2Amm2f .item-content {
  text-align: center;
}
.cid-tIsZ2AVaT3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tIsZ2AVaT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2AVaT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2AVaT3 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tIsZ2AVaT3 .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tIsZ2AVaT3 .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tIsZ2AVaT3 b,
.cid-tIsZ2AVaT3 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tIsZ2AVaT3 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIsZ2AVaT3 img {
    padding-bottom: 2rem;
  }
}
.cid-tIsZ2AVaT3 .row {
  align-items: center;
}
.cid-tIsZ2AVaT3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZ2AVaT3 .mbr-text,
.cid-tIsZ2AVaT3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZ2AVaT3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZ2By1GL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIsZ2By1GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2By1GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2By1GL .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIsZ2By1GL .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIsZ2By1GL .btn {
    margin-right: 0;
  }
  .cid-tIsZ2By1GL .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tIsZ2By1GL a {
  font-weight: 900;
}
.cid-tIsZ2By1GL p {
  line-height: 1.1;
}
.cid-tIsZ2By1GL .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZ2By1GL .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIsZ2By1GL .d-flex {
    flex-direction: column;
  }
}
.cid-tIsZ2By1GL .mbr-text {
  color: #ffffff;
}
.cid-tIsZ2By1GL .mbr-section-title {
  color: #ffffff;
}
.cid-tIsZ2By1GL .name {
  color: #ffffff;
}
.cid-tIsZ2By1GL .position {
  color: #ffffff;
}
.cid-tIsZ2By1GL .mbr-title {
  color: #ffffff;
}
.cid-tIsZ2CdHO0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZ2CdHO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2CdHO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2CdHO0 b,
.cid-tIsZ2CdHO0 strong {
  font-weight: 900;
}
.cid-tIsZ2CdHO0 path {
  stroke: #fffa63 !important;
}
.cid-tIsZ2CdHO0 .mbr-text {
  color: #767676;
}
.cid-tIsZ2CdHO0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tIsZ2CdHO0 .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tIsZ2CdHO0 .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tIsZ2CdHO0 .card-box h4,
.cid-tIsZ2CdHO0 .card-box p,
.cid-tIsZ2CdHO0 .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tIsZ2CdHO0 .title .num {
  width: 100%;
  display: block;
}
.cid-tIsZ2CdHO0 .title .card-title {
  z-index: 1;
}
.cid-tIsZ2CdHO0 .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIsZ2CdHO0 * {
    text-align: center !important;
  }
  .cid-tIsZ2CdHO0 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tIsZ2CdHO0 .card-title,
.cid-tIsZ2CdHO0 .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2CdHO0 .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2CdHO0 .mbr-section-title,
.cid-tIsZ2CdHO0 .card-box {
  text-align: center;
}
.cid-tIsZ2CUptT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tIsZ2CUptT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZ2CUptT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZ2CUptT .underline {
  text-decoration: underline;
}
.cid-tIsZ2CUptT .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tIsZ2CUptT .items {
    padding: 3rem 1rem;
  }
}
.cid-tIsZ2CUptT .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tIsZ2CUptT .text-primary {
  background: #6bffc7;
}
.cid-tIsZ2CUptT .noborder {
  border-bottom: 0;
}
.cid-tIsZ2CUptT b,
.cid-tIsZ2CUptT strong,
.cid-tIsZ2CUptT a {
  font-weight: 900;
}
.cid-tIsZ2CUptT .mbr-section-title {
  color: #17003b;
}
.cid-tIsZ2CUptT .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIsZ2CUptT .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2CUptT .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZ2CUptT .mbr-item-title,
.cid-tIsZ2CUptT .card {
  color: #17003b;
}
.cid-tIsZ2CUptT .mbr-text {
  color: #17003b;
}
.cid-tIsZ2DGeUr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tIsZ2DGeUr .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tIsZ2DGeUr .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tIsZ2DGeUr .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tIsZ2DGeUr .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tIsZ2DGeUr form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIsZ2DGeUr p {
  margin-bottom: 4rem;
}
.cid-tIsZ2DGeUr h4 {
  margin-bottom: 1rem;
}
.cid-tIsZ2DGeUr .form-control,
.cid-tIsZ2DGeUr .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZ2DGeUr .form-control::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .form-control::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZ2DGeUr .form-control:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:-moz-placeholder,
.cid-tIsZ2DGeUr .form-control:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZ2DGeUr .form-control:hover,
.cid-tIsZ2DGeUr .field-input:hover,
.cid-tIsZ2DGeUr .form-control:focus,
.cid-tIsZ2DGeUr .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tIsZ2DGeUr .form-control:hover::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input:hover::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .form-control:focus::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input:focus::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .form-control:hover::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input:hover::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .form-control:focus::-webkit-input-placeholder,
.cid-tIsZ2DGeUr .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZ2DGeUr .form-control:hover:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:hover:-moz-placeholder,
.cid-tIsZ2DGeUr .form-control:focus:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:focus:-moz-placeholder,
.cid-tIsZ2DGeUr .form-control:hover:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:hover:-moz-placeholder,
.cid-tIsZ2DGeUr .form-control:focus:-moz-placeholder,
.cid-tIsZ2DGeUr .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZ2DGeUr .jq-number__spin:hover,
.cid-tIsZ2DGeUr .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIsZ2DGeUr .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZ2DGeUr .jq-selectbox li,
.cid-tIsZ2DGeUr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIsZ2DGeUr .jq-selectbox li:hover,
.cid-tIsZ2DGeUr .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tIsZ2DGeUr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIsZ2DGeUr .jq-number__spin.minus:hover:after,
.cid-tIsZ2DGeUr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tIsZ2DGeUr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIsZ2DGeUr .jq-number__spin.minus:after,
.cid-tIsZ2DGeUr .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tIsZ2DGeUr input::-webkit-clear-button {
  display: none;
}
.cid-tIsZ2DGeUr input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIsZ2DGeUr input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIsZ2DGeUr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIsZ2DGeUr H4 {
  color: #ffffff;
}
.cid-tIsZ2DGeUr P {
  color: #ffffff;
}
.cid-tIsZ2EjwqW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tIsZ2EjwqW p {
  text-align: center;
}
.cid-tIsZ2EjwqW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIsZ2EjwqW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIsZ2EjwqW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tIsZ2EjwqW .logo-footer {
  line-height: normal;
}
.cid-tIsZ2EjwqW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tIsZ2EjwqW .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tIsZ2EjwqW .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tIsZ2EjwqW li {
  overflow: hidden;
}
.cid-tIsZ2EjwqW .icon-transition span {
  display: block;
}
.cid-tIsZ2EjwqW .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tIsZ2EjwqW .list-inline-item a {
  display: block;
}
.cid-tIsZ2EjwqW .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tIsZ2EjwqW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZ2EjwqW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIsZ2EjwqW .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tIsZ2EjwqW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIsZ2EjwqW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIsZ2EjwqW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tIsZ2EjwqW .logo-footer {
    text-align: center;
  }
  .cid-tIsZ2EjwqW .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIsZsoefCk .navbar-dropdown {
  position: relative !important;
}
.cid-tIsZsoefCk .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tIsZsoefCk .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tIsZsoefCk .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tIsZsoefCk .navbar.opened {
  transition: all 0.3s;
}
.cid-tIsZsoefCk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIsZsoefCk .navbar .navbar-logo img {
  width: auto;
}
.cid-tIsZsoefCk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIsZsoefCk .navbar.collapsed {
  justify-content: center;
}
.cid-tIsZsoefCk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIsZsoefCk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIsZsoefCk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tIsZsoefCk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIsZsoefCk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIsZsoefCk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIsZsoefCk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIsZsoefCk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIsZsoefCk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIsZsoefCk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIsZsoefCk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIsZsoefCk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIsZsoefCk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIsZsoefCk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIsZsoefCk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIsZsoefCk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIsZsoefCk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIsZsoefCk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIsZsoefCk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIsZsoefCk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIsZsoefCk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIsZsoefCk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIsZsoefCk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIsZsoefCk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIsZsoefCk .navbar-logo {
  margin: 0;
}
.cid-tIsZsoefCk .container,
.cid-tIsZsoefCk .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tIsZsoefCk .container,
  .cid-tIsZsoefCk .container-fluid {
    justify-content: space-between;
  }
}
.cid-tIsZsoefCk .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIsZsoefCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIsZsoefCk .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tIsZsoefCk .navbar-brand {
    display: none;
  }
}
.cid-tIsZsoefCk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZsoefCk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIsZsoefCk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIsZsoefCk .dropdown-item:hover,
.cid-tIsZsoefCk .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tIsZsoefCk .dropdown-item:hover span {
  color: white;
}
.cid-tIsZsoefCk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIsZsoefCk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIsZsoefCk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tIsZsoefCk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIsZsoefCk .nav-link {
  position: relative;
}
.cid-tIsZsoefCk .container {
  display: flex;
  margin: auto;
}
.cid-tIsZsoefCk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIsZsoefCk .dropdown-menu,
.cid-tIsZsoefCk .navbar.opened {
  background: #17003b !important;
}
.cid-tIsZsoefCk .nav-item:focus,
.cid-tIsZsoefCk .nav-link:focus {
  outline: none;
}
.cid-tIsZsoefCk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIsZsoefCk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIsZsoefCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIsZsoefCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZsoefCk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIsZsoefCk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIsZsoefCk .dropdown-item.active,
.cid-tIsZsoefCk .dropdown-item:active {
  background-color: transparent;
}
.cid-tIsZsoefCk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIsZsoefCk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIsZsoefCk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIsZsoefCk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tIsZsoefCk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIsZsoefCk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIsZsoefCk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIsZsoefCk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIsZsoefCk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIsZsoefCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tIsZsoefCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIsZsoefCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZsoefCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZsoefCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIsZsoefCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZsoefCk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIsZsoefCk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIsZsoefCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZsoefCk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIsZsoefCk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZsoefCk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIsZsoefCk .navbar {
    height: 70px;
  }
  .cid-tIsZsoefCk .navbar.opened {
    height: auto;
  }
  .cid-tIsZsoefCk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIsZsoLFmf {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/index-meta-1920x1280.webp");
  overflow: hidden;
}
.cid-tIsZsoLFmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZsoLFmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZsoLFmf path {
  fill: #17003b;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tIsZsoLFmf b,
.cid-tIsZsoLFmf strong {
  font-weight: 900;
}
.cid-tIsZsoLFmf svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tIsZsoLFmf a {
  font-weight: 900;
  background: #ff57be;
}
.cid-tIsZsoLFmf .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZsoLFmf .mbr-text,
.cid-tIsZsoLFmf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZsoLFmf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZspcoYo {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #17003b;
}
.cid-tIsZspcoYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZspcoYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tIsZspcoYo #gentle-wave {
  fill: #17003b;
}
.cid-tIsZspcoYo .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tIsZspcoYo b {
  font-weight: 900;
}
.cid-tIsZspcoYo .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIsZspcoYo img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIsZspcoYo img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIsZspcoYo .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIsZspcoYo .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIsZspcoYo .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIsZspcoYo .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIsZspcoYo .row {
  align-items: center;
}
.cid-tIsZspcoYo .mbr-section-title {
  color: #ffffff;
}
.cid-tIsZspcoYo .mbr-text,
.cid-tIsZspcoYo .mbr-section-btn {
  color: #ffffff;
}
.cid-tIsZspcoYo .mbr-link,
.cid-tIsZspcoYo .link-wrapper {
  color: #ffffff;
}
.cid-tIsZspEqYc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tIsZspEqYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZspEqYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZspEqYc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZspEqYc .mbr-text,
.cid-tIsZspEqYc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZspEqYc b,
.cid-tIsZspEqYc strong {
  font-weight: 900;
}
.cid-tIsZspEqYc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZsq3Y6L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tIsZsq3Y6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZsq3Y6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZsq3Y6L .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tIsZsq3Y6L .container-fluid {
    padding: 0 12px;
  }
}
.cid-tIsZsq3Y6L .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIsZsq3Y6L .row {
    padding: 48px 20px;
  }
}
.cid-tIsZsq3Y6L .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tIsZsq3Y6L .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tIsZsq3Y6L .card {
    margin: 0 !important;
  }
}
.cid-tIsZsq3Y6L .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tIsZsq3Y6L .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tIsZsq3Y6L .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tIsZsq3Y6L .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tIsZsq3Y6L .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tIsZsq3Y6L .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tIsZsq3Y6L .mbr-text {
  color: #07553B;
}
.cid-tIsZsqBKMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIsZsqBKMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZsqBKMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZsqBKMx .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tIsZsqBKMx b,
.cid-tIsZsqBKMx strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIsZsqBKMx .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIsZsqBKMx .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIsZsqBKMx .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIsZsqBKMx .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIsZsqBKMx .card {
  padding: 0;
}
.cid-tIsZsqBKMx .container-fluid {
  padding: 0;
}
.cid-tIsZsqBKMx .container-fluid .row {
  margin: 0;
}
.cid-tIsZsqBKMx .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tIsZsqBKMx .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIsZsqBKMx .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIsZsqBKMx .card1 {
  background: #fffa63;
}
.cid-tIsZsqBKMx .card2 {
  background: #6bffc7;
}
.cid-tIsZsqBKMx .card3 {
  background: #ff57be;
}
.cid-tIsZsqBKMx .card-text,
.cid-tIsZsqBKMx .mbr-section-btn,
.cid-tIsZsqBKMx .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZsqBKMx .card-title,
.cid-tIsZsqBKMx .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZsqBKMx .mbr-link,
.cid-tIsZsqBKMx .content-wrap,
.cid-tIsZsqBKMx path {
  color: #17003b;
  text-align: center;
}
.cid-tIsZsrk2GX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZsrk2GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZsrk2GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZsrk2GX .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZsrk2GX .mbr-section-title {
  color: #17003b;
}
.cid-tIsZsrUicl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIsZsrUicl .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIsZsrUicl .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIsZsrUicl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIsZsrUicl .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIsZsrUicl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIsZsrUicl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIsZsrUicl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIsZsrUicl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIsZsrUicl b,
.cid-tIsZsrUicl strong {
  font-weight: 900;
}
.cid-tIsZsrUicl img,
.cid-tIsZsrUicl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIsZsrUicl .item:focus,
.cid-tIsZsrUicl span:focus {
  outline: none;
}
.cid-tIsZsrUicl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIsZsrUicl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIsZsrUicl .mbr-section-title {
  color: #17003b;
}
.cid-tIsZsrUicl .mbr-text,
.cid-tIsZsrUicl .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIsZsrUicl .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIsZsrUicl .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIsZsrUicl .item-subtitle,
.cid-tIsZsrUicl .item-content {
  text-align: center;
}
.cid-tIsZssvXoa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tIsZssvXoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZssvXoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZssvXoa .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tIsZssvXoa .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tIsZssvXoa .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tIsZssvXoa b,
.cid-tIsZssvXoa strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tIsZssvXoa img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIsZssvXoa img {
    padding-bottom: 2rem;
  }
}
.cid-tIsZssvXoa .row {
  align-items: center;
}
.cid-tIsZssvXoa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZssvXoa .mbr-text,
.cid-tIsZssvXoa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZssvXoa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZst3nKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIsZst3nKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZst3nKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZst3nKO .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIsZst3nKO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIsZst3nKO .btn {
    margin-right: 0;
  }
  .cid-tIsZst3nKO .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tIsZst3nKO a {
  font-weight: 900;
}
.cid-tIsZst3nKO p {
  line-height: 1.1;
}
.cid-tIsZst3nKO .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZst3nKO .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIsZst3nKO .d-flex {
    flex-direction: column;
  }
}
.cid-tIsZst3nKO .mbr-text {
  color: #ffffff;
}
.cid-tIsZst3nKO .mbr-section-title {
  color: #ffffff;
}
.cid-tIsZst3nKO .name {
  color: #ffffff;
}
.cid-tIsZst3nKO .position {
  color: #ffffff;
}
.cid-tIsZst3nKO .mbr-title {
  color: #ffffff;
}
.cid-tIsZstITUx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZstITUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZstITUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZstITUx b,
.cid-tIsZstITUx strong {
  font-weight: 900;
}
.cid-tIsZstITUx path {
  stroke: #fffa63 !important;
}
.cid-tIsZstITUx .mbr-text {
  color: #767676;
}
.cid-tIsZstITUx .mbr-section-subtitle {
  color: #767676;
}
.cid-tIsZstITUx .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tIsZstITUx .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tIsZstITUx .card-box h4,
.cid-tIsZstITUx .card-box p,
.cid-tIsZstITUx .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tIsZstITUx .title .num {
  width: 100%;
  display: block;
}
.cid-tIsZstITUx .title .card-title {
  z-index: 1;
}
.cid-tIsZstITUx .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIsZstITUx * {
    text-align: center !important;
  }
  .cid-tIsZstITUx .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tIsZstITUx .card-title,
.cid-tIsZstITUx .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tIsZstITUx .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZstITUx .mbr-section-title,
.cid-tIsZstITUx .card-box {
  text-align: center;
}
.cid-tIsZsurk0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tIsZsurk0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZsurk0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZsurk0K .underline {
  text-decoration: underline;
}
.cid-tIsZsurk0K .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tIsZsurk0K .items {
    padding: 3rem 1rem;
  }
}
.cid-tIsZsurk0K .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tIsZsurk0K .text-primary {
  background: #6bffc7;
}
.cid-tIsZsurk0K .noborder {
  border-bottom: 0;
}
.cid-tIsZsurk0K b,
.cid-tIsZsurk0K strong,
.cid-tIsZsurk0K a {
  font-weight: 900;
}
.cid-tIsZsurk0K .mbr-section-title {
  color: #17003b;
}
.cid-tIsZsurk0K .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIsZsurk0K .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIsZsurk0K .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZsurk0K .mbr-item-title,
.cid-tIsZsurk0K .card {
  color: #17003b;
}
.cid-tIsZsurk0K .mbr-text {
  color: #17003b;
}
.cid-tIsZsv3mUL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tIsZsv3mUL .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tIsZsv3mUL .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tIsZsv3mUL .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tIsZsv3mUL .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tIsZsv3mUL form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIsZsv3mUL p {
  margin-bottom: 4rem;
}
.cid-tIsZsv3mUL h4 {
  margin-bottom: 1rem;
}
.cid-tIsZsv3mUL .form-control,
.cid-tIsZsv3mUL .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZsv3mUL .form-control::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input::-webkit-input-placeholder,
.cid-tIsZsv3mUL .form-control::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZsv3mUL .form-control:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:-moz-placeholder,
.cid-tIsZsv3mUL .form-control:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZsv3mUL .form-control:hover,
.cid-tIsZsv3mUL .field-input:hover,
.cid-tIsZsv3mUL .form-control:focus,
.cid-tIsZsv3mUL .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tIsZsv3mUL .form-control:hover::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input:hover::-webkit-input-placeholder,
.cid-tIsZsv3mUL .form-control:focus::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input:focus::-webkit-input-placeholder,
.cid-tIsZsv3mUL .form-control:hover::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input:hover::-webkit-input-placeholder,
.cid-tIsZsv3mUL .form-control:focus::-webkit-input-placeholder,
.cid-tIsZsv3mUL .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZsv3mUL .form-control:hover:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:hover:-moz-placeholder,
.cid-tIsZsv3mUL .form-control:focus:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:focus:-moz-placeholder,
.cid-tIsZsv3mUL .form-control:hover:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:hover:-moz-placeholder,
.cid-tIsZsv3mUL .form-control:focus:-moz-placeholder,
.cid-tIsZsv3mUL .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZsv3mUL .jq-number__spin:hover,
.cid-tIsZsv3mUL .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIsZsv3mUL .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZsv3mUL .jq-selectbox li,
.cid-tIsZsv3mUL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIsZsv3mUL .jq-selectbox li:hover,
.cid-tIsZsv3mUL .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tIsZsv3mUL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIsZsv3mUL .jq-number__spin.minus:hover:after,
.cid-tIsZsv3mUL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tIsZsv3mUL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIsZsv3mUL .jq-number__spin.minus:after,
.cid-tIsZsv3mUL .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tIsZsv3mUL input::-webkit-clear-button {
  display: none;
}
.cid-tIsZsv3mUL input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIsZsv3mUL input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIsZsv3mUL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIsZsv3mUL H4 {
  color: #ffffff;
}
.cid-tIsZsv3mUL P {
  color: #ffffff;
}
.cid-tIsZsvDBuZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tIsZsvDBuZ p {
  text-align: center;
}
.cid-tIsZsvDBuZ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIsZsvDBuZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIsZsvDBuZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tIsZsvDBuZ .logo-footer {
  line-height: normal;
}
.cid-tIsZsvDBuZ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tIsZsvDBuZ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tIsZsvDBuZ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tIsZsvDBuZ li {
  overflow: hidden;
}
.cid-tIsZsvDBuZ .icon-transition span {
  display: block;
}
.cid-tIsZsvDBuZ .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tIsZsvDBuZ .list-inline-item a {
  display: block;
}
.cid-tIsZsvDBuZ .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tIsZsvDBuZ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZsvDBuZ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIsZsvDBuZ .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tIsZsvDBuZ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIsZsvDBuZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIsZsvDBuZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tIsZsvDBuZ .logo-footer {
    text-align: center;
  }
  .cid-tIsZsvDBuZ .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIsZY2uBYs .navbar-dropdown {
  position: relative !important;
}
.cid-tIsZY2uBYs .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tIsZY2uBYs .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tIsZY2uBYs .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tIsZY2uBYs .navbar.opened {
  transition: all 0.3s;
}
.cid-tIsZY2uBYs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIsZY2uBYs .navbar .navbar-logo img {
  width: auto;
}
.cid-tIsZY2uBYs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIsZY2uBYs .navbar.collapsed {
  justify-content: center;
}
.cid-tIsZY2uBYs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIsZY2uBYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIsZY2uBYs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tIsZY2uBYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIsZY2uBYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIsZY2uBYs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIsZY2uBYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIsZY2uBYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIsZY2uBYs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIsZY2uBYs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIsZY2uBYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIsZY2uBYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIsZY2uBYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIsZY2uBYs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIsZY2uBYs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIsZY2uBYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIsZY2uBYs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIsZY2uBYs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIsZY2uBYs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIsZY2uBYs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIsZY2uBYs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIsZY2uBYs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIsZY2uBYs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIsZY2uBYs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIsZY2uBYs .navbar-logo {
  margin: 0;
}
.cid-tIsZY2uBYs .container,
.cid-tIsZY2uBYs .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tIsZY2uBYs .container,
  .cid-tIsZY2uBYs .container-fluid {
    justify-content: space-between;
  }
}
.cid-tIsZY2uBYs .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIsZY2uBYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIsZY2uBYs .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tIsZY2uBYs .navbar-brand {
    display: none;
  }
}
.cid-tIsZY2uBYs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZY2uBYs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIsZY2uBYs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIsZY2uBYs .dropdown-item:hover,
.cid-tIsZY2uBYs .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tIsZY2uBYs .dropdown-item:hover span {
  color: white;
}
.cid-tIsZY2uBYs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIsZY2uBYs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIsZY2uBYs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tIsZY2uBYs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIsZY2uBYs .nav-link {
  position: relative;
}
.cid-tIsZY2uBYs .container {
  display: flex;
  margin: auto;
}
.cid-tIsZY2uBYs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIsZY2uBYs .dropdown-menu,
.cid-tIsZY2uBYs .navbar.opened {
  background: #17003b !important;
}
.cid-tIsZY2uBYs .nav-item:focus,
.cid-tIsZY2uBYs .nav-link:focus {
  outline: none;
}
.cid-tIsZY2uBYs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIsZY2uBYs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIsZY2uBYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIsZY2uBYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIsZY2uBYs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIsZY2uBYs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIsZY2uBYs .dropdown-item.active,
.cid-tIsZY2uBYs .dropdown-item:active {
  background-color: transparent;
}
.cid-tIsZY2uBYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIsZY2uBYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIsZY2uBYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIsZY2uBYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tIsZY2uBYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIsZY2uBYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIsZY2uBYs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIsZY2uBYs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIsZY2uBYs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIsZY2uBYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tIsZY2uBYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIsZY2uBYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZY2uBYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIsZY2uBYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIsZY2uBYs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZY2uBYs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIsZY2uBYs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIsZY2uBYs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIsZY2uBYs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIsZY2uBYs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZY2uBYs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIsZY2uBYs .navbar {
    height: 70px;
  }
  .cid-tIsZY2uBYs .navbar.opened {
    height: auto;
  }
  .cid-tIsZY2uBYs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIt0i0Wb6M {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIt0i0Wb6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIt0i0Wb6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIt0i0Wb6M .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIt0i0Wb6M img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIt0i0Wb6M img {
    padding-bottom: 2rem;
  }
}
.cid-tIt0i0Wb6M .row {
  align-items: center;
}
.cid-tIt0i0Wb6M .mbr-section-title {
  color: #ffffff;
}
.cid-tIt0i0Wb6M .mbr-text,
.cid-tIt0i0Wb6M .mbr-section-btn {
  color: #ffffff;
}
.cid-tIt0i0Wb6M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIt10HXXkU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIt10HXXkU .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIt10HXXkU .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIt10HXXkU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIt10HXXkU .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIt10HXXkU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIt10HXXkU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIt10HXXkU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIt10HXXkU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIt10HXXkU b,
.cid-tIt10HXXkU strong {
  font-weight: 900;
}
.cid-tIt10HXXkU img,
.cid-tIt10HXXkU .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIt10HXXkU .item:focus,
.cid-tIt10HXXkU span:focus {
  outline: none;
}
.cid-tIt10HXXkU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIt10HXXkU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIt10HXXkU .mbr-section-title {
  color: #17003b;
}
.cid-tIt10HXXkU .mbr-text,
.cid-tIt10HXXkU .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIt10HXXkU .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIt10HXXkU .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIt10HXXkU .item-subtitle,
.cid-tIt10HXXkU .item-content {
  text-align: center;
}
.cid-tIsZY3X0m7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tIsZY3X0m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY3X0m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY3X0m7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZY3X0m7 .mbr-text,
.cid-tIsZY3X0m7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZY3X0m7 b,
.cid-tIsZY3X0m7 strong {
  font-weight: 900;
}
.cid-tIsZY3X0m7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIsZY4ptQe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tIsZY4ptQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY4ptQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY4ptQe .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tIsZY4ptQe .container-fluid {
    padding: 0 12px;
  }
}
.cid-tIsZY4ptQe .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIsZY4ptQe .row {
    padding: 48px 20px;
  }
}
.cid-tIsZY4ptQe .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tIsZY4ptQe .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tIsZY4ptQe .card {
    margin: 0 !important;
  }
}
.cid-tIsZY4ptQe .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tIsZY4ptQe .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tIsZY4ptQe .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tIsZY4ptQe .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tIsZY4ptQe .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tIsZY4ptQe .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tIsZY4ptQe .mbr-text {
  color: #07553B;
}
.cid-tIsZY4Rv1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIsZY4Rv1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY4Rv1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY4Rv1F .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tIsZY4Rv1F b,
.cid-tIsZY4Rv1F strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIsZY4Rv1F .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIsZY4Rv1F .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIsZY4Rv1F .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIsZY4Rv1F .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIsZY4Rv1F .card {
  padding: 0!important;
}
.cid-tIsZY4Rv1F .container-fluid {
  padding: 0;
}
.cid-tIsZY4Rv1F .container-fluid .row {
  margin: 0;
}
.cid-tIsZY4Rv1F .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tIsZY4Rv1F .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIsZY4Rv1F .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIsZY4Rv1F .card1 {
  background: #fffa63;
}
.cid-tIsZY4Rv1F .card2 {
  background: #6bffc7;
}
.cid-tIsZY4Rv1F .card3 {
  background: #ff57be;
}
.cid-tIsZY4Rv1F .card-text,
.cid-tIsZY4Rv1F .mbr-section-btn,
.cid-tIsZY4Rv1F .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZY4Rv1F .card-title,
.cid-tIsZY4Rv1F .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIsZY4Rv1F .mbr-link,
.cid-tIsZY4Rv1F .content-wrap,
.cid-tIsZY4Rv1F path {
  color: #17003b;
  text-align: center;
}
.cid-tIsZY5wHGY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZY5wHGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY5wHGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY5wHGY .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZY5wHGY .mbr-section-title {
  color: #17003b;
}
.cid-tItmK2C7Ck {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tItmK2C7Ck .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tItmK2C7Ck .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tItmK2C7Ck .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tItmK2C7Ck .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tItmK2C7Ck .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tItmK2C7Ck .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tItmK2C7Ck .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tItmK2C7Ck .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tItmK2C7Ck b,
.cid-tItmK2C7Ck strong {
  font-weight: 900;
}
.cid-tItmK2C7Ck img,
.cid-tItmK2C7Ck .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tItmK2C7Ck .item:focus,
.cid-tItmK2C7Ck span:focus {
  outline: none;
}
.cid-tItmK2C7Ck .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tItmK2C7Ck .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tItmK2C7Ck .mbr-section-title {
  color: #17003b;
}
.cid-tItmK2C7Ck .mbr-text,
.cid-tItmK2C7Ck .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tItmK2C7Ck .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItmK2C7Ck .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItmK2C7Ck .item-subtitle,
.cid-tItmK2C7Ck .item-content {
  text-align: center;
}
.cid-tIsZY6wfjG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tIsZY6wfjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY6wfjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY6wfjG .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tIsZY6wfjG .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tIsZY6wfjG .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tIsZY6wfjG b,
.cid-tIsZY6wfjG strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tIsZY6wfjG img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIsZY6wfjG img {
    padding-bottom: 2rem;
  }
}
.cid-tIsZY6wfjG .row {
  align-items: center;
}
.cid-tIsZY6wfjG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZY6wfjG .mbr-text,
.cid-tIsZY6wfjG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZY6wfjG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tIsZY72lan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIsZY72lan .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY72lan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY72lan .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIsZY72lan .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIsZY72lan .btn {
    margin-right: 0;
  }
  .cid-tIsZY72lan .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tIsZY72lan a {
  font-weight: 900;
}
.cid-tIsZY72lan p {
  line-height: 1.1;
}
.cid-tIsZY72lan .text-primary {
  background-color: #6bffc7;
}
.cid-tIsZY72lan .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIsZY72lan .d-flex {
    flex-direction: column;
  }
}
.cid-tIsZY72lan .mbr-text {
  color: #ffffff;
}
.cid-tIsZY72lan .mbr-section-title {
  color: #ffffff;
}
.cid-tIsZY72lan .name {
  color: #ffffff;
}
.cid-tIsZY72lan .position {
  color: #ffffff;
}
.cid-tIsZY72lan .mbr-title {
  color: #ffffff;
}
.cid-tIsZY7DPEs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIsZY7DPEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY7DPEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY7DPEs b,
.cid-tIsZY7DPEs strong {
  font-weight: 900;
}
.cid-tIsZY7DPEs path {
  stroke: #fffa63 !important;
}
.cid-tIsZY7DPEs .mbr-text {
  color: #767676;
}
.cid-tIsZY7DPEs .mbr-section-subtitle {
  color: #767676;
}
.cid-tIsZY7DPEs .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tIsZY7DPEs .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tIsZY7DPEs .card-box h4,
.cid-tIsZY7DPEs .card-box p,
.cid-tIsZY7DPEs .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tIsZY7DPEs .title .num {
  width: 100%;
  display: block;
}
.cid-tIsZY7DPEs .title .card-title {
  z-index: 1;
}
.cid-tIsZY7DPEs .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIsZY7DPEs * {
    text-align: center !important;
  }
  .cid-tIsZY7DPEs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tIsZY7DPEs .card-title,
.cid-tIsZY7DPEs .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tIsZY7DPEs .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZY7DPEs .mbr-section-title,
.cid-tIsZY7DPEs .card-box {
  text-align: center;
}
.cid-tIsZY8gQNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tIsZY8gQNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsZY8gQNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsZY8gQNV .underline {
  text-decoration: underline;
}
.cid-tIsZY8gQNV .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tIsZY8gQNV .items {
    padding: 3rem 1rem;
  }
}
.cid-tIsZY8gQNV .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tIsZY8gQNV .text-primary {
  background: #6bffc7;
}
.cid-tIsZY8gQNV .noborder {
  border-bottom: 0;
}
.cid-tIsZY8gQNV b,
.cid-tIsZY8gQNV strong,
.cid-tIsZY8gQNV a {
  font-weight: 900;
}
.cid-tIsZY8gQNV .mbr-section-title {
  color: #17003b;
}
.cid-tIsZY8gQNV .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIsZY8gQNV .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIsZY8gQNV .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tIsZY8gQNV .mbr-item-title,
.cid-tIsZY8gQNV .card {
  color: #17003b;
}
.cid-tIsZY8gQNV .mbr-text {
  color: #17003b;
}
.cid-tIsZY8SjEy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tIsZY8SjEy .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tIsZY8SjEy .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tIsZY8SjEy .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tIsZY8SjEy .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tIsZY8SjEy form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIsZY8SjEy p {
  margin-bottom: 4rem;
}
.cid-tIsZY8SjEy h4 {
  margin-bottom: 1rem;
}
.cid-tIsZY8SjEy .form-control,
.cid-tIsZY8SjEy .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZY8SjEy .form-control::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input::-webkit-input-placeholder,
.cid-tIsZY8SjEy .form-control::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZY8SjEy .form-control:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:-moz-placeholder,
.cid-tIsZY8SjEy .form-control:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZY8SjEy .form-control:hover,
.cid-tIsZY8SjEy .field-input:hover,
.cid-tIsZY8SjEy .form-control:focus,
.cid-tIsZY8SjEy .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tIsZY8SjEy .form-control:hover::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input:hover::-webkit-input-placeholder,
.cid-tIsZY8SjEy .form-control:focus::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input:focus::-webkit-input-placeholder,
.cid-tIsZY8SjEy .form-control:hover::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input:hover::-webkit-input-placeholder,
.cid-tIsZY8SjEy .form-control:focus::-webkit-input-placeholder,
.cid-tIsZY8SjEy .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIsZY8SjEy .form-control:hover:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:hover:-moz-placeholder,
.cid-tIsZY8SjEy .form-control:focus:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:focus:-moz-placeholder,
.cid-tIsZY8SjEy .form-control:hover:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:hover:-moz-placeholder,
.cid-tIsZY8SjEy .form-control:focus:-moz-placeholder,
.cid-tIsZY8SjEy .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tIsZY8SjEy .jq-number__spin:hover,
.cid-tIsZY8SjEy .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIsZY8SjEy .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIsZY8SjEy .jq-selectbox li,
.cid-tIsZY8SjEy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIsZY8SjEy .jq-selectbox li:hover,
.cid-tIsZY8SjEy .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tIsZY8SjEy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIsZY8SjEy .jq-number__spin.minus:hover:after,
.cid-tIsZY8SjEy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tIsZY8SjEy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIsZY8SjEy .jq-number__spin.minus:after,
.cid-tIsZY8SjEy .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tIsZY8SjEy input::-webkit-clear-button {
  display: none;
}
.cid-tIsZY8SjEy input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIsZY8SjEy input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIsZY8SjEy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIsZY8SjEy H4 {
  color: #ffffff;
}
.cid-tIsZY8SjEy P {
  color: #ffffff;
}
.cid-tIsZY9uIpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tIsZY9uIpJ p {
  text-align: center;
}
.cid-tIsZY9uIpJ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIsZY9uIpJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIsZY9uIpJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tIsZY9uIpJ .logo-footer {
  line-height: normal;
}
.cid-tIsZY9uIpJ .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tIsZY9uIpJ .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tIsZY9uIpJ .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tIsZY9uIpJ li {
  overflow: hidden;
}
.cid-tIsZY9uIpJ .icon-transition span {
  display: block;
}
.cid-tIsZY9uIpJ .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tIsZY9uIpJ .list-inline-item a {
  display: block;
}
.cid-tIsZY9uIpJ .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tIsZY9uIpJ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIsZY9uIpJ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIsZY9uIpJ .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tIsZY9uIpJ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIsZY9uIpJ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIsZY9uIpJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tIsZY9uIpJ .logo-footer {
    text-align: center;
  }
  .cid-tIsZY9uIpJ .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tItkVkbANm .navbar-dropdown {
  position: relative !important;
}
.cid-tItkVkbANm .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tItkVkbANm .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tItkVkbANm .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tItkVkbANm .navbar.opened {
  transition: all 0.3s;
}
.cid-tItkVkbANm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tItkVkbANm .navbar .navbar-logo img {
  width: auto;
}
.cid-tItkVkbANm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tItkVkbANm .navbar.collapsed {
  justify-content: center;
}
.cid-tItkVkbANm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tItkVkbANm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tItkVkbANm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tItkVkbANm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tItkVkbANm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tItkVkbANm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tItkVkbANm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tItkVkbANm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tItkVkbANm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tItkVkbANm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tItkVkbANm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tItkVkbANm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tItkVkbANm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tItkVkbANm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tItkVkbANm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tItkVkbANm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tItkVkbANm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tItkVkbANm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tItkVkbANm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tItkVkbANm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tItkVkbANm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tItkVkbANm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tItkVkbANm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tItkVkbANm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tItkVkbANm .navbar-logo {
  margin: 0;
}
.cid-tItkVkbANm .container,
.cid-tItkVkbANm .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tItkVkbANm .container,
  .cid-tItkVkbANm .container-fluid {
    justify-content: space-between;
  }
}
.cid-tItkVkbANm .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tItkVkbANm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tItkVkbANm .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tItkVkbANm .navbar-brand {
    display: none;
  }
}
.cid-tItkVkbANm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItkVkbANm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tItkVkbANm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tItkVkbANm .dropdown-item:hover,
.cid-tItkVkbANm .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tItkVkbANm .dropdown-item:hover span {
  color: white;
}
.cid-tItkVkbANm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tItkVkbANm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tItkVkbANm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tItkVkbANm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tItkVkbANm .nav-link {
  position: relative;
}
.cid-tItkVkbANm .container {
  display: flex;
  margin: auto;
}
.cid-tItkVkbANm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tItkVkbANm .dropdown-menu,
.cid-tItkVkbANm .navbar.opened {
  background: #17003b !important;
}
.cid-tItkVkbANm .nav-item:focus,
.cid-tItkVkbANm .nav-link:focus {
  outline: none;
}
.cid-tItkVkbANm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tItkVkbANm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tItkVkbANm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tItkVkbANm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItkVkbANm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tItkVkbANm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tItkVkbANm .dropdown-item.active,
.cid-tItkVkbANm .dropdown-item:active {
  background-color: transparent;
}
.cid-tItkVkbANm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tItkVkbANm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tItkVkbANm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tItkVkbANm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tItkVkbANm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tItkVkbANm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tItkVkbANm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tItkVkbANm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tItkVkbANm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tItkVkbANm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tItkVkbANm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tItkVkbANm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItkVkbANm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItkVkbANm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tItkVkbANm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItkVkbANm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tItkVkbANm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tItkVkbANm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItkVkbANm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tItkVkbANm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItkVkbANm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tItkVkbANm .navbar {
    height: 70px;
  }
  .cid-tItkVkbANm .navbar.opened {
    height: auto;
  }
  .cid-tItkVkbANm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tItkVkNYaB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tItkVkNYaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVkNYaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVkNYaB .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tItkVkNYaB img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tItkVkNYaB img {
    padding-bottom: 2rem;
  }
}
.cid-tItkVkNYaB .row {
  align-items: center;
}
.cid-tItkVkNYaB .mbr-section-title {
  color: #ffffff;
}
.cid-tItkVkNYaB .mbr-text,
.cid-tItkVkNYaB .mbr-section-btn {
  color: #ffffff;
}
.cid-tItkVkNYaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tItkVlgaEf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tItkVlgaEf .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tItkVlgaEf .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tItkVlgaEf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tItkVlgaEf .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tItkVlgaEf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tItkVlgaEf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tItkVlgaEf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tItkVlgaEf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tItkVlgaEf b,
.cid-tItkVlgaEf strong {
  font-weight: 900;
}
.cid-tItkVlgaEf img,
.cid-tItkVlgaEf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tItkVlgaEf .item:focus,
.cid-tItkVlgaEf span:focus {
  outline: none;
}
.cid-tItkVlgaEf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tItkVlgaEf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tItkVlgaEf .mbr-section-title {
  color: #17003b;
}
.cid-tItkVlgaEf .mbr-text,
.cid-tItkVlgaEf .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tItkVlgaEf .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItkVlgaEf .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItkVlgaEf .item-subtitle,
.cid-tItkVlgaEf .item-content {
  text-align: center;
}
.cid-tItkVlF2o2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tItkVlF2o2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVlF2o2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVlF2o2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tItkVlF2o2 .mbr-text,
.cid-tItkVlF2o2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tItkVlF2o2 b,
.cid-tItkVlF2o2 strong {
  font-weight: 900;
}
.cid-tItkVlF2o2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tItkVm5pyF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tItkVm5pyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVm5pyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVm5pyF .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tItkVm5pyF .container-fluid {
    padding: 0 12px;
  }
}
.cid-tItkVm5pyF .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tItkVm5pyF .row {
    padding: 48px 20px;
  }
}
.cid-tItkVm5pyF .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tItkVm5pyF .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tItkVm5pyF .card {
    margin: 0 !important;
  }
}
.cid-tItkVm5pyF .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tItkVm5pyF .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tItkVm5pyF .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tItkVm5pyF .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tItkVm5pyF .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tItkVm5pyF .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tItkVm5pyF .mbr-text {
  color: #07553B;
}
.cid-tItkVmADP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tItkVmADP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVmADP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVmADP6 .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tItkVmADP6 b,
.cid-tItkVmADP6 strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tItkVmADP6 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tItkVmADP6 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tItkVmADP6 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tItkVmADP6 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tItkVmADP6 .card {
  padding: 0!important;
}
.cid-tItkVmADP6 .container-fluid {
  padding: 0;
}
.cid-tItkVmADP6 .container-fluid .row {
  margin: 0;
}
.cid-tItkVmADP6 .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tItkVmADP6 .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tItkVmADP6 .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tItkVmADP6 .card1 {
  background: #fffa63;
}
.cid-tItkVmADP6 .card2 {
  background: #6bffc7;
}
.cid-tItkVmADP6 .card3 {
  background: #ff57be;
}
.cid-tItkVmADP6 .card-text,
.cid-tItkVmADP6 .mbr-section-btn,
.cid-tItkVmADP6 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItkVmADP6 .card-title,
.cid-tItkVmADP6 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItkVmADP6 .mbr-link,
.cid-tItkVmADP6 .content-wrap,
.cid-tItkVmADP6 path {
  color: #17003b;
  text-align: center;
}
.cid-tItkVniOsw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItkVniOsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVniOsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVniOsw .text-primary {
  background-color: #6bffc7;
}
.cid-tItkVniOsw .mbr-section-title {
  color: #17003b;
}
.cid-tItmPBmFn4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tItmPBmFn4 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tItmPBmFn4 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tItmPBmFn4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tItmPBmFn4 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tItmPBmFn4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tItmPBmFn4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tItmPBmFn4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tItmPBmFn4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tItmPBmFn4 b,
.cid-tItmPBmFn4 strong {
  font-weight: 900;
}
.cid-tItmPBmFn4 img,
.cid-tItmPBmFn4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tItmPBmFn4 .item:focus,
.cid-tItmPBmFn4 span:focus {
  outline: none;
}
.cid-tItmPBmFn4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tItmPBmFn4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tItmPBmFn4 .mbr-section-title {
  color: #17003b;
}
.cid-tItmPBmFn4 .mbr-text,
.cid-tItmPBmFn4 .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tItmPBmFn4 .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItmPBmFn4 .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItmPBmFn4 .item-subtitle,
.cid-tItmPBmFn4 .item-content {
  text-align: center;
}
.cid-tItkVoip8d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tItkVoip8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVoip8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVoip8d .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tItkVoip8d .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tItkVoip8d .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tItkVoip8d b,
.cid-tItkVoip8d strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tItkVoip8d img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tItkVoip8d img {
    padding-bottom: 2rem;
  }
}
.cid-tItkVoip8d .row {
  align-items: center;
}
.cid-tItkVoip8d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tItkVoip8d .mbr-text,
.cid-tItkVoip8d .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tItkVoip8d .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tItkVoNRjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tItkVoNRjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVoNRjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVoNRjh .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tItkVoNRjh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tItkVoNRjh .btn {
    margin-right: 0;
  }
  .cid-tItkVoNRjh .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tItkVoNRjh a {
  font-weight: 900;
}
.cid-tItkVoNRjh p {
  line-height: 1.1;
}
.cid-tItkVoNRjh .text-primary {
  background-color: #6bffc7;
}
.cid-tItkVoNRjh .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tItkVoNRjh .d-flex {
    flex-direction: column;
  }
}
.cid-tItkVoNRjh .mbr-text {
  color: #ffffff;
}
.cid-tItkVoNRjh .mbr-section-title {
  color: #ffffff;
}
.cid-tItkVoNRjh .name {
  color: #ffffff;
}
.cid-tItkVoNRjh .position {
  color: #ffffff;
}
.cid-tItkVoNRjh .mbr-title {
  color: #ffffff;
}
.cid-tItkVpmbfm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItkVpmbfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVpmbfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVpmbfm b,
.cid-tItkVpmbfm strong {
  font-weight: 900;
}
.cid-tItkVpmbfm path {
  stroke: #fffa63 !important;
}
.cid-tItkVpmbfm .mbr-text {
  color: #767676;
}
.cid-tItkVpmbfm .mbr-section-subtitle {
  color: #767676;
}
.cid-tItkVpmbfm .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tItkVpmbfm .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tItkVpmbfm .card-box h4,
.cid-tItkVpmbfm .card-box p,
.cid-tItkVpmbfm .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tItkVpmbfm .title .num {
  width: 100%;
  display: block;
}
.cid-tItkVpmbfm .title .card-title {
  z-index: 1;
}
.cid-tItkVpmbfm .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tItkVpmbfm * {
    text-align: center !important;
  }
  .cid-tItkVpmbfm .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tItkVpmbfm .card-title,
.cid-tItkVpmbfm .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tItkVpmbfm .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tItkVpmbfm .mbr-section-title,
.cid-tItkVpmbfm .card-box {
  text-align: center;
}
.cid-tItkVq0Lnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tItkVq0Lnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItkVq0Lnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItkVq0Lnf .underline {
  text-decoration: underline;
}
.cid-tItkVq0Lnf .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tItkVq0Lnf .items {
    padding: 3rem 1rem;
  }
}
.cid-tItkVq0Lnf .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tItkVq0Lnf .text-primary {
  background: #6bffc7;
}
.cid-tItkVq0Lnf .noborder {
  border-bottom: 0;
}
.cid-tItkVq0Lnf b,
.cid-tItkVq0Lnf strong,
.cid-tItkVq0Lnf a {
  font-weight: 900;
}
.cid-tItkVq0Lnf .mbr-section-title {
  color: #17003b;
}
.cid-tItkVq0Lnf .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItkVq0Lnf .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItkVq0Lnf .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tItkVq0Lnf .mbr-item-title,
.cid-tItkVq0Lnf .card {
  color: #17003b;
}
.cid-tItkVq0Lnf .mbr-text {
  color: #17003b;
}
.cid-tItkVqGQtC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tItkVqGQtC .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tItkVqGQtC .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tItkVqGQtC .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tItkVqGQtC .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tItkVqGQtC form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tItkVqGQtC p {
  margin-bottom: 4rem;
}
.cid-tItkVqGQtC h4 {
  margin-bottom: 1rem;
}
.cid-tItkVqGQtC .form-control,
.cid-tItkVqGQtC .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItkVqGQtC .form-control::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input::-webkit-input-placeholder,
.cid-tItkVqGQtC .form-control::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItkVqGQtC .form-control:-moz-placeholder,
.cid-tItkVqGQtC .field-input:-moz-placeholder,
.cid-tItkVqGQtC .form-control:-moz-placeholder,
.cid-tItkVqGQtC .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tItkVqGQtC .form-control:hover,
.cid-tItkVqGQtC .field-input:hover,
.cid-tItkVqGQtC .form-control:focus,
.cid-tItkVqGQtC .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tItkVqGQtC .form-control:hover::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input:hover::-webkit-input-placeholder,
.cid-tItkVqGQtC .form-control:focus::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input:focus::-webkit-input-placeholder,
.cid-tItkVqGQtC .form-control:hover::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input:hover::-webkit-input-placeholder,
.cid-tItkVqGQtC .form-control:focus::-webkit-input-placeholder,
.cid-tItkVqGQtC .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItkVqGQtC .form-control:hover:-moz-placeholder,
.cid-tItkVqGQtC .field-input:hover:-moz-placeholder,
.cid-tItkVqGQtC .form-control:focus:-moz-placeholder,
.cid-tItkVqGQtC .field-input:focus:-moz-placeholder,
.cid-tItkVqGQtC .form-control:hover:-moz-placeholder,
.cid-tItkVqGQtC .field-input:hover:-moz-placeholder,
.cid-tItkVqGQtC .form-control:focus:-moz-placeholder,
.cid-tItkVqGQtC .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tItkVqGQtC .jq-number__spin:hover,
.cid-tItkVqGQtC .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tItkVqGQtC .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItkVqGQtC .jq-selectbox li,
.cid-tItkVqGQtC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tItkVqGQtC .jq-selectbox li:hover,
.cid-tItkVqGQtC .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tItkVqGQtC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tItkVqGQtC .jq-number__spin.minus:hover:after,
.cid-tItkVqGQtC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tItkVqGQtC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tItkVqGQtC .jq-number__spin.minus:after,
.cid-tItkVqGQtC .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tItkVqGQtC input::-webkit-clear-button {
  display: none;
}
.cid-tItkVqGQtC input::-webkit-inner-spin-button {
  display: none;
}
.cid-tItkVqGQtC input::-webkit-outer-spin-button {
  display: none;
}
.cid-tItkVqGQtC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tItkVqGQtC H4 {
  color: #ffffff;
}
.cid-tItkVqGQtC P {
  color: #ffffff;
}
.cid-tItkVrgbYj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tItkVrgbYj p {
  text-align: center;
}
.cid-tItkVrgbYj .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tItkVrgbYj .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tItkVrgbYj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tItkVrgbYj .logo-footer {
  line-height: normal;
}
.cid-tItkVrgbYj .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tItkVrgbYj .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tItkVrgbYj .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tItkVrgbYj li {
  overflow: hidden;
}
.cid-tItkVrgbYj .icon-transition span {
  display: block;
}
.cid-tItkVrgbYj .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tItkVrgbYj .list-inline-item a {
  display: block;
}
.cid-tItkVrgbYj .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tItkVrgbYj .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItkVrgbYj .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tItkVrgbYj .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tItkVrgbYj .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tItkVrgbYj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tItkVrgbYj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tItkVrgbYj .logo-footer {
    text-align: center;
  }
  .cid-tItkVrgbYj .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIAFmk5Ysz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #17003b;
}
.cid-tIAFmk5Ysz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAFmk5Ysz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAFmk5Ysz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIAFmk5Ysz .mbr-text,
.cid-tIAFmk5Ysz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIAFmk5Ysz b,
.cid-tIAFmk5Ysz strong {
  font-weight: 900;
}
.cid-tIAFmk5Ysz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tItsKn64pa .navbar-dropdown {
  position: relative !important;
}
.cid-tItsKn64pa .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tItsKn64pa .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tItsKn64pa .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tItsKn64pa .navbar.opened {
  transition: all 0.3s;
}
.cid-tItsKn64pa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tItsKn64pa .navbar .navbar-logo img {
  width: auto;
}
.cid-tItsKn64pa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tItsKn64pa .navbar.collapsed {
  justify-content: center;
}
.cid-tItsKn64pa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tItsKn64pa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tItsKn64pa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tItsKn64pa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tItsKn64pa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tItsKn64pa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tItsKn64pa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tItsKn64pa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tItsKn64pa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tItsKn64pa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tItsKn64pa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tItsKn64pa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tItsKn64pa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tItsKn64pa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tItsKn64pa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tItsKn64pa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tItsKn64pa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tItsKn64pa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tItsKn64pa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tItsKn64pa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tItsKn64pa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tItsKn64pa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tItsKn64pa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tItsKn64pa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tItsKn64pa .navbar-logo {
  margin: 0;
}
.cid-tItsKn64pa .container,
.cid-tItsKn64pa .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tItsKn64pa .container,
  .cid-tItsKn64pa .container-fluid {
    justify-content: space-between;
  }
}
.cid-tItsKn64pa .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tItsKn64pa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tItsKn64pa .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tItsKn64pa .navbar-brand {
    display: none;
  }
}
.cid-tItsKn64pa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItsKn64pa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tItsKn64pa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tItsKn64pa .dropdown-item:hover,
.cid-tItsKn64pa .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tItsKn64pa .dropdown-item:hover span {
  color: white;
}
.cid-tItsKn64pa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tItsKn64pa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tItsKn64pa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tItsKn64pa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tItsKn64pa .nav-link {
  position: relative;
}
.cid-tItsKn64pa .container {
  display: flex;
  margin: auto;
}
.cid-tItsKn64pa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tItsKn64pa .dropdown-menu,
.cid-tItsKn64pa .navbar.opened {
  background: #17003b !important;
}
.cid-tItsKn64pa .nav-item:focus,
.cid-tItsKn64pa .nav-link:focus {
  outline: none;
}
.cid-tItsKn64pa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tItsKn64pa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tItsKn64pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tItsKn64pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItsKn64pa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tItsKn64pa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tItsKn64pa .dropdown-item.active,
.cid-tItsKn64pa .dropdown-item:active {
  background-color: transparent;
}
.cid-tItsKn64pa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tItsKn64pa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tItsKn64pa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tItsKn64pa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tItsKn64pa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tItsKn64pa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tItsKn64pa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tItsKn64pa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tItsKn64pa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tItsKn64pa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tItsKn64pa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tItsKn64pa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItsKn64pa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItsKn64pa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tItsKn64pa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItsKn64pa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tItsKn64pa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tItsKn64pa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItsKn64pa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tItsKn64pa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItsKn64pa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tItsKn64pa .navbar {
    height: 70px;
  }
  .cid-tItsKn64pa .navbar.opened {
    height: auto;
  }
  .cid-tItsKn64pa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tItsKnDp5e {
  background-color: #17003b;
}
.cid-tItsKnDp5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKnDp5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKnDp5e .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tItsKnDp5e img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tItsKnDp5e img {
    padding-bottom: 2rem;
  }
}
.cid-tItsKnDp5e .row {
  align-items: center;
}
.cid-tItsKnDp5e .mbr-section-title {
  color: #ffffff;
}
.cid-tItsKnDp5e .mbr-text,
.cid-tItsKnDp5e .mbr-section-btn {
  color: #ffffff;
}
.cid-tItsKnDp5e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tItsKopblI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tItsKopblI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKopblI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKopblI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tItsKopblI .mbr-text,
.cid-tItsKopblI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tItsKopblI b,
.cid-tItsKopblI strong {
  font-weight: 900;
}
.cid-tItsKopblI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tItsKoMjVi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tItsKoMjVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKoMjVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKoMjVi .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tItsKoMjVi .container-fluid {
    padding: 0 12px;
  }
}
.cid-tItsKoMjVi .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tItsKoMjVi .row {
    padding: 48px 20px;
  }
}
.cid-tItsKoMjVi .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tItsKoMjVi .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tItsKoMjVi .card {
    margin: 0 !important;
  }
}
.cid-tItsKoMjVi .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tItsKoMjVi .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tItsKoMjVi .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tItsKoMjVi .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tItsKoMjVi .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tItsKoMjVi .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tItsKoMjVi .mbr-text {
  color: #07553B;
}
.cid-tItsKpdiaI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tItsKpdiaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKpdiaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKpdiaI .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tItsKpdiaI b,
.cid-tItsKpdiaI strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tItsKpdiaI .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tItsKpdiaI .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tItsKpdiaI .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tItsKpdiaI .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tItsKpdiaI .card {
  padding: 0!important;
}
.cid-tItsKpdiaI .container-fluid {
  padding: 0;
}
.cid-tItsKpdiaI .container-fluid .row {
  margin: 0;
}
.cid-tItsKpdiaI .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tItsKpdiaI .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tItsKpdiaI .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tItsKpdiaI .card1 {
  background: #fffa63;
}
.cid-tItsKpdiaI .card2 {
  background: #6bffc7;
}
.cid-tItsKpdiaI .card3 {
  background: #ff57be;
}
.cid-tItsKpdiaI .card-text,
.cid-tItsKpdiaI .mbr-section-btn,
.cid-tItsKpdiaI .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItsKpdiaI .card-title,
.cid-tItsKpdiaI .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItsKpdiaI .mbr-link,
.cid-tItsKpdiaI .content-wrap,
.cid-tItsKpdiaI path {
  color: #17003b;
  text-align: center;
}
.cid-tItsKpTN4K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItsKpTN4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKpTN4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKpTN4K .text-primary {
  background-color: #6bffc7;
}
.cid-tItsKpTN4K .mbr-section-title {
  color: #17003b;
}
.cid-tIA7k7j0Th {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIA7k7j0Th .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA7k7j0Th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIA7k7j0Th img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIA7k7j0Th img {
    padding-bottom: 2rem;
  }
}
.cid-tIA7k7j0Th .row {
  align-items: center;
}
.cid-tIA7k7j0Th .mbr-section-title {
  color: #ffffff;
}
.cid-tIA7k7j0Th .mbr-text,
.cid-tIA7k7j0Th .mbr-section-btn {
  color: #ffffff;
}
.cid-tIA7k7j0Th .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tItsKqn2xu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tItsKqn2xu .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tItsKqn2xu .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tItsKqn2xu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tItsKqn2xu .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tItsKqn2xu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tItsKqn2xu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tItsKqn2xu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tItsKqn2xu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tItsKqn2xu b,
.cid-tItsKqn2xu strong {
  font-weight: 900;
}
.cid-tItsKqn2xu img,
.cid-tItsKqn2xu .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tItsKqn2xu .item:focus,
.cid-tItsKqn2xu span:focus {
  outline: none;
}
.cid-tItsKqn2xu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tItsKqn2xu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tItsKqn2xu .mbr-section-title {
  color: #17003b;
}
.cid-tItsKqn2xu .mbr-text,
.cid-tItsKqn2xu .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tItsKqn2xu .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItsKqn2xu .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItsKqn2xu .item-subtitle,
.cid-tItsKqn2xu .item-content {
  text-align: center;
}
.cid-tItsKqNe74 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tItsKqNe74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKqNe74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKqNe74 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tItsKqNe74 .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tItsKqNe74 .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tItsKqNe74 b,
.cid-tItsKqNe74 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tItsKqNe74 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tItsKqNe74 img {
    padding-bottom: 2rem;
  }
}
.cid-tItsKqNe74 .row {
  align-items: center;
}
.cid-tItsKqNe74 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tItsKqNe74 .mbr-text,
.cid-tItsKqNe74 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tItsKqNe74 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tItsKrgWyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tItsKrgWyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKrgWyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKrgWyZ .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tItsKrgWyZ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tItsKrgWyZ .btn {
    margin-right: 0;
  }
  .cid-tItsKrgWyZ .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tItsKrgWyZ a {
  font-weight: 900;
}
.cid-tItsKrgWyZ p {
  line-height: 1.1;
}
.cid-tItsKrgWyZ .text-primary {
  background-color: #6bffc7;
}
.cid-tItsKrgWyZ .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tItsKrgWyZ .d-flex {
    flex-direction: column;
  }
}
.cid-tItsKrgWyZ .mbr-text {
  color: #ffffff;
}
.cid-tItsKrgWyZ .mbr-section-title {
  color: #ffffff;
}
.cid-tItsKrgWyZ .name {
  color: #ffffff;
}
.cid-tItsKrgWyZ .position {
  color: #ffffff;
}
.cid-tItsKrgWyZ .mbr-title {
  color: #ffffff;
}
.cid-tItsKrIg7F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItsKrIg7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKrIg7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKrIg7F b,
.cid-tItsKrIg7F strong {
  font-weight: 900;
}
.cid-tItsKrIg7F path {
  stroke: #fffa63 !important;
}
.cid-tItsKrIg7F .mbr-text {
  color: #767676;
}
.cid-tItsKrIg7F .mbr-section-subtitle {
  color: #767676;
}
.cid-tItsKrIg7F .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tItsKrIg7F .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tItsKrIg7F .card-box h4,
.cid-tItsKrIg7F .card-box p,
.cid-tItsKrIg7F .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tItsKrIg7F .title .num {
  width: 100%;
  display: block;
}
.cid-tItsKrIg7F .title .card-title {
  z-index: 1;
}
.cid-tItsKrIg7F .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tItsKrIg7F * {
    text-align: center !important;
  }
  .cid-tItsKrIg7F .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tItsKrIg7F .card-title,
.cid-tItsKrIg7F .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tItsKrIg7F .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tItsKrIg7F .mbr-section-title,
.cid-tItsKrIg7F .card-box {
  text-align: center;
}
.cid-tItsKsnNLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tItsKsnNLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItsKsnNLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItsKsnNLO .underline {
  text-decoration: underline;
}
.cid-tItsKsnNLO .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tItsKsnNLO .items {
    padding: 3rem 1rem;
  }
}
.cid-tItsKsnNLO .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tItsKsnNLO .text-primary {
  background: #6bffc7;
}
.cid-tItsKsnNLO .noborder {
  border-bottom: 0;
}
.cid-tItsKsnNLO b,
.cid-tItsKsnNLO strong,
.cid-tItsKsnNLO a {
  font-weight: 900;
}
.cid-tItsKsnNLO .mbr-section-title {
  color: #17003b;
}
.cid-tItsKsnNLO .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItsKsnNLO .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItsKsnNLO .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tItsKsnNLO .mbr-item-title,
.cid-tItsKsnNLO .card {
  color: #17003b;
}
.cid-tItsKsnNLO .mbr-text {
  color: #17003b;
}
.cid-tItsKsRcEO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tItsKsRcEO .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tItsKsRcEO .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tItsKsRcEO .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tItsKsRcEO .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tItsKsRcEO form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tItsKsRcEO p {
  margin-bottom: 4rem;
}
.cid-tItsKsRcEO h4 {
  margin-bottom: 1rem;
}
.cid-tItsKsRcEO .form-control,
.cid-tItsKsRcEO .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItsKsRcEO .form-control::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input::-webkit-input-placeholder,
.cid-tItsKsRcEO .form-control::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItsKsRcEO .form-control:-moz-placeholder,
.cid-tItsKsRcEO .field-input:-moz-placeholder,
.cid-tItsKsRcEO .form-control:-moz-placeholder,
.cid-tItsKsRcEO .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tItsKsRcEO .form-control:hover,
.cid-tItsKsRcEO .field-input:hover,
.cid-tItsKsRcEO .form-control:focus,
.cid-tItsKsRcEO .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tItsKsRcEO .form-control:hover::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input:hover::-webkit-input-placeholder,
.cid-tItsKsRcEO .form-control:focus::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input:focus::-webkit-input-placeholder,
.cid-tItsKsRcEO .form-control:hover::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input:hover::-webkit-input-placeholder,
.cid-tItsKsRcEO .form-control:focus::-webkit-input-placeholder,
.cid-tItsKsRcEO .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItsKsRcEO .form-control:hover:-moz-placeholder,
.cid-tItsKsRcEO .field-input:hover:-moz-placeholder,
.cid-tItsKsRcEO .form-control:focus:-moz-placeholder,
.cid-tItsKsRcEO .field-input:focus:-moz-placeholder,
.cid-tItsKsRcEO .form-control:hover:-moz-placeholder,
.cid-tItsKsRcEO .field-input:hover:-moz-placeholder,
.cid-tItsKsRcEO .form-control:focus:-moz-placeholder,
.cid-tItsKsRcEO .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tItsKsRcEO .jq-number__spin:hover,
.cid-tItsKsRcEO .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tItsKsRcEO .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItsKsRcEO .jq-selectbox li,
.cid-tItsKsRcEO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tItsKsRcEO .jq-selectbox li:hover,
.cid-tItsKsRcEO .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tItsKsRcEO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tItsKsRcEO .jq-number__spin.minus:hover:after,
.cid-tItsKsRcEO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tItsKsRcEO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tItsKsRcEO .jq-number__spin.minus:after,
.cid-tItsKsRcEO .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tItsKsRcEO input::-webkit-clear-button {
  display: none;
}
.cid-tItsKsRcEO input::-webkit-inner-spin-button {
  display: none;
}
.cid-tItsKsRcEO input::-webkit-outer-spin-button {
  display: none;
}
.cid-tItsKsRcEO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tItsKsRcEO H4 {
  color: #ffffff;
}
.cid-tItsKsRcEO P {
  color: #ffffff;
}
.cid-tItsKtmK5N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tItsKtmK5N p {
  text-align: center;
}
.cid-tItsKtmK5N .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tItsKtmK5N .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tItsKtmK5N .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tItsKtmK5N .logo-footer {
  line-height: normal;
}
.cid-tItsKtmK5N .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tItsKtmK5N .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tItsKtmK5N .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tItsKtmK5N li {
  overflow: hidden;
}
.cid-tItsKtmK5N .icon-transition span {
  display: block;
}
.cid-tItsKtmK5N .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tItsKtmK5N .list-inline-item a {
  display: block;
}
.cid-tItsKtmK5N .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tItsKtmK5N .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItsKtmK5N .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tItsKtmK5N .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tItsKtmK5N .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tItsKtmK5N .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tItsKtmK5N .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tItsKtmK5N .logo-footer {
    text-align: center;
  }
  .cid-tItsKtmK5N .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tIAFUrsM0b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #17003b;
}
.cid-tIAFUrsM0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAFUrsM0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAFUrsM0b .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIAFUrsM0b .mbr-text,
.cid-tIAFUrsM0b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIAFUrsM0b b,
.cid-tIAFUrsM0b strong {
  font-weight: 900;
}
.cid-tIAFUrsM0b .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIA9B1YhWG .navbar-dropdown {
  position: relative !important;
}
.cid-tIA9B1YhWG .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tIA9B1YhWG .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tIA9B1YhWG .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tIA9B1YhWG .navbar.opened {
  transition: all 0.3s;
}
.cid-tIA9B1YhWG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIA9B1YhWG .navbar .navbar-logo img {
  width: auto;
}
.cid-tIA9B1YhWG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIA9B1YhWG .navbar.collapsed {
  justify-content: center;
}
.cid-tIA9B1YhWG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIA9B1YhWG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIA9B1YhWG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tIA9B1YhWG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIA9B1YhWG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIA9B1YhWG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIA9B1YhWG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIA9B1YhWG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIA9B1YhWG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIA9B1YhWG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIA9B1YhWG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIA9B1YhWG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIA9B1YhWG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIA9B1YhWG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIA9B1YhWG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIA9B1YhWG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIA9B1YhWG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIA9B1YhWG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIA9B1YhWG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIA9B1YhWG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIA9B1YhWG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIA9B1YhWG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIA9B1YhWG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIA9B1YhWG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIA9B1YhWG .navbar-logo {
  margin: 0;
}
.cid-tIA9B1YhWG .container,
.cid-tIA9B1YhWG .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tIA9B1YhWG .container,
  .cid-tIA9B1YhWG .container-fluid {
    justify-content: space-between;
  }
}
.cid-tIA9B1YhWG .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIA9B1YhWG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIA9B1YhWG .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tIA9B1YhWG .navbar-brand {
    display: none;
  }
}
.cid-tIA9B1YhWG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIA9B1YhWG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIA9B1YhWG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIA9B1YhWG .dropdown-item:hover,
.cid-tIA9B1YhWG .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tIA9B1YhWG .dropdown-item:hover span {
  color: white;
}
.cid-tIA9B1YhWG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIA9B1YhWG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIA9B1YhWG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tIA9B1YhWG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIA9B1YhWG .nav-link {
  position: relative;
}
.cid-tIA9B1YhWG .container {
  display: flex;
  margin: auto;
}
.cid-tIA9B1YhWG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIA9B1YhWG .dropdown-menu,
.cid-tIA9B1YhWG .navbar.opened {
  background: #17003b !important;
}
.cid-tIA9B1YhWG .nav-item:focus,
.cid-tIA9B1YhWG .nav-link:focus {
  outline: none;
}
.cid-tIA9B1YhWG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIA9B1YhWG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIA9B1YhWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIA9B1YhWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIA9B1YhWG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIA9B1YhWG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIA9B1YhWG .dropdown-item.active,
.cid-tIA9B1YhWG .dropdown-item:active {
  background-color: transparent;
}
.cid-tIA9B1YhWG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIA9B1YhWG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIA9B1YhWG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIA9B1YhWG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tIA9B1YhWG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIA9B1YhWG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIA9B1YhWG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIA9B1YhWG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIA9B1YhWG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIA9B1YhWG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tIA9B1YhWG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIA9B1YhWG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIA9B1YhWG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIA9B1YhWG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIA9B1YhWG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIA9B1YhWG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIA9B1YhWG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIA9B1YhWG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIA9B1YhWG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tIA9B1YhWG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIA9B1YhWG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIA9B1YhWG .navbar {
    height: 70px;
  }
  .cid-tIA9B1YhWG .navbar.opened {
    height: auto;
  }
  .cid-tIA9B1YhWG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIA9B2xLht {
  background-color: #17003b;
}
.cid-tIA9B2xLht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B2xLht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B2xLht .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIA9B2xLht img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIA9B2xLht img {
    padding-bottom: 2rem;
  }
}
.cid-tIA9B2xLht .row {
  align-items: center;
}
.cid-tIA9B2xLht .mbr-section-title {
  color: #ffffff;
}
.cid-tIA9B2xLht .mbr-text,
.cid-tIA9B2xLht .mbr-section-btn {
  color: #ffffff;
}
.cid-tIA9B2xLht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIA9B55Lpl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIA9B55Lpl .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tIA9B55Lpl .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tIA9B55Lpl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIA9B55Lpl .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tIA9B55Lpl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIA9B55Lpl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIA9B55Lpl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIA9B55Lpl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIA9B55Lpl b,
.cid-tIA9B55Lpl strong {
  font-weight: 900;
}
.cid-tIA9B55Lpl img,
.cid-tIA9B55Lpl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIA9B55Lpl .item:focus,
.cid-tIA9B55Lpl span:focus {
  outline: none;
}
.cid-tIA9B55Lpl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIA9B55Lpl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIA9B55Lpl .mbr-section-title {
  color: #17003b;
}
.cid-tIA9B55Lpl .mbr-text,
.cid-tIA9B55Lpl .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B55Lpl .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B55Lpl .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIA9B55Lpl .item-subtitle,
.cid-tIA9B55Lpl .item-content {
  text-align: center;
}
.cid-tIA9B2U0iI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tIA9B2U0iI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B2U0iI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B2U0iI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIA9B2U0iI .mbr-text,
.cid-tIA9B2U0iI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIA9B2U0iI b,
.cid-tIA9B2U0iI strong {
  font-weight: 900;
}
.cid-tIA9B2U0iI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tIA9B3hpWn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tIA9B3hpWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B3hpWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B3hpWn .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tIA9B3hpWn .container-fluid {
    padding: 0 12px;
  }
}
.cid-tIA9B3hpWn .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIA9B3hpWn .row {
    padding: 48px 20px;
  }
}
.cid-tIA9B3hpWn .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tIA9B3hpWn .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tIA9B3hpWn .card {
    margin: 0 !important;
  }
}
.cid-tIA9B3hpWn .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tIA9B3hpWn .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tIA9B3hpWn .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tIA9B3hpWn .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tIA9B3hpWn .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tIA9B3hpWn .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tIA9B3hpWn .mbr-text {
  color: #07553B;
}
.cid-tIA9B3EHIh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIA9B3EHIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B3EHIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B3EHIh .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tIA9B3EHIh b,
.cid-tIA9B3EHIh strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tIA9B3EHIh .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tIA9B3EHIh .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tIA9B3EHIh .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tIA9B3EHIh .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tIA9B3EHIh .card {
  padding: 0;
}
.cid-tIA9B3EHIh .container-fluid {
  padding: 0;
}
.cid-tIA9B3EHIh .container-fluid .row {
  margin: 0;
}
.cid-tIA9B3EHIh .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tIA9B3EHIh .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIA9B3EHIh .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tIA9B3EHIh .card1 {
  background: #fffa63;
}
.cid-tIA9B3EHIh .card2 {
  background: #6bffc7;
}
.cid-tIA9B3EHIh .card3 {
  background: #ff57be;
}
.cid-tIA9B3EHIh .card-text,
.cid-tIA9B3EHIh .mbr-section-btn,
.cid-tIA9B3EHIh .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIA9B3EHIh .card-title,
.cid-tIA9B3EHIh .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tIA9B3EHIh .mbr-link,
.cid-tIA9B3EHIh .content-wrap,
.cid-tIA9B3EHIh path {
  color: #17003b;
  text-align: center;
}
.cid-tIA9B4h9qc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIA9B4h9qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B4h9qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B4h9qc .text-primary {
  background-color: #6bffc7;
}
.cid-tIA9B4h9qc .mbr-section-title {
  color: #17003b;
}
.cid-tIA9B5xkCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tIA9B5xkCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B5xkCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B5xkCB .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tIA9B5xkCB .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tIA9B5xkCB .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tIA9B5xkCB b,
.cid-tIA9B5xkCB strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tIA9B5xkCB img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tIA9B5xkCB img {
    padding-bottom: 2rem;
  }
}
.cid-tIA9B5xkCB .row {
  align-items: center;
}
.cid-tIA9B5xkCB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tIA9B5xkCB .mbr-text,
.cid-tIA9B5xkCB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tIA9B5xkCB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tIA9B61fMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tIA9B61fMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B61fMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B61fMM .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tIA9B61fMM .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIA9B61fMM .btn {
    margin-right: 0;
  }
  .cid-tIA9B61fMM .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tIA9B61fMM a {
  font-weight: 900;
}
.cid-tIA9B61fMM p {
  line-height: 1.1;
}
.cid-tIA9B61fMM .text-primary {
  background-color: #6bffc7;
}
.cid-tIA9B61fMM .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIA9B61fMM .d-flex {
    flex-direction: column;
  }
}
.cid-tIA9B61fMM .mbr-text {
  color: #ffffff;
}
.cid-tIA9B61fMM .mbr-section-title {
  color: #ffffff;
}
.cid-tIA9B61fMM .name {
  color: #ffffff;
}
.cid-tIA9B61fMM .position {
  color: #ffffff;
}
.cid-tIA9B61fMM .mbr-title {
  color: #ffffff;
}
.cid-tIA9B6t0HA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIA9B6t0HA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B6t0HA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B6t0HA b,
.cid-tIA9B6t0HA strong {
  font-weight: 900;
}
.cid-tIA9B6t0HA path {
  stroke: #fffa63 !important;
}
.cid-tIA9B6t0HA .mbr-text {
  color: #767676;
}
.cid-tIA9B6t0HA .mbr-section-subtitle {
  color: #767676;
}
.cid-tIA9B6t0HA .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tIA9B6t0HA .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tIA9B6t0HA .card-box h4,
.cid-tIA9B6t0HA .card-box p,
.cid-tIA9B6t0HA .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tIA9B6t0HA .title .num {
  width: 100%;
  display: block;
}
.cid-tIA9B6t0HA .title .card-title {
  z-index: 1;
}
.cid-tIA9B6t0HA .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIA9B6t0HA * {
    text-align: center !important;
  }
  .cid-tIA9B6t0HA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tIA9B6t0HA .card-title,
.cid-tIA9B6t0HA .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B6t0HA .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B6t0HA .mbr-section-title,
.cid-tIA9B6t0HA .card-box {
  text-align: center;
}
.cid-tIA9B715Ko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-tIA9B715Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIA9B715Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIA9B715Ko .underline {
  text-decoration: underline;
}
.cid-tIA9B715Ko .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tIA9B715Ko .items {
    padding: 3rem 1rem;
  }
}
.cid-tIA9B715Ko .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-tIA9B715Ko .text-primary {
  background: #6bffc7;
}
.cid-tIA9B715Ko .noborder {
  border-bottom: 0;
}
.cid-tIA9B715Ko b,
.cid-tIA9B715Ko strong,
.cid-tIA9B715Ko a {
  font-weight: 900;
}
.cid-tIA9B715Ko .mbr-section-title {
  color: #17003b;
}
.cid-tIA9B715Ko .mbr-section-subtitle {
  color: #17003b;
}
.cid-tIA9B715Ko .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B715Ko .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-tIA9B715Ko .mbr-item-title,
.cid-tIA9B715Ko .card {
  color: #17003b;
}
.cid-tIA9B715Ko .mbr-text {
  color: #17003b;
}
.cid-tIA9B7xmJH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tIA9B7xmJH .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tIA9B7xmJH .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tIA9B7xmJH .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tIA9B7xmJH .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tIA9B7xmJH form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIA9B7xmJH p {
  margin-bottom: 4rem;
}
.cid-tIA9B7xmJH h4 {
  margin-bottom: 1rem;
}
.cid-tIA9B7xmJH .form-control,
.cid-tIA9B7xmJH .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIA9B7xmJH .form-control::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input::-webkit-input-placeholder,
.cid-tIA9B7xmJH .form-control::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIA9B7xmJH .form-control:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:-moz-placeholder,
.cid-tIA9B7xmJH .form-control:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tIA9B7xmJH .form-control:hover,
.cid-tIA9B7xmJH .field-input:hover,
.cid-tIA9B7xmJH .form-control:focus,
.cid-tIA9B7xmJH .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tIA9B7xmJH .form-control:hover::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input:hover::-webkit-input-placeholder,
.cid-tIA9B7xmJH .form-control:focus::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input:focus::-webkit-input-placeholder,
.cid-tIA9B7xmJH .form-control:hover::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input:hover::-webkit-input-placeholder,
.cid-tIA9B7xmJH .form-control:focus::-webkit-input-placeholder,
.cid-tIA9B7xmJH .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tIA9B7xmJH .form-control:hover:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:hover:-moz-placeholder,
.cid-tIA9B7xmJH .form-control:focus:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:focus:-moz-placeholder,
.cid-tIA9B7xmJH .form-control:hover:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:hover:-moz-placeholder,
.cid-tIA9B7xmJH .form-control:focus:-moz-placeholder,
.cid-tIA9B7xmJH .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tIA9B7xmJH .jq-number__spin:hover,
.cid-tIA9B7xmJH .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tIA9B7xmJH .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIA9B7xmJH .jq-selectbox li,
.cid-tIA9B7xmJH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tIA9B7xmJH .jq-selectbox li:hover,
.cid-tIA9B7xmJH .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tIA9B7xmJH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIA9B7xmJH .jq-number__spin.minus:hover:after,
.cid-tIA9B7xmJH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tIA9B7xmJH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIA9B7xmJH .jq-number__spin.minus:after,
.cid-tIA9B7xmJH .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tIA9B7xmJH input::-webkit-clear-button {
  display: none;
}
.cid-tIA9B7xmJH input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIA9B7xmJH input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIA9B7xmJH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIA9B7xmJH H4 {
  color: #ffffff;
}
.cid-tIA9B7xmJH P {
  color: #ffffff;
}
.cid-tIA9B80nxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tIA9B80nxN p {
  text-align: center;
}
.cid-tIA9B80nxN .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tIA9B80nxN .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tIA9B80nxN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tIA9B80nxN .logo-footer {
  line-height: normal;
}
.cid-tIA9B80nxN .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tIA9B80nxN .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tIA9B80nxN .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tIA9B80nxN li {
  overflow: hidden;
}
.cid-tIA9B80nxN .icon-transition span {
  display: block;
}
.cid-tIA9B80nxN .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tIA9B80nxN .list-inline-item a {
  display: block;
}
.cid-tIA9B80nxN .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tIA9B80nxN .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIA9B80nxN .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tIA9B80nxN .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tIA9B80nxN .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tIA9B80nxN .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tIA9B80nxN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tIA9B80nxN .logo-footer {
    text-align: center;
  }
  .cid-tIA9B80nxN .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}
[ng-cloak] {
  visibility: hidden;
}

[ng-cloak]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3; /* Replace with desired background color */
  animation: skeleton-loading 1s infinite alternate;
}
.tt1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1;
 
}
@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-right,
  .align-left {

    text-align: center;

  }

}



/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tItrziaHwi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #17003b;
}
.cid-tItrziaHwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrziaHwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrziaHwi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tItrziaHwi .mbr-text,
.cid-tItrziaHwi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tItrziaHwi b,
.cid-tItrziaHwi strong {
  font-weight: 900;
}
.cid-tItrziaHwi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tItrzizfiH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tItrzizfiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzizfiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzizfiH b,
.cid-tItrzizfiH strong {
  font-weight: 900;
}
.cid-tItrzizfiH .mbr-section-title {
  color: #17003b;
}
.cid-tItrzizfiH .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItrziVAup .navbar-dropdown {
  position: relative !important;
}
.cid-tItrziVAup .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-tItrziVAup .nav-dropdown {
    margin-top: 2rem;
  }
}
.cid-tItrziVAup .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(23, 0, 59, 0);
}
.cid-tItrziVAup .navbar.opened {
  transition: all 0.3s;
}
.cid-tItrziVAup .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tItrziVAup .navbar .navbar-logo img {
  width: auto;
}
.cid-tItrziVAup .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tItrziVAup .navbar.collapsed {
  justify-content: center;
}
.cid-tItrziVAup .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tItrziVAup .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tItrziVAup .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tItrziVAup .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tItrziVAup .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tItrziVAup .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tItrziVAup .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tItrziVAup .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tItrziVAup .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tItrziVAup .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tItrziVAup .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tItrziVAup .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tItrziVAup .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tItrziVAup .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tItrziVAup .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tItrziVAup .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tItrziVAup .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tItrziVAup .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tItrziVAup .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tItrziVAup .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tItrziVAup .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tItrziVAup .navbar.navbar-short {
  min-height: 60px;
}
.cid-tItrziVAup .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tItrziVAup .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tItrziVAup .navbar-logo {
  margin: 0;
}
.cid-tItrziVAup .container,
.cid-tItrziVAup .container-fluid {
  justify-content: flex-end;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cid-tItrziVAup .container,
  .cid-tItrziVAup .container-fluid {
    justify-content: space-between;
  }
}
.cid-tItrziVAup .navbar-brand {
  margin: auto !important;
  position: absolute;
  width: 200px;
  flex-direction: column;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tItrziVAup .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tItrziVAup .navbar-brand .navbar-logo a {
  outline: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tItrziVAup .navbar-brand {
    display: none;
  }
}
.cid-tItrziVAup .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItrziVAup .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tItrziVAup .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tItrziVAup .dropdown-item:hover,
.cid-tItrziVAup .dropdown-item:focus {
  background: #17003b !important;
  color: white !important;
}
.cid-tItrziVAup .dropdown-item:hover span {
  color: white;
}
.cid-tItrziVAup .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tItrziVAup .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tItrziVAup .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-tItrziVAup .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tItrziVAup .nav-link {
  position: relative;
}
.cid-tItrziVAup .container {
  display: flex;
  margin: auto;
}
.cid-tItrziVAup .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tItrziVAup .dropdown-menu,
.cid-tItrziVAup .navbar.opened {
  background: #17003b !important;
}
.cid-tItrziVAup .nav-item:focus,
.cid-tItrziVAup .nav-link:focus {
  outline: none;
}
.cid-tItrziVAup .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tItrziVAup .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tItrziVAup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tItrziVAup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tItrziVAup .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tItrziVAup .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tItrziVAup .dropdown-item.active,
.cid-tItrziVAup .dropdown-item:active {
  background-color: transparent;
}
.cid-tItrziVAup .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tItrziVAup .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tItrziVAup .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tItrziVAup .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17003b;
}
.cid-tItrziVAup .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tItrziVAup .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tItrziVAup ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tItrziVAup .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tItrziVAup button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tItrziVAup button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6be3ff;
}
.cid-tItrziVAup button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tItrziVAup button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItrziVAup button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tItrziVAup button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tItrziVAup nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItrziVAup nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tItrziVAup nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tItrziVAup nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tItrziVAup .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tItrziVAup a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItrziVAup .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tItrziVAup .navbar {
    height: 70px;
  }
  .cid-tItrziVAup .navbar.opened {
    height: auto;
  }
  .cid-tItrziVAup .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tItrzjqHpq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tItrzjqHpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzjqHpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzjqHpq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tItrzjqHpq .mbr-text,
.cid-tItrzjqHpq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tItrzjqHpq b,
.cid-tItrzjqHpq strong {
  font-weight: 900;
}
.cid-tItrzjqHpq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tItrzjMNNO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6500e0;
}
.cid-tItrzjMNNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzjMNNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzjMNNO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tItrzjMNNO .container-fluid {
    padding: 0 12px;
  }
}
.cid-tItrzjMNNO .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tItrzjMNNO .row {
    padding: 48px 20px;
  }
}
.cid-tItrzjMNNO .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff57be;
  border-radius: 100%;
}
.cid-tItrzjMNNO .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tItrzjMNNO .card {
    margin: 0 !important;
  }
}
.cid-tItrzjMNNO .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tItrzjMNNO .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tItrzjMNNO .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tItrzjMNNO .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tItrzjMNNO .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tItrzjMNNO .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tItrzjMNNO .mbr-text {
  color: #07553B;
}
.cid-tItrzk9Cu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tItrzk9Cu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzk9Cu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzk9Cu2 .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #17003b;
  margin-bottom: 3rem;
}
.cid-tItrzk9Cu2 b,
.cid-tItrzk9Cu2 strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tItrzk9Cu2 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tItrzk9Cu2 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tItrzk9Cu2 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tItrzk9Cu2 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tItrzk9Cu2 .card {
  padding: 0!important;
}
.cid-tItrzk9Cu2 .container-fluid {
  padding: 0;
}
.cid-tItrzk9Cu2 .container-fluid .row {
  margin: 0;
}
.cid-tItrzk9Cu2 .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tItrzk9Cu2 .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tItrzk9Cu2 .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tItrzk9Cu2 .card1 {
  background: #fffa63;
}
.cid-tItrzk9Cu2 .card2 {
  background: #6bffc7;
}
.cid-tItrzk9Cu2 .card3 {
  background: #ff57be;
}
.cid-tItrzk9Cu2 .card-text,
.cid-tItrzk9Cu2 .mbr-section-btn,
.cid-tItrzk9Cu2 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItrzk9Cu2 .card-title,
.cid-tItrzk9Cu2 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tItrzk9Cu2 .mbr-link,
.cid-tItrzk9Cu2 .content-wrap,
.cid-tItrzk9Cu2 path {
  color: #17003b;
  text-align: center;
}
.cid-tItrzkNoPD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItrzkNoPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzkNoPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzkNoPD .text-primary {
  background-color: #6bffc7;
}
.cid-tItrzkNoPD .mbr-section-title {
  color: #17003b;
}
.cid-tItrzley8K {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tItrzley8K .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tItrzley8K .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tItrzley8K .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tItrzley8K .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tItrzley8K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tItrzley8K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tItrzley8K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tItrzley8K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tItrzley8K b,
.cid-tItrzley8K strong {
  font-weight: 900;
}
.cid-tItrzley8K img,
.cid-tItrzley8K .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tItrzley8K .item:focus,
.cid-tItrzley8K span:focus {
  outline: none;
}
.cid-tItrzley8K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tItrzley8K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tItrzley8K .mbr-section-title {
  color: #17003b;
}
.cid-tItrzley8K .mbr-text,
.cid-tItrzley8K .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tItrzley8K .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tItrzley8K .mbr-section-subtitle {
  color: #17003b;
}
.cid-tItrzley8K .item-subtitle,
.cid-tItrzley8K .item-content {
  text-align: center;
}
.cid-tItrzlOTlb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #17003b;
}
.cid-tItrzlOTlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzlOTlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzlOTlb .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-tItrzlOTlb .image-wrapper img {
  max-width: 800px;
  margin: auto;
  padding-bottom: 2rem;
}
.cid-tItrzlOTlb .image-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cid-tItrzlOTlb b,
.cid-tItrzlOTlb strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tItrzlOTlb img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tItrzlOTlb img {
    padding-bottom: 2rem;
  }
}
.cid-tItrzlOTlb .row {
  align-items: center;
}
.cid-tItrzlOTlb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tItrzlOTlb .mbr-text,
.cid-tItrzlOTlb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tItrzlOTlb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tItrzmi4dO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17003b;
}
.cid-tItrzmi4dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzmi4dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzmi4dO .image-wrapper {
  margin-left: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tItrzmi4dO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tItrzmi4dO .btn {
    margin-right: 0;
  }
  .cid-tItrzmi4dO .image-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.cid-tItrzmi4dO a {
  font-weight: 900;
}
.cid-tItrzmi4dO p {
  line-height: 1.1;
}
.cid-tItrzmi4dO .text-primary {
  background-color: #6bffc7;
}
.cid-tItrzmi4dO .d-flex {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tItrzmi4dO .d-flex {
    flex-direction: column;
  }
}
.cid-tItrzmi4dO .mbr-text {
  color: #ffffff;
}
.cid-tItrzmi4dO .mbr-section-title {
  color: #ffffff;
}
.cid-tItrzmi4dO .name {
  color: #ffffff;
}
.cid-tItrzmi4dO .position {
  color: #ffffff;
}
.cid-tItrzmi4dO .mbr-title {
  color: #ffffff;
}
.cid-tItrzmNuEo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tItrzmNuEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItrzmNuEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tItrzmNuEo b,
.cid-tItrzmNuEo strong {
  font-weight: 900;
}
.cid-tItrzmNuEo path {
  stroke: #fffa63 !important;
}
.cid-tItrzmNuEo .mbr-text {
  color: #767676;
}
.cid-tItrzmNuEo .mbr-section-subtitle {
  color: #767676;
}
.cid-tItrzmNuEo .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tItrzmNuEo .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tItrzmNuEo .card-box h4,
.cid-tItrzmNuEo .card-box p,
.cid-tItrzmNuEo .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tItrzmNuEo .title .num {
  width: 100%;
  display: block;
}
.cid-tItrzmNuEo .title .card-title {
  z-index: 1;
}
.cid-tItrzmNuEo .num {
  color: #17003b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tItrzmNuEo * {
    text-align: center !important;
  }
  .cid-tItrzmNuEo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tItrzmNuEo .card-title,
.cid-tItrzmNuEo .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tItrzmNuEo .card-text {
  text-align: center;
  color: #17003b;
}
.cid-tItrzmNuEo .mbr-section-title,
.cid-tItrzmNuEo .card-box {
  text-align: center;
}
.cid-tItrznsDIr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #17003b;
}
.cid-tItrznsDIr .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tItrznsDIr .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tItrznsDIr .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tItrznsDIr .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tItrznsDIr form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tItrznsDIr p {
  margin-bottom: 4rem;
}
.cid-tItrznsDIr h4 {
  margin-bottom: 1rem;
}
.cid-tItrznsDIr .form-control,
.cid-tItrznsDIr .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItrznsDIr .form-control::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input::-webkit-input-placeholder,
.cid-tItrznsDIr .form-control::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItrznsDIr .form-control:-moz-placeholder,
.cid-tItrznsDIr .field-input:-moz-placeholder,
.cid-tItrznsDIr .form-control:-moz-placeholder,
.cid-tItrznsDIr .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tItrznsDIr .form-control:hover,
.cid-tItrznsDIr .field-input:hover,
.cid-tItrznsDIr .form-control:focus,
.cid-tItrznsDIr .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tItrznsDIr .form-control:hover::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input:hover::-webkit-input-placeholder,
.cid-tItrznsDIr .form-control:focus::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input:focus::-webkit-input-placeholder,
.cid-tItrznsDIr .form-control:hover::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input:hover::-webkit-input-placeholder,
.cid-tItrznsDIr .form-control:focus::-webkit-input-placeholder,
.cid-tItrznsDIr .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tItrznsDIr .form-control:hover:-moz-placeholder,
.cid-tItrznsDIr .field-input:hover:-moz-placeholder,
.cid-tItrznsDIr .form-control:focus:-moz-placeholder,
.cid-tItrznsDIr .field-input:focus:-moz-placeholder,
.cid-tItrznsDIr .form-control:hover:-moz-placeholder,
.cid-tItrznsDIr .field-input:hover:-moz-placeholder,
.cid-tItrznsDIr .form-control:focus:-moz-placeholder,
.cid-tItrznsDIr .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tItrznsDIr .jq-number__spin:hover,
.cid-tItrznsDIr .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tItrznsDIr .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tItrznsDIr .jq-selectbox li,
.cid-tItrznsDIr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tItrznsDIr .jq-selectbox li:hover,
.cid-tItrznsDIr .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tItrznsDIr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tItrznsDIr .jq-number__spin.minus:hover:after,
.cid-tItrznsDIr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tItrznsDIr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tItrznsDIr .jq-number__spin.minus:after,
.cid-tItrznsDIr .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tItrznsDIr input::-webkit-clear-button {
  display: none;
}
.cid-tItrznsDIr input::-webkit-inner-spin-button {
  display: none;
}
.cid-tItrznsDIr input::-webkit-outer-spin-button {
  display: none;
}
.cid-tItrznsDIr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tItrznsDIr H4 {
  color: #ffffff;
}
.cid-tItrznsDIr P {
  color: #ffffff;
}
.cid-tItrzo1LO0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #17003b;
}
.cid-tItrzo1LO0 p {
  text-align: center;
}
.cid-tItrzo1LO0 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tItrzo1LO0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tItrzo1LO0 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tItrzo1LO0 .logo-footer {
  line-height: normal;
}
.cid-tItrzo1LO0 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tItrzo1LO0 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tItrzo1LO0 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tItrzo1LO0 li {
  overflow: hidden;
}
.cid-tItrzo1LO0 .icon-transition span {
  display: block;
}
.cid-tItrzo1LO0 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tItrzo1LO0 .list-inline-item a {
  display: block;
}
.cid-tItrzo1LO0 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tItrzo1LO0 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tItrzo1LO0 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tItrzo1LO0 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tItrzo1LO0 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tItrzo1LO0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tItrzo1LO0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tItrzo1LO0 .logo-footer {
    text-align: center;
  }
  .cid-tItrzo1LO0 .social-media {
    justify-content: center;
  }
}
