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

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;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.45rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8125rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tCb2VOsbsg {
  z-index: 1000;
  width: 100%;
}
.cid-tCb2VOsbsg nav.navbar {
  position: fixed;
}
.cid-tCb2VOsbsg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCb2VOsbsg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCb2VOsbsg .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCb2VOsbsg .dropdown-item:hover,
.cid-tCb2VOsbsg .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCb2VOsbsg .dropdown-item:hover span {
  color: white;
}
.cid-tCb2VOsbsg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCb2VOsbsg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCb2VOsbsg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCb2VOsbsg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCb2VOsbsg .nav-link {
  position: relative;
}
.cid-tCb2VOsbsg .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCb2VOsbsg .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCb2VOsbsg .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCb2VOsbsg .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCb2VOsbsg .dropdown-menu,
.cid-tCb2VOsbsg .navbar.opened {
  background: #000000 !important;
}
.cid-tCb2VOsbsg .nav-item:focus,
.cid-tCb2VOsbsg .nav-link:focus {
  outline: none;
}
.cid-tCb2VOsbsg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCb2VOsbsg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCb2VOsbsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCb2VOsbsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCb2VOsbsg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCb2VOsbsg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCb2VOsbsg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCb2VOsbsg .navbar.opened {
  transition: all 0.3s;
}
.cid-tCb2VOsbsg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCb2VOsbsg .navbar .navbar-logo img {
  width: auto;
}
.cid-tCb2VOsbsg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCb2VOsbsg .navbar.collapsed {
  justify-content: center;
}
.cid-tCb2VOsbsg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCb2VOsbsg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCb2VOsbsg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCb2VOsbsg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCb2VOsbsg .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-tCb2VOsbsg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCb2VOsbsg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCb2VOsbsg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCb2VOsbsg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCb2VOsbsg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCb2VOsbsg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCb2VOsbsg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCb2VOsbsg .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-tCb2VOsbsg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCb2VOsbsg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCb2VOsbsg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCb2VOsbsg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCb2VOsbsg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCb2VOsbsg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCb2VOsbsg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCb2VOsbsg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCb2VOsbsg .dropdown-item.active,
.cid-tCb2VOsbsg .dropdown-item:active {
  background-color: transparent;
}
.cid-tCb2VOsbsg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCb2VOsbsg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCb2VOsbsg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCb2VOsbsg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCb2VOsbsg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCb2VOsbsg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCb2VOsbsg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCb2VOsbsg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCb2VOsbsg button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCb2VOsbsg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCb2VOsbsg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCb2VOsbsg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCb2VOsbsg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCb2VOsbsg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCb2VOsbsg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCb2VOsbsg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCb2VOsbsg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCb2VOsbsg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCb2VOsbsg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCb2VOsbsg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCb2VOsbsg .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-tCb2VOsbsg .navbar {
    height: 70px;
  }
  .cid-tCb2VOsbsg .navbar.opened {
    height: auto;
  }
  .cid-tCb2VOsbsg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCb2VOsbsg .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCb2VOsbsg .navbar-toggler {
  margin-left: 10px;
}
.cid-tCb2VOsbsg .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCb2VOsbsg .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCb2VOsbsg .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCb2VOsbsg .mbr-text {
    display: none;
  }
}
.cid-tCb2VOsbsg .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCb2VOsbsg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCb2VOsbsg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWmGsZdiB {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCb3nuzYMA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #070902;
  background-image: linear-gradient(180deg, #070902 0, #014a07 100%);
}
.cid-tCb3nuzYMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCb3nuzYMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCb3nuzYMA .container-fluid {
  padding: 0;
}
.cid-tCb3nuzYMA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCb3nuzYMA .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCb3nuzYMA .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCb3nuzYMA .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCb3nuzYMA .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCb3nuzYMA .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCb3nuzYMA .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCb3nuzYMA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCb3nuzYMA .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCb3nuzYMA .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCb3nuzYMA .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCb3nuzYMA .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCb3nuzYMA .image-wrapper {
    display: center;
  }
}
.cid-tCb3nuzYMA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTdeXulpM {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCberBFRKB {
  z-index: 1000;
  width: 100%;
}
.cid-tCberBFRKB nav.navbar {
  position: fixed;
}
.cid-tCberBFRKB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCberBFRKB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCberBFRKB .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCberBFRKB .dropdown-item:hover,
.cid-tCberBFRKB .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCberBFRKB .dropdown-item:hover span {
  color: white;
}
.cid-tCberBFRKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCberBFRKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCberBFRKB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCberBFRKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCberBFRKB .nav-link {
  position: relative;
}
.cid-tCberBFRKB .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCberBFRKB .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCberBFRKB .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCberBFRKB .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCberBFRKB .dropdown-menu,
.cid-tCberBFRKB .navbar.opened {
  background: #000000 !important;
}
.cid-tCberBFRKB .nav-item:focus,
.cid-tCberBFRKB .nav-link:focus {
  outline: none;
}
.cid-tCberBFRKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCberBFRKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCberBFRKB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCberBFRKB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCberBFRKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCberBFRKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCberBFRKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCberBFRKB .navbar.opened {
  transition: all 0.3s;
}
.cid-tCberBFRKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCberBFRKB .navbar .navbar-logo img {
  width: auto;
}
.cid-tCberBFRKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCberBFRKB .navbar.collapsed {
  justify-content: center;
}
.cid-tCberBFRKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCberBFRKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCberBFRKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCberBFRKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCberBFRKB .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-tCberBFRKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCberBFRKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCberBFRKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCberBFRKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCberBFRKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCberBFRKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCberBFRKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCberBFRKB .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-tCberBFRKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCberBFRKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCberBFRKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCberBFRKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCberBFRKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCberBFRKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCberBFRKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCberBFRKB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCberBFRKB .dropdown-item.active,
.cid-tCberBFRKB .dropdown-item:active {
  background-color: transparent;
}
.cid-tCberBFRKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCberBFRKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCberBFRKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCberBFRKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCberBFRKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCberBFRKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCberBFRKB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCberBFRKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCberBFRKB button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCberBFRKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCberBFRKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCberBFRKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCberBFRKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCberBFRKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCberBFRKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCberBFRKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCberBFRKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCberBFRKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCberBFRKB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCberBFRKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCberBFRKB .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-tCberBFRKB .navbar {
    height: 70px;
  }
  .cid-tCberBFRKB .navbar.opened {
    height: auto;
  }
  .cid-tCberBFRKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCberBFRKB .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCberBFRKB .navbar-toggler {
  margin-left: 10px;
}
.cid-tCberBFRKB .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCberBFRKB .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCberBFRKB .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCberBFRKB .mbr-text {
    display: none;
  }
}
.cid-tCberBFRKB .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCberBFRKB .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCberBFRKB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWmpK4Df3 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCberCCA0U {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bd8c00;
  background-image: linear-gradient(180deg, #bd8c00 0, #010101 100%);
}
.cid-tCberCCA0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCberCCA0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCberCCA0U .container-fluid {
  padding: 0;
}
.cid-tCberCCA0U .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCberCCA0U .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCberCCA0U .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCberCCA0U .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCberCCA0U .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCberCCA0U .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCberCCA0U .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCberCCA0U .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCberCCA0U .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCberCCA0U .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCberCCA0U .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCberCCA0U .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCberCCA0U .image-wrapper {
    display: center;
  }
}
.cid-tCberCCA0U .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTjrPau8n {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCbnQhUXzZ {
  z-index: 1000;
  width: 100%;
}
.cid-tCbnQhUXzZ nav.navbar {
  position: fixed;
}
.cid-tCbnQhUXzZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbnQhUXzZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCbnQhUXzZ .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCbnQhUXzZ .dropdown-item:hover,
.cid-tCbnQhUXzZ .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCbnQhUXzZ .dropdown-item:hover span {
  color: white;
}
.cid-tCbnQhUXzZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCbnQhUXzZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCbnQhUXzZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCbnQhUXzZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCbnQhUXzZ .nav-link {
  position: relative;
}
.cid-tCbnQhUXzZ .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCbnQhUXzZ .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCbnQhUXzZ .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCbnQhUXzZ .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCbnQhUXzZ .dropdown-menu,
.cid-tCbnQhUXzZ .navbar.opened {
  background: #000000 !important;
}
.cid-tCbnQhUXzZ .nav-item:focus,
.cid-tCbnQhUXzZ .nav-link:focus {
  outline: none;
}
.cid-tCbnQhUXzZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCbnQhUXzZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbnQhUXzZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCbnQhUXzZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbnQhUXzZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCbnQhUXzZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCbnQhUXzZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCbnQhUXzZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCbnQhUXzZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCbnQhUXzZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tCbnQhUXzZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCbnQhUXzZ .navbar.collapsed {
  justify-content: center;
}
.cid-tCbnQhUXzZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCbnQhUXzZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCbnQhUXzZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCbnQhUXzZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCbnQhUXzZ .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-tCbnQhUXzZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCbnQhUXzZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCbnQhUXzZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCbnQhUXzZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCbnQhUXzZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCbnQhUXzZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCbnQhUXzZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCbnQhUXzZ .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-tCbnQhUXzZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCbnQhUXzZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCbnQhUXzZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCbnQhUXzZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCbnQhUXzZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCbnQhUXzZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCbnQhUXzZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCbnQhUXzZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCbnQhUXzZ .dropdown-item.active,
.cid-tCbnQhUXzZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCbnQhUXzZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCbnQhUXzZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCbnQhUXzZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCbnQhUXzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCbnQhUXzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCbnQhUXzZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCbnQhUXzZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCbnQhUXzZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCbnQhUXzZ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCbnQhUXzZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCbnQhUXzZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCbnQhUXzZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbnQhUXzZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbnQhUXzZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCbnQhUXzZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbnQhUXzZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCbnQhUXzZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCbnQhUXzZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbnQhUXzZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCbnQhUXzZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCbnQhUXzZ .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-tCbnQhUXzZ .navbar {
    height: 70px;
  }
  .cid-tCbnQhUXzZ .navbar.opened {
    height: auto;
  }
  .cid-tCbnQhUXzZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCbnQhUXzZ .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCbnQhUXzZ .navbar-toggler {
  margin-left: 10px;
}
.cid-tCbnQhUXzZ .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCbnQhUXzZ .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCbnQhUXzZ .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCbnQhUXzZ .mbr-text {
    display: none;
  }
}
.cid-tCbnQhUXzZ .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCbnQhUXzZ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCbnQhUXzZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWkNyDgNq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCbnQiDZUU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffd881;
  background-image: linear-gradient(180deg, #ffd881 0, #020e0c 100%);
}
.cid-tCbnQiDZUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbnQiDZUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbnQiDZUU .container-fluid {
  padding: 0;
}
.cid-tCbnQiDZUU .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCbnQiDZUU .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCbnQiDZUU .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCbnQiDZUU .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCbnQiDZUU .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCbnQiDZUU .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCbnQiDZUU .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCbnQiDZUU .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCbnQiDZUU .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCbnQiDZUU .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCbnQiDZUU .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCbnQiDZUU .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCbnQiDZUU .image-wrapper {
    display: center;
  }
}
.cid-tCbnQiDZUU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTl9TnTPF {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCbF82N5zN {
  z-index: 1000;
  width: 100%;
}
.cid-tCbF82N5zN nav.navbar {
  position: fixed;
}
.cid-tCbF82N5zN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbF82N5zN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCbF82N5zN .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCbF82N5zN .dropdown-item:hover,
.cid-tCbF82N5zN .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCbF82N5zN .dropdown-item:hover span {
  color: white;
}
.cid-tCbF82N5zN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCbF82N5zN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCbF82N5zN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCbF82N5zN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCbF82N5zN .nav-link {
  position: relative;
}
.cid-tCbF82N5zN .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCbF82N5zN .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCbF82N5zN .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCbF82N5zN .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCbF82N5zN .dropdown-menu,
.cid-tCbF82N5zN .navbar.opened {
  background: #000000 !important;
}
.cid-tCbF82N5zN .nav-item:focus,
.cid-tCbF82N5zN .nav-link:focus {
  outline: none;
}
.cid-tCbF82N5zN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCbF82N5zN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbF82N5zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCbF82N5zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbF82N5zN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCbF82N5zN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCbF82N5zN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCbF82N5zN .navbar.opened {
  transition: all 0.3s;
}
.cid-tCbF82N5zN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCbF82N5zN .navbar .navbar-logo img {
  width: auto;
}
.cid-tCbF82N5zN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCbF82N5zN .navbar.collapsed {
  justify-content: center;
}
.cid-tCbF82N5zN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCbF82N5zN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCbF82N5zN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCbF82N5zN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCbF82N5zN .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-tCbF82N5zN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCbF82N5zN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCbF82N5zN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCbF82N5zN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCbF82N5zN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCbF82N5zN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCbF82N5zN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCbF82N5zN .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-tCbF82N5zN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCbF82N5zN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCbF82N5zN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCbF82N5zN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCbF82N5zN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCbF82N5zN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCbF82N5zN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCbF82N5zN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCbF82N5zN .dropdown-item.active,
.cid-tCbF82N5zN .dropdown-item:active {
  background-color: transparent;
}
.cid-tCbF82N5zN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCbF82N5zN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCbF82N5zN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCbF82N5zN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCbF82N5zN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCbF82N5zN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCbF82N5zN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCbF82N5zN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCbF82N5zN button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCbF82N5zN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCbF82N5zN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCbF82N5zN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbF82N5zN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbF82N5zN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCbF82N5zN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbF82N5zN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCbF82N5zN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCbF82N5zN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbF82N5zN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCbF82N5zN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCbF82N5zN .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-tCbF82N5zN .navbar {
    height: 70px;
  }
  .cid-tCbF82N5zN .navbar.opened {
    height: auto;
  }
  .cid-tCbF82N5zN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCbF82N5zN .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCbF82N5zN .navbar-toggler {
  margin-left: 10px;
}
.cid-tCbF82N5zN .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCbF82N5zN .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCbF82N5zN .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCbF82N5zN .mbr-text {
    display: none;
  }
}
.cid-tCbF82N5zN .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCbF82N5zN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCbF82N5zN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWklNk9k8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCbF83q10e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #3b3302;
  background-image: linear-gradient(180deg, #3b3302 0, #ad711a 100%);
}
.cid-tCbF83q10e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbF83q10e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbF83q10e .container-fluid {
  padding: 0;
}
.cid-tCbF83q10e .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCbF83q10e .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCbF83q10e .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCbF83q10e .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCbF83q10e .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCbF83q10e .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCbF83q10e .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCbF83q10e .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCbF83q10e .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCbF83q10e .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCbF83q10e .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCbF83q10e .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCbF83q10e .image-wrapper {
    display: center;
  }
}
.cid-tCbF83q10e .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTlNyHRmL {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCbiSeNRlo {
  z-index: 1000;
  width: 100%;
}
.cid-tCbiSeNRlo nav.navbar {
  position: fixed;
}
.cid-tCbiSeNRlo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbiSeNRlo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCbiSeNRlo .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCbiSeNRlo .dropdown-item:hover,
.cid-tCbiSeNRlo .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCbiSeNRlo .dropdown-item:hover span {
  color: white;
}
.cid-tCbiSeNRlo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCbiSeNRlo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCbiSeNRlo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCbiSeNRlo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCbiSeNRlo .nav-link {
  position: relative;
}
.cid-tCbiSeNRlo .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCbiSeNRlo .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCbiSeNRlo .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCbiSeNRlo .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCbiSeNRlo .dropdown-menu,
.cid-tCbiSeNRlo .navbar.opened {
  background: #000000 !important;
}
.cid-tCbiSeNRlo .nav-item:focus,
.cid-tCbiSeNRlo .nav-link:focus {
  outline: none;
}
.cid-tCbiSeNRlo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCbiSeNRlo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbiSeNRlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCbiSeNRlo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbiSeNRlo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCbiSeNRlo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCbiSeNRlo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCbiSeNRlo .navbar.opened {
  transition: all 0.3s;
}
.cid-tCbiSeNRlo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCbiSeNRlo .navbar .navbar-logo img {
  width: auto;
}
.cid-tCbiSeNRlo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCbiSeNRlo .navbar.collapsed {
  justify-content: center;
}
.cid-tCbiSeNRlo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCbiSeNRlo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCbiSeNRlo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCbiSeNRlo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCbiSeNRlo .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-tCbiSeNRlo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCbiSeNRlo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCbiSeNRlo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCbiSeNRlo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCbiSeNRlo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCbiSeNRlo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCbiSeNRlo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCbiSeNRlo .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-tCbiSeNRlo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCbiSeNRlo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCbiSeNRlo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCbiSeNRlo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCbiSeNRlo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCbiSeNRlo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCbiSeNRlo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCbiSeNRlo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCbiSeNRlo .dropdown-item.active,
.cid-tCbiSeNRlo .dropdown-item:active {
  background-color: transparent;
}
.cid-tCbiSeNRlo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCbiSeNRlo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCbiSeNRlo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCbiSeNRlo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCbiSeNRlo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCbiSeNRlo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCbiSeNRlo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCbiSeNRlo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCbiSeNRlo button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCbiSeNRlo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCbiSeNRlo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCbiSeNRlo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbiSeNRlo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbiSeNRlo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCbiSeNRlo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbiSeNRlo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCbiSeNRlo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCbiSeNRlo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbiSeNRlo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCbiSeNRlo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCbiSeNRlo .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-tCbiSeNRlo .navbar {
    height: 70px;
  }
  .cid-tCbiSeNRlo .navbar.opened {
    height: auto;
  }
  .cid-tCbiSeNRlo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCbiSeNRlo .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCbiSeNRlo .navbar-toggler {
  margin-left: 10px;
}
.cid-tCbiSeNRlo .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCbiSeNRlo .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCbiSeNRlo .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCbiSeNRlo .mbr-text {
    display: none;
  }
}
.cid-tCbiSeNRlo .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCbiSeNRlo .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCbiSeNRlo .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWmblht2q {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCbiSfB52E {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #cbbf15;
  background-image: linear-gradient(180deg, #cbbf15 0, #0184b8 100%);
}
.cid-tCbiSfB52E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbiSfB52E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbiSfB52E .container-fluid {
  padding: 0;
}
.cid-tCbiSfB52E .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCbiSfB52E .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCbiSfB52E .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCbiSfB52E .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCbiSfB52E .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCbiSfB52E .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCbiSfB52E .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCbiSfB52E .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCbiSfB52E .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCbiSfB52E .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCbiSfB52E .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCbiSfB52E .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCbiSfB52E .image-wrapper {
    display: center;
  }
}
.cid-tCbiSfB52E .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTkQulV5L {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCbrCBdAtY {
  z-index: 1000;
  width: 100%;
}
.cid-tCbrCBdAtY nav.navbar {
  position: fixed;
}
.cid-tCbrCBdAtY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbrCBdAtY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCbrCBdAtY .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCbrCBdAtY .dropdown-item:hover,
.cid-tCbrCBdAtY .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCbrCBdAtY .dropdown-item:hover span {
  color: white;
}
.cid-tCbrCBdAtY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCbrCBdAtY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCbrCBdAtY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCbrCBdAtY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCbrCBdAtY .nav-link {
  position: relative;
}
.cid-tCbrCBdAtY .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCbrCBdAtY .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCbrCBdAtY .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCbrCBdAtY .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCbrCBdAtY .dropdown-menu,
.cid-tCbrCBdAtY .navbar.opened {
  background: #000000 !important;
}
.cid-tCbrCBdAtY .nav-item:focus,
.cid-tCbrCBdAtY .nav-link:focus {
  outline: none;
}
.cid-tCbrCBdAtY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCbrCBdAtY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbrCBdAtY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCbrCBdAtY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbrCBdAtY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCbrCBdAtY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCbrCBdAtY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCbrCBdAtY .navbar.opened {
  transition: all 0.3s;
}
.cid-tCbrCBdAtY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCbrCBdAtY .navbar .navbar-logo img {
  width: auto;
}
.cid-tCbrCBdAtY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCbrCBdAtY .navbar.collapsed {
  justify-content: center;
}
.cid-tCbrCBdAtY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCbrCBdAtY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCbrCBdAtY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCbrCBdAtY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCbrCBdAtY .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-tCbrCBdAtY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCbrCBdAtY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCbrCBdAtY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCbrCBdAtY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCbrCBdAtY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCbrCBdAtY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCbrCBdAtY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCbrCBdAtY .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-tCbrCBdAtY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCbrCBdAtY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCbrCBdAtY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCbrCBdAtY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCbrCBdAtY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCbrCBdAtY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCbrCBdAtY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCbrCBdAtY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCbrCBdAtY .dropdown-item.active,
.cid-tCbrCBdAtY .dropdown-item:active {
  background-color: transparent;
}
.cid-tCbrCBdAtY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCbrCBdAtY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCbrCBdAtY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCbrCBdAtY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCbrCBdAtY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCbrCBdAtY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCbrCBdAtY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCbrCBdAtY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCbrCBdAtY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCbrCBdAtY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCbrCBdAtY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCbrCBdAtY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbrCBdAtY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbrCBdAtY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCbrCBdAtY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbrCBdAtY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCbrCBdAtY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCbrCBdAtY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbrCBdAtY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCbrCBdAtY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCbrCBdAtY .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-tCbrCBdAtY .navbar {
    height: 70px;
  }
  .cid-tCbrCBdAtY .navbar.opened {
    height: auto;
  }
  .cid-tCbrCBdAtY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCbrCBdAtY .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCbrCBdAtY .navbar-toggler {
  margin-left: 10px;
}
.cid-tCbrCBdAtY .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCbrCBdAtY .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCbrCBdAtY .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCbrCBdAtY .mbr-text {
    display: none;
  }
}
.cid-tCbrCBdAtY .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCbrCBdAtY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCbrCBdAtY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWkCp01yf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCbrCBYbmb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #42187a;
  background-image: linear-gradient(180deg, #42187a 0, #b11a83 100%);
}
.cid-tCbrCBYbmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbrCBYbmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbrCBYbmb .container-fluid {
  padding: 0;
}
.cid-tCbrCBYbmb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCbrCBYbmb .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCbrCBYbmb .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCbrCBYbmb .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCbrCBYbmb .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCbrCBYbmb .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCbrCBYbmb .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCbrCBYbmb .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCbrCBYbmb .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCbrCBYbmb .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCbrCBYbmb .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCbrCBYbmb .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCbrCBYbmb .image-wrapper {
    display: center;
  }
}
.cid-tCbrCBYbmb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubTlBgSvbW {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tCbQQLJoDF {
  z-index: 1000;
  width: 100%;
}
.cid-tCbQQLJoDF nav.navbar {
  position: fixed;
}
.cid-tCbQQLJoDF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbQQLJoDF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCbQQLJoDF .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCbQQLJoDF .dropdown-item:hover,
.cid-tCbQQLJoDF .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tCbQQLJoDF .dropdown-item:hover span {
  color: white;
}
.cid-tCbQQLJoDF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCbQQLJoDF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCbQQLJoDF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tCbQQLJoDF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCbQQLJoDF .nav-link {
  position: relative;
}
.cid-tCbQQLJoDF .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCbQQLJoDF .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCbQQLJoDF .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCbQQLJoDF .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tCbQQLJoDF .dropdown-menu,
.cid-tCbQQLJoDF .navbar.opened {
  background: #000000 !important;
}
.cid-tCbQQLJoDF .nav-item:focus,
.cid-tCbQQLJoDF .nav-link:focus {
  outline: none;
}
.cid-tCbQQLJoDF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCbQQLJoDF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbQQLJoDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCbQQLJoDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCbQQLJoDF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCbQQLJoDF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCbQQLJoDF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tCbQQLJoDF .navbar.opened {
  transition: all 0.3s;
}
.cid-tCbQQLJoDF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCbQQLJoDF .navbar .navbar-logo img {
  width: auto;
}
.cid-tCbQQLJoDF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCbQQLJoDF .navbar.collapsed {
  justify-content: center;
}
.cid-tCbQQLJoDF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCbQQLJoDF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCbQQLJoDF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCbQQLJoDF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCbQQLJoDF .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-tCbQQLJoDF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCbQQLJoDF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCbQQLJoDF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCbQQLJoDF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCbQQLJoDF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCbQQLJoDF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCbQQLJoDF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCbQQLJoDF .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-tCbQQLJoDF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCbQQLJoDF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCbQQLJoDF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCbQQLJoDF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCbQQLJoDF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCbQQLJoDF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCbQQLJoDF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCbQQLJoDF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCbQQLJoDF .dropdown-item.active,
.cid-tCbQQLJoDF .dropdown-item:active {
  background-color: transparent;
}
.cid-tCbQQLJoDF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCbQQLJoDF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCbQQLJoDF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCbQQLJoDF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCbQQLJoDF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCbQQLJoDF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCbQQLJoDF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCbQQLJoDF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCbQQLJoDF button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCbQQLJoDF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCbQQLJoDF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCbQQLJoDF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbQQLJoDF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCbQQLJoDF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCbQQLJoDF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbQQLJoDF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCbQQLJoDF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCbQQLJoDF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCbQQLJoDF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCbQQLJoDF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCbQQLJoDF .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-tCbQQLJoDF .navbar {
    height: 70px;
  }
  .cid-tCbQQLJoDF .navbar.opened {
    height: auto;
  }
  .cid-tCbQQLJoDF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCbQQLJoDF .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCbQQLJoDF .navbar-toggler {
  margin-left: 10px;
}
.cid-tCbQQLJoDF .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tCbQQLJoDF .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCbQQLJoDF .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCbQQLJoDF .mbr-text {
    display: none;
  }
}
.cid-tCbQQLJoDF .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCbQQLJoDF .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCbQQLJoDF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWjZAYRyH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tCbQQMtYFA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fff600;
  background-image: linear-gradient(180deg, #fff600 0, #481602 100%);
}
.cid-tCbQQMtYFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCbQQMtYFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCbQQMtYFA .container-fluid {
  padding: 0;
}
.cid-tCbQQMtYFA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tCbQQMtYFA .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-tCbQQMtYFA .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCbQQMtYFA .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-tCbQQMtYFA .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCbQQMtYFA .mbr-text {
    margin-top: 40px;
  }
}
.cid-tCbQQMtYFA .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-tCbQQMtYFA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCbQQMtYFA .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCbQQMtYFA .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCbQQMtYFA .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCbQQMtYFA .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tCbQQMtYFA .image-wrapper {
    display: center;
  }
}
.cid-tCbQQMtYFA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubThV1MdEo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-ubTnGTeUt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTnGTeUt6 .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTnGTeUt6 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTnCEkF8E {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ubTnCEkF8E .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ubTnCEkF8E .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ubTnCEkF8E .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ubTnCEkF8E H1 {
  color: #ffffff;
}
.cid-ubTnCEkF8E .mbr-text,
.cid-ubTnCEkF8E .mbr-section-btn {
  text-align: center;
}
.cid-ubTowkr7oR {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-ubTowkr7oR .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTowkr7oR .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubToMWLTA0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubToMWLTA0 .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubToMWLTA0 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTp9nVtz9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ubTp9nVtz9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ubTp9nVtz9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ubTp9nVtz9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ubTp9nVtz9 H1 {
  color: #ffffff;
}
.cid-ubToMY457Y {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-ubToMY457Y .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubToMY457Y .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTxXK53BZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTxXK53BZ .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTxXK53BZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTyapq3Zz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ubTyapq3Zz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ubTyapq3Zz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ubTyapq3Zz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ubTyapq3Zz H1 {
  color: #ffffff;
}
.cid-ubTyapq3Zz .mbr-text,
.cid-ubTyapq3Zz .mbr-section-btn {
  text-align: center;
}
.cid-ubTyapq3Zz DIV {
  text-align: left;
}
.cid-ubTyapq3Zz H3 {
  color: #ffffff;
}
.cid-ubTxXLjJMn {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-ubTxXLjJMn .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTxXLjJMn .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTY5tnCpf {
  z-index: 1000;
  width: 100%;
}
.cid-ubTY5tnCpf nav.navbar {
  position: fixed;
}
.cid-ubTY5tnCpf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubTY5tnCpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubTY5tnCpf .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ubTY5tnCpf .dropdown-item:hover,
.cid-ubTY5tnCpf .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ubTY5tnCpf .dropdown-item:hover span {
  color: white;
}
.cid-ubTY5tnCpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubTY5tnCpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubTY5tnCpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ubTY5tnCpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubTY5tnCpf .nav-link {
  position: relative;
}
.cid-ubTY5tnCpf .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ubTY5tnCpf .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ubTY5tnCpf .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ubTY5tnCpf .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ubTY5tnCpf .dropdown-menu,
.cid-ubTY5tnCpf .navbar.opened {
  background: #000000 !important;
}
.cid-ubTY5tnCpf .nav-item:focus,
.cid-ubTY5tnCpf .nav-link:focus {
  outline: none;
}
.cid-ubTY5tnCpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubTY5tnCpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubTY5tnCpf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubTY5tnCpf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubTY5tnCpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubTY5tnCpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubTY5tnCpf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-ubTY5tnCpf .navbar.opened {
  transition: all 0.3s;
}
.cid-ubTY5tnCpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubTY5tnCpf .navbar .navbar-logo img {
  width: auto;
}
.cid-ubTY5tnCpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubTY5tnCpf .navbar.collapsed {
  justify-content: center;
}
.cid-ubTY5tnCpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubTY5tnCpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubTY5tnCpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubTY5tnCpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubTY5tnCpf .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-ubTY5tnCpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubTY5tnCpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubTY5tnCpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubTY5tnCpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubTY5tnCpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubTY5tnCpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubTY5tnCpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubTY5tnCpf .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-ubTY5tnCpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubTY5tnCpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubTY5tnCpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubTY5tnCpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubTY5tnCpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubTY5tnCpf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ubTY5tnCpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubTY5tnCpf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubTY5tnCpf .dropdown-item.active,
.cid-ubTY5tnCpf .dropdown-item:active {
  background-color: transparent;
}
.cid-ubTY5tnCpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubTY5tnCpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubTY5tnCpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubTY5tnCpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubTY5tnCpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubTY5tnCpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubTY5tnCpf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubTY5tnCpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubTY5tnCpf button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubTY5tnCpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubTY5tnCpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubTY5tnCpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTY5tnCpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTY5tnCpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubTY5tnCpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTY5tnCpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubTY5tnCpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubTY5tnCpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTY5tnCpf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubTY5tnCpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubTY5tnCpf .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-ubTY5tnCpf .navbar {
    height: 70px;
  }
  .cid-ubTY5tnCpf .navbar.opened {
    height: auto;
  }
  .cid-ubTY5tnCpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubTY5tnCpf .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ubTY5tnCpf .navbar-toggler {
  margin-left: 10px;
}
.cid-ubTY5tnCpf .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-ubTY5tnCpf .navbar-logo {
  margin-right: 0 !important;
}
.cid-ubTY5tnCpf .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-ubTY5tnCpf .mbr-text {
    display: none;
  }
}
.cid-ubTY5tnCpf .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ubTY5tnCpf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ubTY5tnCpf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWl6s9H2y {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ubTY5uaZpv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #070902;
  background-image: linear-gradient(180deg, #070902 0, #014a07 100%);
}
.cid-ubTY5uaZpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTY5uaZpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTY5uaZpv .container-fluid {
  padding: 0;
}
.cid-ubTY5uaZpv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-ubTY5uaZpv .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-ubTY5uaZpv .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubTY5uaZpv .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-ubTY5uaZpv .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ubTY5uaZpv .mbr-text {
    margin-top: 40px;
  }
}
.cid-ubTY5uaZpv .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-ubTY5uaZpv .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ubTY5uaZpv .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-ubTY5uaZpv .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ubTY5uaZpv .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-ubTY5uaZpv .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ubTY5uaZpv .image-wrapper {
    display: center;
  }
}
.cid-ubTY5uaZpv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: ;
}
.cid-ubUj3Gvyf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-meta-320x320.jpg");
}
.cid-ubUj3Gvyf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUj3Gvyf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubUj3Gvyf3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ubUj3Gvyf3 .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-ubUj3Gvyf3 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ubTY5uVmra {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-tAbntKcLzT {
  z-index: 1000;
  width: 100%;
}
.cid-tAbntKcLzT nav.navbar {
  position: fixed;
}
.cid-tAbntKcLzT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAbntKcLzT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAbntKcLzT .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tAbntKcLzT .dropdown-item:hover,
.cid-tAbntKcLzT .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tAbntKcLzT .dropdown-item:hover span {
  color: white;
}
.cid-tAbntKcLzT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAbntKcLzT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAbntKcLzT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tAbntKcLzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAbntKcLzT .nav-link {
  position: relative;
}
.cid-tAbntKcLzT .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tAbntKcLzT .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tAbntKcLzT .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tAbntKcLzT .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tAbntKcLzT .dropdown-menu,
.cid-tAbntKcLzT .navbar.opened {
  background: #000000 !important;
}
.cid-tAbntKcLzT .nav-item:focus,
.cid-tAbntKcLzT .nav-link:focus {
  outline: none;
}
.cid-tAbntKcLzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAbntKcLzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAbntKcLzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAbntKcLzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAbntKcLzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAbntKcLzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAbntKcLzT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-tAbntKcLzT .navbar.opened {
  transition: all 0.3s;
}
.cid-tAbntKcLzT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAbntKcLzT .navbar .navbar-logo img {
  width: auto;
}
.cid-tAbntKcLzT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAbntKcLzT .navbar.collapsed {
  justify-content: center;
}
.cid-tAbntKcLzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAbntKcLzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAbntKcLzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAbntKcLzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAbntKcLzT .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-tAbntKcLzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAbntKcLzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAbntKcLzT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAbntKcLzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAbntKcLzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAbntKcLzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAbntKcLzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAbntKcLzT .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-tAbntKcLzT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAbntKcLzT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAbntKcLzT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAbntKcLzT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAbntKcLzT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAbntKcLzT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tAbntKcLzT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAbntKcLzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAbntKcLzT .dropdown-item.active,
.cid-tAbntKcLzT .dropdown-item:active {
  background-color: transparent;
}
.cid-tAbntKcLzT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAbntKcLzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAbntKcLzT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAbntKcLzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tAbntKcLzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAbntKcLzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAbntKcLzT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAbntKcLzT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAbntKcLzT button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAbntKcLzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAbntKcLzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAbntKcLzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAbntKcLzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAbntKcLzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAbntKcLzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAbntKcLzT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAbntKcLzT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAbntKcLzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAbntKcLzT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAbntKcLzT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAbntKcLzT .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-tAbntKcLzT .navbar {
    height: 70px;
  }
  .cid-tAbntKcLzT .navbar.opened {
    height: auto;
  }
  .cid-tAbntKcLzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAbntKcLzT .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tAbntKcLzT .navbar-toggler {
  margin-left: 10px;
}
.cid-tAbntKcLzT .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-tAbntKcLzT .navbar-logo {
  margin-right: 0 !important;
}
.cid-tAbntKcLzT .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tAbntKcLzT .mbr-text {
    display: none;
  }
}
.cid-tAbntKcLzT .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tAbntKcLzT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tAbntKcLzT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tAbw2TOCXy {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-tAbw2TOCXy .carousel {
  width: 100%;
}
.cid-tAbw2TOCXy .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tAbw2TOCXy .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tAbw2TOCXy .carousel-caption {
  bottom: 40px;
}
.cid-tAbw2TOCXy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAbw2TOCXy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAbw2TOCXy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAbw2TOCXy .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAbw2TOCXy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAbw2TOCXy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAbw2TOCXy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAbw2TOCXy .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAbw2TOCXy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAbw2TOCXy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAbw2TOCXy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAbw2TOCXy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAbw2TOCXy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAbw2TOCXy .carousel-indicators li.active,
.cid-tAbw2TOCXy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAbw2TOCXy .carousel-indicators li::after,
.cid-tAbw2TOCXy .carousel-indicators li::before {
  content: none;
}
.cid-tAbw2TOCXy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAbw2TOCXy .carousel-indicators {
    display: none !important;
  }
}
.cid-ubT6NwKB2v.popup-builder {
  background-color: #ffffff;
}
.cid-ubT6NwKB2v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ubT6NwKB2v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ubT6NwKB2v .modal-content,
.cid-ubT6NwKB2v .modal-dialog {
  height: auto;
}
.cid-ubT6NwKB2v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ubT6NwKB2v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ubT6NwKB2v .form-wrapper .mbr-form .form-group,
  .cid-ubT6NwKB2v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ubT6NwKB2v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .mbr-text {
  text-align: center;
  color: #ad711a;
}
.cid-ubT6NwKB2v .pt-0 {
  padding-top: 0 !important;
}
.cid-ubT6NwKB2v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ubT6NwKB2v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ubT6NwKB2v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ubT6NwKB2v .modal-open {
  overflow: hidden;
}
.cid-ubT6NwKB2v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ubT6NwKB2v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ubT6NwKB2v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ubT6NwKB2v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ubT6NwKB2v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ubT6NwKB2v .modal-content {
  background: #232323;
  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-ubT6NwKB2v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ubT6NwKB2v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ubT6NwKB2v .modal-backdrop.fade {
  opacity: 0;
}
.cid-ubT6NwKB2v .modal-backdrop.show {
  opacity: .5;
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT6NwKB2v .modal-header {
    padding: 1rem;
  }
}
.cid-ubT6NwKB2v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ubT6NwKB2v .modal-header .close svg {
  fill: #bbbbbb;
}
.cid-ubT6NwKB2v .modal-header .close:hover {
  opacity: 1;
}
.cid-ubT6NwKB2v .modal-header .close:focus {
  outline: none;
}
.cid-ubT6NwKB2v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2299aa;
}
.cid-ubT6NwKB2v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ubT6NwKB2v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT6NwKB2v .modal-body {
    padding: 1rem;
  }
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubT6NwKB2v .modal-footer {
    padding: 1rem;
  }
}
.cid-ubT6NwKB2v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ubT6NwKB2v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ubT6NwKB2v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ubT6NwKB2v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ubT6NwKB2v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ubT6NwKB2v .modal-lg,
  .cid-ubT6NwKB2v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ubT6NwKB2v .modal-xl {
    max-width: 1140px;
  }
}
.cid-ubT6NwKB2v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .form-group {
  margin-bottom: 1rem;
}
.cid-ubT6NwKB2v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ubT6NwKB2v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ubT6NwKB2v .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-ubT6NwKB2v .mbr-section-btn {
  margin: 0;
}
.cid-ubT6NwKB2v .mbr-section-btn .btn {
  margin: 0;
}
.cid-ubTppfLkFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #114455;
}
.cid-ubTppfLkFP .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTppfLkFP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTqb67qd7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/kaperka-onwhite-1500x1500.jpg");
}
.cid-ubTqb67qd7 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-ubTqb67qd7 .form-group {
  margin-bottom: 1.3em;
}
.cid-ubTqb67qd7 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-ubTqb67qd7 .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-ubTqb67qd7 textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-ubTqb67qd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTqb67qd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTqb67qd7 H2 {
  color: #2299aa;
}
.cid-ubTppgOG0x {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #114455;
}
.cid-ubTppgOG0x .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTppgOG0x .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTw2wjpJK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #114455;
}
.cid-ubTw2wjpJK .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTw2wjpJK .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTw2xa7fO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/kaperka-onwhite-1500x1500.jpg");
}
.cid-ubTw2xa7fO .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-ubTw2xa7fO .form-group {
  margin-bottom: 1.3em;
}
.cid-ubTw2xa7fO .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-ubTw2xa7fO .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-ubTw2xa7fO textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-ubTw2xa7fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTw2xa7fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTw2xa7fO H2 {
  color: #2299aa;
}
.cid-ubTw2xRp4H {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #114455;
}
.cid-ubTw2xRp4H .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-ubTw2xRp4H .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubUqI8iFzX {
  z-index: 1000;
  width: 100%;
}
.cid-ubUqI8iFzX nav.navbar {
  position: fixed;
}
.cid-ubUqI8iFzX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubUqI8iFzX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubUqI8iFzX .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ubUqI8iFzX .dropdown-item:hover,
.cid-ubUqI8iFzX .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ubUqI8iFzX .dropdown-item:hover span {
  color: white;
}
.cid-ubUqI8iFzX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubUqI8iFzX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubUqI8iFzX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ubUqI8iFzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubUqI8iFzX .nav-link {
  position: relative;
}
.cid-ubUqI8iFzX .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ubUqI8iFzX .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ubUqI8iFzX .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ubUqI8iFzX .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ubUqI8iFzX .dropdown-menu,
.cid-ubUqI8iFzX .navbar.opened {
  background: #000000 !important;
}
.cid-ubUqI8iFzX .nav-item:focus,
.cid-ubUqI8iFzX .nav-link:focus {
  outline: none;
}
.cid-ubUqI8iFzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubUqI8iFzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubUqI8iFzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubUqI8iFzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubUqI8iFzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubUqI8iFzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubUqI8iFzX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-ubUqI8iFzX .navbar.opened {
  transition: all 0.3s;
}
.cid-ubUqI8iFzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubUqI8iFzX .navbar .navbar-logo img {
  width: auto;
}
.cid-ubUqI8iFzX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubUqI8iFzX .navbar.collapsed {
  justify-content: center;
}
.cid-ubUqI8iFzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubUqI8iFzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubUqI8iFzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubUqI8iFzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubUqI8iFzX .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-ubUqI8iFzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubUqI8iFzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubUqI8iFzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubUqI8iFzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubUqI8iFzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubUqI8iFzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubUqI8iFzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubUqI8iFzX .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-ubUqI8iFzX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubUqI8iFzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubUqI8iFzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubUqI8iFzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubUqI8iFzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubUqI8iFzX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ubUqI8iFzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubUqI8iFzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubUqI8iFzX .dropdown-item.active,
.cid-ubUqI8iFzX .dropdown-item:active {
  background-color: transparent;
}
.cid-ubUqI8iFzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubUqI8iFzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubUqI8iFzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubUqI8iFzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubUqI8iFzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubUqI8iFzX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubUqI8iFzX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubUqI8iFzX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubUqI8iFzX button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubUqI8iFzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubUqI8iFzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubUqI8iFzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubUqI8iFzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubUqI8iFzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubUqI8iFzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubUqI8iFzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubUqI8iFzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubUqI8iFzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubUqI8iFzX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubUqI8iFzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubUqI8iFzX .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-ubUqI8iFzX .navbar {
    height: 70px;
  }
  .cid-ubUqI8iFzX .navbar.opened {
    height: auto;
  }
  .cid-ubUqI8iFzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubUqI8iFzX .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ubUqI8iFzX .navbar-toggler {
  margin-left: 10px;
}
.cid-ubUqI8iFzX .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-ubUqI8iFzX .navbar-logo {
  margin-right: 0 !important;
}
.cid-ubUqI8iFzX .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-ubUqI8iFzX .mbr-text {
    display: none;
  }
}
.cid-ubUqI8iFzX .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ubUqI8iFzX .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ubUqI8iFzX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ubWneReTpf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ubVRWG5XgD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubVRWG5XgD .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubVRWG5XgD img,
.cid-ubVRWG5XgD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubVRWG5XgD .item:focus,
.cid-ubVRWG5XgD span:focus {
  outline: none;
}
.cid-ubVRWG5XgD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubVRWG5XgD .item {
    margin-bottom: 1rem;
  }
}
.cid-ubVRWG5XgD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubVRWG5XgD .mbr-section-title {
  color: #ffffff;
}
.cid-ubVRWG5XgD .mbr-text,
.cid-ubVRWG5XgD .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ubVRWG5XgD .item-title {
  color: #f7f7f7;
}
.cid-ubVRWG5XgD .content-head {
  max-width: 800px;
}
.cid-ubVRZsvGYW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubVRZsvGYW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubVRZsvGYW img,
.cid-ubVRZsvGYW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubVRZsvGYW .item:focus,
.cid-ubVRZsvGYW span:focus {
  outline: none;
}
.cid-ubVRZsvGYW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubVRZsvGYW .item {
    margin-bottom: 1rem;
  }
}
.cid-ubVRZsvGYW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubVRZsvGYW .mbr-section-title {
  color: #ffffff;
}
.cid-ubVRZsvGYW .mbr-text,
.cid-ubVRZsvGYW .mbr-section-btn {
  color: #f7f7f7;
}
.cid-ubVRZsvGYW .item-title {
  color: #f7f7f7;
}
.cid-ubVRZsvGYW .content-head {
  max-width: 800px;
}
.cid-ubVRXz43Vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ubVRXz43Vv .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ubVRXz43Vv img,
.cid-ubVRXz43Vv .item-img {
  width: 100%;
}
.cid-ubVRXz43Vv .item:focus,
.cid-ubVRXz43Vv span:focus {
  outline: none;
}
.cid-ubVRXz43Vv .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-ubVRXz43Vv .item {
    margin-bottom: 1rem;
  }
}
.cid-ubVRXz43Vv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubVRXz43Vv .mbr-section-title {
  color: #ffffff;
}
.cid-ubVRXz43Vv .mbr-text,
.cid-ubVRXz43Vv .mbr-section-btn {
  color: #000000;
}
.cid-ubVRXz43Vv .item-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-ubVRXz43Vv .content-head {
  max-width: 800px;
}
.cid-ubVRXz43Vv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ubUqIdyCqZ {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #353535;
}
.cid-uNlzFOIvB1 {
  z-index: 1000;
  width: 100%;
}
.cid-uNlzFOIvB1 nav.navbar {
  position: fixed;
}
.cid-uNlzFOIvB1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlzFOIvB1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNlzFOIvB1 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uNlzFOIvB1 .dropdown-item:hover,
.cid-uNlzFOIvB1 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uNlzFOIvB1 .dropdown-item:hover span {
  color: white;
}
.cid-uNlzFOIvB1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNlzFOIvB1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNlzFOIvB1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uNlzFOIvB1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNlzFOIvB1 .nav-link {
  position: relative;
}
.cid-uNlzFOIvB1 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uNlzFOIvB1 .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uNlzFOIvB1 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uNlzFOIvB1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uNlzFOIvB1 .dropdown-menu,
.cid-uNlzFOIvB1 .navbar.opened {
  background: #000000 !important;
}
.cid-uNlzFOIvB1 .nav-item:focus,
.cid-uNlzFOIvB1 .nav-link:focus {
  outline: none;
}
.cid-uNlzFOIvB1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNlzFOIvB1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNlzFOIvB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNlzFOIvB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNlzFOIvB1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNlzFOIvB1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNlzFOIvB1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
}
.cid-uNlzFOIvB1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNlzFOIvB1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNlzFOIvB1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNlzFOIvB1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlzFOIvB1 .navbar.collapsed {
  justify-content: center;
}
.cid-uNlzFOIvB1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNlzFOIvB1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNlzFOIvB1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlzFOIvB1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlzFOIvB1 .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-uNlzFOIvB1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlzFOIvB1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNlzFOIvB1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNlzFOIvB1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNlzFOIvB1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlzFOIvB1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlzFOIvB1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlzFOIvB1 .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-uNlzFOIvB1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlzFOIvB1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNlzFOIvB1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uNlzFOIvB1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNlzFOIvB1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNlzFOIvB1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uNlzFOIvB1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlzFOIvB1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlzFOIvB1 .dropdown-item.active,
.cid-uNlzFOIvB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlzFOIvB1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNlzFOIvB1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlzFOIvB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlzFOIvB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uNlzFOIvB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNlzFOIvB1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlzFOIvB1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNlzFOIvB1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNlzFOIvB1 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNlzFOIvB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNlzFOIvB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNlzFOIvB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlzFOIvB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNlzFOIvB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNlzFOIvB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlzFOIvB1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNlzFOIvB1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNlzFOIvB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNlzFOIvB1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNlzFOIvB1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNlzFOIvB1 .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-uNlzFOIvB1 .navbar {
    height: 70px;
  }
  .cid-uNlzFOIvB1 .navbar.opened {
    height: auto;
  }
  .cid-uNlzFOIvB1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNlzFOIvB1 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uNlzFOIvB1 .navbar-toggler {
  margin-left: 10px;
}
.cid-uNlzFOIvB1 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.cid-uNlzFOIvB1 .navbar-logo {
  margin-right: 0 !important;
}
.cid-uNlzFOIvB1 .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-uNlzFOIvB1 .mbr-text {
    display: none;
  }
}
.cid-uNlzFOIvB1 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uNlzFOIvB1 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uNlzFOIvB1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uNlzFPEV6i {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-uNlzFPEV6i .carousel {
  width: 100%;
}
.cid-uNlzFPEV6i .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uNlzFPEV6i .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uNlzFPEV6i .carousel-caption {
  bottom: 40px;
}
.cid-uNlzFPEV6i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNlzFPEV6i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNlzFPEV6i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNlzFPEV6i .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNlzFPEV6i .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNlzFPEV6i .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNlzFPEV6i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNlzFPEV6i .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNlzFPEV6i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNlzFPEV6i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNlzFPEV6i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNlzFPEV6i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNlzFPEV6i .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNlzFPEV6i .carousel-indicators li.active,
.cid-uNlzFPEV6i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNlzFPEV6i .carousel-indicators li::after,
.cid-uNlzFPEV6i .carousel-indicators li::before {
  content: none;
}
.cid-uNlzFPEV6i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNlzFPEV6i .carousel-indicators {
    display: none !important;
  }
}
.cid-uNlzFRU7Fx.popup-builder {
  background-color: #ffffff;
}
.cid-uNlzFRU7Fx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNlzFRU7Fx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNlzFRU7Fx .modal-content,
.cid-uNlzFRU7Fx .modal-dialog {
  height: auto;
}
.cid-uNlzFRU7Fx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNlzFRU7Fx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNlzFRU7Fx .form-wrapper .mbr-form .form-group,
  .cid-uNlzFRU7Fx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNlzFRU7Fx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .mbr-text {
  text-align: center;
  color: #ad711a;
}
.cid-uNlzFRU7Fx .pt-0 {
  padding-top: 0 !important;
}
.cid-uNlzFRU7Fx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNlzFRU7Fx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNlzFRU7Fx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNlzFRU7Fx .modal-open {
  overflow: hidden;
}
.cid-uNlzFRU7Fx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNlzFRU7Fx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNlzFRU7Fx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNlzFRU7Fx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNlzFRU7Fx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNlzFRU7Fx .modal-content {
  background: #232323;
  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-uNlzFRU7Fx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uNlzFRU7Fx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNlzFRU7Fx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNlzFRU7Fx .modal-backdrop.show {
  opacity: .5;
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlzFRU7Fx .modal-header {
    padding: 1rem;
  }
}
.cid-uNlzFRU7Fx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNlzFRU7Fx .modal-header .close svg {
  fill: #bbbbbb;
}
.cid-uNlzFRU7Fx .modal-header .close:hover {
  opacity: 1;
}
.cid-uNlzFRU7Fx .modal-header .close:focus {
  outline: none;
}
.cid-uNlzFRU7Fx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2299aa;
}
.cid-uNlzFRU7Fx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uNlzFRU7Fx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlzFRU7Fx .modal-body {
    padding: 1rem;
  }
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNlzFRU7Fx .modal-footer {
    padding: 1rem;
  }
}
.cid-uNlzFRU7Fx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNlzFRU7Fx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNlzFRU7Fx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNlzFRU7Fx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNlzFRU7Fx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uNlzFRU7Fx .modal-lg,
  .cid-uNlzFRU7Fx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlzFRU7Fx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uNlzFRU7Fx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .form-group {
  margin-bottom: 1rem;
}
.cid-uNlzFRU7Fx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNlzFRU7Fx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNlzFRU7Fx .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-uNlzFRU7Fx .mbr-section-btn {
  margin: 0;
}
.cid-uNlzFRU7Fx .mbr-section-btn .btn {
  margin: 0;
}
