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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 600;
  border-width: 1px;
  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 #ffcc00;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    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))));
  }
}
/* 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: #a78b15 !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #0a3e46 !important;
}
.bg-warning {
  background-color: #ffcc00 !important;
}
.bg-danger {
  background-color: #35ac30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a78b15 !important;
  border-color: #a78b15 !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: #5a4b0b !important;
  border-color: #5a4b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a4b0b !important;
  border-color: #5a4b0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c10000 !important;
  border-color: #c10000 !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: #6a0000 !important;
  border-color: #6a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6a0000 !important;
  border-color: #6a0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0a3e46 !important;
  border-color: #0a3e46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a88700 !important;
  border-color: #a88700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a88700 !important;
  border-color: #a88700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #35ac30 !important;
  border-color: #35ac30 !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: #20681d !important;
  border-color: #20681d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #20681d !important;
  border-color: #20681d !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: transparent;
  color: #a78b15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5a4b0b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a78b15 !important;
  border-color: #a78b15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c10000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6a0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c10000 !important;
  border-color: #c10000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a3e46;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0a3e46 !important;
  border-color: #0a3e46 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35ac30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #20681d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #35ac30 !important;
  border-color: #35ac30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a78b15 !important;
}
.text-secondary {
  color: #c10000 !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #0a3e46 !important;
}
.text-warning {
  color: #ffcc00 !important;
}
.text-danger {
  color: #35ac30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c400a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5b0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1c5c1a !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: #a78b15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0a3e46;
}
.alert-warning {
  background-color: #ffcc00;
}
.alert-danger {
  background-color: #35ac30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a78b15;
  border-color: #a78b15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a78b15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9cc52;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #50d2e6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #84dc80;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #a78b15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #a78b15;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a78b15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a78b15;
}
.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: #a78b15;
  border-bottom-color: #a78b15;
}
.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: #a78b15 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c10000 !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='%23a78b15' %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-tmtM0JLbi8 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bcggg4a-15.jpg");
}
.cid-tmtM0JLbi8 .row {
  flex-direction: row-reverse;
}
.cid-tmtM0JLbi8 .row {
  align-items: center;
}
.cid-tmtM0JLbi8 .image-wrapper img {
  width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tmtM0JLbi8 .image-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tmtM0JLbi8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tmtM0JLbi8 .text-wrapper {
    padding-right: 115px;
    padding-left: 115px;
    padding-right: 0;
  }
}
.cid-tmtM0JLbi8 .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #9e0000;
  text-align: left;
}
.cid-tmtM0JLbi8 .mbr-section-title {
  margin-bottom: 12px;
  text-align: left;
  color: #6b0000;
}
.cid-tmtM0JLbi8 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tmtM0JLbi8 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tmtM0JLbi8 .btn-container {
  width: 100%;
}
.cid-tmtM0JLbi8 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tmtM0JLbi8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tmtM0JLbi8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmtM0JLbi8 .mbr-text,
.cid-tmtM0JLbi8 .mbr-section-btn {
  text-align: left;
  color: #ae0000;
}
.cid-tm2cC8uyuj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2cC8uyuj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2cC8uyuj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2cC8uyuj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-th218WEan9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-th218WEan9 .row {
  align-items: center;
}
.cid-th218WEan9 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-th218WEan9 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-th218WEan9 .header-text {
    margin-bottom: 20px;
  }
}
.cid-th218WEan9 .mbr-section-title {
  width: 100%;
  color: #bbbbbb;
  margin-bottom: 8px;
}
.cid-th218WEan9 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-th218WEan9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-th218WEan9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th218WEan9 .mbr-text,
.cid-th218WEan9 .mbr-section-btn {
  color: #ffffff;
}
.cid-thKNju9A1N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thKNju9A1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-thKNju9A1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thKNju9A1N .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-thKNju9A1N .container {
    max-width: 1400px;
  }
}
.cid-thKNju9A1N .card {
  margin: auto;
}
.cid-thKNju9A1N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #595757;
  margin-bottom: 2rem;
}
.cid-thKNju9A1N .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thKNju9A1N .row {
  justify-content: center;
}
.cid-thKNju9A1N H3 {
  color: #ffe161;
}
.cid-thKNju9A1N .card-title,
.cid-thKNju9A1N .card-box {
  color: #6d6c6c;
}
.cid-th1Z5NY2ZG {
  background-image: url("../../../assets/images/bcggg1onama1a-8.jpg");
}
.cid-th1Z5NY2ZG .mbr-section-title {
  color: #ae0000;
  text-align: center;
}
.cid-th1Z5NY2ZG .mbr-text,
.cid-th1Z5NY2ZG .mbr-section-btn {
  color: #6b0000;
}
.cid-tm2ar7QEIT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2ar7QEIT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2ar7QEIT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2ar7QEIT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-th21B0aC2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-th21B0aC2h .row {
  align-items: center;
}
.cid-th21B0aC2h .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-th21B0aC2h .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-th21B0aC2h .header-text {
    margin-bottom: 20px;
  }
}
.cid-th21B0aC2h .mbr-section-title {
  width: 100%;
  color: #bbbbbb;
  margin-bottom: 8px;
}
.cid-th21B0aC2h .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-th21B0aC2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-th21B0aC2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th21B0aC2h .mbr-text,
.cid-th21B0aC2h .mbr-section-btn {
  color: #ffffff;
}
.cid-tiHUFZGYcE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tiHUFZGYcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiHUFZGYcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiHUFZGYcE .mbr-section-title {
  color: #8a7720;
}
.cid-tiHUFZGYcE .mbr-section-subtitle {
  color: #8a7720;
}
.cid-tiHYFsOE5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tiHYFsOE5p .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #a78b15;
  margin: auto;
  padding: 2.6rem;
  width: fit-content;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: #000000;
}
.cid-tiHYFsOE5p .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-tiHYFsOE5p .container {
    padding: 0 2rem;
  }
}
.cid-tiHYFsOE5p .title {
  display: flex;
  padding: 0 1rem;
}
.cid-tiHYFsOE5p .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tiHYFsOE5p .col-lg-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tiHYFsOE5p .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-right: -1rem;
  display: block;
}
@media (max-width: 767px) {
  .cid-tiHYFsOE5p .align-right,
  .cid-tiHYFsOE5p .align-left {
    text-align: center;
  }
  .cid-tiHYFsOE5p .title {
    flex-direction: column;
  }
  .cid-tiHYFsOE5p .icon,
  .cid-tiHYFsOE5p .title-box {
    margin: 0rem;
  }
  .cid-tiHYFsOE5p .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tiHYFsOE5p .card-title {
  color: #f16f52;
}
.cid-tiHYFsOE5p .main-title {
  color: #f16f52;
}
.cid-tiHYFsOE5p .card-title,
.cid-tiHYFsOE5p .card-box {
  color: #595757;
}
.cid-th21HBefJr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-th21HBefJr .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-th21HBefJr img,
.cid-th21HBefJr .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-th21HBefJr img:hover,
.cid-th21HBefJr .item-img:hover {
  filter: brightness(85%);
}
.cid-th21HBefJr .item:focus,
.cid-th21HBefJr span:focus {
  outline: none;
}
.cid-th21HBefJr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-th21HBefJr .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-th21HBefJr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-th21HBefJr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-th21HBefJr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-th21HBefJr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-th21HBefJr .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-th21HBefJr .mbr-text,
.cid-th21HBefJr .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-th21HBefJr .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-th21HBefJr .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-th21HBefJr .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-th21HBefJr .display-1 {
    font-size: 65px;
  }
  .cid-th21HBefJr .display-5 {
    font-size: 29px;
  }
  .cid-th21HBefJr .display-7 {
    font-size: 24px;
  }
}
.cid-th21HBefJr .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2e2GjuEo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2e2GjuEo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2e2GjuEo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2e2GjuEo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiI2wVK34k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiI2wVK34k .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-tiI2wVK34k img,
.cid-tiI2wVK34k .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiI2wVK34k img:hover,
.cid-tiI2wVK34k .item-img:hover {
  filter: brightness(85%);
}
.cid-tiI2wVK34k .item:focus,
.cid-tiI2wVK34k span:focus {
  outline: none;
}
.cid-tiI2wVK34k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiI2wVK34k .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiI2wVK34k .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiI2wVK34k .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiI2wVK34k .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiI2wVK34k .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiI2wVK34k .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiI2wVK34k .mbr-text,
.cid-tiI2wVK34k .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiI2wVK34k .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiI2wVK34k .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiI2wVK34k .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiI2wVK34k .display-1 {
    font-size: 65px;
  }
  .cid-tiI2wVK34k .display-5 {
    font-size: 29px;
  }
  .cid-tiI2wVK34k .display-7 {
    font-size: 24px;
  }
}
.cid-tiI2wVK34k .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2ewGfisK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2ewGfisK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2ewGfisK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2ewGfisK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiI7ttj58y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiI7ttj58y .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tiI7ttj58y img,
.cid-tiI7ttj58y .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiI7ttj58y img:hover,
.cid-tiI7ttj58y .item-img:hover {
  filter: brightness(85%);
}
.cid-tiI7ttj58y .item:focus,
.cid-tiI7ttj58y span:focus {
  outline: none;
}
.cid-tiI7ttj58y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiI7ttj58y .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiI7ttj58y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiI7ttj58y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiI7ttj58y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiI7ttj58y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiI7ttj58y .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiI7ttj58y .mbr-text,
.cid-tiI7ttj58y .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiI7ttj58y .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiI7ttj58y .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiI7ttj58y .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiI7ttj58y .display-1 {
    font-size: 65px;
  }
  .cid-tiI7ttj58y .display-5 {
    font-size: 29px;
  }
  .cid-tiI7ttj58y .display-7 {
    font-size: 24px;
  }
}
.cid-tiI7ttj58y .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2f9jlccF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2f9jlccF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2f9jlccF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2f9jlccF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiI81Wpaij {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiI81Wpaij .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-tiI81Wpaij img,
.cid-tiI81Wpaij .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiI81Wpaij img:hover,
.cid-tiI81Wpaij .item-img:hover {
  filter: brightness(85%);
}
.cid-tiI81Wpaij .item:focus,
.cid-tiI81Wpaij span:focus {
  outline: none;
}
.cid-tiI81Wpaij .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiI81Wpaij .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiI81Wpaij .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiI81Wpaij .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiI81Wpaij .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiI81Wpaij .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiI81Wpaij .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiI81Wpaij .mbr-text,
.cid-tiI81Wpaij .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiI81Wpaij .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiI81Wpaij .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiI81Wpaij .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiI81Wpaij .display-1 {
    font-size: 65px;
  }
  .cid-tiI81Wpaij .display-5 {
    font-size: 29px;
  }
  .cid-tiI81Wpaij .display-7 {
    font-size: 24px;
  }
}
.cid-tiI81Wpaij .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2gQ7FLU0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2gQ7FLU0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2gQ7FLU0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2gQ7FLU0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiIa35Aeh3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiIa35Aeh3 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tiIa35Aeh3 img,
.cid-tiIa35Aeh3 .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiIa35Aeh3 img:hover,
.cid-tiIa35Aeh3 .item-img:hover {
  filter: brightness(85%);
}
.cid-tiIa35Aeh3 .item:focus,
.cid-tiIa35Aeh3 span:focus {
  outline: none;
}
.cid-tiIa35Aeh3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiIa35Aeh3 .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiIa35Aeh3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiIa35Aeh3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiIa35Aeh3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiIa35Aeh3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiIa35Aeh3 .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiIa35Aeh3 .mbr-text,
.cid-tiIa35Aeh3 .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiIa35Aeh3 .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiIa35Aeh3 .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiIa35Aeh3 .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiIa35Aeh3 .display-1 {
    font-size: 65px;
  }
  .cid-tiIa35Aeh3 .display-5 {
    font-size: 29px;
  }
  .cid-tiIa35Aeh3 .display-7 {
    font-size: 24px;
  }
}
.cid-tiIa35Aeh3 .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2hgltBUE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2hgltBUE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2hgltBUE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2hgltBUE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiIbNoNuYh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiIbNoNuYh .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tiIbNoNuYh img,
.cid-tiIbNoNuYh .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiIbNoNuYh img:hover,
.cid-tiIbNoNuYh .item-img:hover {
  filter: brightness(85%);
}
.cid-tiIbNoNuYh .item:focus,
.cid-tiIbNoNuYh span:focus {
  outline: none;
}
.cid-tiIbNoNuYh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiIbNoNuYh .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiIbNoNuYh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiIbNoNuYh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiIbNoNuYh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiIbNoNuYh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiIbNoNuYh .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiIbNoNuYh .mbr-text,
.cid-tiIbNoNuYh .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiIbNoNuYh .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiIbNoNuYh .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiIbNoNuYh .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiIbNoNuYh .display-1 {
    font-size: 65px;
  }
  .cid-tiIbNoNuYh .display-5 {
    font-size: 29px;
  }
  .cid-tiIbNoNuYh .display-7 {
    font-size: 24px;
  }
}
.cid-tiIbNoNuYh .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2hsj85cO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2hsj85cO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2hsj85cO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2hsj85cO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiIdD0KCot {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiIdD0KCot .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tiIdD0KCot img,
.cid-tiIdD0KCot .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiIdD0KCot img:hover,
.cid-tiIdD0KCot .item-img:hover {
  filter: brightness(85%);
}
.cid-tiIdD0KCot .item:focus,
.cid-tiIdD0KCot span:focus {
  outline: none;
}
.cid-tiIdD0KCot .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiIdD0KCot .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiIdD0KCot .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiIdD0KCot .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiIdD0KCot .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiIdD0KCot .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiIdD0KCot .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiIdD0KCot .mbr-text,
.cid-tiIdD0KCot .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiIdD0KCot .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiIdD0KCot .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiIdD0KCot .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiIdD0KCot .display-1 {
    font-size: 65px;
  }
  .cid-tiIdD0KCot .display-5 {
    font-size: 29px;
  }
  .cid-tiIdD0KCot .display-7 {
    font-size: 24px;
  }
}
.cid-tiIdD0KCot .mbr-section-subtitle {
  color: #717171;
  text-align: left;
}
.cid-tm2hB1ZSkq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2hB1ZSkq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2hB1ZSkq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2hB1ZSkq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tiIe642dDy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-tiIe642dDy .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-tiIe642dDy img,
.cid-tiIe642dDy .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tiIe642dDy img:hover,
.cid-tiIe642dDy .item-img:hover {
  filter: brightness(85%);
}
.cid-tiIe642dDy .item:focus,
.cid-tiIe642dDy span:focus {
  outline: none;
}
.cid-tiIe642dDy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tiIe642dDy .item-wrapper {
  position: relative;
  background: #fff4c3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiIe642dDy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tiIe642dDy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiIe642dDy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tiIe642dDy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tiIe642dDy .mbr-section-title {
  margin-bottom: 25px;
  color: #baa02b;
  text-align: center;
}
.cid-tiIe642dDy .mbr-text,
.cid-tiIe642dDy .mbr-section-btn {
  text-align: left;
  color: #2299aa;
}
.cid-tiIe642dDy .item-title {
  text-align: left;
  transition: all .5s;
  color: #aa0909;
}
.cid-tiIe642dDy .item-subtitle {
  text-align: left;
  color: #989898;
}
.cid-tiIe642dDy .btn {
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tiIe642dDy .display-1 {
    font-size: 65px;
  }
  .cid-tiIe642dDy .display-5 {
    font-size: 29px;
  }
  .cid-tiIe642dDy .display-7 {
    font-size: 24px;
  }
}
.cid-tiIe642dDy .mbr-section-subtitle {
  color: #a78b15;
  text-align: center;
}
.cid-tm2eN1k5wG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2eN1k5wG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2eN1k5wG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2eN1k5wG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-th2sPx0fSi {
  z-index: 1000;
  width: 100%;
}
.cid-th2sPx0fSi nav.navbar {
  position: fixed!important;
}
.cid-th2sPx0fSi .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-th2sPx0fSi .dropdown-menu {
  background: #000000 !important;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-th2sPx0fSi .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-th2sPx0fSi .dropdown-item:hover {
  background-position: right !important;
}
.cid-th2sPx0fSi .dropdown-item:hover:after {
  color: #a78b15;
}
.cid-th2sPx0fSi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-th2sPx0fSi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-th2sPx0fSi .nav-link {
  position: relative;
}
.cid-th2sPx0fSi .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-th2sPx0fSi .dropdown-menu,
.cid-th2sPx0fSi .navbar.opened {
  background: #000000 !important;
}
.cid-th2sPx0fSi .nav-item:focus,
.cid-th2sPx0fSi .nav-link:focus {
  outline: none;
}
.cid-th2sPx0fSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-th2sPx0fSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th2sPx0fSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-th2sPx0fSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-th2sPx0fSi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th2sPx0fSi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th2sPx0fSi .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  background-color: #000000;
  min-height: 60px;
  box-sizing: content-box;
}
.cid-th2sPx0fSi .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-th2sPx0fSi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-th2sPx0fSi .navbar .navbar-logo img {
  width: auto;
}
.cid-th2sPx0fSi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-th2sPx0fSi .navbar.collapsed {
  justify-content: center;
}
.cid-th2sPx0fSi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th2sPx0fSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-th2sPx0fSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th2sPx0fSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th2sPx0fSi .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-th2sPx0fSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th2sPx0fSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th2sPx0fSi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th2sPx0fSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th2sPx0fSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th2sPx0fSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th2sPx0fSi .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-th2sPx0fSi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-th2sPx0fSi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th2sPx0fSi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th2sPx0fSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-th2sPx0fSi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-th2sPx0fSi .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th2sPx0fSi .navbar.navbar-short {
  min-height: 60px;
}
.cid-th2sPx0fSi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-th2sPx0fSi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-th2sPx0fSi .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-th2sPx0fSi .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-th2sPx0fSi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th2sPx0fSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th2sPx0fSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th2sPx0fSi .dropdown-item.active,
.cid-th2sPx0fSi .dropdown-item:active {
  background-color: transparent;
}
.cid-th2sPx0fSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th2sPx0fSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th2sPx0fSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th2sPx0fSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-th2sPx0fSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th2sPx0fSi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-th2sPx0fSi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-th2sPx0fSi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-th2sPx0fSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-th2sPx0fSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th2sPx0fSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th2sPx0fSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th2sPx0fSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th2sPx0fSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th2sPx0fSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th2sPx0fSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th2sPx0fSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th2sPx0fSi .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-th2sPx0fSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-th2sPx0fSi .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-th2sPx0fSi .navbar {
    height: 70px;
  }
  .cid-th2sPx0fSi .navbar.opened {
    height: auto;
  }
  .cid-th2sPx0fSi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-th2sPx0fSi .navbar-short {
  background-color: #000000 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-th2sPx0fSi .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-th2sPx0fSi .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-th2sPx0fSi .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-th2sPx0fSi .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .navbar-nav {
    padding-top: 18px;
  }
}
.cid-th2sPx0fSi .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #f37e1d 0, #fcb80e 25%, #f37e1d 50%, currentColor 50%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-th2sPx0fSi .nav-item .nav-link:hover {
  background-position: right;
}
.cid-th2sPx0fSi .nav-item .nav-link:hover:after {
  color: #a78b15;
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-th2sPx0fSi .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .nav-item {
    width: 100%;
  }
  .cid-th2sPx0fSi .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-th2sPx0fSi .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-th2sPx0fSi .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-th2sPx0fSi .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-th2sPx0fSi .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #c10000 !important;
  }
}
.cid-th2sPx0fSi .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffcc00 !important;
}
@media (min-width: 992px) {
  .cid-th2sPx0fSi nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-th2sPx0fSi .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffe161;
  }
  .cid-th2sPx0fSi .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-th2sPx0fSi .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-th2sPx0fSi .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-th2sPx0fSi .offcanvas-body .email-text {
    margin-top: 8px;
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-th2sPx0fSi .offcanvas-body .email-text a {
    background-position: center !important;
    background-size: 100% !important;
    transition: all 0.2s ease-out !important;
    background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }
  .cid-th2sPx0fSi .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-th2sPx0fSi .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-th2sPx0fSi .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-th2sPx0fSi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
  }
  .cid-th2sPx0fSi .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #ffcc00 0, #ffcc00 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #ffcc00 66.66666667%, #ffcc00 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-th2sPx0fSi .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-th2sPx0fSi .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-th2sPx0fSi .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-th2sPx0fSi .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-th2sPx0fSi .offcanvas_box {
    display: none;
  }
}
.cid-th2sPx0fSi .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-th2sPx0fSi .list li {
  display: flex;
  align-items: center;
}
.cid-th2sPx0fSi .list a {
  display: flex;
  align-items: center;
}
.cid-th2sPx0fSi .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-th2sPx0fSi .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-th2sPx0fSi .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-thCWoUw46P {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bcggg1upute1a-2.jpg");
}
.cid-thCWoUw46P .title_block {
  margin-bottom: 50px;
}
.cid-thCWoUw46P .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ae0000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-thCWoUw46P .mbr-section-title {
  color: #ae0000;
}
.cid-thCWoUw46P .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(167, 139, 21, 0.4);
  background-image: linear-gradient(40deg, #a78b15 0%, #e6c63c 100%);
}
.cid-thCWoUw46P .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(34, 153, 170, 0.4);
  background-image: linear-gradient(40deg, #2299aa 0%, #55ccdd 100%);
}
.cid-thCWoUw46P .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 204, 0, 0.4);
  background-image: linear-gradient(40deg, #ffcc00 0%, #ffe066 100%);
}
.cid-thCWoUw46P .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(53, 172, 48, 0.4);
  background-image: linear-gradient(40deg, #35ac30 0%, #70d66c 100%);
}
.cid-thCWoUw46P .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(10, 62, 70, 0.4);
  background-image: linear-gradient(40deg, #0a3e46 0%, #178d9f 100%);
}
.cid-thCWoUw46P .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(193, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #c10000 0%, #ff2828 100%);
}
.cid-thCWoUw46P .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-thCWoUw46P .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-thCWoUw46P .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #fff0b0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thCWoUw46P .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-thCWoUw46P .card_title {
  margin-bottom: 20px;
  color: #c10000;
}
@media (max-width: 991px) {
  .cid-thCWoUw46P .title_block {
    margin-bottom: 30px;
  }
  .cid-thCWoUw46P .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-thCWoUw46P .mbr-text {
  color: #16636e;
}
.cid-tm2idBItVQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2idBItVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2idBItVQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2idBItVQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-thB5MABtv7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-thB5MABtv7 .mbr-section-title,
.cid-thB5MABtv7 .mbr-section-subtitle {
  text-align: center;
}
.cid-thB5MABtv7 .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #353535;
}
@media (min-width: 992px) {
  .cid-thB5MABtv7 .right {
    padding-right: 71px;
  }
  .cid-thB5MABtv7 .left {
    padding-left: 71px;
  }
}
.cid-thB5MABtv7 .card-title {
  letter-spacing: .035em;
  color: #8a7720;
}
.cid-thB5MABtv7 .mbr-section-subtitle,
.cid-thB5MABtv7 .mbr-text {
  color: #9A948D;
}
.cid-thB5MABtv7 .cost {
  text-align: right;
  color: #6ba364;
}
.cid-thB5MABtv7 .mbr-text {
  color: #837e7e;
}
.cid-thB5MABtv7 .mbr-section-title {
  color: #8a7720;
}
.cid-thB5MABtv7 .mbr-section-subtitle {
  color: #837e7e;
  text-align: center;
}
.cid-tkHkZ92tD0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
@media (max-width: 1000px) {
  .cid-tkHkZ92tD0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tkHkZ92tD0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tkHkZ92tD0 .mbr-section-subtitle {
  text-align: left;
}
.cid-tkHkZ92tD0 .mbr-section-title {
  text-align: left;
  color: #8a7720;
}
.cid-tkHkZ92tD0 .mbr-text {
  text-align: left;
  color: #837e7e;
}
.cid-tkHlt9qvNj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
@media (max-width: 1000px) {
  .cid-tkHlt9qvNj {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tkHlt9qvNj {
    padding-top: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-tkHlt9qvNj .mbr-section-subtitle {
  text-align: left;
}
.cid-tkHlt9qvNj .mbr-section-title {
  text-align: left;
  color: #8a7720;
}
.cid-tkHlt9qvNj .mbr-text {
  text-align: left;
  color: #837e7e;
}
.cid-thUhO4TGwL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-thUhO4TGwL .card-wrapper {
  border-radius: 4px;
}
.cid-thUhO4TGwL .card-subtitle {
  color: #0095ff;
}
.cid-thUhO4TGwL .mbr-text,
.cid-thUhO4TGwL .card-subtitle {
  color: #232323;
}
.cid-thUhO4TGwL .mbr-iconfont {
  font-size: 90px;
  color: #8a7720;
}
.cid-thUhO4TGwL .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-thUhO4TGwL .icon {
    margin-bottom: 15px;
  }
  .cid-thUhO4TGwL * {
    text-align: center !important;
  }
}
.cid-thUhO4TGwL .title .mbr-section-title,
.cid-thUhO4TGwL .title .mbr-section-btn {
  text-align: left;
  color: #16636e;
}
.cid-thUhO4TGwL .title .mbr-text,
.cid-thUhO4TGwL .title .mbr-section-btn {
  color: #b1b0b0;
}
.cid-thUhO4TGwL .card .card-wrapper .text-wrapper .card-subtitle,
.cid-thUhO4TGwL .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #8a7720;
}
.cid-thUhO4TGwL .card .card-wrapper .text-wrapper .mbr-text,
.cid-thUhO4TGwL .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #837e7e;
}
.cid-thBh6SdUZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-thBh6SdUZ5 .row {
  align-items: center;
}
.cid-thBh6SdUZ5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-thBh6SdUZ5 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-thBh6SdUZ5 .header-text {
    margin-bottom: 20px;
  }
}
.cid-thBh6SdUZ5 .mbr-section-title {
  width: 100%;
  color: #bbbbbb;
  margin-bottom: 8px;
}
.cid-thBh6SdUZ5 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-thBh6SdUZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thBh6SdUZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thBh6SdUZ5 .mbr-text,
.cid-thBh6SdUZ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tm2iDtiYiN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2iDtiYiN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2iDtiYiN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2iDtiYiN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-thA1JEU5Zf {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bcggg1faq1b-3.jpg");
}
.cid-thA1JEU5Zf p,
.cid-thA1JEU5Zf h6 {
  font-weight: 300 !important;
}
.cid-thA1JEU5Zf .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #ffcc00;
  margin-left: 1rem;
}
.cid-thA1JEU5Zf .panel-group {
  border: none;
}
.cid-thA1JEU5Zf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-thA1JEU5Zf .panel-title-edit {
  color: #9e0000;
}
.cid-thA1JEU5Zf .panel-text {
  color: #353535;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-thA1JEU5Zf .panel-text {
    width: 100%;
  }
}
.cid-thA1JEU5Zf .card {
  border-bottom: 1px solid #353535;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-thA1JEU5Zf .card {
    padding: 2rem 0;
  }
}
.cid-thA1JEU5Zf .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-thA1JEU5Zf .mbr-section-title {
  margin-bottom: 80px;
  color: #9e0000;
}
@media (max-width: 992px) {
  .cid-thA1JEU5Zf .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tm2j0WUnOy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2j0WUnOy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2j0WUnOy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2j0WUnOy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-thGxobreez {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/karbon1c.jpg");
}
.cid-thGxobreez .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-thGxobreez textarea {
  min-height: 200px;
}
.cid-thGxobreez .btn {
  padding: 1rem 3rem;
}
.cid-thGxobreez .form-control,
.cid-thGxobreez .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #fafafa;
  border-color: #e6c63b;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-thGxobreez .form-control::-webkit-input-placeholder,
.cid-thGxobreez .field-input::-webkit-input-placeholder,
.cid-thGxobreez .form-control::-webkit-input-placeholder,
.cid-thGxobreez .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-thGxobreez .form-control:-moz-placeholder,
.cid-thGxobreez .field-input:-moz-placeholder,
.cid-thGxobreez .form-control:-moz-placeholder,
.cid-thGxobreez .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-thGxobreez .form-control:hover,
.cid-thGxobreez .field-input:hover,
.cid-thGxobreez .form-control:focus,
.cid-thGxobreez .field-input:focus {
  background-color: #fafafa;
  border-color: #aa0909 !important;
  color: #353535;
  box-shadow: none;
  outline: none;
}
.cid-thGxobreez .form-control:hover::-webkit-input-placeholder,
.cid-thGxobreez .field-input:hover::-webkit-input-placeholder,
.cid-thGxobreez .form-control:focus::-webkit-input-placeholder,
.cid-thGxobreez .field-input:focus::-webkit-input-placeholder,
.cid-thGxobreez .form-control:hover::-webkit-input-placeholder,
.cid-thGxobreez .field-input:hover::-webkit-input-placeholder,
.cid-thGxobreez .form-control:focus::-webkit-input-placeholder,
.cid-thGxobreez .field-input:focus::-webkit-input-placeholder {
  color: #e6c63b;
}
.cid-thGxobreez .form-control:hover:-moz-placeholder,
.cid-thGxobreez .field-input:hover:-moz-placeholder,
.cid-thGxobreez .form-control:focus:-moz-placeholder,
.cid-thGxobreez .field-input:focus:-moz-placeholder,
.cid-thGxobreez .form-control:hover:-moz-placeholder,
.cid-thGxobreez .field-input:hover:-moz-placeholder,
.cid-thGxobreez .form-control:focus:-moz-placeholder,
.cid-thGxobreez .field-input:focus:-moz-placeholder {
  color: #e6c63b;
}
.cid-thGxobreez .jq-number__spin:hover,
.cid-thGxobreez .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #aa0909 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-thGxobreez .jq-number__spin {
  background-color: #fafafa;
  border-color: #e6c63b;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-thGxobreez .jq-selectbox li,
.cid-thGxobreez .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-thGxobreez .jq-selectbox li:hover,
.cid-thGxobreez .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-thGxobreez .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-thGxobreez .jq-number__spin.minus:hover:after,
.cid-thGxobreez .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-thGxobreez .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-thGxobreez .jq-number__spin.minus:after,
.cid-thGxobreez .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-thGxobreez input::-webkit-clear-button {
  display: none;
}
.cid-thGxobreez input::-webkit-inner-spin-button {
  display: none;
}
.cid-thGxobreez input::-webkit-outer-spin-button {
  display: none;
}
.cid-thGxobreez input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-thGxobreez .mbr-section-title {
  color: #baa02b;
}
.cid-thGDIJapaS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-thGDIJapaS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-thGDIJapaS .brand-name {
  margin-bottom: 0.5rem;
  color: #8d8d8d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .brand-name {
    text-align: center;
  }
}
.cid-thGDIJapaS .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-thGDIJapaS .row {
    text-align: center;
  }
  .cid-thGDIJapaS .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .social-row {
    text-align: center;
  }
}
.cid-thGDIJapaS .list {
  list-style: none;
  padding-left: 0;
  color: #8d8d8d;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-thGDIJapaS .list {
    margin-bottom: 0rem;
  }
}
.cid-thGDIJapaS .list li {
  margin-bottom: 0.5rem;
}
.cid-thGDIJapaS .mbr-text {
  color: #8d8d8d;
}
.cid-thGDIJapaS .mbr-section-title {
  color: #9e0000;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .mbr-section-title {
    text-align: center;
  }
}
.cid-thGDIJapaS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-thGDIJapaS .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thGDIJapaS .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-thGDIJapaS .col-6 {
    width: 100%;
  }
}
.cid-thGDIJapaS .mbr-section-subtitle,
.cid-thGDIJapaS .social-row {
  color: #6d6c6c;
}
.cid-thGDIJapaS .copyright {
  color: #595757;
}
.cid-tm2jjtSZh5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bbb1.jpg");
}
.cid-tm2jjtSZh5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm2jjtSZh5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tm2jjtSZh5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
