@charset "UTF-8";
section {
  background-color: #ffffff;
}

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;
}

/*! 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;
    border: 2px solid;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.7s ease-in-out, box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn:hover {
  transform: scale(0.9);
}

.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;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'IM Fell English SC', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #d7f92a !important;
}
.bg-success {
  background-color: #09426a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f2f2f2 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d7f92a !important;
  border-color: #d7f92a !important;
  color: #1d2301 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a7c706 !important;
  border-color: #a7c706 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1d2301 !important;
  background-color: #a7c706 !important;
  border-color: #a7c706 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #09426a !important;
  border-color: #09426a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #02101a !important;
  border-color: #02101a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #02101a !important;
  border-color: #02101a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #727272 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #727272 !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d7f92a;
  color: #d7f92a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a7c706 !important;
  background-color: transparent!important;
  border-color: #a7c706 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1d2301 !important;
  background-color: #d7f92a !important;
  border-color: #d7f92a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #09426a;
  color: #09426a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #02101a !important;
  background-color: transparent!important;
  border-color: #02101a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #09426a !important;
  border-color: #09426a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #727272 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #d7f92a !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #09426a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f2f2f2 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9ab805 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #01070c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bfbfbf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !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: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d7f92a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f2f2f2;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d7f92a;
  border-color: #d7f92a;
  color: #323c02;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d7f92a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfff0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #138be0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #d7f92a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #d7f92a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d7f92a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d7f92a;
}
.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: #d7f92a;
  border-bottom-color: #d7f92a;
}
.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: #000000 !important;
  background-color: #d7f92a !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: #ffffff !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='%23d7f92a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tVIZjXuG1M {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-tVIZjXuG1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIZjXuG1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIZjXuG1M .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVIZjXuG1M .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVIZjXuG1M .container {
    padding: 0 25px;
  }
}
.cid-tVIZjXuG1M .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tVIZjXuG1M .title-wrapper {
    padding: 0;
  }
}
.cid-tVIZjXuG1M .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVIZjXuG1M .title-wrapper .mbr-text {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVIZjXuG1M .mbr-section-title {
  color: #ffffff;
}
.cid-tVIZjXuG1M .mbr-text {
  color: #09426a;
  text-align: center;
  font-size: 3.8rem;
}
@media (max-width: 792px) {
  .cid-tVIZjXuG1M .mbr-text {
    font-size: 2rem;
  }
}
.cid-tVIZjXuG1M .mbr-section-title,
.cid-tVIZjXuG1M .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tVIZjXuG1M .mbr-section-title span {
  color: #09426a !important;
}
@media (max-width: 768px) {
  .cid-tVIZjXuG1M .btn-primary,
  .cid-tVIZjXuG1M .btn-primary:active {
    line-height: 1 !important;
  }
}
.cid-uHgHEY41RD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-uHgHEY41RD .item-img {
  position: relative;
}
.cid-uHgHEY41RD .item-img img {
  transition: all 0.7s;
}
.cid-uHgHEY41RD .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uHgHEY41RD .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uHgHEY41RD .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uHgHEY41RD .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-uHgHEY41RD .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uHgHEY41RD .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-uHgHEY41RD .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-uHgHEY41RD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uHgHEY41RD .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-uHgHEY41RD .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uHgHEY41RD .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uHgHEY41RD .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uHgHEY41RD .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uHgHEY41RD .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uHgHEY41RD .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uHgHEY41RD .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uHgHEY41RD .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHgHEY41RD .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uHgHEY41RD img,
.cid-uHgHEY41RD .item-img {
  width: 100%;
}
.cid-uHgHEY41RD .item:focus,
.cid-uHgHEY41RD span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uHgHEY41RD .item {
    margin-bottom: 1rem;
  }
}
.cid-uHgHEY41RD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uHgHEY41RD .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-uHgHEY41RD .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uHgHEY41RD .mbr-section-subtitle,
.cid-uHgHEY41RD .subtitle-wrap,
.cid-uHgHEY41RD .mbr-section-btn {
  text-align: left;
}
.cid-uHgHEY41RD .mbr-text,
.cid-uHgHEY41RD .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uHgHEY41RD h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-uHgHEY41RD h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-uHgIMikVkQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-uHgIMikVkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgIMikVkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgIMikVkQ .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-uHgIMikVkQ .row {
  flex-direction: row-reverse;
}
.cid-uHgIMikVkQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHgIMikVkQ .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uHgIMikVkQ .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-uHgIMikVkQ .text-wrapper {
    text-align: center;
  }
}
.cid-uHgIMikVkQ .mbr-text,
.cid-uHgIMikVkQ .mbr-section-btn {
  color: #09426a;
}
.cid-uHgIMikVkQ .mbr-menu,
.cid-uHgIMikVkQ .mbr-section-btn {
  color: #fdfde1;
}
.cid-uHgIMikVkQ .mbr-desc,
.cid-uHgIMikVkQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uHgIMikVkQ .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-uHgIMikVkQ a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-uHgIMikVkQ a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uHgIMikVkQ a.btn.btn-primary-outline.display-4,
  .cid-uHgIMikVkQ a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uHgIMikVkQ .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-uHgIMikVkQ .mbr-desc1 span {
  font-size: larger;
}
.cid-uHgIQdlqcU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-uHgIQdlqcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgIQdlqcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgIQdlqcU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-uHgIQdlqcU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHgIQdlqcU .content-head {
  max-width: 800px;
}
.cid-uHgIQdlqcU .img-wrapper {
  padding-right: 0.5rem;
}
.cid-uHgIQdlqcU .img-wrapper img {
  width: 6rem;
}
.cid-uHgIQdlqcU .card-title {
  color: #09426a;
}
.cid-uHgIQdlqcU .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-uHgIQdlqcU .text-danger:hover {
  color: #09426a !important;
}
.cid-uZ0mcfpN00 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZ0mcfpN00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0mcfpN00 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0mcfpN00 .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZ0mcfpN00 .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-uZ0mcfpN00 .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ0mcfpN00 .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-uZ0mcfpN00 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ0mcfpN00 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-uZ0mcfpN00 .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uZ0mcfpN00 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uZ0mcfpN00 .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-uZ0mcfpN00 .mbr-section-title {
  color: #000000;
}
.cid-uZ0mcfpN00 .mbr-text,
.cid-uZ0mcfpN00 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ0mcfpN00 .mbr-section-title,
.cid-uZ0mcfpN00 .mbr-section-btn,
.cid-uZ0mcfpN00 .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-uWWwuKGH1k {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uWWwuKGH1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWwuKGH1k img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-uWWwuKGH1k img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uWWwuKGH1k img {
    z-index: 10;
  }
}
.cid-uWWwuKGH1k .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-uWWwuKGH1k .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-uWWwuKGH1k .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-uWWwuKGH1k .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-uWWwuKGH1k .hppc {
  position: absolute;
  align-items: center;
}
.cid-uWWwuKGH1k .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-uWWwuKGH1k .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-uWWwuKGH1k .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uWWwuKGH1k .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-uWWwuKGH1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWwuKGH1k .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-uWWwuKGH1k .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uWWwuKGH1k {
    align-items: flex-start;
  }
  .cid-uWWwuKGH1k .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWWwuKGH1k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWWwuKGH1k {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWWwuKGH1k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWWwuKGH1k .content-wrap {
    width: 100%;
  }
}
.cid-uWWwuKGH1k .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-uWWwuKGH1k .mbr-text,
.cid-uWWwuKGH1k .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-uWWwuKGH1k .mbr-tag,
.cid-uWWwuKGH1k .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-uWWwuKGH1k .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-uWWwuKGH1k h1 span {
  color: #ffffff;
}
.cid-uWWwuKGH1k p span {
  font-size: large;
}
.cid-uWWK7r42b9 {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-uWWK7r42b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWK7r42b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWK7r42b9 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uWWK7r42b9 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uWWK7r42b9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWWK7r42b9 .mbr-section-btn .btn::after,
.cid-uWWK7r42b9 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uWWK7r42b9 .mbr-section-btn .btn:hover,
.cid-uWWK7r42b9 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uWWK7r42b9 .mbr-section-btn .btn:hover::after,
.cid-uWWK7r42b9 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uWWK7r42b9 .items-wrapper {
  margin: 0 -20px;
}
.cid-uWWK7r42b9 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uWWK7r42b9 .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-uWWK7r42b9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWWK7r42b9 .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uWWK7r42b9 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uWWK7r42b9 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uWWK7r42b9 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uWWK7r42b9 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-uWWK7r42b9 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uWWK7r42b9 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uWWK7r42b9 .mbr-section-title {
  color: #ffffff;
}
.cid-uWWK7r42b9 .mbr-tag {
  color: #adadad;
}
.cid-uWWK7r42b9 .mbr-text {
  color: #ffffff;
}
.cid-uWWK7r42b9 .item-name {
  color: #ffffff;
}
.cid-uWWK7r42b9 .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uWWK7r42b9 .mbr-section-title,
.cid-uWWK7r42b9 .main-btn {
  text-align: center;
}
.cid-uWWK7r42b9 .item-name,
.cid-uWWK7r42b9 .item-btn {
  text-align: center;
}
.cid-tVIZxQJ2Xy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-tVIZxQJ2Xy .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVIZxQJ2Xy .mbr-text {
  color: #f2f2f2;
}
.cid-tVIZB89EE4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tVIZB89EE4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVIZB89EE4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVIZB89EE4 .container {
    padding: 0 25px;
  }
}
.cid-tVIZB89EE4 .row {
  margin: 0;
}
.cid-tVIZB89EE4 .row .card {
  padding: 0;
}
.cid-tVIZB89EE4 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVIZB89EE4 .image-wrapper {
    height: 350px;
  }
}
.cid-tVIZB89EE4 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVIZB89EE4 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-tVIZB89EE4 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tVIZB89EE4 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-tVIZB89EE4 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-tVIZB89EE4 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tVIZB89EE4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-tVIZB89EE4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVIZB89EE4 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tVIZB89EE4 .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVIZB89EE4 .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-tVIZB89EE4 .mbr-text {
  color: #f2f2f2;
}
.cid-tVIZB89EE4 .mbr-section-title,
.cid-tVIZB89EE4 .mbr-section-btn,
.cid-tVIZB89EE4 .logo-wrapper {
  color: #000000;
}
.cid-tVIZFm7JXE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tVIZFm7JXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIZFm7JXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVIZFm7JXE .container {
    padding: 0 16px;
  }
}
.cid-tVIZFm7JXE .title-wrapper {
  position: relative;
}
.cid-tVIZFm7JXE .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tVIZFm7JXE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tVIZFm7JXE .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tVIZFm7JXE .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tVIZFm7JXE .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tVIZFm7JXE .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tVIZFm7JXE .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tVIZFm7JXE .mbr-section-title {
  color: #08323C;
}
.cid-tVIZFm7JXE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tVIZFm7JXE .mbr-section-title,
.cid-tVIZFm7JXE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVIZFm7JXE .mbr-text span {
  color: #d7f92a;
}
.cid-tVIZJK3Ir3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-tVIZJK3Ir3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIZJK3Ir3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVIZJK3Ir3 .container {
    padding: 0 16px;
  }
}
.cid-tVIZJK3Ir3 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tVIZJK3Ir3 .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tVIZJK3Ir3 .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tVIZJK3Ir3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVIZJK3Ir3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tVIZJK3Ir3 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVIZJK3Ir3 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVIZJK3Ir3 .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tVIZJK3Ir3 .title-wrapper .line {
    display: none;
  }
}
.cid-tVIZJK3Ir3 .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-tVIZJK3Ir3 .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tVIZJK3Ir3 .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tVIZJK3Ir3 .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVIZJK3Ir3 .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tVIZJK3Ir3 .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-tVIZJK3Ir3 .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-tVIZJK3Ir3 .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tVIZJK3Ir3 .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVIZJK3Ir3 .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-tVIZJK3Ir3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tVIZJK3Ir3 .mbr-card-title {
  line-height: 1;
}
.cid-tVIZJK3Ir3 .mbr-card-title,
.cid-tVIZJK3Ir3 .icon-wrapper {
  color: #f2f2f2;
}
.cid-tVIZJK3Ir3 .mbr-card-text {
  color: #f2f2f2;
}
.cid-tVIZJK3Ir3 .mbr-section-title span {
  color: #09426a;
}
.cid-tVJ4upnrV5 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-tVJ4upnrV5 .mbr-section-subtitle {
  color: #70747f;
}
.cid-tVJ4upnrV5 .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-tVJ4upnrV5 .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-tVJ4upnrV5 .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-tVJ4upnrV5 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-tVJ4upnrV5 .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-tVJ4upnrV5 .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVJ4upnrV5 .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-tVJ4upnrV5 .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVJ4upnrV5 .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-tVJ4upnrV5 .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-tVJ4upnrV5 .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-tVJ4upnrV5 .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-tVJ4upnrV5 .wrapper {
  margin-bottom: .5rem;
}
.cid-tVJ4upnrV5 .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-tVJ4upnrV5 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-tVJ4upnrV5 .nav-tabs {
    width: 100%;
  }
  .cid-tVJ4upnrV5 .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-tVJ4upnrV5 .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tVJ4upnrV5 .card-img {
    margin-top: .5rem;
  }
  .cid-tVJ4upnrV5 .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-tVJ4upnrV5 .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-tVJ4upnrV5 .card-title,
  .cid-tVJ4upnrV5 .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-tVJ4upnrV5 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-tVJ4upnrV5 .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-tVJ4upnrV5 .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-tVJ4upnrV5 .card-title,
  .cid-tVJ4upnrV5 .wrapper {
    font-size: 85% !important;
  }
  .cid-tVJ4upnrV5 .wrapper-tab {
    padding: 0rem;
  }
  .cid-tVJ4upnrV5 .right-column {
    margin-top: 1rem;
  }
  .cid-tVJ4upnrV5 .tab-content {
    padding: 1rem;
  }
}
.cid-tVJ4upnrV5 .card-title,
.cid-tVJ4upnrV5 .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-tVJ4upnrV5 h4 {
  text-align: center;
}
.cid-tVJ4upnrV5 h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-tVJ4upnrV5 h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-tVJ4upnrV5 h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-tVJ4upnrV5 H3 {
  color: #000000;
}
.cid-tVJqA4B012 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqA4B012 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqA4B012 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVJqA4B012 .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqA4B012 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqA4B012 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-tVJqA4B012 .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tVJqA4B012 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tVJqA4B012 .image-wrapper {
    margin: 0;
  }
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-tVJqA4B012 .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-tVJqA4B012 .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tVJqA4B012 .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tVJqA4B012 .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tVJqA4B012 .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-tVJqA4B012 .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-tVJqA4B012 .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-tVJqA4B012 .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-tVJqA4B012 .mbr-section-title,
.cid-tVJqA4B012 .mbr-section-btn {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .cid-tVJqA4B012 .btn-primary,
  .cid-tVJqA4B012 .btn-primary:active {
    line-height: 1 !important;
  }
}
.cid-tVJMBX47IK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-tVJMBX47IK .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVJMBX47IK .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-tVJEycF87T {
  overflow: hidden;
  background-color: #09426a;
}
.cid-tVJEycF87T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJEycF87T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJEycF87T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tVJEycF87T .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tVJEycF87T .container {
    padding: 0 12px;
  }
}
.cid-tVJEycF87T .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-tVJEycF87T .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tVJEycF87T .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tVJEycF87T .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .panel-group {
    padding: 24px;
  }
}
.cid-tVJEycF87T .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-tVJEycF87T .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tVJEycF87T .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVJEycF87T .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tVJEycF87T .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tVJEycF87T .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-tVJEycF87T .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tVJEycF87T .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tVJEycF87T .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tVJEycF87T .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tVJEycF87T .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-tVJEycF87T .mbr-text p {
  color: #000000;
}
.cid-tVJEycF87T .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tVJEycF87T .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-tVJEycF87T .panel-text {
  color: #f2f2f2;
}
.cid-tVJEycF87T H3 {
  color: #000000;
}
.cid-tVJEycF87T .mbr-text {
  color: #000000;
}
.cid-tVJEczC0Ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJEczC0Ul .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-tVJEczC0Ul .container {
    padding: 0 20px;
  }
}
.cid-tVJEczC0Ul .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-tVJEczC0Ul .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-tVJEczC0Ul .form-container {
  display: flex;
  width: 100%;
}
.cid-tVJEczC0Ul .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tVJEczC0Ul form {
  width: 100%;
}
.cid-tVJEczC0Ul form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tVJEczC0Ul form p {
  color: #112B6D;
}
.cid-tVJEczC0Ul form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-tVJEczC0Ul form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-tVJEczC0Ul form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-tVJEczC0Ul form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-tVJEczC0Ul form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-tVJEczC0Ul form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-tVJEczC0Ul form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-tVJEczC0Ul form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form select {
  color: #666666 !important;
}
.cid-tVJEczC0Ul form textarea {
  height: 100px !important;
}
.cid-tVJEczC0Ul form input:active,
.cid-tVJEczC0Ul form textarea:active,
.cid-tVJEczC0Ul form input:focus,
.cid-tVJEczC0Ul form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-tVJEczC0Ul form input:active::-webkit-input-placeholder,
.cid-tVJEczC0Ul form textarea:active::-webkit-input-placeholder,
.cid-tVJEczC0Ul form input:focus::-webkit-input-placeholder,
.cid-tVJEczC0Ul form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form input:active::-moz-placeholder,
.cid-tVJEczC0Ul form textarea:active::-moz-placeholder,
.cid-tVJEczC0Ul form input:focus::-moz-placeholder,
.cid-tVJEczC0Ul form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form input:active:-moz-placeholder,
.cid-tVJEczC0Ul form textarea:active:-moz-placeholder,
.cid-tVJEczC0Ul form input:focus:-moz-placeholder,
.cid-tVJEczC0Ul form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form input:active:-ms-input-placeholder,
.cid-tVJEczC0Ul form textarea:active:-ms-input-placeholder,
.cid-tVJEczC0Ul form input:focus:-ms-input-placeholder,
.cid-tVJEczC0Ul form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-tVJEczC0Ul form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tVJEczC0Ul form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tVJEczC0Ul form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-tVJEczC0Ul form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-tVJEczC0Ul form .form-check-input:focus,
.cid-tVJEczC0Ul form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-tVJEczC0Ul form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-uHh2wRlwLv.popup-builder {
  background-color: #ffffff;
}
.cid-uHh2wRlwLv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHh2wRlwLv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHh2wRlwLv .modal-content,
.cid-uHh2wRlwLv .modal-dialog {
  height: auto;
}
.cid-uHh2wRlwLv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHh2wRlwLv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHh2wRlwLv .form-wrapper .mbr-form .form-group,
  .cid-uHh2wRlwLv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHh2wRlwLv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHh2wRlwLv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHh2wRlwLv .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uHh2wRlwLv .pt-0 {
  padding-top: 0 !important;
}
.cid-uHh2wRlwLv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHh2wRlwLv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHh2wRlwLv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHh2wRlwLv .modal-open {
  overflow: hidden;
}
.cid-uHh2wRlwLv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHh2wRlwLv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHh2wRlwLv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHh2wRlwLv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHh2wRlwLv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHh2wRlwLv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHh2wRlwLv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHh2wRlwLv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHh2wRlwLv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHh2wRlwLv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHh2wRlwLv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHh2wRlwLv .modal-backdrop.show {
  opacity: .5;
}
.cid-uHh2wRlwLv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHh2wRlwLv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHh2wRlwLv .modal-header {
    padding: 1rem;
  }
}
.cid-uHh2wRlwLv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHh2wRlwLv .modal-header .close svg {
  fill: #09426a;
}
.cid-uHh2wRlwLv .modal-header .close:hover {
  opacity: 1;
}
.cid-uHh2wRlwLv .modal-header .close:focus {
  outline: none;
}
.cid-uHh2wRlwLv .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-uHh2wRlwLv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHh2wRlwLv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHh2wRlwLv .modal-body {
    padding: 1rem;
  }
}
.cid-uHh2wRlwLv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHh2wRlwLv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHh2wRlwLv .modal-footer {
    padding: 1rem;
  }
}
.cid-uHh2wRlwLv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHh2wRlwLv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHh2wRlwLv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHh2wRlwLv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHh2wRlwLv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHh2wRlwLv .modal-lg,
  .cid-uHh2wRlwLv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHh2wRlwLv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHh2wRlwLv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHh2wRlwLv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHh2wRlwLv .form-group {
  margin-bottom: 1rem;
}
.cid-uHh2wRlwLv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHh2wRlwLv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHh2wRlwLv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHh2wRlwLv .mbr-section-btn {
  margin: 0;
}
.cid-uHh2wRlwLv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHh2wRlwLv .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-uHh2wRlwLv .modal-title span {
  font-size: large;
}
.cid-uHhbTCogvB.popup-builder {
  background-color: #ffffff;
}
.cid-uHhbTCogvB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHhbTCogvB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHhbTCogvB .modal-content,
.cid-uHhbTCogvB .modal-dialog {
  height: auto;
}
.cid-uHhbTCogvB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHhbTCogvB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHhbTCogvB .form-wrapper .mbr-form .form-group,
  .cid-uHhbTCogvB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHhbTCogvB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHhbTCogvB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHhbTCogvB .mbr-text {
  text-align: center;
}
.cid-uHhbTCogvB .pt-0 {
  padding-top: 0 !important;
}
.cid-uHhbTCogvB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHhbTCogvB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHhbTCogvB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHhbTCogvB .modal-open {
  overflow: hidden;
}
.cid-uHhbTCogvB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHhbTCogvB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHhbTCogvB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHhbTCogvB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHhbTCogvB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHhbTCogvB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHhbTCogvB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHhbTCogvB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHhbTCogvB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHhbTCogvB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHhbTCogvB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHhbTCogvB .modal-backdrop.show {
  opacity: .5;
}
.cid-uHhbTCogvB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHhbTCogvB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHhbTCogvB .modal-header {
    padding: 1rem;
  }
}
.cid-uHhbTCogvB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHhbTCogvB .modal-header .close svg {
  fill: #09426a;
}
.cid-uHhbTCogvB .modal-header .close:hover {
  opacity: 1;
}
.cid-uHhbTCogvB .modal-header .close:focus {
  outline: none;
}
.cid-uHhbTCogvB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-uHhbTCogvB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHhbTCogvB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHhbTCogvB .modal-body {
    padding: 1rem;
  }
}
.cid-uHhbTCogvB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHhbTCogvB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHhbTCogvB .modal-footer {
    padding: 1rem;
  }
}
.cid-uHhbTCogvB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHhbTCogvB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHhbTCogvB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHhbTCogvB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHhbTCogvB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHhbTCogvB .modal-lg,
  .cid-uHhbTCogvB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHhbTCogvB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHhbTCogvB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHhbTCogvB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHhbTCogvB .form-group {
  margin-bottom: 1rem;
}
.cid-uHhbTCogvB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHhbTCogvB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHhbTCogvB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHhbTCogvB .mbr-section-btn {
  margin: 0;
}
.cid-uHhbTCogvB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHhbTCogvB .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-uHhbTCogvB .modal-title span {
  font-size: large;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tWMuGy6Ord {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMuGy6Ord .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMuGy6Ord .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMuGy6Ord .mbr-section-title {
  color: #ffffff;
}
.cid-tWMuGy6Ord .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWMvGlWk7i {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
@media (max-width: 992px) {
  .cid-tWMvGlWk7i .container {
    padding: 0 25px;
  }
}
.cid-tWMvGlWk7i .title-wrapper {
  margin: 25px 0;
}
.cid-tWMvGlWk7i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWMvGlWk7i .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tWMvGlWk7i .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-tWMvGlWk7i .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWMvGlWk7i .mbr-section-title {
  color: #ffffff;
}
.cid-tWMvGlWk7i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWMvGlWk7i .mbr-text {
  color: #ffffff;
}
.cid-tWMyiTcID5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMyiTcID5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMyiTcID5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMyiTcID5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .container {
    padding: 0 20px;
  }
}
.cid-tWMyiTcID5 .row {
  margin: 0;
}
.cid-tWMyiTcID5 .card {
  padding: 0;
}
.cid-tWMyiTcID5 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .image-wrapper img {
    height: 450px;
  }
}
.cid-tWMyiTcID5 .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #09426a;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tWMyiTcID5 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tWMyiTcID5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWMyiTcID5 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tWMyiTcID5 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tWMyiTcID5 .mbr-section-title {
  color: #c2b299;
}
.cid-tWMyiTcID5 .mbr-text {
  color: #ffffff;
}
.cid-tWMyiTcID5 .mbr-section-title,
.cid-tWMyiTcID5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWMAfTZbKK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-tWMAfTZbKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMAfTZbKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMAfTZbKK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWMAfTZbKK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWMAfTZbKK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWMAfTZbKK H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tWMAfTZbKK .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWMBG5a3AY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tWMBG5a3AY .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tWMChlVyII {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMChlVyII .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMChlVyII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMChlVyII .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .container {
    padding: 0 20px;
  }
}
.cid-tWMChlVyII .row {
  margin: 0;
}
.cid-tWMChlVyII .card {
  padding: 0;
}
.cid-tWMChlVyII .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .image-wrapper img {
    height: 450px;
  }
}
.cid-tWMChlVyII .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #09426a;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tWMChlVyII .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tWMChlVyII .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWMChlVyII .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tWMChlVyII .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tWMChlVyII .mbr-section-title {
  color: #c2b299;
}
.cid-tWMChlVyII .mbr-text {
  color: #ffffff;
}
.cid-tWMChlVyII .mbr-section-title,
.cid-tWMChlVyII .mbr-section-btn {
  color: #ffffff;
}
.cid-tWMChmnh3p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMChmnh3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMChmnh3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMChmnh3p ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWMChmnh3p li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWMChmnh3p ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWMChmnh3p H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tWMChmnh3p .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWMFQbAL9o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-tWMFQbAL9o .mbr-text {
  color: #ffffff;
}
.cid-tWMChmPOxh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tWMChmPOxh .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tWMGiOrCFT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMGiOrCFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMGiOrCFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMGiOrCFT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .container {
    padding: 0 20px;
  }
}
.cid-tWMGiOrCFT .row {
  margin: 0;
}
.cid-tWMGiOrCFT .card {
  padding: 0;
}
.cid-tWMGiOrCFT .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .image-wrapper img {
    height: 450px;
  }
}
.cid-tWMGiOrCFT .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #09426a;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tWMGiOrCFT .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tWMGiOrCFT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWMGiOrCFT .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tWMGiOrCFT .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tWMGiOrCFT .mbr-section-title {
  color: #c2b299;
}
.cid-tWMGiOrCFT .mbr-text {
  color: #ffffff;
}
.cid-tWMGiOrCFT .mbr-section-title,
.cid-tWMGiOrCFT .mbr-section-btn {
  color: #ffffff;
}
.cid-tWMGiP68Ey {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMGiP68Ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMGiP68Ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMGiP68Ey ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWMGiP68Ey li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWMGiP68Ey ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWMGiP68Ey H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tWMGiP68Ey .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWMGiPzOkK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-tWMGiPzOkK .mbr-text {
  color: #ffffff;
}
.cid-tWMGiPZCZK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tWMGiPZCZK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-tWMIOb85ok {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-tWMIOb85ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMIOb85ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMIOb85ok .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .container {
    padding: 0 20px;
  }
}
.cid-tWMIOb85ok .row {
  margin: 0;
}
.cid-tWMIOb85ok .card {
  padding: 0;
}
.cid-tWMIOb85ok .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .image-wrapper img {
    height: 450px;
  }
}
.cid-tWMIOb85ok .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #09426a;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tWMIOb85ok .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tWMIOb85ok .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tWMIOb85ok .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tWMIOb85ok .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tWMIOb85ok .mbr-section-title {
  color: #c2b299;
}
.cid-tWMIOb85ok .mbr-text {
  color: #ffffff;
}
.cid-tWMIOb85ok .mbr-section-title,
.cid-tWMIOb85ok .mbr-section-btn {
  color: #ffffff;
}
.cid-tWMIObRX7n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d7f92a;
}
.cid-tWMIObRX7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWMIObRX7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWMIObRX7n ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWMIObRX7n li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWMIObRX7n ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWMIObRX7n H3 {
  color: #000000;
  text-align: left;
}
.cid-tWMIObRX7n .list {
  color: #ffffff;
  text-align: left;
}
.cid-tWMIOcnbgr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-tWMIOcnbgr .mbr-text {
  color: #ffffff;
}
.cid-tWMIOcnbgr .mbr-section-title {
  color: #ffffff;
}
.cid-tWMIOcNgLu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tWMIOcNgLu .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u2l26CGSkE {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-u2l26CGSkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2l26CGSkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/websitehero-bw.svg");
}
.cid-u2l26CGSkE .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u2l26CGSkE .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u2l26CGSkE .container {
    padding: 0 25px;
  }
}
.cid-u2l26CGSkE .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-u2l26CGSkE .title-wrapper {
    padding: 0;
  }
}
.cid-u2l26CGSkE .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l26CGSkE .title-wrapper .mbr-text {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l26CGSkE .mbr-section-title {
  color: #ffffff;
}
.cid-u2l26CGSkE .mbr-text {
  color: #000000;
  text-align: center;
  font-size: 3.8rem;
}
@media (max-width: 792px) {
  .cid-u2l26CGSkE .mbr-text {
    font-size: 2rem;
  }
}
.cid-u2l26CGSkE .mbr-section-title,
.cid-u2l26CGSkE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u2l26DlokG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2l26DlokG .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2l26DlokG .mbr-text {
  color: #ffffff;
}
.cid-u2l26DR0Xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2l26DR0Xv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2l26DR0Xv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2l26DR0Xv .container {
    padding: 0 25px;
  }
}
.cid-u2l26DR0Xv .row {
  margin: 0;
}
.cid-u2l26DR0Xv .row .card {
  padding: 0;
}
.cid-u2l26DR0Xv .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2l26DR0Xv .image-wrapper {
    height: 350px;
  }
}
.cid-u2l26DR0Xv .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2l26DR0Xv .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-u2l26DR0Xv .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u2l26DR0Xv .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-u2l26DR0Xv .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-u2l26DR0Xv .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-u2l26DR0Xv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-u2l26DR0Xv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2l26DR0Xv .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u2l26DR0Xv .mbr-section-title {
  color: #ffffff;
}
.cid-u2l26DR0Xv .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-u2l26DR0Xv .mbr-text {
  color: #f2f2f2;
}
.cid-u2l26DR0Xv .mbr-section-title,
.cid-u2l26DR0Xv .mbr-section-btn,
.cid-u2l26DR0Xv .logo-wrapper {
  color: #ffffff;
}
.cid-u2l26EsW6U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2l26EsW6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2l26EsW6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2l26EsW6U .container {
    padding: 0 16px;
  }
}
.cid-u2l26EsW6U .title-wrapper {
  position: relative;
}
.cid-u2l26EsW6U .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2l26EsW6U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2l26EsW6U .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2l26EsW6U .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u2l26EsW6U .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u2l26EsW6U .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 50%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u2l26EsW6U .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-u2l26EsW6U .mbr-section-title {
  color: #08323C;
}
.cid-u2l26EsW6U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2l26EsW6U .mbr-section-title,
.cid-u2l26EsW6U .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2l26F3VhN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-u2l26F3VhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2l26F3VhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2l26F3VhN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .container {
    padding: 0 16px;
  }
}
.cid-u2l26F3VhN .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u2l26F3VhN .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-u2l26F3VhN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u2l26F3VhN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2l26F3VhN .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u2l26F3VhN .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2l26F3VhN .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .title-wrapper .line {
    display: none;
  }
}
.cid-u2l26F3VhN .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2l26F3VhN .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u2l26F3VhN .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u2l26F3VhN .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-u2l26F3VhN .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-u2l26F3VhN .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-u2l26F3VhN .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2l26F3VhN .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2l26F3VhN .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-u2l26F3VhN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2l26F3VhN .mbr-card-title,
.cid-u2l26F3VhN .icon-wrapper {
  color: #f2f2f2;
}
.cid-u2l26F3VhN .mbr-card-text {
  color: #f2f2f2;
}
.cid-u2l26GOw3l {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u2l26GOw3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2l26GOw3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2l26GOw3l .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u2l26GOw3l .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u2l26GOw3l .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-u2l26GOw3l .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-u2l26GOw3l .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2l26GOw3l .image-wrapper {
    margin: 0;
  }
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-u2l26GOw3l .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-u2l26GOw3l .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u2l26GOw3l .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-u2l26GOw3l .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-u2l26GOw3l .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-u2l26GOw3l .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-u2l26GOw3l .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-u2l26GOw3l .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-u2l26GOw3l .mbr-section-title,
.cid-u2l26GOw3l .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebpUIMuuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebpUIMuuO .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebpUIMuuO .container {
    padding: 0 20px;
  }
}
.cid-vebpUIMuuO .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebpUIMuuO .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebpUIMuuO .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebpUIMuuO .form-container {
  display: flex;
  width: 100%;
}
.cid-vebpUIMuuO .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebpUIMuuO form {
  width: 100%;
}
.cid-vebpUIMuuO form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebpUIMuuO form p {
  color: #112B6D;
}
.cid-vebpUIMuuO form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebpUIMuuO form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebpUIMuuO form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebpUIMuuO form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebpUIMuuO form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebpUIMuuO form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebpUIMuuO form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebpUIMuuO form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form select {
  color: #666666 !important;
}
.cid-vebpUIMuuO form textarea {
  height: 100px !important;
}
.cid-vebpUIMuuO form input:active,
.cid-vebpUIMuuO form textarea:active,
.cid-vebpUIMuuO form input:focus,
.cid-vebpUIMuuO form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebpUIMuuO form input:active::-webkit-input-placeholder,
.cid-vebpUIMuuO form textarea:active::-webkit-input-placeholder,
.cid-vebpUIMuuO form input:focus::-webkit-input-placeholder,
.cid-vebpUIMuuO form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form input:active::-moz-placeholder,
.cid-vebpUIMuuO form textarea:active::-moz-placeholder,
.cid-vebpUIMuuO form input:focus::-moz-placeholder,
.cid-vebpUIMuuO form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form input:active:-moz-placeholder,
.cid-vebpUIMuuO form textarea:active:-moz-placeholder,
.cid-vebpUIMuuO form input:focus:-moz-placeholder,
.cid-vebpUIMuuO form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form input:active:-ms-input-placeholder,
.cid-vebpUIMuuO form textarea:active:-ms-input-placeholder,
.cid-vebpUIMuuO form input:focus:-ms-input-placeholder,
.cid-vebpUIMuuO form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebpUIMuuO form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebpUIMuuO form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebpUIMuuO form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebpUIMuuO form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebpUIMuuO form .form-check-input:focus,
.cid-vebpUIMuuO form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebpUIMuuO form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u2l4OcWJ5b {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2l4OcWJ5b .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2l4OcWJ5b .mbr-text {
  color: #ffffff;
}
.cid-u2l4OfvLpQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-u2l4OfvLpQ .mbr-section-subtitle {
  color: #70747f;
}
.cid-u2l4OfvLpQ .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-u2l4OfvLpQ .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2l4OfvLpQ .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-u2l4OfvLpQ .nav-tabs .nav-item {
  display: table-cell;
}
.cid-u2l4OfvLpQ .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-u2l4OfvLpQ .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l4OfvLpQ .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-u2l4OfvLpQ .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l4OfvLpQ .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-u2l4OfvLpQ .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-u2l4OfvLpQ .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-u2l4OfvLpQ .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-u2l4OfvLpQ .wrapper {
  margin-bottom: .5rem;
}
.cid-u2l4OfvLpQ .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-u2l4OfvLpQ .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-u2l4OfvLpQ .nav-tabs {
    width: 100%;
  }
  .cid-u2l4OfvLpQ .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-u2l4OfvLpQ .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2l4OfvLpQ .card-img {
    margin-top: .5rem;
  }
  .cid-u2l4OfvLpQ .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-u2l4OfvLpQ .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-u2l4OfvLpQ .card-title,
  .cid-u2l4OfvLpQ .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-u2l4OfvLpQ {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .cid-u2l4OfvLpQ .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-u2l4OfvLpQ .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-u2l4OfvLpQ .card-title,
  .cid-u2l4OfvLpQ .wrapper {
    font-size: 85% !important;
  }
  .cid-u2l4OfvLpQ .wrapper-tab {
    padding: 0rem;
  }
  .cid-u2l4OfvLpQ .right-column {
    margin-top: 1rem;
  }
  .cid-u2l4OfvLpQ .tab-content {
    padding: 1rem;
  }
}
.cid-u2l4OfvLpQ .card-title,
.cid-u2l4OfvLpQ .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-u2l4OfvLpQ h4 {
  text-align: center;
}
.cid-u2l4OfvLpQ h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2l4OfvLpQ h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-u2l4OfvLpQ h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-u2l4OfvLpQ H3 {
  color: #000000;
}
.cid-u2l4Ohiglq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2l4Ohiglq .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2l4Ohiglq .mbr-text {
  color: #ffffff;
}
.cid-u2l4OhY8qo {
  overflow: hidden;
  background-color: #09426a;
}
.cid-u2l4OhY8qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2l4OhY8qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2l4OhY8qo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2l4OhY8qo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2l4OhY8qo .container {
    padding: 0 12px;
  }
}
.cid-u2l4OhY8qo .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-u2l4OhY8qo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2l4OhY8qo .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u2l4OhY8qo .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .panel-group {
    padding: 24px;
  }
}
.cid-u2l4OhY8qo .panel-group .card {
  border: 1px solid #fafafa;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-u2l4OhY8qo .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-u2l4OhY8qo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2l4OhY8qo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-u2l4OhY8qo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u2l4OhY8qo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #000000;
}
.cid-u2l4OhY8qo .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-u2l4OhY8qo .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-u2l4OhY8qo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u2l4OhY8qo .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u2l4OhY8qo .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-u2l4OhY8qo .mbr-text p {
  color: #000000;
}
.cid-u2l4OhY8qo .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u2l4OhY8qo .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-u2l4OhY8qo .panel-text {
  color: #f2f2f2;
}
.cid-u2l4OhY8qo H3 {
  color: #000000;
}
.cid-u2l4OhY8qo .mbr-text {
  color: #000000;
}
.cid-uGjEGATA4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-uGjEGATA4z .title__wrap {
  margin-bottom: 30px;
}
.cid-uGjEGATA4z .title__block {
  margin-bottom: 10px;
}
.cid-uGjEGATA4z .mbr-section-title,
.cid-uGjEGATA4z .text__time,
.cid-uGjEGATA4z .mbr-text,
.cid-uGjEGATA4z .text__author,
.cid-uGjEGATA4z .text__hall {
  margin-bottom: 0;
}
.cid-uGjEGATA4z .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
  color: #d7f92a;
}
.cid-uGjEGATA4z .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uGjEGATA4z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uGjEGATA4z .mbr-section-btn .btn-secondary-outline:hover {
  color: #d7f92a !important;
}
.cid-uGjEGATA4z .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.cid-uGjEGATA4z .wrap:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.cid-uGjEGATA4z .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uGjEGATA4z .nav-tabs .nav-item.open .nav-link:focus,
.cid-uGjEGATA4z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uGjEGATA4z .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uGjEGATA4z .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uGjEGATA4z .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uGjEGATA4z .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uGjEGATA4z .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d7f92a;
}
.cid-uGjEGATA4z .nav-tabs .nav-link.active:hover {
  background-color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-uGjEGATA4z .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uGjEGATA4z .buttons {
    justify-content: flex-start;
  }
}
.cid-uGjEGATA4z .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uGjEGATA4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGjEGATA4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGjEGATA4z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGjEGATA4z .text__time {
  color: #ffffff;
  text-align: center;
}
.cid-uGjEGATA4z .text__author {
  color: #ffffff;
  text-align: center;
}
.cid-uGjEGATA4z .mbr-text {
  color: #ffffff;
  text-align: center;
  line-height: 1 !important;
}
.cid-uGjEGATA4z .mbr-text.display-7 span {
  font-size: small;
}
.cid-uGjEGATA4z .text__hall {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.cid-uGjEGATA4z .text__hall span {
  font-size: x-small;
  line-height: 1 !important;
}
.cid-uGjEGATA4z .nav-item {
  color: #ffffff;
}
.cid-vebrjZrefm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebrjZrefm .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebrjZrefm .container {
    padding: 0 20px;
  }
}
.cid-vebrjZrefm .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebrjZrefm .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebrjZrefm .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebrjZrefm .form-container {
  display: flex;
  width: 100%;
}
.cid-vebrjZrefm .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebrjZrefm form {
  width: 100%;
}
.cid-vebrjZrefm form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebrjZrefm form p {
  color: #112B6D;
}
.cid-vebrjZrefm form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebrjZrefm form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebrjZrefm form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebrjZrefm form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebrjZrefm form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebrjZrefm form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebrjZrefm form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebrjZrefm form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form select {
  color: #666666 !important;
}
.cid-vebrjZrefm form textarea {
  height: 100px !important;
}
.cid-vebrjZrefm form input:active,
.cid-vebrjZrefm form textarea:active,
.cid-vebrjZrefm form input:focus,
.cid-vebrjZrefm form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebrjZrefm form input:active::-webkit-input-placeholder,
.cid-vebrjZrefm form textarea:active::-webkit-input-placeholder,
.cid-vebrjZrefm form input:focus::-webkit-input-placeholder,
.cid-vebrjZrefm form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form input:active::-moz-placeholder,
.cid-vebrjZrefm form textarea:active::-moz-placeholder,
.cid-vebrjZrefm form input:focus::-moz-placeholder,
.cid-vebrjZrefm form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form input:active:-moz-placeholder,
.cid-vebrjZrefm form textarea:active:-moz-placeholder,
.cid-vebrjZrefm form input:focus:-moz-placeholder,
.cid-vebrjZrefm form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form input:active:-ms-input-placeholder,
.cid-vebrjZrefm form textarea:active:-ms-input-placeholder,
.cid-vebrjZrefm form input:focus:-ms-input-placeholder,
.cid-vebrjZrefm form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebrjZrefm form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebrjZrefm form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebrjZrefm form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebrjZrefm form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebrjZrefm form .form-check-input:focus,
.cid-vebrjZrefm form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebrjZrefm form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-uGjSbyO2zN.popup-builder {
  background-color: #ffffff;
}
.cid-uGjSbyO2zN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGjSbyO2zN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGjSbyO2zN .modal-content,
.cid-uGjSbyO2zN .modal-dialog {
  height: auto;
}
.cid-uGjSbyO2zN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGjSbyO2zN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGjSbyO2zN .form-wrapper .mbr-form .form-group,
  .cid-uGjSbyO2zN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGjSbyO2zN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGjSbyO2zN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGjSbyO2zN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGjSbyO2zN .pt-0 {
  padding-top: 0 !important;
}
.cid-uGjSbyO2zN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGjSbyO2zN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGjSbyO2zN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGjSbyO2zN .modal-open {
  overflow: hidden;
}
.cid-uGjSbyO2zN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGjSbyO2zN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGjSbyO2zN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGjSbyO2zN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGjSbyO2zN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGjSbyO2zN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGjSbyO2zN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGjSbyO2zN .modal-content {
  background: #09426a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGjSbyO2zN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGjSbyO2zN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGjSbyO2zN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGjSbyO2zN .modal-backdrop.show {
  opacity: .5;
}
.cid-uGjSbyO2zN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uGjSbyO2zN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGjSbyO2zN .modal-header {
    padding: 1rem;
  }
}
.cid-uGjSbyO2zN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGjSbyO2zN .modal-header .close svg {
  fill: #d7f92a;
}
.cid-uGjSbyO2zN .modal-header .close:hover {
  opacity: 1;
}
.cid-uGjSbyO2zN .modal-header .close:focus {
  outline: none;
}
.cid-uGjSbyO2zN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d7f92a;
}
.cid-uGjSbyO2zN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGjSbyO2zN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGjSbyO2zN .modal-body {
    padding: 1rem;
  }
}
.cid-uGjSbyO2zN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGjSbyO2zN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGjSbyO2zN .modal-footer {
    padding: 1rem;
  }
}
.cid-uGjSbyO2zN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGjSbyO2zN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGjSbyO2zN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGjSbyO2zN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGjSbyO2zN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGjSbyO2zN .modal-lg,
  .cid-uGjSbyO2zN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGjSbyO2zN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGjSbyO2zN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGjSbyO2zN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGjSbyO2zN .form-group {
  margin-bottom: 1rem;
}
.cid-uGjSbyO2zN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGjSbyO2zN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGjSbyO2zN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGjSbyO2zN .mbr-section-btn {
  margin: 0;
}
.cid-uGjSbyO2zN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGjSbyO2zN H4 {
  color: #ffffff;
}
.cid-uGjSbyO2zN li {
  color: #ffffff !important;
}
.cid-uGkIHlpEbA.popup-builder {
  background-color: #ffffff;
}
.cid-uGkIHlpEbA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGkIHlpEbA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGkIHlpEbA .modal-content,
.cid-uGkIHlpEbA .modal-dialog {
  height: auto;
}
.cid-uGkIHlpEbA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGkIHlpEbA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGkIHlpEbA .form-wrapper .mbr-form .form-group,
  .cid-uGkIHlpEbA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGkIHlpEbA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGkIHlpEbA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGkIHlpEbA .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGkIHlpEbA .pt-0 {
  padding-top: 0 !important;
}
.cid-uGkIHlpEbA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGkIHlpEbA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGkIHlpEbA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGkIHlpEbA .modal-open {
  overflow: hidden;
}
.cid-uGkIHlpEbA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGkIHlpEbA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGkIHlpEbA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGkIHlpEbA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGkIHlpEbA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGkIHlpEbA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGkIHlpEbA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGkIHlpEbA .modal-content {
  background: #09426a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGkIHlpEbA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGkIHlpEbA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGkIHlpEbA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGkIHlpEbA .modal-backdrop.show {
  opacity: .5;
}
.cid-uGkIHlpEbA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uGkIHlpEbA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGkIHlpEbA .modal-header {
    padding: 1rem;
  }
}
.cid-uGkIHlpEbA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGkIHlpEbA .modal-header .close svg {
  fill: #d7f92a;
}
.cid-uGkIHlpEbA .modal-header .close:hover {
  opacity: 1;
}
.cid-uGkIHlpEbA .modal-header .close:focus {
  outline: none;
}
.cid-uGkIHlpEbA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d7f92a;
}
.cid-uGkIHlpEbA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGkIHlpEbA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGkIHlpEbA .modal-body {
    padding: 1rem;
  }
}
.cid-uGkIHlpEbA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGkIHlpEbA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGkIHlpEbA .modal-footer {
    padding: 1rem;
  }
}
.cid-uGkIHlpEbA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGkIHlpEbA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGkIHlpEbA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGkIHlpEbA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGkIHlpEbA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGkIHlpEbA .modal-lg,
  .cid-uGkIHlpEbA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGkIHlpEbA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGkIHlpEbA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGkIHlpEbA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGkIHlpEbA .form-group {
  margin-bottom: 1rem;
}
.cid-uGkIHlpEbA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGkIHlpEbA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGkIHlpEbA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGkIHlpEbA .mbr-section-btn {
  margin: 0;
}
.cid-uGkIHlpEbA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGkIHlpEbA H4 {
  color: #ffffff;
}
.cid-uGkIHlpEbA li {
  color: #ffffff;
}
.cid-uOD3KqW5PC.popup-builder {
  background-color: #ffffff;
}
.cid-uOD3KqW5PC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOD3KqW5PC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOD3KqW5PC .modal-content,
.cid-uOD3KqW5PC .modal-dialog {
  height: auto;
}
.cid-uOD3KqW5PC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOD3KqW5PC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOD3KqW5PC .form-wrapper .mbr-form .form-group,
  .cid-uOD3KqW5PC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOD3KqW5PC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOD3KqW5PC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOD3KqW5PC .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uOD3KqW5PC .pt-0 {
  padding-top: 0 !important;
}
.cid-uOD3KqW5PC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOD3KqW5PC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOD3KqW5PC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOD3KqW5PC .modal-open {
  overflow: hidden;
}
.cid-uOD3KqW5PC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOD3KqW5PC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOD3KqW5PC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOD3KqW5PC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOD3KqW5PC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOD3KqW5PC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOD3KqW5PC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOD3KqW5PC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOD3KqW5PC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOD3KqW5PC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOD3KqW5PC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOD3KqW5PC .modal-backdrop.show {
  opacity: .5;
}
.cid-uOD3KqW5PC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOD3KqW5PC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD3KqW5PC .modal-header {
    padding: 1rem;
  }
}
.cid-uOD3KqW5PC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOD3KqW5PC .modal-header .close svg {
  fill: #09426a;
}
.cid-uOD3KqW5PC .modal-header .close:hover {
  opacity: 1;
}
.cid-uOD3KqW5PC .modal-header .close:focus {
  outline: none;
}
.cid-uOD3KqW5PC .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-uOD3KqW5PC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOD3KqW5PC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD3KqW5PC .modal-body {
    padding: 1rem;
  }
}
.cid-uOD3KqW5PC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOD3KqW5PC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD3KqW5PC .modal-footer {
    padding: 1rem;
  }
}
.cid-uOD3KqW5PC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOD3KqW5PC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOD3KqW5PC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOD3KqW5PC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOD3KqW5PC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOD3KqW5PC .modal-lg,
  .cid-uOD3KqW5PC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOD3KqW5PC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOD3KqW5PC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOD3KqW5PC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOD3KqW5PC .form-group {
  margin-bottom: 1rem;
}
.cid-uOD3KqW5PC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOD3KqW5PC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOD3KqW5PC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOD3KqW5PC .mbr-section-btn {
  margin: 0;
}
.cid-uOD3KqW5PC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOD3KqW5PC .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-uOD3KqW5PC .modal-title span {
  font-size: large;
}
.cid-uOD88R9TMM.popup-builder {
  background-color: #ffffff;
}
.cid-uOD88R9TMM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOD88R9TMM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOD88R9TMM .modal-content,
.cid-uOD88R9TMM .modal-dialog {
  height: auto;
}
.cid-uOD88R9TMM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOD88R9TMM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOD88R9TMM .form-wrapper .mbr-form .form-group,
  .cid-uOD88R9TMM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOD88R9TMM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOD88R9TMM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOD88R9TMM .mbr-text {
  text-align: center;
}
.cid-uOD88R9TMM .pt-0 {
  padding-top: 0 !important;
}
.cid-uOD88R9TMM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOD88R9TMM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOD88R9TMM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOD88R9TMM .modal-open {
  overflow: hidden;
}
.cid-uOD88R9TMM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOD88R9TMM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOD88R9TMM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOD88R9TMM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOD88R9TMM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOD88R9TMM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOD88R9TMM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOD88R9TMM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOD88R9TMM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOD88R9TMM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOD88R9TMM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOD88R9TMM .modal-backdrop.show {
  opacity: .5;
}
.cid-uOD88R9TMM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOD88R9TMM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD88R9TMM .modal-header {
    padding: 1rem;
  }
}
.cid-uOD88R9TMM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOD88R9TMM .modal-header .close svg {
  fill: #09426a;
}
.cid-uOD88R9TMM .modal-header .close:hover {
  opacity: 1;
}
.cid-uOD88R9TMM .modal-header .close:focus {
  outline: none;
}
.cid-uOD88R9TMM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-uOD88R9TMM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOD88R9TMM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD88R9TMM .modal-body {
    padding: 1rem;
  }
}
.cid-uOD88R9TMM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOD88R9TMM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOD88R9TMM .modal-footer {
    padding: 1rem;
  }
}
.cid-uOD88R9TMM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOD88R9TMM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOD88R9TMM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOD88R9TMM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOD88R9TMM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOD88R9TMM .modal-lg,
  .cid-uOD88R9TMM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOD88R9TMM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOD88R9TMM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOD88R9TMM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOD88R9TMM .form-group {
  margin-bottom: 1rem;
}
.cid-uOD88R9TMM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOD88R9TMM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOD88R9TMM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOD88R9TMM .mbr-section-btn {
  margin: 0;
}
.cid-uOD88R9TMM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOD88R9TMM .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-uOD88R9TMM .modal-title span {
  font-size: large;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u2l4ZDZ4p7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2l4ZDZ4p7 .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2l4ZDZ4p7 .mbr-text {
  color: #ffffff;
}
.cid-u2l4ZKI4Bl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #09426a;
}
.cid-u2l4ZKI4Bl .mbr-section-subtitle {
  color: #70747f;
}
.cid-u2l4ZKI4Bl .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-u2l4ZKI4Bl .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2l4ZKI4Bl .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-u2l4ZKI4Bl .nav-tabs .nav-item {
  display: table-cell;
}
.cid-u2l4ZKI4Bl .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-u2l4ZKI4Bl .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l4ZKI4Bl .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-u2l4ZKI4Bl .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2l4ZKI4Bl .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-u2l4ZKI4Bl .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-u2l4ZKI4Bl .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-u2l4ZKI4Bl .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-u2l4ZKI4Bl .wrapper {
  margin-bottom: .5rem;
}
.cid-u2l4ZKI4Bl .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-u2l4ZKI4Bl .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-u2l4ZKI4Bl .nav-tabs {
    width: 100%;
  }
  .cid-u2l4ZKI4Bl .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-u2l4ZKI4Bl .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2l4ZKI4Bl .card-img {
    margin-top: .5rem;
  }
  .cid-u2l4ZKI4Bl .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-u2l4ZKI4Bl .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-u2l4ZKI4Bl .card-title,
  .cid-u2l4ZKI4Bl .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-u2l4ZKI4Bl {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cid-u2l4ZKI4Bl .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-u2l4ZKI4Bl .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-u2l4ZKI4Bl .card-title,
  .cid-u2l4ZKI4Bl .wrapper {
    font-size: 85% !important;
  }
  .cid-u2l4ZKI4Bl .wrapper-tab {
    padding: 0rem;
  }
  .cid-u2l4ZKI4Bl .right-column {
    margin-top: 1rem;
  }
  .cid-u2l4ZKI4Bl .tab-content {
    padding: 1rem;
  }
}
.cid-u2l4ZKI4Bl .card-title,
.cid-u2l4ZKI4Bl .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-u2l4ZKI4Bl h4 {
  text-align: center;
}
.cid-u2l4ZKI4Bl h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2l4ZKI4Bl h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-u2l4ZKI4Bl h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-u2l4ZKI4Bl H3 {
  color: #000000;
}
.cid-u2V2DlsoXA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2V2DlsoXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V2DlsoXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2V2DlsoXA .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2V2DlsoXA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2V1pu4YLW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #09426a;
}
.cid-u2V1pu4YLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V1pu4YLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2V1pu4YLW .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-u2V1pu4YLW .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u2V1pu4YLW .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-u2V1pu4YLW .col-lg-4 img {
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2V1pu4YLW .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-u2V1pu4YLW .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-u2V1pu4YLW .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-u2V1pu4YLW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u2V1pu4YLW .mbr-text,
.cid-u2V1pu4YLW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2V1pu4YLW .mbr-section-title,
.cid-u2V1pu4YLW .line {
  color: #ffffff;
}
.cid-u2V1pu4YLW .mbr-section-subtitle,
.cid-u2V1pu4YLW .align {
  text-align: left;
  color: #ffffff;
}
.cid-u2V59GIXiE {
  padding-top: 7rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-u2V59GIXiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V59GIXiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2V59GIXiE .row {
  justify-content: center;
}
.cid-u2V59GIXiE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2V59GIXiE .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u2V59GIXiE .container {
    padding: 0 15px;
  }
}
.cid-u2V59GIXiE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2V59GIXiE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2V59GIXiE .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-u2V59GIXiE .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #d7f92a 0, #d7f92a 50%, transparent 100%);
  opacity: .2;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #d7f92a;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #d7f92a;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-u2V59GIXiE .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u2V59GIXiE .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2V59GIXiE .image-wrapper {
    margin: 0;
  }
}
.cid-u2V59GIXiE .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #d7f92a;
  z-index: 1;
}
.cid-u2V59GIXiE .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d7f92a;
  filter: blur(80px);
  pointer-events: none;
}
.cid-u2V59GIXiE .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u2V59GIXiE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2V59GIXiE .panel-title {
  color: #d2d2df;
}
.cid-u2V59GIXiE .panel-text {
  color: #d2d2df;
}
.cid-u2V59GIXiE .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2V59GIXiE .panel-title-edit,
.cid-u2V59GIXiE .card-header {
  color: #ffffff;
}
.cid-u2V59GIXiE .panel-text,
.cid-u2V59GIXiE .mbr-section-btn {
  color: #ffffff;
}
.cid-u2V5boV50V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2V5boV50V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V5boV50V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2V5boV50V .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2V5boV50V img {
  max-width: 550px;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-u2V5boV50V img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-u2V5boV50V .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-u2V5boV50V .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u2V5boV50V .card-link:hover a {
  background-image: none !important;
}
.cid-u2V5boV50V .card-link:hover {
  cursor: pointer;
}
.cid-u2V5boV50V .card-link:hover:before {
  width: 0%;
}
.cid-u2V5boV50V .card {
  margin-bottom: 3rem;
}
.cid-u2V5boV50V .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #d7f92a;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-u2V5boV50V .row {
  justify-content: center;
}
.cid-u2V5boV50V .card-box {
  align-items: center;
  border-bottom: 1px solid #d7f92a;
  padding-bottom: .8rem;
}
.cid-u2V5boV50V .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-u2V5boV50V .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u2V5boV50V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2V5boV50V .card-text {
  color: #ffffff;
}
.cid-u2V5boV50V .card-title,
.cid-u2V5boV50V .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-u2V5boV50V .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2V5boV50V .card-link,
.cid-u2V5boV50V .link-icon,
.cid-u2V5boV50V .link-align {
  color: #232323;
}
.cid-u2V5cyAkiI {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-u2V5cyAkiI .mbr-section-subtitle {
  color: #70747f;
}
.cid-u2V5cyAkiI .mbr-text {
  color: #f2f2f2;
  text-align: left;
}
.cid-u2V5cyAkiI .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2V5cyAkiI .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-u2V5cyAkiI .nav-tabs .nav-item {
  display: table-cell;
}
.cid-u2V5cyAkiI .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-u2V5cyAkiI .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2V5cyAkiI .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-u2V5cyAkiI .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-u2V5cyAkiI .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-u2V5cyAkiI .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-u2V5cyAkiI .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-u2V5cyAkiI .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-u2V5cyAkiI .wrapper {
  margin-bottom: .5rem;
}
.cid-u2V5cyAkiI .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-u2V5cyAkiI .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-u2V5cyAkiI .nav-tabs {
    width: 100%;
  }
  .cid-u2V5cyAkiI .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-u2V5cyAkiI .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u2V5cyAkiI .card-img {
    margin-top: .5rem;
  }
  .cid-u2V5cyAkiI .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-u2V5cyAkiI .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-u2V5cyAkiI .card-title,
  .cid-u2V5cyAkiI .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-u2V5cyAkiI {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-u2V5cyAkiI .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-u2V5cyAkiI .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-u2V5cyAkiI .card-title,
  .cid-u2V5cyAkiI .wrapper {
    font-size: 85% !important;
  }
  .cid-u2V5cyAkiI .wrapper-tab {
    padding: 0rem;
  }
  .cid-u2V5cyAkiI .right-column {
    margin-top: 1rem;
  }
  .cid-u2V5cyAkiI .tab-content {
    padding: 1rem;
  }
}
.cid-u2V5cyAkiI .card-title,
.cid-u2V5cyAkiI .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-u2V5cyAkiI h4 {
  text-align: center;
}
.cid-u2V5cyAkiI h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2V5cyAkiI h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-u2V5cyAkiI h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-u2V5cyAkiI H3 {
  color: #000000;
}
.cid-u2V6SYco13 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u2V6SYco13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V6SYco13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2V6SYco13 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-u2V6SYco13 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u2V6SYco13 .mbr-text,
.cid-u2V6SYco13 .mbr-section-btn {
  color: #232323;
}
.cid-u2V6SYco13 .mbr-section-title,
.cid-u2V6SYco13 .line {
  color: #ffffff;
  text-align: center;
}
.cid-u2V6SYco13 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u2V6SYco13 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u2V6SYco13 .mbr-section-subtitle,
.cid-u2V6SYco13 .align {
  text-align: left;
  color: #232323;
}
.cid-u2OKwqcCHT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2OKwqcCHT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2OKwqcCHT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2OKwqcCHT .container {
    padding: 0 25px;
  }
}
.cid-u2OKwqcCHT .row {
  margin: 0;
}
.cid-u2OKwqcCHT .row .card {
  padding: 0;
}
.cid-u2OKwqcCHT .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2OKwqcCHT .image-wrapper {
    height: 350px;
  }
}
.cid-u2OKwqcCHT .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2OKwqcCHT .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-u2OKwqcCHT .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u2OKwqcCHT .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-u2OKwqcCHT .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-u2OKwqcCHT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-u2OKwqcCHT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-u2OKwqcCHT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2OKwqcCHT .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u2OKwqcCHT .mbr-section-title {
  color: #ffffff;
}
.cid-u2OKwqcCHT .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-u2OKwqcCHT .mbr-text {
  color: #f2f2f2;
}
.cid-u2OKwqcCHT .mbr-section-title,
.cid-u2OKwqcCHT .mbr-section-btn,
.cid-u2OKwqcCHT .logo-wrapper {
  color: #ffffff;
}
.cid-u2OKxJV4Jh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2OKxJV4Jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2OKxJV4Jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2OKxJV4Jh .container {
    padding: 0 16px;
  }
}
.cid-u2OKxJV4Jh .title-wrapper {
  position: relative;
}
.cid-u2OKxJV4Jh .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2OKxJV4Jh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2OKxJV4Jh .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u2OKxJV4Jh .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u2OKxJV4Jh .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u2OKxJV4Jh .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 50%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u2OKxJV4Jh .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-u2OKxJV4Jh .mbr-section-title {
  color: #08323C;
}
.cid-u2OKxJV4Jh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2OKxJV4Jh .mbr-section-title,
.cid-u2OKxJV4Jh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2OKz1WpHP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-u2OKz1WpHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2OKz1WpHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2OKz1WpHP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .container {
    padding: 0 16px;
  }
}
.cid-u2OKz1WpHP .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u2OKz1WpHP .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-u2OKz1WpHP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u2OKz1WpHP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2OKz1WpHP .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u2OKz1WpHP .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u2OKz1WpHP .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .title-wrapper .line {
    display: none;
  }
}
.cid-u2OKz1WpHP .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2OKz1WpHP .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u2OKz1WpHP .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u2OKz1WpHP .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-u2OKz1WpHP .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-u2OKz1WpHP .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-u2OKz1WpHP .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2OKz1WpHP .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2OKz1WpHP .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-u2OKz1WpHP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2OKz1WpHP .mbr-card-title,
.cid-u2OKz1WpHP .icon-wrapper {
  color: #f2f2f2;
}
.cid-u2OKz1WpHP .mbr-card-text {
  color: #f2f2f2;
}
.cid-u2OKAGkyFw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u2OKAGkyFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2OKAGkyFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2OKAGkyFw .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u2OKAGkyFw .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u2OKAGkyFw .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-u2OKAGkyFw .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-u2OKAGkyFw .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2OKAGkyFw .image-wrapper {
    margin: 0;
  }
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-u2OKAGkyFw .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-u2OKAGkyFw .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u2OKAGkyFw .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-u2OKAGkyFw .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-u2OKAGkyFw .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-u2OKAGkyFw .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-u2OKAGkyFw .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-u2OKAGkyFw .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-u2OKAGkyFw .mbr-section-title,
.cid-u2OKAGkyFw .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebu7FhEsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebu7FhEsT .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebu7FhEsT .container {
    padding: 0 20px;
  }
}
.cid-vebu7FhEsT .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebu7FhEsT .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebu7FhEsT .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebu7FhEsT .form-container {
  display: flex;
  width: 100%;
}
.cid-vebu7FhEsT .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebu7FhEsT form {
  width: 100%;
}
.cid-vebu7FhEsT form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebu7FhEsT form p {
  color: #112B6D;
}
.cid-vebu7FhEsT form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebu7FhEsT form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebu7FhEsT form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebu7FhEsT form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebu7FhEsT form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebu7FhEsT form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebu7FhEsT form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebu7FhEsT form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form select {
  color: #666666 !important;
}
.cid-vebu7FhEsT form textarea {
  height: 100px !important;
}
.cid-vebu7FhEsT form input:active,
.cid-vebu7FhEsT form textarea:active,
.cid-vebu7FhEsT form input:focus,
.cid-vebu7FhEsT form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebu7FhEsT form input:active::-webkit-input-placeholder,
.cid-vebu7FhEsT form textarea:active::-webkit-input-placeholder,
.cid-vebu7FhEsT form input:focus::-webkit-input-placeholder,
.cid-vebu7FhEsT form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form input:active::-moz-placeholder,
.cid-vebu7FhEsT form textarea:active::-moz-placeholder,
.cid-vebu7FhEsT form input:focus::-moz-placeholder,
.cid-vebu7FhEsT form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form input:active:-moz-placeholder,
.cid-vebu7FhEsT form textarea:active:-moz-placeholder,
.cid-vebu7FhEsT form input:focus:-moz-placeholder,
.cid-vebu7FhEsT form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form input:active:-ms-input-placeholder,
.cid-vebu7FhEsT form textarea:active:-ms-input-placeholder,
.cid-vebu7FhEsT form input:focus:-ms-input-placeholder,
.cid-vebu7FhEsT form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebu7FhEsT form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebu7FhEsT form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebu7FhEsT form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebu7FhEsT form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebu7FhEsT form .form-check-input:focus,
.cid-vebu7FhEsT form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebu7FhEsT form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u2NDeYDcK2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2NDeYDcK2 .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2NDeYDcK2 .mbr-text {
  color: #ffffff;
}
.cid-u2NEmJi7ft {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u2NEmJi7ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2NEmJi7ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2NEmJi7ft .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u2NEmJi7ft .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-u2NEmJi7ft .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2NEmJi7ft .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u2NEmJi7ft .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d7f92a;
}
.cid-u2NEmJi7ft .mbr-section-title {
  color: #ffffff;
}
.cid-u2NEmJi7ft .card-title {
  color: #ffffff;
}
.cid-u2PvcsoNfT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebuUypjtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebuUypjtB .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebuUypjtB .container {
    padding: 0 20px;
  }
}
.cid-vebuUypjtB .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebuUypjtB .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebuUypjtB .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebuUypjtB .form-container {
  display: flex;
  width: 100%;
}
.cid-vebuUypjtB .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebuUypjtB form {
  width: 100%;
}
.cid-vebuUypjtB form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebuUypjtB form p {
  color: #112B6D;
}
.cid-vebuUypjtB form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebuUypjtB form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebuUypjtB form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebuUypjtB form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebuUypjtB form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebuUypjtB form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebuUypjtB form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebuUypjtB form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form select {
  color: #666666 !important;
}
.cid-vebuUypjtB form textarea {
  height: 100px !important;
}
.cid-vebuUypjtB form input:active,
.cid-vebuUypjtB form textarea:active,
.cid-vebuUypjtB form input:focus,
.cid-vebuUypjtB form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebuUypjtB form input:active::-webkit-input-placeholder,
.cid-vebuUypjtB form textarea:active::-webkit-input-placeholder,
.cid-vebuUypjtB form input:focus::-webkit-input-placeholder,
.cid-vebuUypjtB form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form input:active::-moz-placeholder,
.cid-vebuUypjtB form textarea:active::-moz-placeholder,
.cid-vebuUypjtB form input:focus::-moz-placeholder,
.cid-vebuUypjtB form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form input:active:-moz-placeholder,
.cid-vebuUypjtB form textarea:active:-moz-placeholder,
.cid-vebuUypjtB form input:focus:-moz-placeholder,
.cid-vebuUypjtB form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form input:active:-ms-input-placeholder,
.cid-vebuUypjtB form textarea:active:-ms-input-placeholder,
.cid-vebuUypjtB form input:focus:-ms-input-placeholder,
.cid-vebuUypjtB form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebuUypjtB form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebuUypjtB form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebuUypjtB form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebuUypjtB form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebuUypjtB form .form-check-input:focus,
.cid-vebuUypjtB form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebuUypjtB form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u5szcuMgsW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u5szcuMgsW .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5szcuMgsW .mbr-text {
  color: #ffffff;
}
.cid-u5sAFtk17D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-u5sAFtk17D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5sAFtk17D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5sAFtk17D .container {
    padding: 0 20px;
  }
}
.cid-u5sAFtk17D .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-u5sAFtk17D .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5sAFtk17D .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-u5sAFtk17D .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5sAFtk17D .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-u5sAFtk17D .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-u5sAFtk17D .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-u5sAFtk17D .mbr-section-title {
  color: #000000;
}
.cid-u5sAFtk17D .mbr-desc {
  color: #ffffff;
}
.cid-u5sAFtk17D .mbr-section-title,
.cid-u5sAFtk17D .mbr-section-btn {
  color: #ffffff;
}
.cid-u5szcv6pJb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u5szcv6pJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5szcv6pJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5szcv6pJb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u5szcv6pJb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-u5szcv6pJb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5szcv6pJb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u5szcv6pJb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d7f92a;
}
.cid-u5szcv6pJb .mbr-section-title {
  color: #ffffff;
}
.cid-u5szcv6pJb .card-title {
  color: #ffffff;
}
.cid-u5szcvDffQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u5szcw24fd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u5szcw24fd .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-u5szcw24fd .container {
    padding: 0 20px;
  }
}
.cid-u5szcw24fd .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-u5szcw24fd .mbr-section-title {
  color: #f2f2f2;
}
.cid-u5szcw24fd .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-u5szcw24fd .form-container {
  display: flex;
  width: 100%;
}
.cid-u5szcw24fd .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5szcw24fd form {
  width: 100%;
}
.cid-u5szcw24fd form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u5szcw24fd form p {
  color: #112B6D;
}
.cid-u5szcw24fd form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-u5szcw24fd form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-u5szcw24fd form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-u5szcw24fd form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-u5szcw24fd form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-u5szcw24fd form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u5szcw24fd form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-u5szcw24fd form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form select {
  color: #666666 !important;
}
.cid-u5szcw24fd form textarea {
  height: 100px !important;
}
.cid-u5szcw24fd form input:active,
.cid-u5szcw24fd form textarea:active,
.cid-u5szcw24fd form input:focus,
.cid-u5szcw24fd form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-u5szcw24fd form input:active::-webkit-input-placeholder,
.cid-u5szcw24fd form textarea:active::-webkit-input-placeholder,
.cid-u5szcw24fd form input:focus::-webkit-input-placeholder,
.cid-u5szcw24fd form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form input:active::-moz-placeholder,
.cid-u5szcw24fd form textarea:active::-moz-placeholder,
.cid-u5szcw24fd form input:focus::-moz-placeholder,
.cid-u5szcw24fd form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form input:active:-moz-placeholder,
.cid-u5szcw24fd form textarea:active:-moz-placeholder,
.cid-u5szcw24fd form input:focus:-moz-placeholder,
.cid-u5szcw24fd form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form input:active:-ms-input-placeholder,
.cid-u5szcw24fd form textarea:active:-ms-input-placeholder,
.cid-u5szcw24fd form input:focus:-ms-input-placeholder,
.cid-u5szcw24fd form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u5szcw24fd form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5szcw24fd form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5szcw24fd form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-u5szcw24fd form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-u5szcw24fd form .form-check-input:focus,
.cid-u5szcw24fd form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-u5szcw24fd form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u5sBejYG7M {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u5sBejYG7M .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5sBejYG7M .mbr-text {
  color: #ffffff;
}
.cid-u5sBFkA5aT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09426a;
}
.cid-u5sBFkA5aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5sBFkA5aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5sBFkA5aT .container {
    padding: 0 20px;
  }
}
.cid-u5sBFkA5aT .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-u5sBFkA5aT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u5sBFkA5aT .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-u5sBFkA5aT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u5sBFkA5aT .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-u5sBFkA5aT .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-u5sBFkA5aT .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-u5sBFkA5aT .mbr-section-title {
  color: #000000;
}
.cid-u5sBFkA5aT .mbr-desc {
  color: #ffffff;
}
.cid-u5sBFkA5aT .mbr-section-title,
.cid-u5sBFkA5aT .mbr-section-btn {
  color: #ffffff;
}
.cid-u5sBelbRyZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-u5sBelbRyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5sBelbRyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5sBelbRyZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u5sBelbRyZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-u5sBelbRyZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5sBelbRyZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u5sBelbRyZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d7f92a;
}
.cid-u5sBelbRyZ .mbr-section-title {
  color: #ffffff;
}
.cid-u5sBelbRyZ .card-title {
  color: #ffffff;
}
.cid-u5sBelNP56 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u5sBemgtx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u5sBemgtx5 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-u5sBemgtx5 .container {
    padding: 0 20px;
  }
}
.cid-u5sBemgtx5 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-u5sBemgtx5 .mbr-section-title {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-u5sBemgtx5 .form-container {
  display: flex;
  width: 100%;
}
.cid-u5sBemgtx5 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u5sBemgtx5 form {
  width: 100%;
}
.cid-u5sBemgtx5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u5sBemgtx5 form p {
  color: #112B6D;
}
.cid-u5sBemgtx5 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-u5sBemgtx5 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-u5sBemgtx5 form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-u5sBemgtx5 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-u5sBemgtx5 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-u5sBemgtx5 form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u5sBemgtx5 form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-u5sBemgtx5 form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form select {
  color: #666666 !important;
}
.cid-u5sBemgtx5 form textarea {
  height: 100px !important;
}
.cid-u5sBemgtx5 form input:active,
.cid-u5sBemgtx5 form textarea:active,
.cid-u5sBemgtx5 form input:focus,
.cid-u5sBemgtx5 form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-u5sBemgtx5 form input:active::-webkit-input-placeholder,
.cid-u5sBemgtx5 form textarea:active::-webkit-input-placeholder,
.cid-u5sBemgtx5 form input:focus::-webkit-input-placeholder,
.cid-u5sBemgtx5 form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form input:active::-moz-placeholder,
.cid-u5sBemgtx5 form textarea:active::-moz-placeholder,
.cid-u5sBemgtx5 form input:focus::-moz-placeholder,
.cid-u5sBemgtx5 form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form input:active:-moz-placeholder,
.cid-u5sBemgtx5 form textarea:active:-moz-placeholder,
.cid-u5sBemgtx5 form input:focus:-moz-placeholder,
.cid-u5sBemgtx5 form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form input:active:-ms-input-placeholder,
.cid-u5sBemgtx5 form textarea:active:-ms-input-placeholder,
.cid-u5sBemgtx5 form input:focus:-ms-input-placeholder,
.cid-u5sBemgtx5 form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u5sBemgtx5 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u5sBemgtx5 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u5sBemgtx5 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-u5sBemgtx5 form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-u5sBemgtx5 form .form-check-input:focus,
.cid-u5sBemgtx5 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-u5sBemgtx5 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-u2PmAfO5Oj {
  z-index: 1000;
  width: 100%;
}
.cid-u2PmAfO5Oj nav.navbar {
  position: fixed;
}
.cid-u2PmAfO5Oj .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2PmAfO5Oj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2PmAfO5Oj .dropdown-item:hover,
.cid-u2PmAfO5Oj .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-u2PmAfO5Oj .dropdown-item:hover span {
  color: white;
}
.cid-u2PmAfO5Oj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2PmAfO5Oj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2PmAfO5Oj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2PmAfO5Oj .nav-link {
  position: relative;
}
.cid-u2PmAfO5Oj .container {
  display: flex;
  margin: auto;
}
.cid-u2PmAfO5Oj .dropdown-menu,
.cid-u2PmAfO5Oj .navbar.opened {
  background: #090f10 !important;
}
.cid-u2PmAfO5Oj .nav-item:focus,
.cid-u2PmAfO5Oj .nav-link:focus {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2PmAfO5Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2PmAfO5Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2PmAfO5Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-u2PmAfO5Oj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2PmAfO5Oj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2PmAfO5Oj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2PmAfO5Oj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2PmAfO5Oj .navbar.collapsed {
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2PmAfO5Oj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2PmAfO5Oj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2PmAfO5Oj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2PmAfO5Oj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2PmAfO5Oj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2PmAfO5Oj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u2PmAfO5Oj .navbar.navbar-short {
  min-height: auto;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-u2PmAfO5Oj .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-u2PmAfO5Oj .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2PmAfO5Oj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2PmAfO5Oj .dropdown-item.active,
.cid-u2PmAfO5Oj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2PmAfO5Oj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2PmAfO5Oj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-u2PmAfO5Oj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2PmAfO5Oj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2PmAfO5Oj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-u2PmAfO5Oj .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-u2PmAfO5Oj button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-u2PmAfO5Oj nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2PmAfO5Oj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2PmAfO5Oj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2PmAfO5Oj .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-u2PmAfO5Oj .navbar {
    height: 70px;
  }
  .cid-u2PmAfO5Oj .navbar.opened {
    height: auto;
  }
  .cid-u2PmAfO5Oj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2PmAfO5Oj .container-fluid {
  padding-right: 0;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-u2PmAfO5Oj .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-u2PmAfO5Oj .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-u2PmAfO5Oj .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-u2PmAfO5Oj .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-u2PmAfO5Oj .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-u2PmAfO5Oj .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-u2PmAfO5Oj .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-u2PmAfO5Oj .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-u2PmAfO5Oj .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-u2PmAfO5Oj .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-u2OOyLQPQC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-u2OOyLQPQC .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2OOyLQPQC .mbr-text {
  color: #ffffff;
}
.cid-u2ORv68kN2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-u2ORv68kN2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-u2ORv68kN2 .container {
    padding: 0 20px;
  }
}
.cid-u2ORv68kN2 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-u2ORv68kN2 .mbr-section-title {
  color: #ffffff;
}
.cid-u2ORv68kN2 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u2ORv68kN2 .form-container {
  display: flex;
  width: 100%;
}
.cid-u2ORv68kN2 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u2ORv68kN2 form {
  width: 100%;
}
.cid-u2ORv68kN2 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u2ORv68kN2 form p {
  color: #112B6D;
}
.cid-u2ORv68kN2 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-u2ORv68kN2 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-u2ORv68kN2 form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-u2ORv68kN2 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-u2ORv68kN2 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-u2ORv68kN2 form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-u2ORv68kN2 form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-u2ORv68kN2 form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form select {
  color: #f2f2f2 !important;
}
.cid-u2ORv68kN2 form textarea {
  height: 100px !important;
}
.cid-u2ORv68kN2 form input:active,
.cid-u2ORv68kN2 form textarea:active,
.cid-u2ORv68kN2 form input:focus,
.cid-u2ORv68kN2 form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-u2ORv68kN2 form input:active::-webkit-input-placeholder,
.cid-u2ORv68kN2 form textarea:active::-webkit-input-placeholder,
.cid-u2ORv68kN2 form input:focus::-webkit-input-placeholder,
.cid-u2ORv68kN2 form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form input:active::-moz-placeholder,
.cid-u2ORv68kN2 form textarea:active::-moz-placeholder,
.cid-u2ORv68kN2 form input:focus::-moz-placeholder,
.cid-u2ORv68kN2 form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form input:active:-moz-placeholder,
.cid-u2ORv68kN2 form textarea:active:-moz-placeholder,
.cid-u2ORv68kN2 form input:focus:-moz-placeholder,
.cid-u2ORv68kN2 form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form input:active:-ms-input-placeholder,
.cid-u2ORv68kN2 form textarea:active:-ms-input-placeholder,
.cid-u2ORv68kN2 form input:focus:-ms-input-placeholder,
.cid-u2ORv68kN2 form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-u2ORv68kN2 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-u2ORv68kN2 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-u2ORv68kN2 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-u2ORv68kN2 form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-u2ORv68kN2 form .form-check-input:focus,
.cid-u2ORv68kN2 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-u2ORv68kN2 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-u2ORv68kN2 LABEL {
  color: #ffffff;
}
.cid-u2ORv68kN2 P {
  color: #ffffff;
}
.cid-u2ORv68kN2 p.display-4 span {
  padding: 5px;
  background-color: #000000cc;
  line-height: 1 !important;
  color: #ffffff !important;
  font-weight: 900;
}
.cid-u2ORv68kN2 ul.display-4 {
  padding: 5px;
  background-color: #000000cc;
  line-height: 1.4 !important;
  color: #ffffff !important;
  font-weight: 900;
}
.cid-u2OOyMirg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-u2OOyMirg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2OOyMirg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2OOyMirg8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u2OOyMirg8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-u2OOyMirg8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2OOyMirg8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u2OOyMirg8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d7f92a;
}
.cid-u2OOyMirg8 .mbr-section-title {
  color: #ffffff;
}
.cid-u2OOyMirg8 .card-title {
  color: #ffffff;
}
.cid-vebtWoHDd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebtWoHDd8 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebtWoHDd8 .container {
    padding: 0 20px;
  }
}
.cid-vebtWoHDd8 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebtWoHDd8 .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebtWoHDd8 .form-container {
  display: flex;
  width: 100%;
}
.cid-vebtWoHDd8 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebtWoHDd8 form {
  width: 100%;
}
.cid-vebtWoHDd8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebtWoHDd8 form p {
  color: #112B6D;
}
.cid-vebtWoHDd8 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebtWoHDd8 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebtWoHDd8 form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebtWoHDd8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebtWoHDd8 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebtWoHDd8 form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebtWoHDd8 form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebtWoHDd8 form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form select {
  color: #666666 !important;
}
.cid-vebtWoHDd8 form textarea {
  height: 100px !important;
}
.cid-vebtWoHDd8 form input:active,
.cid-vebtWoHDd8 form textarea:active,
.cid-vebtWoHDd8 form input:focus,
.cid-vebtWoHDd8 form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebtWoHDd8 form input:active::-webkit-input-placeholder,
.cid-vebtWoHDd8 form textarea:active::-webkit-input-placeholder,
.cid-vebtWoHDd8 form input:focus::-webkit-input-placeholder,
.cid-vebtWoHDd8 form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form input:active::-moz-placeholder,
.cid-vebtWoHDd8 form textarea:active::-moz-placeholder,
.cid-vebtWoHDd8 form input:focus::-moz-placeholder,
.cid-vebtWoHDd8 form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form input:active:-moz-placeholder,
.cid-vebtWoHDd8 form textarea:active:-moz-placeholder,
.cid-vebtWoHDd8 form input:focus:-moz-placeholder,
.cid-vebtWoHDd8 form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form input:active:-ms-input-placeholder,
.cid-vebtWoHDd8 form textarea:active:-ms-input-placeholder,
.cid-vebtWoHDd8 form input:focus:-ms-input-placeholder,
.cid-vebtWoHDd8 form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebtWoHDd8 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebtWoHDd8 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebtWoHDd8 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebtWoHDd8 form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebtWoHDd8 form .form-check-input:focus,
.cid-vebtWoHDd8 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebtWoHDd8 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-tVJqMqwE96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-tVJqMqwE96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVJqMqwE96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVJqMqwE96 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .container {
    padding: 0 25px;
  }
}
.cid-tVJqMqwE96 .row {
  justify-content: space-between;
}
.cid-tVJqMqwE96 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tVJqMqwE96 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .list-content {
    display: block;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper,
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .nav-wrapper,
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .mbr-list-title,
.cid-tVJqMqwE96 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tVJqMqwE96 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tVJqMqwE96 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tVJqMqwE96 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVJqMqwE96 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-tVJqMqwE96 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVJqMqwE96 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tVJqMqwE96 .mbr-section-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-list-title {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-tVJqMqwE96 .mbr-brand {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .mbr-section-title,
.cid-tVJqMqwE96 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-tVJqMqwE96 .list,
.cid-tVJqMqwE96 .item-wrap {
  color: #f2f2f2;
}
.cid-vebxpcqOzu {
  z-index: 1000;
  width: 100%;
}
.cid-vebxpcqOzu nav.navbar {
  position: fixed;
}
.cid-vebxpcqOzu .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxpcqOzu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vebxpcqOzu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vebxpcqOzu .dropdown-item:hover,
.cid-vebxpcqOzu .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-vebxpcqOzu .dropdown-item:hover span {
  color: white;
}
.cid-vebxpcqOzu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vebxpcqOzu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vebxpcqOzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vebxpcqOzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vebxpcqOzu .nav-link {
  position: relative;
}
.cid-vebxpcqOzu .container {
  display: flex;
  margin: auto;
}
.cid-vebxpcqOzu .dropdown-menu,
.cid-vebxpcqOzu .navbar.opened {
  background: #090f10 !important;
}
.cid-vebxpcqOzu .nav-item:focus,
.cid-vebxpcqOzu .nav-link:focus {
  outline: none;
}
.cid-vebxpcqOzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vebxpcqOzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vebxpcqOzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vebxpcqOzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxpcqOzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vebxpcqOzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vebxpcqOzu .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-vebxpcqOzu .navbar.opened {
  transition: all 0.3s;
}
.cid-vebxpcqOzu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vebxpcqOzu .navbar .navbar-logo img {
  width: auto;
}
.cid-vebxpcqOzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vebxpcqOzu .navbar.collapsed {
  justify-content: center;
}
.cid-vebxpcqOzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vebxpcqOzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vebxpcqOzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vebxpcqOzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vebxpcqOzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vebxpcqOzu .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-vebxpcqOzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vebxpcqOzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vebxpcqOzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vebxpcqOzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vebxpcqOzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vebxpcqOzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vebxpcqOzu .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-vebxpcqOzu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vebxpcqOzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vebxpcqOzu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vebxpcqOzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vebxpcqOzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vebxpcqOzu .navbar.navbar-short {
  min-height: auto;
}
.cid-vebxpcqOzu .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vebxpcqOzu .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vebxpcqOzu .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vebxpcqOzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vebxpcqOzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vebxpcqOzu .dropdown-item.active,
.cid-vebxpcqOzu .dropdown-item:active {
  background-color: transparent;
}
.cid-vebxpcqOzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vebxpcqOzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vebxpcqOzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vebxpcqOzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-vebxpcqOzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vebxpcqOzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vebxpcqOzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vebxpcqOzu .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vebxpcqOzu .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-vebxpcqOzu .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vebxpcqOzu .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vebxpcqOzu .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vebxpcqOzu button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vebxpcqOzu button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vebxpcqOzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-vebxpcqOzu button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vebxpcqOzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vebxpcqOzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxpcqOzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxpcqOzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vebxpcqOzu nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxpcqOzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxpcqOzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxpcqOzu nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxpcqOzu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vebxpcqOzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vebxpcqOzu .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-vebxpcqOzu .navbar {
    height: 70px;
  }
  .cid-vebxpcqOzu .navbar.opened {
    height: auto;
  }
  .cid-vebxpcqOzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vebxpcqOzu .container-fluid {
  padding-right: 0;
}
.cid-vebxpcqOzu .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vebxpcqOzu .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vebxpcqOzu .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vebxpcqOzu .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-vebxpcqOzu .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-vebxpcqOzu .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vebxpcqOzu .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-vebxpcqOzu .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-vebxpcqOzu .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-vebxpcqOzu .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-vebxpcqOzu .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-vebxpcqOzu .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-vebxpcqOzu .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vebxpcqOzu .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vebxpcqOzu .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vebxpcqOzu .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vebxpcqOzu .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vebxpcqOzu .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vebxpcqOzu .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vebxpcqOzu .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxpcqOzu .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vebxpcqOzu .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vebxpcqOzu .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vebxpcqOzu .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vebxpcqOzu .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vebxpdEoES {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-vebxpdEoES .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpdEoES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpdEoES .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxpdEoES .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxpdEoES .container {
    padding: 0 25px;
  }
}
.cid-vebxpdEoES .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vebxpdEoES .title-wrapper {
    padding: 0;
  }
}
.cid-vebxpdEoES .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpdEoES .mbr-section-title {
  color: #ffffff;
}
.cid-vebxpdEoES .mbr-text {
  text-align: center;
  color: #ffffff !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpdEoES .mbr-section-title,
.cid-vebxpdEoES .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vebxpdEoES .mbr-text,
.cid-vebxpdEoES .mbr-section-btn {
  text-align: center;
  color: #ffffff !important;
}
.cid-vebxpez6q8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxpez6q8 .item-img {
  position: relative;
}
.cid-vebxpez6q8 .item-img img {
  transition: all 0.7s;
}
.cid-vebxpez6q8 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vebxpez6q8 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vebxpez6q8 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vebxpez6q8 .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-vebxpez6q8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vebxpez6q8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpez6q8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-vebxpez6q8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vebxpez6q8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpez6q8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vebxpez6q8 .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vebxpez6q8 .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vebxpez6q8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vebxpez6q8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vebxpez6q8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vebxpez6q8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vebxpez6q8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vebxpez6q8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vebxpez6q8 img,
.cid-vebxpez6q8 .item-img {
  width: 100%;
}
.cid-vebxpez6q8 .item:focus,
.cid-vebxpez6q8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vebxpez6q8 .item {
    margin-bottom: 1rem;
  }
}
.cid-vebxpez6q8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vebxpez6q8 .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-vebxpez6q8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vebxpez6q8 .mbr-section-subtitle,
.cid-vebxpez6q8 .subtitle-wrap,
.cid-vebxpez6q8 .mbr-section-btn {
  text-align: left;
}
.cid-vebxpez6q8 .mbr-text,
.cid-vebxpez6q8 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxpez6q8 h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxpez6q8 h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxpfTKSt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxpfTKSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpfTKSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpfTKSt .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-vebxpfTKSt .row {
  flex-direction: row-reverse;
}
.cid-vebxpfTKSt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vebxpfTKSt .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-vebxpfTKSt .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-vebxpfTKSt .text-wrapper {
    text-align: center;
  }
}
.cid-vebxpfTKSt .mbr-text,
.cid-vebxpfTKSt .mbr-section-btn {
  color: #09426a;
}
.cid-vebxpfTKSt .mbr-menu,
.cid-vebxpfTKSt .mbr-section-btn {
  color: #fdfde1;
}
.cid-vebxpfTKSt .mbr-desc,
.cid-vebxpfTKSt .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxpfTKSt .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpfTKSt a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-vebxpfTKSt a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-vebxpfTKSt a.btn.btn-primary-outline.display-4,
  .cid-vebxpfTKSt a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-vebxpfTKSt .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-vebxpfTKSt .mbr-desc1 span {
  font-size: larger;
}
.cid-vebxph2nuf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxph2nuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxph2nuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxph2nuf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxph2nuf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vebxph2nuf .content-head {
  max-width: 800px;
}
.cid-vebxph2nuf .img-wrapper {
  padding-right: 0.5rem;
}
.cid-vebxph2nuf .img-wrapper img {
  width: 6rem;
}
.cid-vebxph2nuf .card-title {
  color: #09426a;
}
.cid-vebxph2nuf .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-vebxph2nuf .text-danger:hover {
  color: #09426a !important;
}
.cid-vebxpijJaJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vebxpijJaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpijJaJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpijJaJ .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vebxpijJaJ .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-vebxpijJaJ .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxpijJaJ .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-vebxpijJaJ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxpijJaJ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-vebxpijJaJ .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-vebxpijJaJ .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vebxpijJaJ .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-vebxpijJaJ .mbr-section-title {
  color: #000000;
}
.cid-vebxpijJaJ .mbr-text,
.cid-vebxpijJaJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vebxpijJaJ .mbr-section-title,
.cid-vebxpijJaJ .mbr-section-btn,
.cid-vebxpijJaJ .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-vebxpjoIwh {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vebxpjoIwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpjoIwh img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxpjoIwh img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-vebxpjoIwh img {
    z-index: 10;
  }
}
.cid-vebxpjoIwh .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-vebxpjoIwh .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-vebxpjoIwh .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-vebxpjoIwh .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-vebxpjoIwh .hppc {
  position: absolute;
  align-items: center;
}
.cid-vebxpjoIwh .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vebxpjoIwh .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-vebxpjoIwh .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vebxpjoIwh .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-vebxpjoIwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpjoIwh .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-vebxpjoIwh .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vebxpjoIwh {
    align-items: flex-start;
  }
  .cid-vebxpjoIwh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vebxpjoIwh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vebxpjoIwh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vebxpjoIwh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vebxpjoIwh .content-wrap {
    width: 100%;
  }
}
.cid-vebxpjoIwh .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxpjoIwh .mbr-text,
.cid-vebxpjoIwh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-vebxpjoIwh .mbr-tag,
.cid-vebxpjoIwh .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxpjoIwh .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-vebxpjoIwh h1 span {
  color: #ffffff;
}
.cid-vebxpjoIwh p span {
  font-size: large;
}
.cid-vebxpkFsGg {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-vebxpkFsGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpkFsGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpkFsGg .title-wrapper {
  margin-bottom: 40px;
}
.cid-vebxpkFsGg .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vebxpkFsGg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vebxpkFsGg .mbr-section-btn .btn::after,
.cid-vebxpkFsGg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vebxpkFsGg .mbr-section-btn .btn:hover,
.cid-vebxpkFsGg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vebxpkFsGg .mbr-section-btn .btn:hover::after,
.cid-vebxpkFsGg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vebxpkFsGg .items-wrapper {
  margin: 0 -20px;
}
.cid-vebxpkFsGg .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-vebxpkFsGg .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-vebxpkFsGg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vebxpkFsGg .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vebxpkFsGg .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vebxpkFsGg .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-vebxpkFsGg .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-vebxpkFsGg .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-vebxpkFsGg .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-vebxpkFsGg .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-vebxpkFsGg .mbr-section-title {
  color: #ffffff;
}
.cid-vebxpkFsGg .mbr-tag {
  color: #adadad;
}
.cid-vebxpkFsGg .mbr-text {
  color: #ffffff;
}
.cid-vebxpkFsGg .item-name {
  color: #ffffff;
}
.cid-vebxpkFsGg .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vebxpkFsGg .mbr-section-title,
.cid-vebxpkFsGg .main-btn {
  text-align: center;
}
.cid-vebxpkFsGg .item-name,
.cid-vebxpkFsGg .item-btn {
  text-align: center;
}
.cid-vebxpmfT9g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxpmfT9g .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxpmfT9g .mbr-text {
  color: #f2f2f2;
}
.cid-vebxpnm53y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxpnm53y .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vebxpnm53y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vebxpnm53y .container {
    padding: 0 25px;
  }
}
.cid-vebxpnm53y .row {
  margin: 0;
}
.cid-vebxpnm53y .row .card {
  padding: 0;
}
.cid-vebxpnm53y .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxpnm53y .image-wrapper {
    height: 350px;
  }
}
.cid-vebxpnm53y .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vebxpnm53y .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-vebxpnm53y .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vebxpnm53y .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-vebxpnm53y .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-vebxpnm53y .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vebxpnm53y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-vebxpnm53y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxpnm53y .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vebxpnm53y .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpnm53y .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-vebxpnm53y .mbr-text {
  color: #f2f2f2;
}
.cid-vebxpnm53y .mbr-section-title,
.cid-vebxpnm53y .mbr-section-btn,
.cid-vebxpnm53y .logo-wrapper {
  color: #000000;
}
.cid-vebxpoCzTv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxpoCzTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpoCzTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxpoCzTv .container {
    padding: 0 16px;
  }
}
.cid-vebxpoCzTv .title-wrapper {
  position: relative;
}
.cid-vebxpoCzTv .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxpoCzTv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vebxpoCzTv .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxpoCzTv .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vebxpoCzTv .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vebxpoCzTv .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxpoCzTv .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-vebxpoCzTv .mbr-section-title {
  color: #08323C;
}
.cid-vebxpoCzTv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxpoCzTv .mbr-section-title,
.cid-vebxpoCzTv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vebxpoCzTv .mbr-text span {
  color: #d7f92a;
}
.cid-vebxppQWRg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxppQWRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxppQWRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxppQWRg .container {
    padding: 0 16px;
  }
}
.cid-vebxppQWRg .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vebxppQWRg .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vebxppQWRg .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vebxppQWRg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxppQWRg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vebxppQWRg .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxppQWRg .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vebxppQWRg .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxppQWRg .title-wrapper .line {
    display: none;
  }
}
.cid-vebxppQWRg .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-vebxppQWRg .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vebxppQWRg .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vebxppQWRg .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxppQWRg .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-vebxppQWRg .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-vebxppQWRg .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-vebxppQWRg .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vebxppQWRg .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxppQWRg .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-vebxppQWRg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxppQWRg .mbr-card-title {
  line-height: 1;
}
.cid-vebxppQWRg .mbr-card-title,
.cid-vebxppQWRg .icon-wrapper {
  color: #f2f2f2;
}
.cid-vebxppQWRg .mbr-card-text {
  color: #f2f2f2;
}
.cid-vebxppQWRg .mbr-section-title span {
  color: #09426a;
}
.cid-vebxprpLtY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-vebxprpLtY .mbr-section-subtitle {
  color: #70747f;
}
.cid-vebxprpLtY .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-vebxprpLtY .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxprpLtY .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-vebxprpLtY .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vebxprpLtY .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-vebxprpLtY .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxprpLtY .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-vebxprpLtY .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxprpLtY .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-vebxprpLtY .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vebxprpLtY .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxprpLtY .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-vebxprpLtY .wrapper {
  margin-bottom: .5rem;
}
.cid-vebxprpLtY .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-vebxprpLtY .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-vebxprpLtY .nav-tabs {
    width: 100%;
  }
  .cid-vebxprpLtY .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-vebxprpLtY .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vebxprpLtY .card-img {
    margin-top: .5rem;
  }
  .cid-vebxprpLtY .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-vebxprpLtY .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-vebxprpLtY .card-title,
  .cid-vebxprpLtY .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxprpLtY {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-vebxprpLtY .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-vebxprpLtY .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-vebxprpLtY .card-title,
  .cid-vebxprpLtY .wrapper {
    font-size: 85% !important;
  }
  .cid-vebxprpLtY .wrapper-tab {
    padding: 0rem;
  }
  .cid-vebxprpLtY .right-column {
    margin-top: 1rem;
  }
  .cid-vebxprpLtY .tab-content {
    padding: 1rem;
  }
}
.cid-vebxprpLtY .card-title,
.cid-vebxprpLtY .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-vebxprpLtY h4 {
  text-align: center;
}
.cid-vebxprpLtY h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxprpLtY h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-vebxprpLtY h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-vebxprpLtY H3 {
  color: #000000;
}
.cid-vebxpteaPv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxpteaPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpteaPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxpteaPv .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxpteaPv .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxpteaPv .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-vebxpteaPv .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-vebxpteaPv .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vebxpteaPv .image-wrapper {
    margin: 0;
  }
}
.cid-vebxpteaPv .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-vebxpteaPv .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxpteaPv .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxpteaPv .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-vebxpteaPv .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-vebxpteaPv .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxpteaPv .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxpteaPv .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-vebxpteaPv .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-vebxpteaPv .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-vebxpteaPv .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-vebxpteaPv .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-vebxpteaPv .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-vebxpteaPv .mbr-section-title,
.cid-vebxpteaPv .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxpuP7Qj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxpuP7Qj .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxpuP7Qj .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxpwdgfy {
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxpwdgfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpwdgfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpwdgfy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxpwdgfy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxpwdgfy .container {
    padding: 0 12px;
  }
}
.cid-vebxpwdgfy .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-vebxpwdgfy .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vebxpwdgfy .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxpwdgfy .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .panel-group {
    padding: 24px;
  }
}
.cid-vebxpwdgfy .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-vebxpwdgfy .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vebxpwdgfy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vebxpwdgfy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-vebxpwdgfy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vebxpwdgfy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-vebxpwdgfy .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vebxpwdgfy .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vebxpwdgfy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxpwdgfy .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxpwdgfy .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxpwdgfy .mbr-text p {
  color: #000000;
}
.cid-vebxpwdgfy .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxpwdgfy .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxpwdgfy .panel-text {
  color: #f2f2f2;
}
.cid-vebxpwdgfy H3 {
  color: #000000;
}
.cid-vebxpwdgfy .mbr-text {
  color: #000000;
}
.cid-vebxpymlYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxpymlYM .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebxpymlYM .container {
    padding: 0 20px;
  }
}
.cid-vebxpymlYM .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebxpymlYM .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxpymlYM .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebxpymlYM .form-container {
  display: flex;
  width: 100%;
}
.cid-vebxpymlYM .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebxpymlYM form {
  width: 100%;
}
.cid-vebxpymlYM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebxpymlYM form p {
  color: #112B6D;
}
.cid-vebxpymlYM form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxpymlYM form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebxpymlYM form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebxpymlYM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebxpymlYM form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebxpymlYM form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxpymlYM form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebxpymlYM form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form select {
  color: #666666 !important;
}
.cid-vebxpymlYM form textarea {
  height: 100px !important;
}
.cid-vebxpymlYM form input:active,
.cid-vebxpymlYM form textarea:active,
.cid-vebxpymlYM form input:focus,
.cid-vebxpymlYM form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebxpymlYM form input:active::-webkit-input-placeholder,
.cid-vebxpymlYM form textarea:active::-webkit-input-placeholder,
.cid-vebxpymlYM form input:focus::-webkit-input-placeholder,
.cid-vebxpymlYM form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form input:active::-moz-placeholder,
.cid-vebxpymlYM form textarea:active::-moz-placeholder,
.cid-vebxpymlYM form input:focus::-moz-placeholder,
.cid-vebxpymlYM form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form input:active:-moz-placeholder,
.cid-vebxpymlYM form textarea:active:-moz-placeholder,
.cid-vebxpymlYM form input:focus:-moz-placeholder,
.cid-vebxpymlYM form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form input:active:-ms-input-placeholder,
.cid-vebxpymlYM form textarea:active:-ms-input-placeholder,
.cid-vebxpymlYM form input:focus:-ms-input-placeholder,
.cid-vebxpymlYM form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxpymlYM form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebxpymlYM form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebxpymlYM form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebxpymlYM form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebxpymlYM form .form-check-input:focus,
.cid-vebxpymlYM form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebxpymlYM form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vebxpA4ynA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxpA4ynA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxpA4ynA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxpA4ynA .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .container {
    padding: 0 25px;
  }
}
.cid-vebxpA4ynA .row {
  justify-content: space-between;
}
.cid-vebxpA4ynA .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxpA4ynA .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vebxpA4ynA .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-vebxpA4ynA .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vebxpA4ynA .list-content {
    display: block;
  }
}
.cid-vebxpA4ynA .list-content .nav-wrapper,
.cid-vebxpA4ynA .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .list-content .nav-wrapper,
  .cid-vebxpA4ynA .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vebxpA4ynA .list-content .nav-wrapper .mbr-list-title,
.cid-vebxpA4ynA .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vebxpA4ynA .list-content .nav-wrapper .list,
.cid-vebxpA4ynA .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vebxpA4ynA .list-content .nav-wrapper .list .item-wrap,
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vebxpA4ynA .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vebxpA4ynA .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vebxpA4ynA .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxpA4ynA .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vebxpA4ynA .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vebxpA4ynA .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxpA4ynA .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxpA4ynA .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vebxpA4ynA .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxpA4ynA .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxpA4ynA .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-vebxpA4ynA .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vebxpA4ynA .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vebxpA4ynA .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vebxpA4ynA .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxpA4ynA .mbr-list-title {
  color: #f2f2f2;
}
.cid-vebxpA4ynA .list {
  color: #f2f2f2;
}
.cid-vebxpA4ynA .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-vebxpA4ynA .mbr-brand {
  color: #f2f2f2;
}
.cid-vebxpA4ynA .mbr-section-title,
.cid-vebxpA4ynA .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxpA4ynA .list,
.cid-vebxpA4ynA .item-wrap {
  color: #f2f2f2;
}
.cid-vebxpCb2qA.popup-builder {
  background-color: #ffffff;
}
.cid-vebxpCb2qA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxpCb2qA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxpCb2qA .modal-content,
.cid-vebxpCb2qA .modal-dialog {
  height: auto;
}
.cid-vebxpCb2qA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxpCb2qA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxpCb2qA .form-wrapper .mbr-form .form-group,
  .cid-vebxpCb2qA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxpCb2qA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxpCb2qA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxpCb2qA .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vebxpCb2qA .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxpCb2qA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxpCb2qA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxpCb2qA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxpCb2qA .modal-open {
  overflow: hidden;
}
.cid-vebxpCb2qA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxpCb2qA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxpCb2qA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxpCb2qA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxpCb2qA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxpCb2qA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxpCb2qA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxpCb2qA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxpCb2qA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxpCb2qA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxpCb2qA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxpCb2qA .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxpCb2qA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxpCb2qA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpCb2qA .modal-header {
    padding: 1rem;
  }
}
.cid-vebxpCb2qA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxpCb2qA .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxpCb2qA .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxpCb2qA .modal-header .close:focus {
  outline: none;
}
.cid-vebxpCb2qA .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxpCb2qA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxpCb2qA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpCb2qA .modal-body {
    padding: 1rem;
  }
}
.cid-vebxpCb2qA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxpCb2qA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpCb2qA .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxpCb2qA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxpCb2qA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxpCb2qA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxpCb2qA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxpCb2qA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxpCb2qA .modal-lg,
  .cid-vebxpCb2qA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxpCb2qA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxpCb2qA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxpCb2qA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxpCb2qA .form-group {
  margin-bottom: 1rem;
}
.cid-vebxpCb2qA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxpCb2qA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxpCb2qA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxpCb2qA .mbr-section-btn {
  margin: 0;
}
.cid-vebxpCb2qA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxpCb2qA .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxpCb2qA .modal-title span {
  font-size: large;
}
.cid-vebxpE2g1Y.popup-builder {
  background-color: #ffffff;
}
.cid-vebxpE2g1Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxpE2g1Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxpE2g1Y .modal-content,
.cid-vebxpE2g1Y .modal-dialog {
  height: auto;
}
.cid-vebxpE2g1Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxpE2g1Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxpE2g1Y .form-wrapper .mbr-form .form-group,
  .cid-vebxpE2g1Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxpE2g1Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxpE2g1Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxpE2g1Y .mbr-text {
  text-align: center;
}
.cid-vebxpE2g1Y .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxpE2g1Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxpE2g1Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxpE2g1Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxpE2g1Y .modal-open {
  overflow: hidden;
}
.cid-vebxpE2g1Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxpE2g1Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxpE2g1Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxpE2g1Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxpE2g1Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxpE2g1Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxpE2g1Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxpE2g1Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxpE2g1Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxpE2g1Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxpE2g1Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxpE2g1Y .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxpE2g1Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxpE2g1Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpE2g1Y .modal-header {
    padding: 1rem;
  }
}
.cid-vebxpE2g1Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxpE2g1Y .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxpE2g1Y .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxpE2g1Y .modal-header .close:focus {
  outline: none;
}
.cid-vebxpE2g1Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxpE2g1Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxpE2g1Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpE2g1Y .modal-body {
    padding: 1rem;
  }
}
.cid-vebxpE2g1Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxpE2g1Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxpE2g1Y .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxpE2g1Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxpE2g1Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxpE2g1Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxpE2g1Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxpE2g1Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxpE2g1Y .modal-lg,
  .cid-vebxpE2g1Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxpE2g1Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxpE2g1Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxpE2g1Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxpE2g1Y .form-group {
  margin-bottom: 1rem;
}
.cid-vebxpE2g1Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxpE2g1Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxpE2g1Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxpE2g1Y .mbr-section-btn {
  margin: 0;
}
.cid-vebxpE2g1Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxpE2g1Y .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxpE2g1Y .modal-title span {
  font-size: large;
}
.cid-vebxUraCKw {
  z-index: 1000;
  width: 100%;
}
.cid-vebxUraCKw nav.navbar {
  position: fixed;
}
.cid-vebxUraCKw .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxUraCKw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vebxUraCKw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vebxUraCKw .dropdown-item:hover,
.cid-vebxUraCKw .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-vebxUraCKw .dropdown-item:hover span {
  color: white;
}
.cid-vebxUraCKw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vebxUraCKw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vebxUraCKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vebxUraCKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vebxUraCKw .nav-link {
  position: relative;
}
.cid-vebxUraCKw .container {
  display: flex;
  margin: auto;
}
.cid-vebxUraCKw .dropdown-menu,
.cid-vebxUraCKw .navbar.opened {
  background: #090f10 !important;
}
.cid-vebxUraCKw .nav-item:focus,
.cid-vebxUraCKw .nav-link:focus {
  outline: none;
}
.cid-vebxUraCKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vebxUraCKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vebxUraCKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vebxUraCKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxUraCKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vebxUraCKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vebxUraCKw .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-vebxUraCKw .navbar.opened {
  transition: all 0.3s;
}
.cid-vebxUraCKw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vebxUraCKw .navbar .navbar-logo img {
  width: auto;
}
.cid-vebxUraCKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vebxUraCKw .navbar.collapsed {
  justify-content: center;
}
.cid-vebxUraCKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vebxUraCKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vebxUraCKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vebxUraCKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vebxUraCKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vebxUraCKw .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-vebxUraCKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vebxUraCKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vebxUraCKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vebxUraCKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vebxUraCKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vebxUraCKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vebxUraCKw .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-vebxUraCKw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vebxUraCKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vebxUraCKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vebxUraCKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vebxUraCKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vebxUraCKw .navbar.navbar-short {
  min-height: auto;
}
.cid-vebxUraCKw .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vebxUraCKw .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vebxUraCKw .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vebxUraCKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vebxUraCKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vebxUraCKw .dropdown-item.active,
.cid-vebxUraCKw .dropdown-item:active {
  background-color: transparent;
}
.cid-vebxUraCKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vebxUraCKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vebxUraCKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vebxUraCKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-vebxUraCKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vebxUraCKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vebxUraCKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vebxUraCKw .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vebxUraCKw .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-vebxUraCKw .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vebxUraCKw .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vebxUraCKw .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vebxUraCKw button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vebxUraCKw button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vebxUraCKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-vebxUraCKw button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vebxUraCKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vebxUraCKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxUraCKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxUraCKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vebxUraCKw nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxUraCKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxUraCKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxUraCKw nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxUraCKw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vebxUraCKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vebxUraCKw .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-vebxUraCKw .navbar {
    height: 70px;
  }
  .cid-vebxUraCKw .navbar.opened {
    height: auto;
  }
  .cid-vebxUraCKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vebxUraCKw .container-fluid {
  padding-right: 0;
}
.cid-vebxUraCKw .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vebxUraCKw .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vebxUraCKw .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vebxUraCKw .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-vebxUraCKw .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-vebxUraCKw .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vebxUraCKw .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-vebxUraCKw .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-vebxUraCKw .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-vebxUraCKw .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-vebxUraCKw .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-vebxUraCKw .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-vebxUraCKw .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vebxUraCKw .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vebxUraCKw .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vebxUraCKw .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vebxUraCKw .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vebxUraCKw .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vebxUraCKw .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vebxUraCKw .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxUraCKw .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vebxUraCKw .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vebxUraCKw .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vebxUraCKw .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vebxUraCKw .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vebxUspNk7 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-vebxUspNk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUspNk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUspNk7 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxUspNk7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxUspNk7 .container {
    padding: 0 25px;
  }
}
.cid-vebxUspNk7 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vebxUspNk7 .title-wrapper {
    padding: 0;
  }
}
.cid-vebxUspNk7 .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUspNk7 .mbr-section-title {
  color: #ffffff;
}
.cid-vebxUspNk7 .mbr-text {
  text-align: center;
  color: #ffffff !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUspNk7 .mbr-section-title,
.cid-vebxUspNk7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vebxUspNk7 .mbr-text,
.cid-vebxUspNk7 .mbr-section-btn {
  text-align: center;
  color: #ffffff !important;
}
.cid-vebxUtpVQU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxUtpVQU .item-img {
  position: relative;
}
.cid-vebxUtpVQU .item-img img {
  transition: all 0.7s;
}
.cid-vebxUtpVQU .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vebxUtpVQU .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vebxUtpVQU .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vebxUtpVQU .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-vebxUtpVQU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vebxUtpVQU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUtpVQU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-vebxUtpVQU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vebxUtpVQU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUtpVQU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vebxUtpVQU .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vebxUtpVQU .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vebxUtpVQU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vebxUtpVQU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vebxUtpVQU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vebxUtpVQU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vebxUtpVQU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vebxUtpVQU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vebxUtpVQU img,
.cid-vebxUtpVQU .item-img {
  width: 100%;
}
.cid-vebxUtpVQU .item:focus,
.cid-vebxUtpVQU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vebxUtpVQU .item {
    margin-bottom: 1rem;
  }
}
.cid-vebxUtpVQU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vebxUtpVQU .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-vebxUtpVQU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vebxUtpVQU .mbr-section-subtitle,
.cid-vebxUtpVQU .subtitle-wrap,
.cid-vebxUtpVQU .mbr-section-btn {
  text-align: left;
}
.cid-vebxUtpVQU .mbr-text,
.cid-vebxUtpVQU .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxUtpVQU h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxUtpVQU h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxUuOZZr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxUuOZZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUuOZZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUuOZZr .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-vebxUuOZZr .row {
  flex-direction: row-reverse;
}
.cid-vebxUuOZZr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vebxUuOZZr .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-vebxUuOZZr .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-vebxUuOZZr .text-wrapper {
    text-align: center;
  }
}
.cid-vebxUuOZZr .mbr-text,
.cid-vebxUuOZZr .mbr-section-btn {
  color: #09426a;
}
.cid-vebxUuOZZr .mbr-menu,
.cid-vebxUuOZZr .mbr-section-btn {
  color: #fdfde1;
}
.cid-vebxUuOZZr .mbr-desc,
.cid-vebxUuOZZr .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxUuOZZr .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUuOZZr a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-vebxUuOZZr a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-vebxUuOZZr a.btn.btn-primary-outline.display-4,
  .cid-vebxUuOZZr a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-vebxUuOZZr .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-vebxUuOZZr .mbr-desc1 span {
  font-size: larger;
}
.cid-vebxUvYJ5B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxUvYJ5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUvYJ5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUvYJ5B .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxUvYJ5B .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vebxUvYJ5B .content-head {
  max-width: 800px;
}
.cid-vebxUvYJ5B .img-wrapper {
  padding-right: 0.5rem;
}
.cid-vebxUvYJ5B .img-wrapper img {
  width: 6rem;
}
.cid-vebxUvYJ5B .card-title {
  color: #09426a;
}
.cid-vebxUvYJ5B .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-vebxUvYJ5B .text-danger:hover {
  color: #09426a !important;
}
.cid-vebxUxw3H0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vebxUxw3H0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUxw3H0 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUxw3H0 .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vebxUxw3H0 .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-vebxUxw3H0 .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxUxw3H0 .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-vebxUxw3H0 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxUxw3H0 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-vebxUxw3H0 .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-vebxUxw3H0 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vebxUxw3H0 .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-vebxUxw3H0 .mbr-section-title {
  color: #000000;
}
.cid-vebxUxw3H0 .mbr-text,
.cid-vebxUxw3H0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vebxUxw3H0 .mbr-section-title,
.cid-vebxUxw3H0 .mbr-section-btn,
.cid-vebxUxw3H0 .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-vebxUzcjbH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vebxUzcjbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUzcjbH img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxUzcjbH img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-vebxUzcjbH img {
    z-index: 10;
  }
}
.cid-vebxUzcjbH .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-vebxUzcjbH .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-vebxUzcjbH .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-vebxUzcjbH .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-vebxUzcjbH .hppc {
  position: absolute;
  align-items: center;
}
.cid-vebxUzcjbH .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vebxUzcjbH .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-vebxUzcjbH .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vebxUzcjbH .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-vebxUzcjbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUzcjbH .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-vebxUzcjbH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vebxUzcjbH {
    align-items: flex-start;
  }
  .cid-vebxUzcjbH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vebxUzcjbH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vebxUzcjbH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vebxUzcjbH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vebxUzcjbH .content-wrap {
    width: 100%;
  }
}
.cid-vebxUzcjbH .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxUzcjbH .mbr-text,
.cid-vebxUzcjbH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-vebxUzcjbH .mbr-tag,
.cid-vebxUzcjbH .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxUzcjbH .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-vebxUzcjbH h1 span {
  color: #ffffff;
}
.cid-vebxUzcjbH p span {
  font-size: large;
}
.cid-vebxUAzCXO {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-vebxUAzCXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUAzCXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUAzCXO .title-wrapper {
  margin-bottom: 40px;
}
.cid-vebxUAzCXO .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vebxUAzCXO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vebxUAzCXO .mbr-section-btn .btn::after,
.cid-vebxUAzCXO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vebxUAzCXO .mbr-section-btn .btn:hover,
.cid-vebxUAzCXO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vebxUAzCXO .mbr-section-btn .btn:hover::after,
.cid-vebxUAzCXO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vebxUAzCXO .items-wrapper {
  margin: 0 -20px;
}
.cid-vebxUAzCXO .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-vebxUAzCXO .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-vebxUAzCXO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vebxUAzCXO .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vebxUAzCXO .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vebxUAzCXO .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-vebxUAzCXO .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-vebxUAzCXO .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-vebxUAzCXO .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-vebxUAzCXO .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-vebxUAzCXO .mbr-section-title {
  color: #ffffff;
}
.cid-vebxUAzCXO .mbr-tag {
  color: #adadad;
}
.cid-vebxUAzCXO .mbr-text {
  color: #ffffff;
}
.cid-vebxUAzCXO .item-name {
  color: #ffffff;
}
.cid-vebxUAzCXO .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vebxUAzCXO .mbr-section-title,
.cid-vebxUAzCXO .main-btn {
  text-align: center;
}
.cid-vebxUAzCXO .item-name,
.cid-vebxUAzCXO .item-btn {
  text-align: center;
}
.cid-vebxUCdkPA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxUCdkPA .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxUCdkPA .mbr-text {
  color: #f2f2f2;
}
.cid-vebxUDrI51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxUDrI51 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vebxUDrI51 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vebxUDrI51 .container {
    padding: 0 25px;
  }
}
.cid-vebxUDrI51 .row {
  margin: 0;
}
.cid-vebxUDrI51 .row .card {
  padding: 0;
}
.cid-vebxUDrI51 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxUDrI51 .image-wrapper {
    height: 350px;
  }
}
.cid-vebxUDrI51 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vebxUDrI51 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-vebxUDrI51 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vebxUDrI51 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-vebxUDrI51 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-vebxUDrI51 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vebxUDrI51 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-vebxUDrI51 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxUDrI51 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vebxUDrI51 .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUDrI51 .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-vebxUDrI51 .mbr-text {
  color: #f2f2f2;
}
.cid-vebxUDrI51 .mbr-section-title,
.cid-vebxUDrI51 .mbr-section-btn,
.cid-vebxUDrI51 .logo-wrapper {
  color: #000000;
}
.cid-vebxUEISIS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxUEISIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUEISIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxUEISIS .container {
    padding: 0 16px;
  }
}
.cid-vebxUEISIS .title-wrapper {
  position: relative;
}
.cid-vebxUEISIS .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxUEISIS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vebxUEISIS .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxUEISIS .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vebxUEISIS .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vebxUEISIS .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxUEISIS .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-vebxUEISIS .mbr-section-title {
  color: #08323C;
}
.cid-vebxUEISIS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxUEISIS .mbr-section-title,
.cid-vebxUEISIS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vebxUEISIS .mbr-text span {
  color: #d7f92a;
}
.cid-vebxUFZ5ww {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxUFZ5ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUFZ5ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxUFZ5ww .container {
    padding: 0 16px;
  }
}
.cid-vebxUFZ5ww .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vebxUFZ5ww .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vebxUFZ5ww .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vebxUFZ5ww .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxUFZ5ww .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vebxUFZ5ww .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxUFZ5ww .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vebxUFZ5ww .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxUFZ5ww .title-wrapper .line {
    display: none;
  }
}
.cid-vebxUFZ5ww .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-vebxUFZ5ww .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vebxUFZ5ww .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vebxUFZ5ww .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxUFZ5ww .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-vebxUFZ5ww .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-vebxUFZ5ww .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-vebxUFZ5ww .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vebxUFZ5ww .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxUFZ5ww .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-vebxUFZ5ww .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxUFZ5ww .mbr-card-title {
  line-height: 1;
}
.cid-vebxUFZ5ww .mbr-card-title,
.cid-vebxUFZ5ww .icon-wrapper {
  color: #f2f2f2;
}
.cid-vebxUFZ5ww .mbr-card-text {
  color: #f2f2f2;
}
.cid-vebxUFZ5ww .mbr-section-title span {
  color: #09426a;
}
.cid-vebxUHzJuW {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-vebxUHzJuW .mbr-section-subtitle {
  color: #70747f;
}
.cid-vebxUHzJuW .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-vebxUHzJuW .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxUHzJuW .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-vebxUHzJuW .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vebxUHzJuW .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-vebxUHzJuW .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUHzJuW .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-vebxUHzJuW .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUHzJuW .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-vebxUHzJuW .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vebxUHzJuW .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxUHzJuW .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-vebxUHzJuW .wrapper {
  margin-bottom: .5rem;
}
.cid-vebxUHzJuW .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-vebxUHzJuW .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-vebxUHzJuW .nav-tabs {
    width: 100%;
  }
  .cid-vebxUHzJuW .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-vebxUHzJuW .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vebxUHzJuW .card-img {
    margin-top: .5rem;
  }
  .cid-vebxUHzJuW .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-vebxUHzJuW .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-vebxUHzJuW .card-title,
  .cid-vebxUHzJuW .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxUHzJuW {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-vebxUHzJuW .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-vebxUHzJuW .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-vebxUHzJuW .card-title,
  .cid-vebxUHzJuW .wrapper {
    font-size: 85% !important;
  }
  .cid-vebxUHzJuW .wrapper-tab {
    padding: 0rem;
  }
  .cid-vebxUHzJuW .right-column {
    margin-top: 1rem;
  }
  .cid-vebxUHzJuW .tab-content {
    padding: 1rem;
  }
}
.cid-vebxUHzJuW .card-title,
.cid-vebxUHzJuW .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-vebxUHzJuW h4 {
  text-align: center;
}
.cid-vebxUHzJuW h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxUHzJuW h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-vebxUHzJuW h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-vebxUHzJuW H3 {
  color: #000000;
}
.cid-vebxUJPgrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxUJPgrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUJPgrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxUJPgrX .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxUJPgrX .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxUJPgrX .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-vebxUJPgrX .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-vebxUJPgrX .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vebxUJPgrX .image-wrapper {
    margin: 0;
  }
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxUJPgrX .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxUJPgrX .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxUJPgrX .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-vebxUJPgrX .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-vebxUJPgrX .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-vebxUJPgrX .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-vebxUJPgrX .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-vebxUJPgrX .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-vebxUJPgrX .mbr-section-title,
.cid-vebxUJPgrX .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxUND193 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxUND193 .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxUND193 .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxUPpGJT {
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxUPpGJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUPpGJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUPpGJT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxUPpGJT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxUPpGJT .container {
    padding: 0 12px;
  }
}
.cid-vebxUPpGJT .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-vebxUPpGJT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vebxUPpGJT .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxUPpGJT .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .panel-group {
    padding: 24px;
  }
}
.cid-vebxUPpGJT .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-vebxUPpGJT .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vebxUPpGJT .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vebxUPpGJT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-vebxUPpGJT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vebxUPpGJT .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-vebxUPpGJT .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vebxUPpGJT .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vebxUPpGJT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxUPpGJT .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxUPpGJT .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxUPpGJT .mbr-text p {
  color: #000000;
}
.cid-vebxUPpGJT .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxUPpGJT .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxUPpGJT .panel-text {
  color: #f2f2f2;
}
.cid-vebxUPpGJT H3 {
  color: #000000;
}
.cid-vebxUPpGJT .mbr-text {
  color: #000000;
}
.cid-vebxURcnA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxURcnA7 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebxURcnA7 .container {
    padding: 0 20px;
  }
}
.cid-vebxURcnA7 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebxURcnA7 .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxURcnA7 .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebxURcnA7 .form-container {
  display: flex;
  width: 100%;
}
.cid-vebxURcnA7 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebxURcnA7 form {
  width: 100%;
}
.cid-vebxURcnA7 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebxURcnA7 form p {
  color: #112B6D;
}
.cid-vebxURcnA7 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxURcnA7 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebxURcnA7 form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebxURcnA7 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebxURcnA7 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebxURcnA7 form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxURcnA7 form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebxURcnA7 form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form select {
  color: #666666 !important;
}
.cid-vebxURcnA7 form textarea {
  height: 100px !important;
}
.cid-vebxURcnA7 form input:active,
.cid-vebxURcnA7 form textarea:active,
.cid-vebxURcnA7 form input:focus,
.cid-vebxURcnA7 form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebxURcnA7 form input:active::-webkit-input-placeholder,
.cid-vebxURcnA7 form textarea:active::-webkit-input-placeholder,
.cid-vebxURcnA7 form input:focus::-webkit-input-placeholder,
.cid-vebxURcnA7 form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form input:active::-moz-placeholder,
.cid-vebxURcnA7 form textarea:active::-moz-placeholder,
.cid-vebxURcnA7 form input:focus::-moz-placeholder,
.cid-vebxURcnA7 form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form input:active:-moz-placeholder,
.cid-vebxURcnA7 form textarea:active:-moz-placeholder,
.cid-vebxURcnA7 form input:focus:-moz-placeholder,
.cid-vebxURcnA7 form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form input:active:-ms-input-placeholder,
.cid-vebxURcnA7 form textarea:active:-ms-input-placeholder,
.cid-vebxURcnA7 form input:focus:-ms-input-placeholder,
.cid-vebxURcnA7 form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxURcnA7 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebxURcnA7 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebxURcnA7 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebxURcnA7 form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebxURcnA7 form .form-check-input:focus,
.cid-vebxURcnA7 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebxURcnA7 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vebxUSNMl2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxUSNMl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxUSNMl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxUSNMl2 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .container {
    padding: 0 25px;
  }
}
.cid-vebxUSNMl2 .row {
  justify-content: space-between;
}
.cid-vebxUSNMl2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxUSNMl2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vebxUSNMl2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-vebxUSNMl2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vebxUSNMl2 .list-content {
    display: block;
  }
}
.cid-vebxUSNMl2 .list-content .nav-wrapper,
.cid-vebxUSNMl2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .list-content .nav-wrapper,
  .cid-vebxUSNMl2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vebxUSNMl2 .list-content .nav-wrapper .mbr-list-title,
.cid-vebxUSNMl2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vebxUSNMl2 .list-content .nav-wrapper .list,
.cid-vebxUSNMl2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vebxUSNMl2 .list-content .nav-wrapper .list .item-wrap,
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vebxUSNMl2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vebxUSNMl2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vebxUSNMl2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxUSNMl2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vebxUSNMl2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vebxUSNMl2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxUSNMl2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxUSNMl2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vebxUSNMl2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxUSNMl2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxUSNMl2 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-vebxUSNMl2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vebxUSNMl2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vebxUSNMl2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vebxUSNMl2 .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxUSNMl2 .mbr-list-title {
  color: #f2f2f2;
}
.cid-vebxUSNMl2 .list {
  color: #f2f2f2;
}
.cid-vebxUSNMl2 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-vebxUSNMl2 .mbr-brand {
  color: #f2f2f2;
}
.cid-vebxUSNMl2 .mbr-section-title,
.cid-vebxUSNMl2 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxUSNMl2 .list,
.cid-vebxUSNMl2 .item-wrap {
  color: #f2f2f2;
}
.cid-vebxUUDnT5.popup-builder {
  background-color: #ffffff;
}
.cid-vebxUUDnT5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxUUDnT5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxUUDnT5 .modal-content,
.cid-vebxUUDnT5 .modal-dialog {
  height: auto;
}
.cid-vebxUUDnT5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxUUDnT5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxUUDnT5 .form-wrapper .mbr-form .form-group,
  .cid-vebxUUDnT5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxUUDnT5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxUUDnT5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxUUDnT5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vebxUUDnT5 .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxUUDnT5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxUUDnT5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxUUDnT5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxUUDnT5 .modal-open {
  overflow: hidden;
}
.cid-vebxUUDnT5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxUUDnT5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxUUDnT5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxUUDnT5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxUUDnT5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxUUDnT5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxUUDnT5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxUUDnT5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxUUDnT5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxUUDnT5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxUUDnT5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxUUDnT5 .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxUUDnT5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxUUDnT5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUUDnT5 .modal-header {
    padding: 1rem;
  }
}
.cid-vebxUUDnT5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxUUDnT5 .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxUUDnT5 .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxUUDnT5 .modal-header .close:focus {
  outline: none;
}
.cid-vebxUUDnT5 .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxUUDnT5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxUUDnT5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUUDnT5 .modal-body {
    padding: 1rem;
  }
}
.cid-vebxUUDnT5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxUUDnT5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUUDnT5 .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxUUDnT5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxUUDnT5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxUUDnT5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxUUDnT5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxUUDnT5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxUUDnT5 .modal-lg,
  .cid-vebxUUDnT5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxUUDnT5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxUUDnT5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxUUDnT5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxUUDnT5 .form-group {
  margin-bottom: 1rem;
}
.cid-vebxUUDnT5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxUUDnT5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxUUDnT5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxUUDnT5 .mbr-section-btn {
  margin: 0;
}
.cid-vebxUUDnT5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxUUDnT5 .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxUUDnT5 .modal-title span {
  font-size: large;
}
.cid-vebxUWyoto.popup-builder {
  background-color: #ffffff;
}
.cid-vebxUWyoto.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxUWyoto.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxUWyoto .modal-content,
.cid-vebxUWyoto .modal-dialog {
  height: auto;
}
.cid-vebxUWyoto .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxUWyoto .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxUWyoto .form-wrapper .mbr-form .form-group,
  .cid-vebxUWyoto .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxUWyoto .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxUWyoto .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxUWyoto .mbr-text {
  text-align: center;
}
.cid-vebxUWyoto .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxUWyoto .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxUWyoto .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxUWyoto .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxUWyoto .modal-open {
  overflow: hidden;
}
.cid-vebxUWyoto .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxUWyoto .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxUWyoto .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxUWyoto .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxUWyoto .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxUWyoto .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxUWyoto .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxUWyoto .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxUWyoto .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxUWyoto .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxUWyoto .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxUWyoto .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxUWyoto .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxUWyoto .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUWyoto .modal-header {
    padding: 1rem;
  }
}
.cid-vebxUWyoto .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxUWyoto .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxUWyoto .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxUWyoto .modal-header .close:focus {
  outline: none;
}
.cid-vebxUWyoto .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxUWyoto .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxUWyoto .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUWyoto .modal-body {
    padding: 1rem;
  }
}
.cid-vebxUWyoto .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxUWyoto .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxUWyoto .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxUWyoto .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxUWyoto .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxUWyoto .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxUWyoto .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxUWyoto .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxUWyoto .modal-lg,
  .cid-vebxUWyoto .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxUWyoto .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxUWyoto .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxUWyoto .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxUWyoto .form-group {
  margin-bottom: 1rem;
}
.cid-vebxUWyoto .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxUWyoto .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxUWyoto .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxUWyoto .mbr-section-btn {
  margin: 0;
}
.cid-vebxUWyoto .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxUWyoto .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxUWyoto .modal-title span {
  font-size: large;
}
.cid-vebycPXpJr {
  z-index: 1000;
  width: 100%;
}
.cid-vebycPXpJr nav.navbar {
  position: fixed;
}
.cid-vebycPXpJr .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebycPXpJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vebycPXpJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vebycPXpJr .dropdown-item:hover,
.cid-vebycPXpJr .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-vebycPXpJr .dropdown-item:hover span {
  color: white;
}
.cid-vebycPXpJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vebycPXpJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vebycPXpJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vebycPXpJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vebycPXpJr .nav-link {
  position: relative;
}
.cid-vebycPXpJr .container {
  display: flex;
  margin: auto;
}
.cid-vebycPXpJr .dropdown-menu,
.cid-vebycPXpJr .navbar.opened {
  background: #090f10 !important;
}
.cid-vebycPXpJr .nav-item:focus,
.cid-vebycPXpJr .nav-link:focus {
  outline: none;
}
.cid-vebycPXpJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vebycPXpJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vebycPXpJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vebycPXpJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebycPXpJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vebycPXpJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vebycPXpJr .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-vebycPXpJr .navbar.opened {
  transition: all 0.3s;
}
.cid-vebycPXpJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vebycPXpJr .navbar .navbar-logo img {
  width: auto;
}
.cid-vebycPXpJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vebycPXpJr .navbar.collapsed {
  justify-content: center;
}
.cid-vebycPXpJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vebycPXpJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vebycPXpJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vebycPXpJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vebycPXpJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vebycPXpJr .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-vebycPXpJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vebycPXpJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vebycPXpJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vebycPXpJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vebycPXpJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vebycPXpJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vebycPXpJr .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-vebycPXpJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vebycPXpJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vebycPXpJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vebycPXpJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vebycPXpJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vebycPXpJr .navbar.navbar-short {
  min-height: auto;
}
.cid-vebycPXpJr .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vebycPXpJr .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vebycPXpJr .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vebycPXpJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vebycPXpJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vebycPXpJr .dropdown-item.active,
.cid-vebycPXpJr .dropdown-item:active {
  background-color: transparent;
}
.cid-vebycPXpJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vebycPXpJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vebycPXpJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vebycPXpJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-vebycPXpJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vebycPXpJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vebycPXpJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vebycPXpJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vebycPXpJr .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-vebycPXpJr .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vebycPXpJr .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vebycPXpJr .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vebycPXpJr button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vebycPXpJr button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vebycPXpJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-vebycPXpJr button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vebycPXpJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vebycPXpJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebycPXpJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebycPXpJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vebycPXpJr nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebycPXpJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebycPXpJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebycPXpJr nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebycPXpJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vebycPXpJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vebycPXpJr .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-vebycPXpJr .navbar {
    height: 70px;
  }
  .cid-vebycPXpJr .navbar.opened {
    height: auto;
  }
  .cid-vebycPXpJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vebycPXpJr .container-fluid {
  padding-right: 0;
}
.cid-vebycPXpJr .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vebycPXpJr .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vebycPXpJr .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vebycPXpJr .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-vebycPXpJr .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-vebycPXpJr .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vebycPXpJr .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-vebycPXpJr .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-vebycPXpJr .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-vebycPXpJr .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-vebycPXpJr .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-vebycPXpJr .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-vebycPXpJr .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vebycPXpJr .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vebycPXpJr .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vebycPXpJr .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vebycPXpJr .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vebycPXpJr .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vebycPXpJr .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vebycPXpJr .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vebycPXpJr .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vebycPXpJr .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vebycPXpJr .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vebycPXpJr .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vebycPXpJr .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vebycR3MM1 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-vebycR3MM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycR3MM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycR3MM1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebycR3MM1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebycR3MM1 .container {
    padding: 0 25px;
  }
}
.cid-vebycR3MM1 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vebycR3MM1 .title-wrapper {
    padding: 0;
  }
}
.cid-vebycR3MM1 .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebycR3MM1 .mbr-section-title {
  color: #ffffff;
}
.cid-vebycR3MM1 .mbr-text {
  text-align: center;
  color: #ffffff !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebycR3MM1 .mbr-section-title,
.cid-vebycR3MM1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vebycR3MM1 .mbr-text,
.cid-vebycR3MM1 .mbr-section-btn {
  text-align: center;
  color: #ffffff !important;
}
.cid-vebycS0pp2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebycS0pp2 .item-img {
  position: relative;
}
.cid-vebycS0pp2 .item-img img {
  transition: all 0.7s;
}
.cid-vebycS0pp2 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vebycS0pp2 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vebycS0pp2 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vebycS0pp2 .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-vebycS0pp2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vebycS0pp2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebycS0pp2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-vebycS0pp2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vebycS0pp2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebycS0pp2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vebycS0pp2 .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vebycS0pp2 .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vebycS0pp2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vebycS0pp2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vebycS0pp2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vebycS0pp2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vebycS0pp2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vebycS0pp2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vebycS0pp2 img,
.cid-vebycS0pp2 .item-img {
  width: 100%;
}
.cid-vebycS0pp2 .item:focus,
.cid-vebycS0pp2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vebycS0pp2 .item {
    margin-bottom: 1rem;
  }
}
.cid-vebycS0pp2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vebycS0pp2 .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-vebycS0pp2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vebycS0pp2 .mbr-section-subtitle,
.cid-vebycS0pp2 .subtitle-wrap,
.cid-vebycS0pp2 .mbr-section-btn {
  text-align: left;
}
.cid-vebycS0pp2 .mbr-text,
.cid-vebycS0pp2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vebycS0pp2 h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebycS0pp2 h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebycTp0gf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebycTp0gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycTp0gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycTp0gf .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-vebycTp0gf .row {
  flex-direction: row-reverse;
}
.cid-vebycTp0gf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vebycTp0gf .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-vebycTp0gf .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-vebycTp0gf .text-wrapper {
    text-align: center;
  }
}
.cid-vebycTp0gf .mbr-text,
.cid-vebycTp0gf .mbr-section-btn {
  color: #09426a;
}
.cid-vebycTp0gf .mbr-menu,
.cid-vebycTp0gf .mbr-section-btn {
  color: #fdfde1;
}
.cid-vebycTp0gf .mbr-desc,
.cid-vebycTp0gf .mbr-section-btn {
  color: #ffffff;
}
.cid-vebycTp0gf .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebycTp0gf a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-vebycTp0gf a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-vebycTp0gf a.btn.btn-primary-outline.display-4,
  .cid-vebycTp0gf a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-vebycTp0gf .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-vebycTp0gf .mbr-desc1 span {
  font-size: larger;
}
.cid-vebycUuF19 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebycUuF19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycUuF19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycUuF19 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebycUuF19 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vebycUuF19 .content-head {
  max-width: 800px;
}
.cid-vebycUuF19 .img-wrapper {
  padding-right: 0.5rem;
}
.cid-vebycUuF19 .img-wrapper img {
  width: 6rem;
}
.cid-vebycUuF19 .card-title {
  color: #09426a;
}
.cid-vebycUuF19 .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-vebycUuF19 .text-danger:hover {
  color: #09426a !important;
}
.cid-vebycVOQcg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vebycVOQcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycVOQcg .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycVOQcg .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vebycVOQcg .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-vebycVOQcg .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebycVOQcg .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-vebycVOQcg .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebycVOQcg .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-vebycVOQcg .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-vebycVOQcg .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vebycVOQcg .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-vebycVOQcg .mbr-section-title {
  color: #000000;
}
.cid-vebycVOQcg .mbr-text,
.cid-vebycVOQcg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vebycVOQcg .mbr-section-title,
.cid-vebycVOQcg .mbr-section-btn,
.cid-vebycVOQcg .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-vebycWUy8b {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vebycWUy8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycWUy8b img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebycWUy8b img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-vebycWUy8b img {
    z-index: 10;
  }
}
.cid-vebycWUy8b .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-vebycWUy8b .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-vebycWUy8b .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-vebycWUy8b .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-vebycWUy8b .hppc {
  position: absolute;
  align-items: center;
}
.cid-vebycWUy8b .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vebycWUy8b .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-vebycWUy8b .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vebycWUy8b .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-vebycWUy8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycWUy8b .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-vebycWUy8b .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vebycWUy8b {
    align-items: flex-start;
  }
  .cid-vebycWUy8b .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vebycWUy8b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vebycWUy8b {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vebycWUy8b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vebycWUy8b .content-wrap {
    width: 100%;
  }
}
.cid-vebycWUy8b .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebycWUy8b .mbr-text,
.cid-vebycWUy8b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-vebycWUy8b .mbr-tag,
.cid-vebycWUy8b .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebycWUy8b .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-vebycWUy8b h1 span {
  color: #ffffff;
}
.cid-vebycWUy8b p span {
  font-size: large;
}
.cid-vebycYgnBf {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-vebycYgnBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebycYgnBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebycYgnBf .title-wrapper {
  margin-bottom: 40px;
}
.cid-vebycYgnBf .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vebycYgnBf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vebycYgnBf .mbr-section-btn .btn::after,
.cid-vebycYgnBf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vebycYgnBf .mbr-section-btn .btn:hover,
.cid-vebycYgnBf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vebycYgnBf .mbr-section-btn .btn:hover::after,
.cid-vebycYgnBf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vebycYgnBf .items-wrapper {
  margin: 0 -20px;
}
.cid-vebycYgnBf .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-vebycYgnBf .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-vebycYgnBf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vebycYgnBf .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vebycYgnBf .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vebycYgnBf .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-vebycYgnBf .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-vebycYgnBf .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-vebycYgnBf .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-vebycYgnBf .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-vebycYgnBf .mbr-section-title {
  color: #ffffff;
}
.cid-vebycYgnBf .mbr-tag {
  color: #adadad;
}
.cid-vebycYgnBf .mbr-text {
  color: #ffffff;
}
.cid-vebycYgnBf .item-name {
  color: #ffffff;
}
.cid-vebycYgnBf .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vebycYgnBf .mbr-section-title,
.cid-vebycYgnBf .main-btn {
  text-align: center;
}
.cid-vebycYgnBf .item-name,
.cid-vebycYgnBf .item-btn {
  text-align: center;
}
.cid-vebycZRmNF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebycZRmNF .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebycZRmNF .mbr-text {
  color: #f2f2f2;
}
.cid-vebyd10PV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebyd10PV8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vebyd10PV8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vebyd10PV8 .container {
    padding: 0 25px;
  }
}
.cid-vebyd10PV8 .row {
  margin: 0;
}
.cid-vebyd10PV8 .row .card {
  padding: 0;
}
.cid-vebyd10PV8 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebyd10PV8 .image-wrapper {
    height: 350px;
  }
}
.cid-vebyd10PV8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vebyd10PV8 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-vebyd10PV8 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vebyd10PV8 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-vebyd10PV8 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-vebyd10PV8 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vebyd10PV8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-vebyd10PV8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebyd10PV8 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vebyd10PV8 .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyd10PV8 .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-vebyd10PV8 .mbr-text {
  color: #f2f2f2;
}
.cid-vebyd10PV8 .mbr-section-title,
.cid-vebyd10PV8 .mbr-section-btn,
.cid-vebyd10PV8 .logo-wrapper {
  color: #000000;
}
.cid-vebyd2inXd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebyd2inXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyd2inXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebyd2inXd .container {
    padding: 0 16px;
  }
}
.cid-vebyd2inXd .title-wrapper {
  position: relative;
}
.cid-vebyd2inXd .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebyd2inXd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vebyd2inXd .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebyd2inXd .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vebyd2inXd .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vebyd2inXd .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebyd2inXd .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-vebyd2inXd .mbr-section-title {
  color: #08323C;
}
.cid-vebyd2inXd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebyd2inXd .mbr-section-title,
.cid-vebyd2inXd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vebyd2inXd .mbr-text span {
  color: #d7f92a;
}
.cid-vebyd3CpHQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebyd3CpHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyd3CpHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebyd3CpHQ .container {
    padding: 0 16px;
  }
}
.cid-vebyd3CpHQ .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vebyd3CpHQ .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vebyd3CpHQ .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vebyd3CpHQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebyd3CpHQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vebyd3CpHQ .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebyd3CpHQ .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vebyd3CpHQ .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebyd3CpHQ .title-wrapper .line {
    display: none;
  }
}
.cid-vebyd3CpHQ .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-vebyd3CpHQ .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vebyd3CpHQ .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vebyd3CpHQ .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebyd3CpHQ .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-vebyd3CpHQ .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-vebyd3CpHQ .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-vebyd3CpHQ .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vebyd3CpHQ .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebyd3CpHQ .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-vebyd3CpHQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebyd3CpHQ .mbr-card-title {
  line-height: 1;
}
.cid-vebyd3CpHQ .mbr-card-title,
.cid-vebyd3CpHQ .icon-wrapper {
  color: #f2f2f2;
}
.cid-vebyd3CpHQ .mbr-card-text {
  color: #f2f2f2;
}
.cid-vebyd3CpHQ .mbr-section-title span {
  color: #09426a;
}
.cid-vebyd5buEN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-vebyd5buEN .mbr-section-subtitle {
  color: #70747f;
}
.cid-vebyd5buEN .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-vebyd5buEN .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebyd5buEN .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-vebyd5buEN .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vebyd5buEN .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-vebyd5buEN .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyd5buEN .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-vebyd5buEN .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyd5buEN .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-vebyd5buEN .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vebyd5buEN .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-vebyd5buEN .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-vebyd5buEN .wrapper {
  margin-bottom: .5rem;
}
.cid-vebyd5buEN .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-vebyd5buEN .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-vebyd5buEN .nav-tabs {
    width: 100%;
  }
  .cid-vebyd5buEN .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-vebyd5buEN .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vebyd5buEN .card-img {
    margin-top: .5rem;
  }
  .cid-vebyd5buEN .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-vebyd5buEN .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-vebyd5buEN .card-title,
  .cid-vebyd5buEN .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-vebyd5buEN {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-vebyd5buEN .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-vebyd5buEN .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-vebyd5buEN .card-title,
  .cid-vebyd5buEN .wrapper {
    font-size: 85% !important;
  }
  .cid-vebyd5buEN .wrapper-tab {
    padding: 0rem;
  }
  .cid-vebyd5buEN .right-column {
    margin-top: 1rem;
  }
  .cid-vebyd5buEN .tab-content {
    padding: 1rem;
  }
}
.cid-vebyd5buEN .card-title,
.cid-vebyd5buEN .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-vebyd5buEN h4 {
  text-align: center;
}
.cid-vebyd5buEN h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebyd5buEN h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-vebyd5buEN h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-vebyd5buEN H3 {
  color: #000000;
}
.cid-vebyd76cH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebyd76cH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyd76cH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebyd76cH4 .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebyd76cH4 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebyd76cH4 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-vebyd76cH4 .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-vebyd76cH4 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vebyd76cH4 .image-wrapper {
    margin: 0;
  }
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebyd76cH4 .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebyd76cH4 .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebyd76cH4 .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-vebyd76cH4 .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-vebyd76cH4 .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-vebyd76cH4 .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-vebyd76cH4 .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-vebyd76cH4 .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-vebyd76cH4 .mbr-section-title,
.cid-vebyd76cH4 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebyd9j31T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebyd9j31T .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebyd9j31T .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebydaOL48 {
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebydaOL48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebydaOL48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebydaOL48 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebydaOL48 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebydaOL48 .container {
    padding: 0 12px;
  }
}
.cid-vebydaOL48 .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-vebydaOL48 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vebydaOL48 .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebydaOL48 .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .panel-group {
    padding: 24px;
  }
}
.cid-vebydaOL48 .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-vebydaOL48 .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vebydaOL48 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vebydaOL48 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-vebydaOL48 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vebydaOL48 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-vebydaOL48 .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vebydaOL48 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vebydaOL48 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebydaOL48 .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebydaOL48 .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebydaOL48 .mbr-text p {
  color: #000000;
}
.cid-vebydaOL48 .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebydaOL48 .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebydaOL48 .panel-text {
  color: #f2f2f2;
}
.cid-vebydaOL48 H3 {
  color: #000000;
}
.cid-vebydaOL48 .mbr-text {
  color: #000000;
}
.cid-vebydd8ZtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebydd8ZtB .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebydd8ZtB .container {
    padding: 0 20px;
  }
}
.cid-vebydd8ZtB .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebydd8ZtB .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebydd8ZtB .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebydd8ZtB .form-container {
  display: flex;
  width: 100%;
}
.cid-vebydd8ZtB .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebydd8ZtB form {
  width: 100%;
}
.cid-vebydd8ZtB form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebydd8ZtB form p {
  color: #112B6D;
}
.cid-vebydd8ZtB form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebydd8ZtB form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebydd8ZtB form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebydd8ZtB form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebydd8ZtB form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebydd8ZtB form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebydd8ZtB form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebydd8ZtB form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form select {
  color: #666666 !important;
}
.cid-vebydd8ZtB form textarea {
  height: 100px !important;
}
.cid-vebydd8ZtB form input:active,
.cid-vebydd8ZtB form textarea:active,
.cid-vebydd8ZtB form input:focus,
.cid-vebydd8ZtB form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebydd8ZtB form input:active::-webkit-input-placeholder,
.cid-vebydd8ZtB form textarea:active::-webkit-input-placeholder,
.cid-vebydd8ZtB form input:focus::-webkit-input-placeholder,
.cid-vebydd8ZtB form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form input:active::-moz-placeholder,
.cid-vebydd8ZtB form textarea:active::-moz-placeholder,
.cid-vebydd8ZtB form input:focus::-moz-placeholder,
.cid-vebydd8ZtB form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form input:active:-moz-placeholder,
.cid-vebydd8ZtB form textarea:active:-moz-placeholder,
.cid-vebydd8ZtB form input:focus:-moz-placeholder,
.cid-vebydd8ZtB form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form input:active:-ms-input-placeholder,
.cid-vebydd8ZtB form textarea:active:-ms-input-placeholder,
.cid-vebydd8ZtB form input:focus:-ms-input-placeholder,
.cid-vebydd8ZtB form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebydd8ZtB form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebydd8ZtB form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebydd8ZtB form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebydd8ZtB form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebydd8ZtB form .form-check-input:focus,
.cid-vebydd8ZtB form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebydd8ZtB form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vebydeTyj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebydeTyj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebydeTyj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebydeTyj3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .container {
    padding: 0 25px;
  }
}
.cid-vebydeTyj3 .row {
  justify-content: space-between;
}
.cid-vebydeTyj3 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebydeTyj3 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vebydeTyj3 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-vebydeTyj3 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vebydeTyj3 .list-content {
    display: block;
  }
}
.cid-vebydeTyj3 .list-content .nav-wrapper,
.cid-vebydeTyj3 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .list-content .nav-wrapper,
  .cid-vebydeTyj3 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vebydeTyj3 .list-content .nav-wrapper .mbr-list-title,
.cid-vebydeTyj3 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vebydeTyj3 .list-content .nav-wrapper .list,
.cid-vebydeTyj3 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vebydeTyj3 .list-content .nav-wrapper .list .item-wrap,
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vebydeTyj3 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vebydeTyj3 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vebydeTyj3 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebydeTyj3 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vebydeTyj3 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vebydeTyj3 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebydeTyj3 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebydeTyj3 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vebydeTyj3 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebydeTyj3 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebydeTyj3 .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-vebydeTyj3 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vebydeTyj3 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vebydeTyj3 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vebydeTyj3 .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebydeTyj3 .mbr-list-title {
  color: #f2f2f2;
}
.cid-vebydeTyj3 .list {
  color: #f2f2f2;
}
.cid-vebydeTyj3 .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-vebydeTyj3 .mbr-brand {
  color: #f2f2f2;
}
.cid-vebydeTyj3 .mbr-section-title,
.cid-vebydeTyj3 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebydeTyj3 .list,
.cid-vebydeTyj3 .item-wrap {
  color: #f2f2f2;
}
.cid-vebydgZ4xc.popup-builder {
  background-color: #ffffff;
}
.cid-vebydgZ4xc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebydgZ4xc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebydgZ4xc .modal-content,
.cid-vebydgZ4xc .modal-dialog {
  height: auto;
}
.cid-vebydgZ4xc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebydgZ4xc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebydgZ4xc .form-wrapper .mbr-form .form-group,
  .cid-vebydgZ4xc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebydgZ4xc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebydgZ4xc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebydgZ4xc .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vebydgZ4xc .pt-0 {
  padding-top: 0 !important;
}
.cid-vebydgZ4xc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebydgZ4xc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebydgZ4xc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebydgZ4xc .modal-open {
  overflow: hidden;
}
.cid-vebydgZ4xc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebydgZ4xc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebydgZ4xc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebydgZ4xc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebydgZ4xc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebydgZ4xc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebydgZ4xc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebydgZ4xc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebydgZ4xc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebydgZ4xc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebydgZ4xc .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebydgZ4xc .modal-backdrop.show {
  opacity: .5;
}
.cid-vebydgZ4xc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebydgZ4xc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydgZ4xc .modal-header {
    padding: 1rem;
  }
}
.cid-vebydgZ4xc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebydgZ4xc .modal-header .close svg {
  fill: #09426a;
}
.cid-vebydgZ4xc .modal-header .close:hover {
  opacity: 1;
}
.cid-vebydgZ4xc .modal-header .close:focus {
  outline: none;
}
.cid-vebydgZ4xc .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebydgZ4xc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebydgZ4xc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydgZ4xc .modal-body {
    padding: 1rem;
  }
}
.cid-vebydgZ4xc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebydgZ4xc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydgZ4xc .modal-footer {
    padding: 1rem;
  }
}
.cid-vebydgZ4xc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebydgZ4xc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebydgZ4xc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebydgZ4xc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebydgZ4xc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebydgZ4xc .modal-lg,
  .cid-vebydgZ4xc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebydgZ4xc .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebydgZ4xc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebydgZ4xc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebydgZ4xc .form-group {
  margin-bottom: 1rem;
}
.cid-vebydgZ4xc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebydgZ4xc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebydgZ4xc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebydgZ4xc .mbr-section-btn {
  margin: 0;
}
.cid-vebydgZ4xc .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebydgZ4xc .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebydgZ4xc .modal-title span {
  font-size: large;
}
.cid-vebydiUQNS.popup-builder {
  background-color: #ffffff;
}
.cid-vebydiUQNS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebydiUQNS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebydiUQNS .modal-content,
.cid-vebydiUQNS .modal-dialog {
  height: auto;
}
.cid-vebydiUQNS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebydiUQNS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebydiUQNS .form-wrapper .mbr-form .form-group,
  .cid-vebydiUQNS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebydiUQNS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebydiUQNS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebydiUQNS .mbr-text {
  text-align: center;
}
.cid-vebydiUQNS .pt-0 {
  padding-top: 0 !important;
}
.cid-vebydiUQNS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebydiUQNS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebydiUQNS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebydiUQNS .modal-open {
  overflow: hidden;
}
.cid-vebydiUQNS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebydiUQNS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebydiUQNS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebydiUQNS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebydiUQNS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebydiUQNS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebydiUQNS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebydiUQNS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebydiUQNS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebydiUQNS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebydiUQNS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebydiUQNS .modal-backdrop.show {
  opacity: .5;
}
.cid-vebydiUQNS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebydiUQNS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydiUQNS .modal-header {
    padding: 1rem;
  }
}
.cid-vebydiUQNS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebydiUQNS .modal-header .close svg {
  fill: #09426a;
}
.cid-vebydiUQNS .modal-header .close:hover {
  opacity: 1;
}
.cid-vebydiUQNS .modal-header .close:focus {
  outline: none;
}
.cid-vebydiUQNS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebydiUQNS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebydiUQNS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydiUQNS .modal-body {
    padding: 1rem;
  }
}
.cid-vebydiUQNS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebydiUQNS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebydiUQNS .modal-footer {
    padding: 1rem;
  }
}
.cid-vebydiUQNS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebydiUQNS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebydiUQNS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebydiUQNS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebydiUQNS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebydiUQNS .modal-lg,
  .cid-vebydiUQNS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebydiUQNS .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebydiUQNS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebydiUQNS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebydiUQNS .form-group {
  margin-bottom: 1rem;
}
.cid-vebydiUQNS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebydiUQNS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebydiUQNS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebydiUQNS .mbr-section-btn {
  margin: 0;
}
.cid-vebydiUQNS .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebydiUQNS .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebydiUQNS .modal-title span {
  font-size: large;
}
.cid-vebyoZgzUu {
  z-index: 1000;
  width: 100%;
}
.cid-vebyoZgzUu nav.navbar {
  position: fixed;
}
.cid-vebyoZgzUu .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebyoZgzUu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vebyoZgzUu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vebyoZgzUu .dropdown-item:hover,
.cid-vebyoZgzUu .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-vebyoZgzUu .dropdown-item:hover span {
  color: white;
}
.cid-vebyoZgzUu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vebyoZgzUu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vebyoZgzUu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vebyoZgzUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vebyoZgzUu .nav-link {
  position: relative;
}
.cid-vebyoZgzUu .container {
  display: flex;
  margin: auto;
}
.cid-vebyoZgzUu .dropdown-menu,
.cid-vebyoZgzUu .navbar.opened {
  background: #090f10 !important;
}
.cid-vebyoZgzUu .nav-item:focus,
.cid-vebyoZgzUu .nav-link:focus {
  outline: none;
}
.cid-vebyoZgzUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vebyoZgzUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vebyoZgzUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vebyoZgzUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebyoZgzUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vebyoZgzUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vebyoZgzUu .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-vebyoZgzUu .navbar.opened {
  transition: all 0.3s;
}
.cid-vebyoZgzUu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vebyoZgzUu .navbar .navbar-logo img {
  width: auto;
}
.cid-vebyoZgzUu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vebyoZgzUu .navbar.collapsed {
  justify-content: center;
}
.cid-vebyoZgzUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vebyoZgzUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vebyoZgzUu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vebyoZgzUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vebyoZgzUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vebyoZgzUu .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-vebyoZgzUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vebyoZgzUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vebyoZgzUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vebyoZgzUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vebyoZgzUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vebyoZgzUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vebyoZgzUu .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-vebyoZgzUu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vebyoZgzUu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vebyoZgzUu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vebyoZgzUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vebyoZgzUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vebyoZgzUu .navbar.navbar-short {
  min-height: auto;
}
.cid-vebyoZgzUu .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vebyoZgzUu .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vebyoZgzUu .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vebyoZgzUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vebyoZgzUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vebyoZgzUu .dropdown-item.active,
.cid-vebyoZgzUu .dropdown-item:active {
  background-color: transparent;
}
.cid-vebyoZgzUu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vebyoZgzUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vebyoZgzUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vebyoZgzUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-vebyoZgzUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vebyoZgzUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vebyoZgzUu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vebyoZgzUu .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vebyoZgzUu .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-vebyoZgzUu .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vebyoZgzUu .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vebyoZgzUu .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vebyoZgzUu button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vebyoZgzUu button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vebyoZgzUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-vebyoZgzUu button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vebyoZgzUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vebyoZgzUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebyoZgzUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebyoZgzUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vebyoZgzUu nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebyoZgzUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebyoZgzUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebyoZgzUu nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebyoZgzUu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vebyoZgzUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vebyoZgzUu .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-vebyoZgzUu .navbar {
    height: 70px;
  }
  .cid-vebyoZgzUu .navbar.opened {
    height: auto;
  }
  .cid-vebyoZgzUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vebyoZgzUu .container-fluid {
  padding-right: 0;
}
.cid-vebyoZgzUu .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vebyoZgzUu .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vebyoZgzUu .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vebyoZgzUu .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-vebyoZgzUu .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-vebyoZgzUu .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vebyoZgzUu .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-vebyoZgzUu .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-vebyoZgzUu .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-vebyoZgzUu .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-vebyoZgzUu .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-vebyoZgzUu .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-vebyoZgzUu .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vebyoZgzUu .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vebyoZgzUu .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vebyoZgzUu .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vebyoZgzUu .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vebyoZgzUu .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vebyoZgzUu .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vebyoZgzUu .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vebyoZgzUu .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vebyoZgzUu .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vebyoZgzUu .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vebyoZgzUu .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vebyoZgzUu .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vebyp0kkj1 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-vebyp0kkj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp0kkj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp0kkj1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebyp0kkj1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebyp0kkj1 .container {
    padding: 0 25px;
  }
}
.cid-vebyp0kkj1 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vebyp0kkj1 .title-wrapper {
    padding: 0;
  }
}
.cid-vebyp0kkj1 .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyp0kkj1 .mbr-section-title {
  color: #ffffff;
}
.cid-vebyp0kkj1 .mbr-text {
  text-align: center;
  color: #ffffff !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyp0kkj1 .mbr-section-title,
.cid-vebyp0kkj1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vebyp0kkj1 .mbr-text,
.cid-vebyp0kkj1 .mbr-section-btn {
  text-align: center;
  color: #ffffff !important;
}
.cid-vebyp1kUUl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebyp1kUUl .item-img {
  position: relative;
}
.cid-vebyp1kUUl .item-img img {
  transition: all 0.7s;
}
.cid-vebyp1kUUl .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vebyp1kUUl .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vebyp1kUUl .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vebyp1kUUl .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-vebyp1kUUl .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vebyp1kUUl .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyp1kUUl .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-vebyp1kUUl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vebyp1kUUl .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyp1kUUl .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vebyp1kUUl .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vebyp1kUUl .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vebyp1kUUl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vebyp1kUUl .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vebyp1kUUl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vebyp1kUUl .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vebyp1kUUl .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vebyp1kUUl .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vebyp1kUUl img,
.cid-vebyp1kUUl .item-img {
  width: 100%;
}
.cid-vebyp1kUUl .item:focus,
.cid-vebyp1kUUl span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vebyp1kUUl .item {
    margin-bottom: 1rem;
  }
}
.cid-vebyp1kUUl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vebyp1kUUl .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-vebyp1kUUl .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vebyp1kUUl .mbr-section-subtitle,
.cid-vebyp1kUUl .subtitle-wrap,
.cid-vebyp1kUUl .mbr-section-btn {
  text-align: left;
}
.cid-vebyp1kUUl .mbr-text,
.cid-vebyp1kUUl .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vebyp1kUUl h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebyp1kUUl h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebyp2IZPg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebyp2IZPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp2IZPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp2IZPg .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-vebyp2IZPg .row {
  flex-direction: row-reverse;
}
.cid-vebyp2IZPg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vebyp2IZPg .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-vebyp2IZPg .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-vebyp2IZPg .text-wrapper {
    text-align: center;
  }
}
.cid-vebyp2IZPg .mbr-text,
.cid-vebyp2IZPg .mbr-section-btn {
  color: #09426a;
}
.cid-vebyp2IZPg .mbr-menu,
.cid-vebyp2IZPg .mbr-section-btn {
  color: #fdfde1;
}
.cid-vebyp2IZPg .mbr-desc,
.cid-vebyp2IZPg .mbr-section-btn {
  color: #ffffff;
}
.cid-vebyp2IZPg .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebyp2IZPg a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-vebyp2IZPg a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-vebyp2IZPg a.btn.btn-primary-outline.display-4,
  .cid-vebyp2IZPg a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-vebyp2IZPg .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-vebyp2IZPg .mbr-desc1 span {
  font-size: larger;
}
.cid-vebyp3Ub2O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebyp3Ub2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp3Ub2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp3Ub2O .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebyp3Ub2O .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vebyp3Ub2O .content-head {
  max-width: 800px;
}
.cid-vebyp3Ub2O .img-wrapper {
  padding-right: 0.5rem;
}
.cid-vebyp3Ub2O .img-wrapper img {
  width: 6rem;
}
.cid-vebyp3Ub2O .card-title {
  color: #09426a;
}
.cid-vebyp3Ub2O .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-vebyp3Ub2O .text-danger:hover {
  color: #09426a !important;
}
.cid-vebyp5iapb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vebyp5iapb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp5iapb .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp5iapb .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vebyp5iapb .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-vebyp5iapb .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebyp5iapb .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-vebyp5iapb .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebyp5iapb .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-vebyp5iapb .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-vebyp5iapb .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vebyp5iapb .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-vebyp5iapb .mbr-section-title {
  color: #000000;
}
.cid-vebyp5iapb .mbr-text,
.cid-vebyp5iapb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vebyp5iapb .mbr-section-title,
.cid-vebyp5iapb .mbr-section-btn,
.cid-vebyp5iapb .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-vebyp6t7o6 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vebyp6t7o6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp6t7o6 img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebyp6t7o6 img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-vebyp6t7o6 img {
    z-index: 10;
  }
}
.cid-vebyp6t7o6 .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-vebyp6t7o6 .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-vebyp6t7o6 .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-vebyp6t7o6 .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-vebyp6t7o6 .hppc {
  position: absolute;
  align-items: center;
}
.cid-vebyp6t7o6 .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vebyp6t7o6 .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-vebyp6t7o6 .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vebyp6t7o6 .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-vebyp6t7o6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp6t7o6 .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-vebyp6t7o6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vebyp6t7o6 {
    align-items: flex-start;
  }
  .cid-vebyp6t7o6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vebyp6t7o6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vebyp6t7o6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vebyp6t7o6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vebyp6t7o6 .content-wrap {
    width: 100%;
  }
}
.cid-vebyp6t7o6 .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebyp6t7o6 .mbr-text,
.cid-vebyp6t7o6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-vebyp6t7o6 .mbr-tag,
.cid-vebyp6t7o6 .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebyp6t7o6 .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-vebyp6t7o6 h1 span {
  color: #ffffff;
}
.cid-vebyp6t7o6 p span {
  font-size: large;
}
.cid-vebyp7Pjkw {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-vebyp7Pjkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebyp7Pjkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebyp7Pjkw .title-wrapper {
  margin-bottom: 40px;
}
.cid-vebyp7Pjkw .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vebyp7Pjkw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vebyp7Pjkw .mbr-section-btn .btn::after,
.cid-vebyp7Pjkw .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vebyp7Pjkw .mbr-section-btn .btn:hover,
.cid-vebyp7Pjkw .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vebyp7Pjkw .mbr-section-btn .btn:hover::after,
.cid-vebyp7Pjkw .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vebyp7Pjkw .items-wrapper {
  margin: 0 -20px;
}
.cid-vebyp7Pjkw .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-vebyp7Pjkw .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-vebyp7Pjkw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vebyp7Pjkw .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vebyp7Pjkw .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vebyp7Pjkw .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-vebyp7Pjkw .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-vebyp7Pjkw .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-vebyp7Pjkw .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-vebyp7Pjkw .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-vebyp7Pjkw .mbr-section-title {
  color: #ffffff;
}
.cid-vebyp7Pjkw .mbr-tag {
  color: #adadad;
}
.cid-vebyp7Pjkw .mbr-text {
  color: #ffffff;
}
.cid-vebyp7Pjkw .item-name {
  color: #ffffff;
}
.cid-vebyp7Pjkw .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vebyp7Pjkw .mbr-section-title,
.cid-vebyp7Pjkw .main-btn {
  text-align: center;
}
.cid-vebyp7Pjkw .item-name,
.cid-vebyp7Pjkw .item-btn {
  text-align: center;
}
.cid-vebyp9sOim {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebyp9sOim .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebyp9sOim .mbr-text {
  color: #f2f2f2;
}
.cid-vebypaF9GS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebypaF9GS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vebypaF9GS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vebypaF9GS .container {
    padding: 0 25px;
  }
}
.cid-vebypaF9GS .row {
  margin: 0;
}
.cid-vebypaF9GS .row .card {
  padding: 0;
}
.cid-vebypaF9GS .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebypaF9GS .image-wrapper {
    height: 350px;
  }
}
.cid-vebypaF9GS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vebypaF9GS .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-vebypaF9GS .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vebypaF9GS .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-vebypaF9GS .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-vebypaF9GS .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vebypaF9GS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-vebypaF9GS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebypaF9GS .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vebypaF9GS .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebypaF9GS .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-vebypaF9GS .mbr-text {
  color: #f2f2f2;
}
.cid-vebypaF9GS .mbr-section-title,
.cid-vebypaF9GS .mbr-section-btn,
.cid-vebypaF9GS .logo-wrapper {
  color: #000000;
}
.cid-vebypbYU1D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebypbYU1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebypbYU1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebypbYU1D .container {
    padding: 0 16px;
  }
}
.cid-vebypbYU1D .title-wrapper {
  position: relative;
}
.cid-vebypbYU1D .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebypbYU1D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vebypbYU1D .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebypbYU1D .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vebypbYU1D .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vebypbYU1D .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebypbYU1D .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-vebypbYU1D .mbr-section-title {
  color: #08323C;
}
.cid-vebypbYU1D .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebypbYU1D .mbr-section-title,
.cid-vebypbYU1D .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vebypbYU1D .mbr-text span {
  color: #d7f92a;
}
.cid-vebypdf5Il {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebypdf5Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebypdf5Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebypdf5Il .container {
    padding: 0 16px;
  }
}
.cid-vebypdf5Il .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vebypdf5Il .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vebypdf5Il .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vebypdf5Il .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebypdf5Il .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vebypdf5Il .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebypdf5Il .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vebypdf5Il .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebypdf5Il .title-wrapper .line {
    display: none;
  }
}
.cid-vebypdf5Il .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-vebypdf5Il .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vebypdf5Il .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vebypdf5Il .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebypdf5Il .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-vebypdf5Il .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-vebypdf5Il .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-vebypdf5Il .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vebypdf5Il .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebypdf5Il .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-vebypdf5Il .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebypdf5Il .mbr-card-title {
  line-height: 1;
}
.cid-vebypdf5Il .mbr-card-title,
.cid-vebypdf5Il .icon-wrapper {
  color: #f2f2f2;
}
.cid-vebypdf5Il .mbr-card-text {
  color: #f2f2f2;
}
.cid-vebypdf5Il .mbr-section-title span {
  color: #09426a;
}
.cid-vebypeM7dZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-vebypeM7dZ .mbr-section-subtitle {
  color: #70747f;
}
.cid-vebypeM7dZ .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-vebypeM7dZ .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebypeM7dZ .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-vebypeM7dZ .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vebypeM7dZ .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-vebypeM7dZ .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebypeM7dZ .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-vebypeM7dZ .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebypeM7dZ .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-vebypeM7dZ .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vebypeM7dZ .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-vebypeM7dZ .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-vebypeM7dZ .wrapper {
  margin-bottom: .5rem;
}
.cid-vebypeM7dZ .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-vebypeM7dZ .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-vebypeM7dZ .nav-tabs {
    width: 100%;
  }
  .cid-vebypeM7dZ .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-vebypeM7dZ .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vebypeM7dZ .card-img {
    margin-top: .5rem;
  }
  .cid-vebypeM7dZ .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-vebypeM7dZ .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-vebypeM7dZ .card-title,
  .cid-vebypeM7dZ .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-vebypeM7dZ {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-vebypeM7dZ .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-vebypeM7dZ .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-vebypeM7dZ .card-title,
  .cid-vebypeM7dZ .wrapper {
    font-size: 85% !important;
  }
  .cid-vebypeM7dZ .wrapper-tab {
    padding: 0rem;
  }
  .cid-vebypeM7dZ .right-column {
    margin-top: 1rem;
  }
  .cid-vebypeM7dZ .tab-content {
    padding: 1rem;
  }
}
.cid-vebypeM7dZ .card-title,
.cid-vebypeM7dZ .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-vebypeM7dZ h4 {
  text-align: center;
}
.cid-vebypeM7dZ h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebypeM7dZ h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-vebypeM7dZ h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-vebypeM7dZ H3 {
  color: #000000;
}
.cid-vebypgJnEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebypgJnEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebypgJnEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebypgJnEy .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebypgJnEy .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebypgJnEy .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-vebypgJnEy .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-vebypgJnEy .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vebypgJnEy .image-wrapper {
    margin: 0;
  }
}
.cid-vebypgJnEy .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-vebypgJnEy .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebypgJnEy .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebypgJnEy .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-vebypgJnEy .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-vebypgJnEy .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebypgJnEy .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebypgJnEy .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-vebypgJnEy .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-vebypgJnEy .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-vebypgJnEy .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-vebypgJnEy .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-vebypgJnEy .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-vebypgJnEy .mbr-section-title,
.cid-vebypgJnEy .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebypimCBg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebypimCBg .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebypimCBg .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebypjY8BK {
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebypjY8BK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebypjY8BK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebypjY8BK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebypjY8BK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebypjY8BK .container {
    padding: 0 12px;
  }
}
.cid-vebypjY8BK .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-vebypjY8BK .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vebypjY8BK .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebypjY8BK .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .panel-group {
    padding: 24px;
  }
}
.cid-vebypjY8BK .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-vebypjY8BK .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vebypjY8BK .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vebypjY8BK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-vebypjY8BK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vebypjY8BK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-vebypjY8BK .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vebypjY8BK .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vebypjY8BK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebypjY8BK .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebypjY8BK .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebypjY8BK .mbr-text p {
  color: #000000;
}
.cid-vebypjY8BK .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebypjY8BK .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebypjY8BK .panel-text {
  color: #f2f2f2;
}
.cid-vebypjY8BK H3 {
  color: #000000;
}
.cid-vebypjY8BK .mbr-text {
  color: #000000;
}
.cid-vebyplS1g1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebyplS1g1 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebyplS1g1 .container {
    padding: 0 20px;
  }
}
.cid-vebyplS1g1 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebyplS1g1 .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebyplS1g1 .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebyplS1g1 .form-container {
  display: flex;
  width: 100%;
}
.cid-vebyplS1g1 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebyplS1g1 form {
  width: 100%;
}
.cid-vebyplS1g1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebyplS1g1 form p {
  color: #112B6D;
}
.cid-vebyplS1g1 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebyplS1g1 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebyplS1g1 form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebyplS1g1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebyplS1g1 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebyplS1g1 form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebyplS1g1 form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebyplS1g1 form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form select {
  color: #666666 !important;
}
.cid-vebyplS1g1 form textarea {
  height: 100px !important;
}
.cid-vebyplS1g1 form input:active,
.cid-vebyplS1g1 form textarea:active,
.cid-vebyplS1g1 form input:focus,
.cid-vebyplS1g1 form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebyplS1g1 form input:active::-webkit-input-placeholder,
.cid-vebyplS1g1 form textarea:active::-webkit-input-placeholder,
.cid-vebyplS1g1 form input:focus::-webkit-input-placeholder,
.cid-vebyplS1g1 form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form input:active::-moz-placeholder,
.cid-vebyplS1g1 form textarea:active::-moz-placeholder,
.cid-vebyplS1g1 form input:focus::-moz-placeholder,
.cid-vebyplS1g1 form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form input:active:-moz-placeholder,
.cid-vebyplS1g1 form textarea:active:-moz-placeholder,
.cid-vebyplS1g1 form input:focus:-moz-placeholder,
.cid-vebyplS1g1 form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form input:active:-ms-input-placeholder,
.cid-vebyplS1g1 form textarea:active:-ms-input-placeholder,
.cid-vebyplS1g1 form input:focus:-ms-input-placeholder,
.cid-vebyplS1g1 form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebyplS1g1 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebyplS1g1 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebyplS1g1 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebyplS1g1 form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebyplS1g1 form .form-check-input:focus,
.cid-vebyplS1g1 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebyplS1g1 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vebypnDH4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebypnDH4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebypnDH4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebypnDH4m .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .container {
    padding: 0 25px;
  }
}
.cid-vebypnDH4m .row {
  justify-content: space-between;
}
.cid-vebypnDH4m .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebypnDH4m .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vebypnDH4m .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vebypnDH4m .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-vebypnDH4m .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vebypnDH4m .list-content {
    display: block;
  }
}
.cid-vebypnDH4m .list-content .nav-wrapper,
.cid-vebypnDH4m .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .list-content .nav-wrapper,
  .cid-vebypnDH4m .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vebypnDH4m .list-content .nav-wrapper .mbr-list-title,
.cid-vebypnDH4m .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vebypnDH4m .list-content .nav-wrapper .list,
.cid-vebypnDH4m .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vebypnDH4m .list-content .nav-wrapper .list .item-wrap,
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vebypnDH4m .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vebypnDH4m .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vebypnDH4m .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebypnDH4m .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vebypnDH4m .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vebypnDH4m .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebypnDH4m .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebypnDH4m .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vebypnDH4m .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebypnDH4m .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebypnDH4m .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-vebypnDH4m .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vebypnDH4m .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vebypnDH4m .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vebypnDH4m .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebypnDH4m .mbr-list-title {
  color: #f2f2f2;
}
.cid-vebypnDH4m .list {
  color: #f2f2f2;
}
.cid-vebypnDH4m .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-vebypnDH4m .mbr-brand {
  color: #f2f2f2;
}
.cid-vebypnDH4m .mbr-section-title,
.cid-vebypnDH4m .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebypnDH4m .list,
.cid-vebypnDH4m .item-wrap {
  color: #f2f2f2;
}
.cid-vebyppxycB.popup-builder {
  background-color: #ffffff;
}
.cid-vebyppxycB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebyppxycB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebyppxycB .modal-content,
.cid-vebyppxycB .modal-dialog {
  height: auto;
}
.cid-vebyppxycB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebyppxycB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebyppxycB .form-wrapper .mbr-form .form-group,
  .cid-vebyppxycB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebyppxycB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebyppxycB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebyppxycB .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vebyppxycB .pt-0 {
  padding-top: 0 !important;
}
.cid-vebyppxycB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebyppxycB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebyppxycB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebyppxycB .modal-open {
  overflow: hidden;
}
.cid-vebyppxycB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebyppxycB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebyppxycB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebyppxycB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebyppxycB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebyppxycB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebyppxycB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebyppxycB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebyppxycB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebyppxycB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebyppxycB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebyppxycB .modal-backdrop.show {
  opacity: .5;
}
.cid-vebyppxycB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebyppxycB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyppxycB .modal-header {
    padding: 1rem;
  }
}
.cid-vebyppxycB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebyppxycB .modal-header .close svg {
  fill: #09426a;
}
.cid-vebyppxycB .modal-header .close:hover {
  opacity: 1;
}
.cid-vebyppxycB .modal-header .close:focus {
  outline: none;
}
.cid-vebyppxycB .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebyppxycB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebyppxycB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyppxycB .modal-body {
    padding: 1rem;
  }
}
.cid-vebyppxycB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebyppxycB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyppxycB .modal-footer {
    padding: 1rem;
  }
}
.cid-vebyppxycB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebyppxycB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebyppxycB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebyppxycB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebyppxycB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebyppxycB .modal-lg,
  .cid-vebyppxycB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebyppxycB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebyppxycB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebyppxycB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebyppxycB .form-group {
  margin-bottom: 1rem;
}
.cid-vebyppxycB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebyppxycB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebyppxycB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebyppxycB .mbr-section-btn {
  margin: 0;
}
.cid-vebyppxycB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebyppxycB .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebyppxycB .modal-title span {
  font-size: large;
}
.cid-vebyprxZNA.popup-builder {
  background-color: #ffffff;
}
.cid-vebyprxZNA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebyprxZNA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebyprxZNA .modal-content,
.cid-vebyprxZNA .modal-dialog {
  height: auto;
}
.cid-vebyprxZNA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebyprxZNA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebyprxZNA .form-wrapper .mbr-form .form-group,
  .cid-vebyprxZNA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebyprxZNA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebyprxZNA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebyprxZNA .mbr-text {
  text-align: center;
}
.cid-vebyprxZNA .pt-0 {
  padding-top: 0 !important;
}
.cid-vebyprxZNA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebyprxZNA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebyprxZNA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebyprxZNA .modal-open {
  overflow: hidden;
}
.cid-vebyprxZNA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebyprxZNA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebyprxZNA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebyprxZNA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebyprxZNA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebyprxZNA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebyprxZNA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebyprxZNA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebyprxZNA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebyprxZNA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebyprxZNA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebyprxZNA .modal-backdrop.show {
  opacity: .5;
}
.cid-vebyprxZNA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebyprxZNA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyprxZNA .modal-header {
    padding: 1rem;
  }
}
.cid-vebyprxZNA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebyprxZNA .modal-header .close svg {
  fill: #09426a;
}
.cid-vebyprxZNA .modal-header .close:hover {
  opacity: 1;
}
.cid-vebyprxZNA .modal-header .close:focus {
  outline: none;
}
.cid-vebyprxZNA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebyprxZNA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebyprxZNA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyprxZNA .modal-body {
    padding: 1rem;
  }
}
.cid-vebyprxZNA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebyprxZNA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebyprxZNA .modal-footer {
    padding: 1rem;
  }
}
.cid-vebyprxZNA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebyprxZNA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebyprxZNA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebyprxZNA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebyprxZNA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebyprxZNA .modal-lg,
  .cid-vebyprxZNA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebyprxZNA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebyprxZNA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebyprxZNA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebyprxZNA .form-group {
  margin-bottom: 1rem;
}
.cid-vebyprxZNA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebyprxZNA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebyprxZNA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebyprxZNA .mbr-section-btn {
  margin: 0;
}
.cid-vebyprxZNA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebyprxZNA .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebyprxZNA .modal-title span {
  font-size: large;
}
.cid-vebxfmzwxL {
  z-index: 1000;
  width: 100%;
}
.cid-vebxfmzwxL nav.navbar {
  position: fixed;
}
.cid-vebxfmzwxL .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: none;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxfmzwxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vebxfmzwxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vebxfmzwxL .dropdown-item:hover,
.cid-vebxfmzwxL .dropdown-item:focus {
  background: #d7f92a !important;
  color: white !important;
}
.cid-vebxfmzwxL .dropdown-item:hover span {
  color: white;
}
.cid-vebxfmzwxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vebxfmzwxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vebxfmzwxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vebxfmzwxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vebxfmzwxL .nav-link {
  position: relative;
}
.cid-vebxfmzwxL .container {
  display: flex;
  margin: auto;
}
.cid-vebxfmzwxL .dropdown-menu,
.cid-vebxfmzwxL .navbar.opened {
  background: #090f10 !important;
}
.cid-vebxfmzwxL .nav-item:focus,
.cid-vebxfmzwxL .nav-link:focus {
  outline: none;
}
.cid-vebxfmzwxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vebxfmzwxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vebxfmzwxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vebxfmzwxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vebxfmzwxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vebxfmzwxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vebxfmzwxL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(9, 15, 16, 0);
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-vebxfmzwxL .navbar.opened {
  transition: all 0.3s;
}
.cid-vebxfmzwxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vebxfmzwxL .navbar .navbar-logo img {
  width: auto;
}
.cid-vebxfmzwxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vebxfmzwxL .navbar.collapsed {
  justify-content: center;
}
.cid-vebxfmzwxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vebxfmzwxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vebxfmzwxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vebxfmzwxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vebxfmzwxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vebxfmzwxL .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-vebxfmzwxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vebxfmzwxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vebxfmzwxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vebxfmzwxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vebxfmzwxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vebxfmzwxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vebxfmzwxL .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-vebxfmzwxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vebxfmzwxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vebxfmzwxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vebxfmzwxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vebxfmzwxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vebxfmzwxL .navbar.navbar-short {
  min-height: auto;
}
.cid-vebxfmzwxL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vebxfmzwxL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vebxfmzwxL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vebxfmzwxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vebxfmzwxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vebxfmzwxL .dropdown-item.active,
.cid-vebxfmzwxL .dropdown-item:active {
  background-color: transparent;
}
.cid-vebxfmzwxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vebxfmzwxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vebxfmzwxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vebxfmzwxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090f10;
}
.cid-vebxfmzwxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vebxfmzwxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vebxfmzwxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vebxfmzwxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vebxfmzwxL .navbar-buttons .btn {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cid-vebxfmzwxL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vebxfmzwxL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vebxfmzwxL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vebxfmzwxL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vebxfmzwxL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vebxfmzwxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #d7f92a;
}
@media (max-width: 767px) {
  .cid-vebxfmzwxL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vebxfmzwxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vebxfmzwxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxfmzwxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vebxfmzwxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vebxfmzwxL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxfmzwxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxfmzwxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vebxfmzwxL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vebxfmzwxL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vebxfmzwxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vebxfmzwxL .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-vebxfmzwxL .navbar {
    height: 70px;
  }
  .cid-vebxfmzwxL .navbar.opened {
    height: auto;
  }
  .cid-vebxfmzwxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vebxfmzwxL .container-fluid {
  padding-right: 0;
}
.cid-vebxfmzwxL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vebxfmzwxL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vebxfmzwxL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vebxfmzwxL .navbar-collapse .nav-link:hover {
  color: #d7f92a !important;
}
.cid-vebxfmzwxL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 2rem;
  column-gap: 0;
  align-items: center;
}
.cid-vebxfmzwxL .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-vebxfmzwxL .navbar-buttons {
  grid-column-start: 2;
  grid-column-end: 3;
}
.cid-vebxfmzwxL .navbar-collapse {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-vebxfmzwxL .navbar-collapse .navbar-nav {
  padding-bottom: 3rem;
}
.cid-vebxfmzwxL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  text-align: start !important;
}
.cid-vebxfmzwxL .navbar-collapse .nav-item {
  margin: 0 !important;
}
.cid-vebxfmzwxL .navbar-collapse .nav-link {
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 40px !important;
}
@media (max-width: 991px) {
  .cid-vebxfmzwxL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vebxfmzwxL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vebxfmzwxL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vebxfmzwxL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vebxfmzwxL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vebxfmzwxL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vebxfmzwxL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vebxfmzwxL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxfmzwxL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vebxfmzwxL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vebxfmzwxL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vebxfmzwxL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vebxfmzwxL .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vebxfnSbb5 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/untitled-38-2000x1333.webp");
}
.cid-vebxfnSbb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfnSbb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfnSbb5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxfnSbb5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxfnSbb5 .container {
    padding: 0 25px;
  }
}
.cid-vebxfnSbb5 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vebxfnSbb5 .title-wrapper {
    padding: 0;
  }
}
.cid-vebxfnSbb5 .title-wrapper .mbr-section-title {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfnSbb5 .mbr-section-title {
  color: #ffffff;
}
.cid-vebxfnSbb5 .mbr-text {
  text-align: center;
  color: #ffffff !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfnSbb5 .mbr-section-title,
.cid-vebxfnSbb5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vebxfnSbb5 .mbr-text,
.cid-vebxfnSbb5 .mbr-section-btn {
  text-align: center;
  color: #ffffff !important;
}
.cid-vebxfpaQ21 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxfpaQ21 .item-img {
  position: relative;
}
.cid-vebxfpaQ21 .item-img img {
  transition: all 0.7s;
}
.cid-vebxfpaQ21 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vebxfpaQ21 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vebxfpaQ21 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vebxfpaQ21 .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-vebxfpaQ21 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vebxfpaQ21 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfpaQ21 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #d7f92a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-vebxfpaQ21 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vebxfpaQ21 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #09426af2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
  -webkit-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  -moz-box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfpaQ21 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vebxfpaQ21 .link-icon-wrapper .icon-wrap {
  background: #d7f92a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vebxfpaQ21 .link-icon-wrapper .icon-wrap span {
  color: #09426a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vebxfpaQ21 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vebxfpaQ21 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vebxfpaQ21 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vebxfpaQ21 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vebxfpaQ21 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vebxfpaQ21 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vebxfpaQ21 img,
.cid-vebxfpaQ21 .item-img {
  width: 100%;
}
.cid-vebxfpaQ21 .item:focus,
.cid-vebxfpaQ21 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vebxfpaQ21 .item {
    margin-bottom: 1rem;
  }
}
.cid-vebxfpaQ21 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vebxfpaQ21 .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-vebxfpaQ21 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vebxfpaQ21 .mbr-section-subtitle,
.cid-vebxfpaQ21 .subtitle-wrap,
.cid-vebxfpaQ21 .mbr-section-btn {
  text-align: left;
}
.cid-vebxfpaQ21 .mbr-text,
.cid-vebxfpaQ21 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxfpaQ21 h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxfpaQ21 h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-vebxfqAMnS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxfqAMnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfqAMnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfqAMnS .image-wrapper img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 5px;
  background-color: #d7f92a;
}
.cid-vebxfqAMnS .row {
  flex-direction: row-reverse;
}
.cid-vebxfqAMnS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vebxfqAMnS .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-vebxfqAMnS .mbr-section-title {
  color: #d7f92a;
}
@media (max-width: 991px) {
  .cid-vebxfqAMnS .text-wrapper {
    text-align: center;
  }
}
.cid-vebxfqAMnS .mbr-text,
.cid-vebxfqAMnS .mbr-section-btn {
  color: #09426a;
}
.cid-vebxfqAMnS .mbr-menu,
.cid-vebxfqAMnS .mbr-section-btn {
  color: #fdfde1;
}
.cid-vebxfqAMnS .mbr-desc,
.cid-vebxfqAMnS .mbr-section-btn {
  color: #ffffff;
}
.cid-vebxfqAMnS .mbr-desc {
  line-height: 1.2;
}
.cid-vebxfqAMnS .mbr-text span {
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfqAMnS a.btn.btn-primary-outline.display-4 {
  margin-right: 3rem !important;
}
@media (max-width: 768px) {
  .cid-vebxfqAMnS a.btn.btn-primary-outline.display-4 {
    margin-right: none !important;
    margin-bottom: 1rem !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-vebxfqAMnS a.btn.btn-primary-outline.display-4,
  .cid-vebxfqAMnS a.btn.btn-primary.display-4 {
    margin-right: none !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-vebxfqAMnS .mbr-desc1 {
  border-left: 2px solid #d7f92a;
  border-spacing: 5px;
  color: #ffffff;
}
.cid-vebxfqAMnS .mbr-desc1 span {
  font-size: larger;
}
.cid-vebxfrU7yt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxfrU7yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfrU7yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfrU7yt .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffffCC;
  border-radius: 5px;
  padding: 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxfrU7yt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vebxfrU7yt .content-head {
  max-width: 800px;
}
.cid-vebxfrU7yt .img-wrapper {
  padding-right: 0.5rem;
}
.cid-vebxfrU7yt .img-wrapper img {
  width: 6rem;
}
.cid-vebxfrU7yt .card-title {
  color: #09426a;
}
.cid-vebxfrU7yt .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-vebxfrU7yt .text-danger:hover {
  color: #09426a !important;
}
.cid-vebxftIBt2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vebxftIBt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxftIBt2 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxftIBt2 .card-wrapper {
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vebxftIBt2 .card-wrapper {
    padding: 0;
    margin: 0;
  }
}
.cid-vebxftIBt2 .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxftIBt2 .card-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
.cid-vebxftIBt2 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vebxftIBt2 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
    font-size: x-large;
  }
}
@media (max-width: 992px) {
  .cid-vebxftIBt2 .card-wrapper .image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-vebxftIBt2 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vebxftIBt2 .card-wrapper .image-wrapper img {
    height: 100px;
    width: 100%;
  }
}
.cid-vebxftIBt2 .mbr-section-title {
  color: #000000;
}
.cid-vebxftIBt2 .mbr-text,
.cid-vebxftIBt2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vebxftIBt2 .mbr-section-title,
.cid-vebxftIBt2 .mbr-section-btn,
.cid-vebxftIBt2 .image-wrapper {
  text-align: center;
  color: #d91920;
}
.cid-vebxfuQ89j {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vebxfuQ89j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfuQ89j img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-vebxfuQ89j img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-vebxfuQ89j img {
    z-index: 10;
  }
}
.cid-vebxfuQ89j .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-vebxfuQ89j .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-vebxfuQ89j .face3 {
  position: absolute;
  left: 12%;
  bottom: 9%;
  animation: circle2 6s linear infinite;
}
.cid-vebxfuQ89j .face4 {
  position: absolute;
  right: 15%;
  bottom: 8%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-vebxfuQ89j .hppc {
  position: absolute;
  align-items: center;
}
.cid-vebxfuQ89j .mbr-tag {
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vebxfuQ89j .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #d91920;
}
@media (max-width: 992px) {
  .cid-vebxfuQ89j .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vebxfuQ89j .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-vebxfuQ89j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfuQ89j .content-wrap {
  padding: 5rem 1rem;
  z-index: 20;
}
@media (min-width: 992px) {
  .cid-vebxfuQ89j .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vebxfuQ89j {
    align-items: flex-start;
  }
  .cid-vebxfuQ89j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vebxfuQ89j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vebxfuQ89j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vebxfuQ89j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vebxfuQ89j .content-wrap {
    width: 100%;
  }
}
.cid-vebxfuQ89j .mbr-section-title {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxfuQ89j .mbr-text,
.cid-vebxfuQ89j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.cid-vebxfuQ89j .mbr-tag,
.cid-vebxfuQ89j .tags {
  text-align: center;
  color: #d91920;
  line-height: 1;
}
.cid-vebxfuQ89j .mbr-section-subtitle {
  color: #fff301;
  text-align: center;
}
.cid-vebxfuQ89j h1 span {
  color: #ffffff;
}
.cid-vebxfuQ89j p span {
  font-size: large;
}
.cid-vebxfw9EKc {
  padding-top: 5px;
  padding-bottom: 4rem;
  background-color: #d91920;
}
.cid-vebxfw9EKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfw9EKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfw9EKc .title-wrapper {
  margin-bottom: 40px;
}
.cid-vebxfw9EKc .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vebxfw9EKc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vebxfw9EKc .mbr-section-btn .btn::after,
.cid-vebxfw9EKc .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vebxfw9EKc .mbr-section-btn .btn:hover,
.cid-vebxfw9EKc .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vebxfw9EKc .mbr-section-btn .btn:hover::after,
.cid-vebxfw9EKc .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vebxfw9EKc .items-wrapper {
  margin: 0 -20px;
}
.cid-vebxfw9EKc .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-vebxfw9EKc .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-vebxfw9EKc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vebxfw9EKc .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vebxfw9EKc .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vebxfw9EKc .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-vebxfw9EKc .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-vebxfw9EKc .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-vebxfw9EKc .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e24c4a);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #000000;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #d91920;
  border-radius: 100%;
  transition: all .3s ease;
  font-weight: bold;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #000000;
  transform: rotate(-360deg);
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #000000;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #000000;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: none;
  line-height: 1;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-vebxfw9EKc .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-vebxfw9EKc .mbr-section-title {
  color: #ffffff;
}
.cid-vebxfw9EKc .mbr-tag {
  color: #adadad;
}
.cid-vebxfw9EKc .mbr-text {
  color: #ffffff;
}
.cid-vebxfw9EKc .item-name {
  color: #ffffff;
}
.cid-vebxfw9EKc .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-vebxfw9EKc .mbr-section-title,
.cid-vebxfw9EKc .main-btn {
  text-align: center;
}
.cid-vebxfw9EKc .item-name,
.cid-vebxfw9EKc .item-btn {
  text-align: center;
}
.cid-vebxfxE8Gq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxfxE8Gq .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxfxE8Gq .mbr-text {
  color: #f2f2f2;
}
.cid-vebxfyLabJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxfyLabJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vebxfyLabJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vebxfyLabJ .container {
    padding: 0 25px;
  }
}
.cid-vebxfyLabJ .row {
  margin: 0;
}
.cid-vebxfyLabJ .row .card {
  padding: 0;
}
.cid-vebxfyLabJ .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxfyLabJ .image-wrapper {
    height: 350px;
  }
}
.cid-vebxfyLabJ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vebxfyLabJ .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #09426a;
}
@media (max-width: 768px) {
  .cid-vebxfyLabJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vebxfyLabJ .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-vebxfyLabJ .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-vebxfyLabJ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vebxfyLabJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 35px;
  line-height: 1.2;
}
.cid-vebxfyLabJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxfyLabJ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vebxfyLabJ .mbr-section-title {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfyLabJ .mbr-section-subtitle {
  color: #f2f2f2;
}
.cid-vebxfyLabJ .mbr-text {
  color: #f2f2f2;
}
.cid-vebxfyLabJ .mbr-section-title,
.cid-vebxfyLabJ .mbr-section-btn,
.cid-vebxfyLabJ .logo-wrapper {
  color: #000000;
}
.cid-vebxfzZi7B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09426a;
}
.cid-vebxfzZi7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfzZi7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxfzZi7B .container {
    padding: 0 16px;
  }
}
.cid-vebxfzZi7B .title-wrapper {
  position: relative;
}
.cid-vebxfzZi7B .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxfzZi7B .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vebxfzZi7B .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vebxfzZi7B .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vebxfzZi7B .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vebxfzZi7B .title-wrapper .container-wrapper {
  position: absolute;
  top: -8rem;
  left: -0.5rem;
  height: 114%;
  width: 40%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxfzZi7B .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-vebxfzZi7B .mbr-section-title {
  color: #08323C;
}
.cid-vebxfzZi7B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxfzZi7B .mbr-section-title,
.cid-vebxfzZi7B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vebxfzZi7B .mbr-text span {
  color: #d7f92a;
}
.cid-vebxfBj57d {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxfBj57d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfBj57d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxfBj57d .container {
    padding: 0 16px;
  }
}
.cid-vebxfBj57d .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vebxfBj57d .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vebxfBj57d .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vebxfBj57d .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxfBj57d .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vebxfBj57d .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vebxfBj57d .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vebxfBj57d .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 102%;
  width: 40%;
  height: 80%;
  border: 2px dashed #d7f92a;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vebxfBj57d .title-wrapper .line {
    display: none;
  }
}
.cid-vebxfBj57d .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 992px) {
  .cid-vebxfBj57d .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vebxfBj57d .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vebxfBj57d .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxfBj57d .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-vebxfBj57d .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7f92a;
  opacity: .6;
  border-radius: 100%;
}
.cid-vebxfBj57d .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d7f92a;
  color: #000000;
  border-radius: 100%;
  z-index: 1;
}
.cid-vebxfBj57d .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vebxfBj57d .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vebxfBj57d .mbr-section-title {
  color: #000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  text-align: center;
}
.cid-vebxfBj57d .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vebxfBj57d .mbr-card-title {
  line-height: 1;
}
.cid-vebxfBj57d .mbr-card-title,
.cid-vebxfBj57d .icon-wrapper {
  color: #f2f2f2;
}
.cid-vebxfBj57d .mbr-card-text {
  color: #f2f2f2;
}
.cid-vebxfBj57d .mbr-section-title span {
  color: #09426a;
}
.cid-vebxfCNp2w {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #09426a;
}
.cid-vebxfCNp2w .mbr-section-subtitle {
  color: #70747f;
}
.cid-vebxfCNp2w .mbr-text {
  color: #f2f2f2;
  text-align: center;
}
.cid-vebxfCNp2w .nav {
  border: 2px dashed #d7f92a;
  border-radius: 4px;
  width: max-content;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxfCNp2w .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-vebxfCNp2w .nav-tabs .nav-item {
  display: table-cell;
}
.cid-vebxfCNp2w .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-vebxfCNp2w .tab-content {
  background-color: #000000;
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfCNp2w .nav-tabs .nav-link {
  display: block;
  color: #000000 !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f2f2f2;
  font-weight: 900;
  margin: 0px;
  border-radius: 4px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-vebxfCNp2w .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: black !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfCNp2w .nav-tabs .nav-link.active {
  color: black !important;
  background: #d7f92a;
}
.cid-vebxfCNp2w .title-content {
  color: #000000;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-vebxfCNp2w .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxfCNp2w .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-vebxfCNp2w .wrapper {
  margin-bottom: .5rem;
}
.cid-vebxfCNp2w .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-vebxfCNp2w .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-vebxfCNp2w .nav-tabs {
    width: 100%;
  }
  .cid-vebxfCNp2w .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-vebxfCNp2w .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vebxfCNp2w .card-img {
    margin-top: .5rem;
  }
  .cid-vebxfCNp2w .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-vebxfCNp2w .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-vebxfCNp2w .card-title,
  .cid-vebxfCNp2w .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-vebxfCNp2w {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-vebxfCNp2w .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-vebxfCNp2w .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-vebxfCNp2w .card-title,
  .cid-vebxfCNp2w .wrapper {
    font-size: 85% !important;
  }
  .cid-vebxfCNp2w .wrapper-tab {
    padding: 0rem;
  }
  .cid-vebxfCNp2w .right-column {
    margin-top: 1rem;
  }
  .cid-vebxfCNp2w .tab-content {
    padding: 1rem;
  }
}
.cid-vebxfCNp2w .card-title,
.cid-vebxfCNp2w .wrapper {
  text-align: left;
  color: #f2f2f2;
}
.cid-vebxfCNp2w h4 {
  text-align: center;
}
.cid-vebxfCNp2w h3 span {
  border: 2px solid #d7f92a;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background-color: #d7f92a;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxfCNp2w h3 span:hover {
  color: #f2f2f2 !important;
  background-color: #a7c50f;
  border-color: #a7c50f;
}
.cid-vebxfCNp2w h3 span:hover a {
  color: #f2f2f2 !important;
}
.cid-vebxfCNp2w H3 {
  color: #000000;
}
.cid-vebxfEyIqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxfEyIqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfEyIqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebxfEyIqw .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxfEyIqw .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxfEyIqw .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
  font-weight: 900;
}
.cid-vebxfEyIqw .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-vebxfEyIqw .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vebxfEyIqw .image-wrapper {
    margin: 0;
  }
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxfEyIqw .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
@media (max-width: 768px) {
  .cid-vebxfEyIqw .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-vebxfEyIqw .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-vebxfEyIqw .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #d7f92a;
  border-right: 4px dashed #d7f92a;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-vebxfEyIqw .mbr-section-title {
  color: #f2f2f2;
  font-weight: 900;
}
.cid-vebxfEyIqw .mbr-text {
  color: #f2f2f2;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-vebxfEyIqw .mbr-text {
    font-size: .5 !important;
    text-align: center !important;
  }
}
.cid-vebxfEyIqw .card-title {
  color: #d7f92a;
  text-align: center;
}
.cid-vebxfEyIqw .mbr-section-title,
.cid-vebxfEyIqw .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxfG3KPG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09426a;
}
.cid-vebxfG3KPG .line {
  background-color: #d7f92a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebxfG3KPG .mbr-text {
  color: #000000;
  text-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
}
.cid-vebxfHldKC {
  overflow: hidden;
  background-color: #09426a;
}
.cid-vebxfHldKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfHldKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfHldKC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxfHldKC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vebxfHldKC .container {
    padding: 0 12px;
  }
}
.cid-vebxfHldKC .title-wrapper {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-vebxfHldKC .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vebxfHldKC .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxfHldKC .panel-group {
  padding: 64px;
  background-color: #d7f92a;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .panel-group {
    padding: 24px;
  }
}
.cid-vebxfHldKC .panel-group .card {
  border: 1px solid #09426a;
  border-radius: 32px !important;
  background-color: #09426a;
  margin-bottom: 32px;
}
.cid-vebxfHldKC .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vebxfHldKC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vebxfHldKC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-vebxfHldKC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vebxfHldKC .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #d7f92a;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #09426a;
}
.cid-vebxfHldKC .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vebxfHldKC .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vebxfHldKC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vebxfHldKC .mbr-section-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxfHldKC .mbr-section-title {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxfHldKC .mbr-text p {
  color: #000000;
}
.cid-vebxfHldKC .panel-title-edit {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vebxfHldKC .panel-title-edit {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}
.cid-vebxfHldKC .panel-text {
  color: #f2f2f2;
}
.cid-vebxfHldKC H3 {
  color: #000000;
}
.cid-vebxfHldKC .mbr-text {
  color: #000000;
}
.cid-vebxfJoVtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxfJoVtL .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-vebxfJoVtL .container {
    padding: 0 20px;
  }
}
.cid-vebxfJoVtL .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-vebxfJoVtL .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxfJoVtL .mbr-section-subtitle {
  color: #f2f2f2;
  margin-top: 20px;
}
.cid-vebxfJoVtL .form-container {
  display: flex;
  width: 100%;
}
.cid-vebxfJoVtL .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vebxfJoVtL form {
  width: 100%;
}
.cid-vebxfJoVtL form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vebxfJoVtL form p {
  color: #112B6D;
}
.cid-vebxfJoVtL form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxfJoVtL form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-vebxfJoVtL form .mbr-section-btn .btn:hover {
  background-color: #a7c50f !important;
  border-color: #a7c50f !important;
  color: #f2f2f2 !important;
}
.cid-vebxfJoVtL form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-vebxfJoVtL form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-vebxfJoVtL form .form-control {
  height: 40px;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #f2f2f2;
  font-weight: 400;
  box-shadow: 0 0 5px #ffffff, 
        0 0 10px #ffffff,
        0 0 15px #d7f92a, 
        0 0 20px #d7f92a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-vebxfJoVtL form .form-control:hover {
  box-shadow: 0 0 1px #ffffff, 
        0 0 5px #ffffff,
        0 0 7px #d7f92a, 
        0 0 10px #d7f92a;
}
.cid-vebxfJoVtL form .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form select {
  color: #666666 !important;
}
.cid-vebxfJoVtL form textarea {
  height: 100px !important;
}
.cid-vebxfJoVtL form input:active,
.cid-vebxfJoVtL form textarea:active,
.cid-vebxfJoVtL form input:focus,
.cid-vebxfJoVtL form textarea:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-vebxfJoVtL form input:active::-webkit-input-placeholder,
.cid-vebxfJoVtL form textarea:active::-webkit-input-placeholder,
.cid-vebxfJoVtL form input:focus::-webkit-input-placeholder,
.cid-vebxfJoVtL form textarea:focus::-webkit-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form input:active::-moz-placeholder,
.cid-vebxfJoVtL form textarea:active::-moz-placeholder,
.cid-vebxfJoVtL form input:focus::-moz-placeholder,
.cid-vebxfJoVtL form textarea:focus::-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form input:active:-moz-placeholder,
.cid-vebxfJoVtL form textarea:active:-moz-placeholder,
.cid-vebxfJoVtL form input:focus:-moz-placeholder,
.cid-vebxfJoVtL form textarea:focus:-moz-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form input:active:-ms-input-placeholder,
.cid-vebxfJoVtL form textarea:active:-ms-input-placeholder,
.cid-vebxfJoVtL form input:focus:-ms-input-placeholder,
.cid-vebxfJoVtL form textarea:focus:-ms-input-placeholder {
  color: #f2f2f2;
}
.cid-vebxfJoVtL form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-vebxfJoVtL form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-vebxfJoVtL form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-vebxfJoVtL form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vebxfJoVtL form .form-check-input:focus,
.cid-vebxfJoVtL form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-vebxfJoVtL form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vebxfL6p9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09426a;
}
.cid-vebxfL6p9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebxfL6p9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebxfL6p9x .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .container {
    padding: 0 25px;
  }
}
.cid-vebxfL6p9x .row {
  justify-content: space-between;
}
.cid-vebxfL6p9x .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vebxfL6p9x .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vebxfL6p9x .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.cid-vebxfL6p9x .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vebxfL6p9x .list-content {
    display: block;
  }
}
.cid-vebxfL6p9x .list-content .nav-wrapper,
.cid-vebxfL6p9x .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .list-content .nav-wrapper,
  .cid-vebxfL6p9x .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vebxfL6p9x .list-content .nav-wrapper .mbr-list-title,
.cid-vebxfL6p9x .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vebxfL6p9x .list-content .nav-wrapper .list,
.cid-vebxfL6p9x .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vebxfL6p9x .list-content .nav-wrapper .list .item-wrap,
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vebxfL6p9x .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vebxfL6p9x .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vebxfL6p9x .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxfL6p9x .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vebxfL6p9x .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vebxfL6p9x .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vebxfL6p9x .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #d7f92a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxfL6p9x .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vebxfL6p9x .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vebxfL6p9x .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vebxfL6p9x .copy-wrapper .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.cid-vebxfL6p9x .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vebxfL6p9x .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vebxfL6p9x .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vebxfL6p9x .mbr-section-title {
  color: #f2f2f2;
}
.cid-vebxfL6p9x .mbr-list-title {
  color: #f2f2f2;
}
.cid-vebxfL6p9x .list {
  color: #f2f2f2;
}
.cid-vebxfL6p9x .mbr-copy {
  color: #f2f2f2;
  text-align: right;
}
.cid-vebxfL6p9x .mbr-brand {
  color: #f2f2f2;
}
.cid-vebxfL6p9x .mbr-section-title,
.cid-vebxfL6p9x .mbr-section-btn {
  color: #f2f2f2;
}
.cid-vebxfL6p9x .list,
.cid-vebxfL6p9x .item-wrap {
  color: #f2f2f2;
}
.cid-vebxfN44Yt.popup-builder {
  background-color: #ffffff;
}
.cid-vebxfN44Yt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxfN44Yt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxfN44Yt .modal-content,
.cid-vebxfN44Yt .modal-dialog {
  height: auto;
}
.cid-vebxfN44Yt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxfN44Yt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxfN44Yt .form-wrapper .mbr-form .form-group,
  .cid-vebxfN44Yt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxfN44Yt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxfN44Yt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxfN44Yt .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-vebxfN44Yt .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxfN44Yt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxfN44Yt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxfN44Yt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxfN44Yt .modal-open {
  overflow: hidden;
}
.cid-vebxfN44Yt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxfN44Yt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxfN44Yt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxfN44Yt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxfN44Yt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxfN44Yt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxfN44Yt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxfN44Yt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxfN44Yt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxfN44Yt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxfN44Yt .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxfN44Yt .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxfN44Yt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxfN44Yt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfN44Yt .modal-header {
    padding: 1rem;
  }
}
.cid-vebxfN44Yt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxfN44Yt .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxfN44Yt .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxfN44Yt .modal-header .close:focus {
  outline: none;
}
.cid-vebxfN44Yt .modal-title {
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxfN44Yt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxfN44Yt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfN44Yt .modal-body {
    padding: 1rem;
  }
}
.cid-vebxfN44Yt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxfN44Yt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfN44Yt .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxfN44Yt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxfN44Yt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxfN44Yt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxfN44Yt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxfN44Yt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxfN44Yt .modal-lg,
  .cid-vebxfN44Yt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxfN44Yt .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxfN44Yt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxfN44Yt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxfN44Yt .form-group {
  margin-bottom: 1rem;
}
.cid-vebxfN44Yt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxfN44Yt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxfN44Yt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxfN44Yt .mbr-section-btn {
  margin: 0;
}
.cid-vebxfN44Yt .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxfN44Yt .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxfN44Yt .modal-title span {
  font-size: large;
}
.cid-vebxfOTYAJ.popup-builder {
  background-color: #ffffff;
}
.cid-vebxfOTYAJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vebxfOTYAJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vebxfOTYAJ .modal-content,
.cid-vebxfOTYAJ .modal-dialog {
  height: auto;
}
.cid-vebxfOTYAJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vebxfOTYAJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vebxfOTYAJ .form-wrapper .mbr-form .form-group,
  .cid-vebxfOTYAJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vebxfOTYAJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vebxfOTYAJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vebxfOTYAJ .mbr-text {
  text-align: center;
}
.cid-vebxfOTYAJ .pt-0 {
  padding-top: 0 !important;
}
.cid-vebxfOTYAJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vebxfOTYAJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vebxfOTYAJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vebxfOTYAJ .modal-open {
  overflow: hidden;
}
.cid-vebxfOTYAJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vebxfOTYAJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vebxfOTYAJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vebxfOTYAJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vebxfOTYAJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vebxfOTYAJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vebxfOTYAJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vebxfOTYAJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vebxfOTYAJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vebxfOTYAJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vebxfOTYAJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vebxfOTYAJ .modal-backdrop.show {
  opacity: .5;
}
.cid-vebxfOTYAJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vebxfOTYAJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfOTYAJ .modal-header {
    padding: 1rem;
  }
}
.cid-vebxfOTYAJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vebxfOTYAJ .modal-header .close svg {
  fill: #09426a;
}
.cid-vebxfOTYAJ .modal-header .close:hover {
  opacity: 1;
}
.cid-vebxfOTYAJ .modal-header .close:focus {
  outline: none;
}
.cid-vebxfOTYAJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #09426a;
}
.cid-vebxfOTYAJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vebxfOTYAJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfOTYAJ .modal-body {
    padding: 1rem;
  }
}
.cid-vebxfOTYAJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vebxfOTYAJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vebxfOTYAJ .modal-footer {
    padding: 1rem;
  }
}
.cid-vebxfOTYAJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vebxfOTYAJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vebxfOTYAJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vebxfOTYAJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vebxfOTYAJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vebxfOTYAJ .modal-lg,
  .cid-vebxfOTYAJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vebxfOTYAJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vebxfOTYAJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vebxfOTYAJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vebxfOTYAJ .form-group {
  margin-bottom: 1rem;
}
.cid-vebxfOTYAJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vebxfOTYAJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vebxfOTYAJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vebxfOTYAJ .mbr-section-btn {
  margin: 0;
}
.cid-vebxfOTYAJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vebxfOTYAJ .mbr-text span {
  color: #000000;
  background-color: #d7f92a;
  padding: 5px;
  border-radius: 4px;
  font-size: small;
  font-weight: 900;
}
.cid-vebxfOTYAJ .modal-title span {
  font-size: large;
}
