body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 7.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #4600ff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #22a5e5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4600ff !important;
  border-color: #4600ff !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: #2e00a8 !important;
  border-color: #2e00a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2e00a8 !important;
  border-color: #2e00a8 !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: #22a5e5 !important;
  border-color: #22a5e5 !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: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !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: transparent;
  color: #4600ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e00a8 !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: #4600ff !important;
  border-color: #4600ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #22a5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13709e !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: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: 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: #4600ff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #22a5e5 !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: #2a0099 !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: #116690 !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: #4600ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22a5e5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4600ff;
  border-color: #4600ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4600ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #daccff;
}
.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: #d9effa;
}
.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*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #4600ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4600ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4600ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4600ff;
}
.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: #4600ff;
  border-bottom-color: #4600ff;
}
.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: #4600ff !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='%234600ff' %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-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLR920rbiH {
  background-image: url("../../../assets/images/tiger-gorewada-zoo-1024x530.webp");
}
.cid-uLR920rbiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLR920rbiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLR920rbiH .mbr-section-title {
  color: #ffe161;
}
.cid-uLR920rbiH .mbr-text,
.cid-uLR920rbiH .mbr-section-btn {
  color: #ff9966;
}
.cid-tHNMWHxHSL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHNMWHxHSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHNMWHxHSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHNMWHxHSL .mbr-section-title {
  color: #ffe400;
}
.cid-tHNMWHxHSL .mbr-section-subtitle {
  color: #fafafa;
}
.cid-untV1NHfJ0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untV1NHfJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untV1NHfJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKxB6fQVl1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKxB6fQVl1 .row {
  flex-direction: row-reverse;
}
.cid-tGYx81y1Cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tGYx81y1Cf .mbr-overlay {
  background: #00ad12;
  opacity: 0.7;
}
.cid-tGYx81y1Cf img,
.cid-tGYx81y1Cf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGYx81y1Cf .item:focus,
.cid-tGYx81y1Cf span:focus {
  outline: none;
}
.cid-tGYx81y1Cf .item-wrapper {
  position: relative;
}
.cid-tGYx81y1Cf .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGYx81y1Cf .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGYx81y1Cf .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGYx81y1Cf .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGYx81y1Cf .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGYx81y1Cf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGYx81y1Cf .mbr-section-title {
  color: #ffffff;
}
.cid-tGYx81y1Cf .mbr-text,
.cid-tGYx81y1Cf .mbr-section-btn {
  text-align: left;
}
.cid-tGYx81y1Cf .item-title {
  text-align: left;
}
.cid-tGYx81y1Cf .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGYx81y1Cf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tGYx81y1Cf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGYx81y1Cf .embla__button--next,
.cid-tGYx81y1Cf .embla__button--prev {
  display: flex;
}
.cid-tGYx81y1Cf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYx81y1Cf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGYx81y1Cf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGYx81y1Cf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGYx81y1Cf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYx81y1Cf .embla__button {
    top: auto;
  }
}
.cid-tGYx81y1Cf .embla {
  position: relative;
  width: 100%;
}
.cid-tGYx81y1Cf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGYx81y1Cf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGYx81y1Cf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGYx81y1Cf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tGYx81y1Cf .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tGYx81y1Cf .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tGYx81y1Cf .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tGYx81y1Cf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGYB53gW5r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGYB53gW5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYB53gW5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYB53gW5r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tGYB53gW5r .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGYB53gW5r .embla__button--next,
.cid-tGYB53gW5r .embla__button--prev {
  display: flex;
}
.cid-tGYB53gW5r .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGYB53gW5r .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGYB53gW5r .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGYB53gW5r .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGYB53gW5r .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tGYB53gW5r .embla__button {
    top: auto;
  }
}
.cid-tGYB53gW5r .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tGYB53gW5r .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tGYB53gW5r .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tGYB53gW5r .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tGYB53gW5r .embla {
  position: relative;
  width: 100%;
}
.cid-tGYB53gW5r .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGYB53gW5r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGYB53gW5r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGYB53gW5r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGYB53gW5r .user_text {
  text-align: center;
}
.cid-tKkY7BSxIr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f7ff;
}
.cid-tKkY7BSxIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKkY7BSxIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKkY7BSxIr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tKkY7BSxIr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tKkY7BSxIr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tKkY7BSxIr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tKkY7BSxIr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKkY7BSxIr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKkY7BSxIr .carousel-control,
.cid-tKkY7BSxIr .close {
  background: #1b1b1b;
}
.cid-tKkY7BSxIr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKkY7BSxIr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKkY7BSxIr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKkY7BSxIr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKkY7BSxIr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKkY7BSxIr .close::before {
  content: '\e91a';
}
.cid-tKkY7BSxIr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKkY7BSxIr .carousel-control {
  display: flex;
  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-tKkY7BSxIr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKkY7BSxIr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKkY7BSxIr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKkY7BSxIr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKkY7BSxIr .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-tKkY7BSxIr .carousel-indicators li.active,
.cid-tKkY7BSxIr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKkY7BSxIr .carousel-indicators li::after,
.cid-tKkY7BSxIr .carousel-indicators li::before {
  content: none;
}
.cid-tKkY7BSxIr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKkY7BSxIr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKkY7BSxIr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkY7BSxIr .carousel-indicators {
    display: none;
  }
}
.cid-tKkY7BSxIr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKkY7BSxIr .carousel-inner > .active {
  display: block;
}
.cid-tKkY7BSxIr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKkY7BSxIr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKkY7BSxIr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKkY7BSxIr .carousel-control,
  .cid-tKkY7BSxIr .carousel-indicators,
  .cid-tKkY7BSxIr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKkY7BSxIr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKkY7BSxIr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKkY7BSxIr .carousel-indicators .active,
.cid-tKkY7BSxIr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKkY7BSxIr .carousel-indicators .active {
  background: #fff;
}
.cid-tKkY7BSxIr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKkY7BSxIr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKkY7BSxIr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKkY7BSxIr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKkY7BSxIr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKkY7BSxIr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKkY7BSxIr .carousel {
  width: 100%;
}
.cid-tKkY7BSxIr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKkY7BSxIr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKkY7BSxIr .modal.fade .modal-dialog,
.cid-tKkY7BSxIr .modal.in .modal-dialog {
  transform: none;
}
.cid-tKkY7BSxIr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKkY7BSxIr H6 {
  text-align: center;
}
.cid-tKkY7BSxIr H3 {
  text-align: left;
}
.cid-tKkY7BSxIr H4 {
  text-align: left;
}
.cid-tHwrOJQoBU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tHwrOJQoBU img {
  width: 120px;
  margin: auto;
}
.cid-tHwrOJQoBU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHwrOJQoBU .card {
    max-width: 12.5%;
  }
}
.cid-tHKqEDTexl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tHKqEDTexl .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-tHKqEDTexl .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tHKqEDTexl .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tHKqEDTexl .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tHKqEDTexl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tHKqEDTexl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tHKqEDTexl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tHKqEDTexl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tHKqEDTexl .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tHKqEDTexl .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tHKqEDTexl .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tHKqEDTexl .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tHKqEDTexl .mbr-text,
.cid-tHKqEDTexl .mbr-section-btn {
  color: #999999;
}
.cid-tHKqEDTexl .icon-title,
.cid-tHKqEDTexl .align-wrap {
  color: #999999;
}
.cid-tHKqEDTexl .mbr-text,
.cid-tHKqEDTexl .col {
  color: #232323;
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tH2Pyu7ApU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tH2Pyu7ApU .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tH2Pyu7ApU .mbr-text {
  color: #ffffff;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLFHlhP1si {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tLFHlhP1si .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFHlhP1si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFHlhP1si .mbr-text,
.cid-tLFHlhP1si .mbr-section-btn {
  color: #232323;
}
.cid-tLFHlhP1si .card-title,
.cid-tLFHlhP1si .card-box {
  color: #ffffff;
}
.cid-tLFHlhP1si .mbr-text,
.cid-tLFHlhP1si .link-wrap {
  color: #ffffff;
}
.cid-tLFHixCLtn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLFHixCLtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFHixCLtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFHosSul3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLFIzS5j0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLFIAEIcjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLFQI6FqE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLFQI6FqE8 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLuYfcLKjX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-tLuYfcLKjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuYfcLKjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuYfcLKjX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLuYfcLKjX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tLuIrPTgSf {
  z-index: 1000;
  width: 100%;
}
.cid-tLuIrPTgSf nav.navbar {
  position: fixed;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLuIrPTgSf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLuIrPTgSf .dropdown-item:hover,
.cid-tLuIrPTgSf .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tLuIrPTgSf .dropdown-item:hover span {
  color: white;
}
.cid-tLuIrPTgSf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLuIrPTgSf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLuIrPTgSf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLuIrPTgSf .nav-link {
  position: relative;
}
.cid-tLuIrPTgSf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .container {
    flex-wrap: wrap;
  }
}
.cid-tLuIrPTgSf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLuIrPTgSf .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLuIrPTgSf .dropdown-menu,
.cid-tLuIrPTgSf .navbar.opened {
  background: #000000 !important;
}
.cid-tLuIrPTgSf .nav-item:focus,
.cid-tLuIrPTgSf .nav-link:focus {
  outline: none;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLuIrPTgSf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLuIrPTgSf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLuIrPTgSf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tLuIrPTgSf .navbar.opened {
  transition: all 0.3s;
}
.cid-tLuIrPTgSf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLuIrPTgSf .navbar .navbar-logo img {
  width: auto;
}
.cid-tLuIrPTgSf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLuIrPTgSf .navbar.collapsed {
  justify-content: center;
}
.cid-tLuIrPTgSf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLuIrPTgSf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLuIrPTgSf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLuIrPTgSf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLuIrPTgSf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLuIrPTgSf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLuIrPTgSf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLuIrPTgSf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLuIrPTgSf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLuIrPTgSf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLuIrPTgSf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLuIrPTgSf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLuIrPTgSf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLuIrPTgSf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLuIrPTgSf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLuIrPTgSf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLuIrPTgSf .dropdown-item.active,
.cid-tLuIrPTgSf .dropdown-item:active {
  background-color: transparent;
}
.cid-tLuIrPTgSf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLuIrPTgSf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLuIrPTgSf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLuIrPTgSf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLuIrPTgSf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLuIrPTgSf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLuIrPTgSf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLuIrPTgSf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar {
    height: 70px;
  }
  .cid-tLuIrPTgSf .navbar.opened {
    height: auto;
  }
  .cid-tLuIrPTgSf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLuIrQojE3 {
  display: flex;
  background-image: url("../../../assets/images/tiger-gorewada-zoo-1024x530.webp");
}
.cid-tLuIrQojE3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tLuIrQojE3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tLuIrQojE3 {
    align-items: center;
  }
  .cid-tLuIrQojE3 .row {
    justify-content: flex-end;
  }
  .cid-tLuIrQojE3 .content-wrap {
    width: 41%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLuIrQojE3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tLuIrQojE3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tLuIrQojE3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLuIrQojE3 .content-wrap {
    width: 100%;
  }
}
.cid-tLuIrQojE3 .mbr-section-title {
  color: #ffe400;
}
.cid-tLuIrQojE3 .mbr-text,
.cid-tLuIrQojE3 .mbr-section-btn {
  color: #ffe400;
}
.cid-tLuIrQEjuZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLuIrQEjuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrQEjuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrQEjuZ .mbr-section-title {
  color: #ffe400;
}
.cid-tLuIrQEjuZ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLuIrQUGYR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-tLuIrQUGYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrQUGYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrQUGYR .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tLuIrQUGYR .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tLuIrQUGYR .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tLuIrQUGYR .wrapper {
  padding: 30px 0;
}
.cid-tLuIrQUGYR .mbr-section-title {
  color: #fafafa;
}
.cid-tLuIrQUGYR .mbr-text,
.cid-tLuIrQUGYR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tLuIrQUGYR H3 {
  color: #000000;
}
.cid-tLuIrRapRW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLuIrRapRW .row {
  flex-direction: row-reverse;
}
.cid-tLuIrRs7ns {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tLuIrRs7ns .mbr-overlay {
  background: #00ad12;
  opacity: 0.7;
}
.cid-tLuIrRs7ns img,
.cid-tLuIrRs7ns .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tLuIrRs7ns .item:focus,
.cid-tLuIrRs7ns span:focus {
  outline: none;
}
.cid-tLuIrRs7ns .item-wrapper {
  position: relative;
}
.cid-tLuIrRs7ns .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLuIrRs7ns .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLuIrRs7ns .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLuIrRs7ns .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLuIrRs7ns .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLuIrRs7ns .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLuIrRs7ns .mbr-section-title {
  color: #ffffff;
}
.cid-tLuIrRs7ns .mbr-text,
.cid-tLuIrRs7ns .mbr-section-btn {
  text-align: left;
}
.cid-tLuIrRs7ns .item-title {
  text-align: left;
}
.cid-tLuIrRs7ns .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tLuIrRs7ns .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tLuIrRs7ns .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLuIrRs7ns .embla__button--next,
.cid-tLuIrRs7ns .embla__button--prev {
  display: flex;
}
.cid-tLuIrRs7ns .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuIrRs7ns .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLuIrRs7ns .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tLuIrRs7ns .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLuIrRs7ns .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLuIrRs7ns .embla__button {
    top: auto;
  }
}
.cid-tLuIrRs7ns .embla {
  position: relative;
  width: 100%;
}
.cid-tLuIrRs7ns .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLuIrRs7ns .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLuIrRs7ns .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLuIrRs7ns .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tLuIrRs7ns .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tLuIrRs7ns .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tLuIrRs7ns .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tLuIrRs7ns .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLuIrRWQJs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-tLuIrRWQJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrRWQJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrRWQJs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tLuIrRWQJs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuIrRWQJs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLuIrRWQJs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuIrRWQJs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLuIrRWQJs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tLuIrRWQJs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLuIrSKoto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f7ff;
}
.cid-tLuIrSKoto .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrSKoto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrSKoto .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tLuIrSKoto .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tLuIrSKoto .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tLuIrSKoto .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tLuIrSKoto .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tLuIrSKoto .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tLuIrSKoto .carousel-control,
.cid-tLuIrSKoto .close {
  background: #1b1b1b;
}
.cid-tLuIrSKoto .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLuIrSKoto .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLuIrSKoto .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLuIrSKoto .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLuIrSKoto .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLuIrSKoto .close::before {
  content: '\e91a';
}
.cid-tLuIrSKoto .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLuIrSKoto .carousel-control {
  display: flex;
  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-tLuIrSKoto .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLuIrSKoto .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLuIrSKoto .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLuIrSKoto .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLuIrSKoto .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-tLuIrSKoto .carousel-indicators li.active,
.cid-tLuIrSKoto .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLuIrSKoto .carousel-indicators li::after,
.cid-tLuIrSKoto .carousel-indicators li::before {
  content: none;
}
.cid-tLuIrSKoto .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLuIrSKoto .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLuIrSKoto .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuIrSKoto .carousel-indicators {
    display: none;
  }
}
.cid-tLuIrSKoto .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLuIrSKoto .carousel-inner > .active {
  display: block;
}
.cid-tLuIrSKoto .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLuIrSKoto .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLuIrSKoto .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLuIrSKoto .carousel-control,
  .cid-tLuIrSKoto .carousel-indicators,
  .cid-tLuIrSKoto .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLuIrSKoto .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLuIrSKoto .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLuIrSKoto .carousel-indicators .active,
.cid-tLuIrSKoto .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLuIrSKoto .carousel-indicators .active {
  background: #fff;
}
.cid-tLuIrSKoto .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLuIrSKoto .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLuIrSKoto .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLuIrSKoto .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLuIrSKoto .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLuIrSKoto .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLuIrSKoto .carousel {
  width: 100%;
}
.cid-tLuIrSKoto .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLuIrSKoto .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLuIrSKoto .modal.fade .modal-dialog,
.cid-tLuIrSKoto .modal.in .modal-dialog {
  transform: none;
}
.cid-tLuIrSKoto .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLuIrSKoto H6 {
  text-align: center;
}
.cid-tLuIrSKoto H3 {
  text-align: left;
}
.cid-tLuIrSKoto H4 {
  text-align: left;
}
.cid-tLuIrTUiwd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tLuIrTUiwd img {
  width: 120px;
  margin: auto;
}
.cid-tLuIrTUiwd .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tLuIrTUiwd .card {
    max-width: 12.5%;
  }
}
.cid-tLuIrUkKWC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLuIrUkKWC .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-tLuIrUkKWC .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tLuIrUkKWC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tLuIrUkKWC .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tLuIrUkKWC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLuIrUkKWC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLuIrUkKWC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLuIrUkKWC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLuIrUkKWC .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tLuIrUkKWC .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tLuIrUkKWC .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tLuIrUkKWC .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tLuIrUkKWC .mbr-text,
.cid-tLuIrUkKWC .mbr-section-btn {
  color: #999999;
}
.cid-tLuIrUkKWC .icon-title,
.cid-tLuIrUkKWC .align-wrap {
  color: #999999;
}
.cid-tLuIrUkKWC .mbr-text,
.cid-tLuIrUkKWC .col {
  color: #232323;
}
.cid-tLuIrUQuJF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLuIrUQuJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrUQuJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrUQuJF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLuIrUQuJF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLuIrUQuJF .row {
    text-align: center;
  }
  .cid-tLuIrUQuJF .social-row {
    justify-content: center;
  }
}
.cid-tLuIrUQuJF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tLuIrUQuJF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuIrUQuJF .list {
    margin-bottom: 0rem;
  }
}
.cid-tLuIrUQuJF .mbr-text {
  color: #bbbbbb;
}
.cid-tLuIrUQuJF .mbr-iconfont {
  color: black;
}
.cid-tLuIrVgZNZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLuIrVgZNZ .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLuIrVgZNZ .mbr-text {
  color: #ffffff;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKFEHDNwe7 {
  background-image: url("../../../assets/images/gorewada-1920x1080.webp");
}
.cid-tKFEHDNwe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFEHDNwe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKFEHDNwe7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tKFEHDNwe7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKFEHDNwe7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tKFEHDNwe7 .mbr-text,
.cid-tKFEHDNwe7 .mbr-section-btn {
  text-align: left;
}
.cid-tKFEHDNwe7 .mbr-section-title {
  text-align: left;
}
.cid-tKIBJQvh4S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-tKIBJQvh4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKIBJQvh4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKIBJQvh4S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tKIBJQvh4S .row {
    flex-direction: column-reverse;
  }
  .cid-tKIBJQvh4S .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tKIBJQvh4S .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKIBJQvh4S .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tKIBJQvh4S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKFtxxq2Eo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKFtxxq2Eo .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tKFtyrm9ZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKFtDcGbsw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-tKFtDcGbsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFtDcGbsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKFtDcGbsw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKFtDcGbsw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKFtDcGbsw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKFtzdib6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKFtEQoJNR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-tKFtEQoJNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFtEQoJNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKFtEQoJNR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKFtEQoJNR .row {
  flex-direction: row-reverse;
}
.cid-tKFtEQoJNR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKFtEQoJNR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKIC6UNSQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKFvpWGIDb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKFvpWGIDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFvpWGIDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKFvpWGIDb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKFvpWGIDb .row {
  flex-direction: row-reverse;
}
.cid-tKFvpWGIDb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKFvpWGIDb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tKhBTTWVvb {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tKhBTTWVvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhBTTWVvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhBTTWVvb .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tKhBTTWVvb .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tKhBTTWVvb .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tKhBTTWVvb .wrapper {
  padding: 30px 0;
}
.cid-tKhBTTWVvb .mbr-section-title {
  color: #fafafa;
}
.cid-tKhBTTWVvb .mbr-text,
.cid-tKhBTTWVvb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tKhBTTWVvb H3 {
  color: #000000;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKhCng4yjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKhCng4yjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKhCng4yjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKhCng4yjp .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKhCng4yjp .container-fluid {
    padding: 0;
  }
}
.cid-tKhCng4yjp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKhCng4yjp .container {
    padding: 0 20px;
  }
}
.cid-tKhCng4yjp .row {
  justify-content: center;
}
.cid-tKhCng4yjp .card {
  padding: 0;
}
.cid-tKhCng4yjp .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKhCng4yjp .card img {
    height: 300px;
  }
}
.cid-tKhCng4yjp .row.cards {
  margin: 0;
}
.cid-tKhCng4yjp .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKhCng4yjp .row.cards img {
    height: 300px;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tHNE58mbv6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nilgai-484x217.webp");
}
.cid-tHNE58mbv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHNE58mbv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHNE58mbv6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tHNE58mbv6 .container {
    padding: 0 12px;
  }
}
.cid-tHNE58mbv6 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tHNE58mbv6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tHNE58mbv6 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #f9f9fc;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tHNE58mbv6 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tHNE58mbv6 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tHNE58mbv6 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tHNE58mbv6 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-tHNE58mbv6 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-tHNE58mbv6 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-tHNE58mbv6 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-tHNE58mbv6 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-tHNE58mbv6 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-tHNE58mbv6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tHNE58mbv6 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #222222;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-tHNE58mbv6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tHNE58mbv6 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-tHNE58mbv6 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-tHNE58mbv6 .mbr-section-title {
  color: #222222;
}
.cid-tHNE58mbv6 .mbr-text {
  color: #ffffff;
}
.cid-tHNE58mbv6 .mbr-tag {
  color: #222222;
}
.cid-tHNE58mbv6 .mbr-tag,
.cid-tHNE58mbv6 .tags-wrapper {
  color: #ffffff;
}
.cid-tHNm33qX4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHNm33qX4t img,
.cid-tHNm33qX4t .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHNm33qX4t .item:focus,
.cid-tHNm33qX4t span:focus {
  outline: none;
}
.cid-tHNm33qX4t .item-wrapper {
  position: relative;
}
.cid-tHNm33qX4t .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHNm33qX4t .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHNm33qX4t .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tHNm33qX4t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHNm33qX4t .mbr-section-title {
  color: #232323;
}
.cid-tHNm33qX4t .mbr-text,
.cid-tHNm33qX4t .mbr-section-btn {
  text-align: left;
}
.cid-tHNm33qX4t .item-title {
  text-align: center;
}
.cid-tHNm33qX4t .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tHNm33qX4t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tHNm33qX4t .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHNm33qX4t .embla__button--next,
.cid-tHNm33qX4t .embla__button--prev {
  display: flex;
}
.cid-tHNm33qX4t .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tHNm33qX4t .embla__button {
    display: none;
  }
}
.cid-tHNm33qX4t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHNm33qX4t .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tHNm33qX4t .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHNm33qX4t .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHNm33qX4t .embla__button {
    top: auto;
  }
}
.cid-tHNm33qX4t .embla {
  position: relative;
  width: 100%;
}
.cid-tHNm33qX4t .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHNm33qX4t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHNm33qX4t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHNm33qX4t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPxoN25H8J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPxoN25H8J .container-fluid {
  padding: 0 3rem;
}
.cid-tPxoN25H8J .mbr-section-subtitle {
  color: #767676;
}
.cid-tPxoN25H8J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPxoN25H8J .table-wrapper {
  margin: 0 auto;
}
.cid-tPxoN25H8J table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tPxoN25H8J table thead tr {
  border: none !important;
}
.cid-tPxoN25H8J table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tPxoN25H8J table tr td {
  border-color: #eceeef;
}
.cid-tPxoN25H8J table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tPxoN25H8J th:after,
.cid-tPxoN25H8J th:before {
  display: none !important;
}
.cid-tPxoN25H8J .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPxoN25H8J .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tPxoN25H8J table th,
  .cid-tPxoN25H8J table td {
    padding: .75rem;
  }
}
.cid-tPxoN25H8J .body-item {
  text-align: left;
}
.cid-tPxoN25H8J .mbr-text {
  color: #767676;
}
.cid-tPxoN25H8J .head-item {
  color: #232323;
}
.cid-tPxoN25H8J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tPxoN25H8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxoN25H8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxp6TwBLD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPxp6TwBLD .container-fluid {
  padding: 0 3rem;
}
.cid-tPxp6TwBLD .mbr-section-subtitle {
  color: #767676;
}
.cid-tPxp6TwBLD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPxp6TwBLD .table-wrapper {
  margin: 0 auto;
}
.cid-tPxp6TwBLD table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tPxp6TwBLD table thead tr {
  border: none !important;
}
.cid-tPxp6TwBLD table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tPxp6TwBLD table tr td {
  border-color: #eceeef;
}
.cid-tPxp6TwBLD table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tPxp6TwBLD th:after,
.cid-tPxp6TwBLD th:before {
  display: none !important;
}
.cid-tPxp6TwBLD .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPxp6TwBLD .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tPxp6TwBLD table th,
  .cid-tPxp6TwBLD table td {
    padding: .75rem;
  }
}
.cid-tPxp6TwBLD .body-item {
  text-align: left;
}
.cid-tPxp6TwBLD .mbr-text {
  color: #767676;
}
.cid-tPxp6TwBLD .head-item {
  color: #232323;
}
.cid-tPxp6TwBLD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tPxp6TwBLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxp6TwBLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2W9IDQAO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2W9IDQAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2W9IDQAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2W9IDQAO .timeline-element {
  position: relative;
}
.cid-tH2W9IDQAO .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tH2W9IDQAO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH2W9IDQAO .mbr-section-title,
.cid-tH2W9IDQAO .mbr-section-subtitle,
.cid-tH2W9IDQAO .timeline-date {
  text-align: center;
}
.cid-tH2W9IDQAO .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tH2W9IDQAO .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tH2W9IDQAO .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tH2W9IDQAO .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tH2W9IDQAO .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tH2W9IDQAO .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tH2W9IDQAO .timeline-date-wrapper,
  .cid-tH2W9IDQAO .timeline-text-wrapper,
  .cid-tH2W9IDQAO .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tH2W9IDQAO .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tH2W9IDQAO .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tH2W9IDQAO .timeline-date-wrapper,
  .cid-tH2W9IDQAO .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tH2W9IDQAO .timeline-date-wrapper,
  .cid-tH2W9IDQAO .timeline-text-wrapper,
  .cid-tH2W9IDQAO .image-wrapper {
    padding: 2rem;
  }
}
.cid-tH2W9IDQAO .mbr-timeline-date {
  color: #e43f3f;
}
.cid-tHNjswm1G9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-tHNjswm1G9 .mbr-overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-tHNjswm1G9 img,
.cid-tHNjswm1G9 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tHNjswm1G9 .item:focus,
.cid-tHNjswm1G9 span:focus {
  outline: none;
}
.cid-tHNjswm1G9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-tHNjswm1G9 .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tHNjswm1G9 .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-tHNjswm1G9 .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-tHNjswm1G9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHNjswm1G9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHNjswm1G9 .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-tHNjswm1G9 .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-tHNjswm1G9 .mbr-text {
  text-align: left;
}
.cid-tHNjswm1G9 .item-footer {
  margin-top: 14px;
}
.cid-tHNjswm1G9 .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-tHNjswm1G9 .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-tHNjswm1G9 .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-tHNjswm1G9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHNhdHflGQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHNhdHflGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHNhdHflGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHN80Kwtql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tHN80Kwtql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHN80Kwtql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHN80Kwtql .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHN80Kwtql .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHN80Kwtql .container {
    padding: 0;
  }
}
.cid-tHN80Kwtql .row {
  justify-content: center;
  margin: 0;
}
.cid-tHN80Kwtql .card {
  border-radius: 0;
  padding: 0;
}
.cid-tHN80Kwtql .card .card-wrapper {
  background-color: #f1f1f1;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tHN80Kwtql .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tHN80Kwtql .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tHN80Kwtql .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tHN80Kwtql .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHN80Kwtql .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHN80Kwtql .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHN80Kwtql .card:nth-child(2n) .card-wrapper {
  background-color: #fafafa;
}
.cid-tHN80Kwtql .mbr-card-title {
  color: #ffffff;
}
.cid-tHN80Kwtql .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tHN80Kwtql .mbr-card-title,
.cid-tHN80Kwtql .mbr-section-btn,
.cid-tHN80Kwtql .icon-wrap {
  text-align: center;
}
.cid-tHN80Kwtql .mbr-card-title,
.cid-tHN80Kwtql .icon-wrap,
.cid-tHN80Kwtql .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHNfIoLW4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tHNfIoLW4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHNfIoLW4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHNfIoLW4h .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHNfIoLW4h .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHNfIoLW4h .container {
    padding: 0;
  }
}
.cid-tHNfIoLW4h .row {
  justify-content: center;
  margin: 0;
}
.cid-tHNfIoLW4h .card {
  border-radius: 0;
  padding: 0;
}
.cid-tHNfIoLW4h .card .card-wrapper {
  background-color: #ffffff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tHNfIoLW4h .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tHNfIoLW4h .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tHNfIoLW4h .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tHNfIoLW4h .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHNfIoLW4h .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHNfIoLW4h .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHNfIoLW4h .card:nth-child(2n) .card-wrapper {
  background-color: #f1f1f1;
}
.cid-tHNfIoLW4h .mbr-card-title {
  color: #ffffff;
}
.cid-tHNfIoLW4h .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tHNfIoLW4h .mbr-card-title,
.cid-tHNfIoLW4h .mbr-section-btn,
.cid-tHNfIoLW4h .icon-wrap {
  text-align: center;
}
.cid-tHNfIoLW4h .mbr-card-title,
.cid-tHNfIoLW4h .icon-wrap,
.cid-tHNfIoLW4h .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHNhIRgwhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tHNhIRgwhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHNhIRgwhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHNhIRgwhQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHNhIRgwhQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHNhIRgwhQ .container {
    padding: 0;
  }
}
.cid-tHNhIRgwhQ .row {
  justify-content: center;
  margin: 0;
}
.cid-tHNhIRgwhQ .card {
  border-radius: 0;
  padding: 0;
}
.cid-tHNhIRgwhQ .card .card-wrapper {
  background-color: #ffffff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tHNhIRgwhQ .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tHNhIRgwhQ .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tHNhIRgwhQ .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tHNhIRgwhQ .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tHNhIRgwhQ .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHNhIRgwhQ .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHNhIRgwhQ .card:nth-child(2n) .card-wrapper {
  background-color: #f1f1f1;
}
.cid-tHNhIRgwhQ .mbr-card-title {
  color: #ffffff;
}
.cid-tHNhIRgwhQ .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-tHNhIRgwhQ .mbr-card-title,
.cid-tHNhIRgwhQ .mbr-section-btn,
.cid-tHNhIRgwhQ .icon-wrap {
  text-align: center;
}
.cid-tHNhIRgwhQ .mbr-card-title,
.cid-tHNhIRgwhQ .icon-wrap,
.cid-tHNhIRgwhQ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tHNtCbLLGP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tHNtCbLLGP img {
  width: 120px;
  margin: auto;
}
.cid-tHNtCbLLGP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHNtCbLLGP .card {
    max-width: 12.5%;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHOhCGdTVk {
  background-image: url("../../../assets/images/dsc-7346-2-1500x822.webp");
}
.cid-tHOhCGdTVk .text-content {
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tHOhCGdTVk .text-content .btn-bgr {
  z-index: 0;
}
.cid-tHOhCGdTVk .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-tHOhCGdTVk h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tHOhCGdTVk p {
  color: #464646;
}
.cid-tHOhCGdTVk h2 {
  color: #000000;
}
.cid-tHOhCGdTVk .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-tHOhCGdTVk .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tHOhCGdTVk .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tHOhCGdTVk .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-tHOhCGdTVk .text-content {
    width: 100%;
  }
}
.cid-tHOhCGdTVk .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tHOhCGdTVk .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-tHOhCGdTVk .mbr-text {
    text-align: center;
  }
}
.cid-tHOhCGdTVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHOhCGdTVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHOhCGdTVk .mbr-section-btn,
.cid-tHOhCGdTVk .mbr-section-title {
  color: #ffffff;
}
.cid-tHOhCGdTVk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tHOhCGdTVk P {
  color: #ffffff;
}
.cid-tH3m9PfSKi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH3m9PfSKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3m9PfSKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3m9PfSKi .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tH3m9PfSKi .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tH3m9PfSKi .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tH3m9PfSKi .card {
    margin-bottom: 2rem;
  }
  .cid-tH3m9PfSKi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHvMednrLC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tHvMednrLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHvMednrLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHvMednrLC .nav-tabs .nav-item.open .nav-link:focus,
.cid-tHvMednrLC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tHvMednrLC .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #ffe161;
}
@media (max-width: 767px) {
  .cid-tHvMednrLC .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tHvMednrLC .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tHvMednrLC .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tHvMednrLC .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tHvMednrLC .nav-link,
.cid-tHvMednrLC .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tHvMednrLC .nav-tabs .nav-link.active {
  color: #ffe161;
  border-bottom: 3px solid #ffe161;
}
.cid-tHvMednrLC H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tHvMednrLC H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tHvMednrLC P {
  color: #ffffff;
}
.cid-tKiiWajy8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tKiiWajy8J .text-wrapper {
  padding: 1rem;
}
.cid-tKiiWajy8J .row {
  margin: 0;
}
.cid-tKiiWajy8J .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tKiiWajy8J .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tKiiWajy8J .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tKiiWajy8J .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tKiiWajy8J .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tKiiWajy8J .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tKiiWajy8J .image:hover .image-overlay {
  opacity: .2;
}
.cid-tKiiWajy8J .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tKiiWajy8J .image img {
    height: 158px;
  }
}
.cid-tKiiWajy8J .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tKiiWajy8J .mbr-text,
.cid-tKiiWajy8J .mbr-iconfont {
  color: #fafafa;
}
.cid-tHvM3NjGQH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tHvM3NjGQH img {
  width: 120px;
  margin: auto;
}
.cid-tHvM3NjGQH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHvM3NjGQH .card {
    max-width: 12.5%;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tHOUZpGgux {
  z-index: 1000;
  width: 100%;
}
.cid-tHOUZpGgux nav.navbar {
  position: fixed;
}
.cid-tHOUZpGgux .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-tHOUZpGgux .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHOUZpGgux .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHOUZpGgux .dropdown-item:hover,
.cid-tHOUZpGgux .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHOUZpGgux .dropdown-item:hover span {
  color: white;
}
.cid-tHOUZpGgux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHOUZpGgux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHOUZpGgux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHOUZpGgux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHOUZpGgux .nav-link {
  position: relative;
}
.cid-tHOUZpGgux .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHOUZpGgux .container {
    flex-wrap: wrap;
  }
}
.cid-tHOUZpGgux .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHOUZpGgux .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHOUZpGgux .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHOUZpGgux .dropdown-menu,
.cid-tHOUZpGgux .navbar.opened {
  background: #000000 !important;
}
.cid-tHOUZpGgux .nav-item:focus,
.cid-tHOUZpGgux .nav-link:focus {
  outline: none;
}
.cid-tHOUZpGgux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHOUZpGgux .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHOUZpGgux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHOUZpGgux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHOUZpGgux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHOUZpGgux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHOUZpGgux .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHOUZpGgux .navbar.opened {
  transition: all 0.3s;
}
.cid-tHOUZpGgux .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHOUZpGgux .navbar .navbar-logo img {
  width: auto;
}
.cid-tHOUZpGgux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHOUZpGgux .navbar.collapsed {
  justify-content: center;
}
.cid-tHOUZpGgux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHOUZpGgux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHOUZpGgux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHOUZpGgux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHOUZpGgux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHOUZpGgux .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-tHOUZpGgux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHOUZpGgux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHOUZpGgux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHOUZpGgux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHOUZpGgux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHOUZpGgux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHOUZpGgux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHOUZpGgux .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-tHOUZpGgux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHOUZpGgux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHOUZpGgux .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHOUZpGgux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHOUZpGgux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHOUZpGgux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHOUZpGgux .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHOUZpGgux .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHOUZpGgux .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHOUZpGgux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHOUZpGgux .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHOUZpGgux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHOUZpGgux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHOUZpGgux .dropdown-item.active,
.cid-tHOUZpGgux .dropdown-item:active {
  background-color: transparent;
}
.cid-tHOUZpGgux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHOUZpGgux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHOUZpGgux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHOUZpGgux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHOUZpGgux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHOUZpGgux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHOUZpGgux ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHOUZpGgux .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHOUZpGgux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHOUZpGgux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHOUZpGgux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHOUZpGgux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHOUZpGgux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHOUZpGgux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHOUZpGgux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHOUZpGgux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHOUZpGgux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHOUZpGgux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHOUZpGgux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHOUZpGgux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHOUZpGgux .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-tHOUZpGgux .navbar {
    height: 70px;
  }
  .cid-tHOUZpGgux .navbar.opened {
    height: auto;
  }
  .cid-tHOUZpGgux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKl04m02gr {
  background-image: url("../../../assets/images/shutterstock-image-6-608907aa7f612-1024x512.webp");
}
.cid-tKl04m02gr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl04m02gr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl04m02gr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKl04m02gr .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKl04m02gr .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKl04m02gr .mbr-section-title {
  color: #ffffff;
}
.cid-tKl04m02gr .mbr-text,
.cid-tKl04m02gr .mbr-section-btn,
.cid-tKl04m02gr .social-row {
  color: #ffffff;
}
.cid-tHOVT58BET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOVT58BET .content {
  display: flex;
  align-items: center;
}
.cid-tHOVT58BET .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tHOVT58BET .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tHOVT58BET .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-tHOVT58BET .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHOVT58BET .btn:hover {
  box-shadow: none;
}
.cid-tHOVT58BET .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHOVT58BET .image-wrapper {
    margin-top: 25px;
  }
}
.cid-tHOVT58BET .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-tHOVT58BET .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-tHOVT58BET .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-tHOVT58BET .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-tHOVT58BET .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-tHOVT58BET .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-tHOVT58BET .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-tHOVT58BET .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-tHOVT58BET .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-tHOVT58BET .mbr-iconfont {
  color: #ffffff;
}
.cid-tHOVT58BET .mbr-image-text {
  color: #ffffff;
}
.cid-tHOW3b77uQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOW3b77uQ .image-wrapper {
  margin-bottom: 170px;
}
.cid-tHOW3b77uQ .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHOW3b77uQ .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tHOW3b77uQ .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHOW3b77uQ .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tHOW3b77uQ .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHOW3b77uQ .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-tHOW3b77uQ .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #84858a;
}
@media (max-width: 992px) {
  .cid-tHOW3b77uQ .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-tHOW3b77uQ .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-tHOW3b77uQ .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-tHOW3b77uQ .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-tHOW3b77uQ .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-tHOW3b77uQ .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-tHOW3b77uQ .card-wrap {
  position: relative;
}
.cid-tHOW3b77uQ .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-tHOW3b77uQ .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-tHOW3b77uQ .card-wrapper .item-card {
  padding: 0;
}
.cid-tHOW3b77uQ .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-tHOW3b77uQ .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-tHOW3b77uQ .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-tHOW3b77uQ .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-tHOW3b77uQ .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHOW3b77uQ .mbr-section-title {
  color: #20232a;
}
.cid-tHOW3b77uQ .mbr-link {
  color: #20232a;
}
.cid-tHOW3b77uQ .mbr-card-title {
  color: #fafafa;
}
.cid-tHOW3b77uQ .mbr-number {
  color: #232323;
}
.cid-tHOW3b77uQ .mbr-desc {
  color: #232323;
}
.cid-tHPj609aZG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9fc;
}
.cid-tHPj609aZG .title__block {
  margin-bottom: 89px;
}
.cid-tHPj609aZG .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHPj609aZG .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tHPj609aZG .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tHPj609aZG .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tHPj609aZG .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tHPj609aZG .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tHPj609aZG .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tHPj609aZG .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tHPj609aZG .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tHPj609aZG .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tHPj609aZG .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fe5925;
}
.cid-tHPj609aZG .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tHPj609aZG .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #fe5925;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tHPj609aZG .title__block {
    margin-bottom: 40px;
  }
  .cid-tHPj609aZG .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tHPj609aZG .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tHPj609aZG .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tHPj609aZG .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tHPj609aZG .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tHPj609aZG .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tHPj609aZG .iconBackground {
    left: 0 !important;
  }
  .cid-tHPj609aZG .separline:before {
    left: 0 !important;
  }
}
.cid-tHPj609aZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPj609aZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHOUZrxPlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOUZrxPlM .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tHOUZrxPlM .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHOUZrxPlM .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-tHOUZrxPlM .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tHOUZrxPlM .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tHOUZrxPlM .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tHOUZrxPlM .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tHOUZrxPlM .card-1 .list li::marker {
  color: #4600ff;
}
.cid-tHOUZrxPlM .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tHOUZrxPlM .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #235d81;
}
@media (max-width: 1300px) {
  .cid-tHOUZrxPlM .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tHOUZrxPlM .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tHOUZrxPlM .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tHOUZrxPlM .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tHOUZrxPlM .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tHOUZrxPlM .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #40b0bf !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tHOUZrxPlM .btn:hover {
  box-shadow: none;
  border: 2px solid #40b0bf !important;
}
.cid-tHOUZrxPlM .mbr-section-title {
  color: #20232a;
}
.cid-tHOUZrxPlM .mbr-section-text {
  color: #353535;
}
.cid-tHOUZrxPlM .list {
  color: #84858a;
}
.cid-tHOUZrxPlM .mbr-title {
  color: #FFFFFF;
}
.cid-tHOUZrxPlM .mbr-text {
  color: #f8f7ff;
}
.cid-tHOUZrOKb1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tHOUZrOKb1 .text-wrapper {
  padding: 1rem;
}
.cid-tHOUZrOKb1 .row {
  margin: 0;
}
.cid-tHOUZrOKb1 .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tHOUZrOKb1 .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tHOUZrOKb1 .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tHOUZrOKb1 .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tHOUZrOKb1 .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tHOUZrOKb1 .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHOUZrOKb1 .image:hover .image-overlay {
  opacity: .2;
}
.cid-tHOUZrOKb1 .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tHOUZrOKb1 .image img {
    height: 158px;
  }
}
.cid-tHOUZrOKb1 .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tHOUZrOKb1 .mbr-text,
.cid-tHOUZrOKb1 .mbr-iconfont {
  color: #fafafa;
}
.cid-tKkRaCHXVX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tKkRaCHXVX .text-wrapper {
  padding: 1rem;
}
.cid-tKkRaCHXVX .row {
  margin: 0;
}
.cid-tKkRaCHXVX .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tKkRaCHXVX .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tKkRaCHXVX .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tKkRaCHXVX .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tKkRaCHXVX .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tKkRaCHXVX .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tKkRaCHXVX .image:hover .image-overlay {
  opacity: .2;
}
.cid-tKkRaCHXVX .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tKkRaCHXVX .image img {
    height: 158px;
  }
}
.cid-tKkRaCHXVX .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tKkRaCHXVX .mbr-text,
.cid-tKkRaCHXVX .mbr-iconfont {
  color: #fafafa;
}
.cid-tHOUZs3kKZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHOUZs3kKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHOUZs3kKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHOUZs3kKZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHOUZs3kKZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHOUZs3kKZ .row {
    text-align: center;
  }
  .cid-tHOUZs3kKZ .social-row {
    justify-content: center;
  }
}
.cid-tHOUZs3kKZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHOUZs3kKZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHOUZs3kKZ .list {
    margin-bottom: 0rem;
  }
}
.cid-tHOUZs3kKZ .mbr-text {
  color: #bbbbbb;
}
.cid-tHOUZs3kKZ .mbr-iconfont {
  color: black;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKkWszox6g {
  background-image: url("../../../assets/images/88a7470-2-1280x720.webp");
}
.cid-tKkWszox6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKkWszox6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKkWszox6g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKkWszox6g .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKkWszox6g .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKkWszox6g .mbr-section-title {
  color: #ffffff;
}
.cid-tKkWszox6g .mbr-text,
.cid-tKkWszox6g .mbr-section-btn,
.cid-tKkWszox6g .social-row {
  color: #ffffff;
}
.cid-tHOJy1HXY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOJy1HXY3 .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHOJy1HXY3 .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tHOJy1HXY3 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHOJy1HXY3 .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-tHOJy1HXY3 .text {
    padding-left: 1rem;
  }
}
.cid-tHOJy1HXY3 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tHOJy1HXY3 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHOJy1HXY3 .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tHOJy1HXY3 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHOJy1HXY3 .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tHOJy1HXY3 .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tHOJy1HXY3 .text img {
    height: 294px;
  }
}
.cid-tHOJy1HXY3 .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHOJy1HXY3 .mbr-section-title {
  color: #20232a;
}
.cid-tHOJy1HXY3 .mbr-text {
  color: #84858a;
}
.cid-tHOOP2RIP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOOP2RIP8 .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHOOP2RIP8 .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tHOOP2RIP8 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHOOP2RIP8 .text {
  padding-left: 108px;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOOP2RIP8 .text {
    padding-left: 1rem;
  }
}
.cid-tHOOP2RIP8 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tHOOP2RIP8 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHOOP2RIP8 .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tHOOP2RIP8 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHOOP2RIP8 .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tHOOP2RIP8 .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tHOOP2RIP8 .text img {
    height: 294px;
  }
}
.cid-tHOOP2RIP8 .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHOOP2RIP8 .mbr-section-title {
  color: #20232a;
}
.cid-tHOOP2RIP8 .mbr-text {
  color: #84858a;
}
.cid-tHOJzBiysf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOJzBiysf .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHOJzBiysf .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tHOJzBiysf .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHOJzBiysf .text {
  padding-left: 108px;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOJzBiysf .text {
    padding-left: 1rem;
  }
}
.cid-tHOJzBiysf .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tHOJzBiysf .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHOJzBiysf .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tHOJzBiysf .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHOJzBiysf .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tHOJzBiysf .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tHOJzBiysf .text img {
    height: 294px;
  }
}
.cid-tHOJzBiysf .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHOJzBiysf .mbr-section-title {
  color: #20232a;
}
.cid-tHOJzBiysf .mbr-text {
  color: #84858a;
}
.cid-tHOJz2pwNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOJz2pwNq .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHOJz2pwNq .image-wrapper img {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .cid-tHOJz2pwNq .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHOJz2pwNq .text {
  padding-left: 108px;
}
@media (max-width: 992px) {
  .cid-tHOJz2pwNq .text {
    padding-left: 1rem;
  }
}
.cid-tHOJz2pwNq .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tHOJz2pwNq .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHOJz2pwNq .text .text-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tHOJz2pwNq .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHOJz2pwNq .text img {
  width: 100%;
  height: 482px;
  object-fit: cover;
  margin-top: 165px;
}
@media (max-width: 992px) {
  .cid-tHOJz2pwNq .text img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tHOJz2pwNq .text img {
    height: 294px;
  }
}
.cid-tHOJz2pwNq .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHOJz2pwNq .mbr-section-title {
  color: #20232a;
}
.cid-tHOJz2pwNq .mbr-text {
  color: #84858a;
}
.cid-tHOQh5ChpK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOQh5ChpK .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tHOQh5ChpK .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHOQh5ChpK .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-tHOQh5ChpK .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tHOQh5ChpK .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tHOQh5ChpK .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tHOQh5ChpK .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tHOQh5ChpK .card-1 .list li::marker {
  color: #4600ff;
}
.cid-tHOQh5ChpK .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tHOQh5ChpK .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #235d81;
}
@media (max-width: 1300px) {
  .cid-tHOQh5ChpK .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tHOQh5ChpK .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tHOQh5ChpK .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tHOQh5ChpK .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tHOQh5ChpK .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tHOQh5ChpK .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #40b0bf !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tHOQh5ChpK .btn:hover {
  box-shadow: none;
  border: 2px solid #40b0bf !important;
}
.cid-tHOQh5ChpK .mbr-section-title {
  color: #20232a;
}
.cid-tHOQh5ChpK .mbr-section-text {
  color: #353535;
}
.cid-tHOQh5ChpK .list {
  color: #84858a;
}
.cid-tHOQh5ChpK .mbr-title {
  color: #FFFFFF;
}
.cid-tHOQh5ChpK .mbr-text {
  color: #f8f7ff;
}
.cid-tHOJIFGv5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tHOJIFGv5k .text-wrapper {
  padding: 1rem;
}
.cid-tHOJIFGv5k .row {
  margin: 0;
}
.cid-tHOJIFGv5k .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tHOJIFGv5k .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tHOJIFGv5k .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tHOJIFGv5k .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tHOJIFGv5k .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tHOJIFGv5k .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHOJIFGv5k .image:hover .image-overlay {
  opacity: .2;
}
.cid-tHOJIFGv5k .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tHOJIFGv5k .image img {
    height: 158px;
  }
}
.cid-tHOJIFGv5k .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tHOJIFGv5k .mbr-text,
.cid-tHOJIFGv5k .mbr-iconfont {
  color: #fafafa;
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tHOUUIdX2S {
  z-index: 1000;
  width: 100%;
}
.cid-tHOUUIdX2S nav.navbar {
  position: fixed;
}
.cid-tHOUUIdX2S .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-tHOUUIdX2S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHOUUIdX2S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHOUUIdX2S .dropdown-item:hover,
.cid-tHOUUIdX2S .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHOUUIdX2S .dropdown-item:hover span {
  color: white;
}
.cid-tHOUUIdX2S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHOUUIdX2S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHOUUIdX2S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHOUUIdX2S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHOUUIdX2S .nav-link {
  position: relative;
}
.cid-tHOUUIdX2S .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHOUUIdX2S .container {
    flex-wrap: wrap;
  }
}
.cid-tHOUUIdX2S .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHOUUIdX2S .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHOUUIdX2S .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHOUUIdX2S .dropdown-menu,
.cid-tHOUUIdX2S .navbar.opened {
  background: #000000 !important;
}
.cid-tHOUUIdX2S .nav-item:focus,
.cid-tHOUUIdX2S .nav-link:focus {
  outline: none;
}
.cid-tHOUUIdX2S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHOUUIdX2S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHOUUIdX2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHOUUIdX2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHOUUIdX2S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHOUUIdX2S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHOUUIdX2S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHOUUIdX2S .navbar.opened {
  transition: all 0.3s;
}
.cid-tHOUUIdX2S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHOUUIdX2S .navbar .navbar-logo img {
  width: auto;
}
.cid-tHOUUIdX2S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHOUUIdX2S .navbar.collapsed {
  justify-content: center;
}
.cid-tHOUUIdX2S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHOUUIdX2S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHOUUIdX2S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHOUUIdX2S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHOUUIdX2S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHOUUIdX2S .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-tHOUUIdX2S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHOUUIdX2S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHOUUIdX2S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHOUUIdX2S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHOUUIdX2S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHOUUIdX2S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHOUUIdX2S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHOUUIdX2S .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-tHOUUIdX2S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHOUUIdX2S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHOUUIdX2S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHOUUIdX2S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHOUUIdX2S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHOUUIdX2S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHOUUIdX2S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHOUUIdX2S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHOUUIdX2S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHOUUIdX2S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHOUUIdX2S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHOUUIdX2S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHOUUIdX2S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHOUUIdX2S .dropdown-item.active,
.cid-tHOUUIdX2S .dropdown-item:active {
  background-color: transparent;
}
.cid-tHOUUIdX2S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHOUUIdX2S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHOUUIdX2S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHOUUIdX2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHOUUIdX2S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHOUUIdX2S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHOUUIdX2S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHOUUIdX2S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHOUUIdX2S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHOUUIdX2S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHOUUIdX2S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHOUUIdX2S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHOUUIdX2S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHOUUIdX2S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHOUUIdX2S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHOUUIdX2S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHOUUIdX2S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHOUUIdX2S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHOUUIdX2S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHOUUIdX2S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHOUUIdX2S .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-tHOUUIdX2S .navbar {
    height: 70px;
  }
  .cid-tHOUUIdX2S .navbar.opened {
    height: auto;
  }
  .cid-tHOUUIdX2S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKl0NZvnN3 {
  background-image: url("../../../assets/images/purple-moorhen-960x720.webp");
}
.cid-tKl0NZvnN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl0NZvnN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl0NZvnN3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKl0NZvnN3 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKl0NZvnN3 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKl0NZvnN3 .mbr-section-title {
  color: #ffffff;
}
.cid-tKl0NZvnN3 .mbr-text,
.cid-tKl0NZvnN3 .mbr-section-btn,
.cid-tKl0NZvnN3 .social-row {
  color: #ffffff;
}
.cid-tHPwkYQfGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHPwkYQfGR .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tHPwkYQfGR .mbr-section-title {
  margin-bottom: 90px;
  color: #20232a;
}
.cid-tHPwkYQfGR .mbr-text {
  margin: 50px 0;
  color: #65676c;
}
.cid-tHPwkYQfGR .image-wrapper img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  margin-bottom: 33px;
}
.cid-tHPwkYQfGR .image-wrapper .image-text {
  display: inline-flex;
  padding: 0 50px;
  position: relative;
  margin-bottom: 12px;
}
.cid-tHPwkYQfGR .image-wrapper .image-text::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background: #20232a;
}
.cid-tHPwkYQfGR .image-wrapper .image-text .mbr-image-text {
  margin: 0 5px 0 0;
}
.cid-tHPwkYQfGR .image-wrapper .image-text .mbr-section-text {
  margin: 0;
}
.cid-tHPwkYQfGR .image-wrapper .mbr-quest {
  padding: 0 50px;
  margin: 0;
}
.cid-tHPwkYQfGR .content {
  margin-top: 120px;
}
.cid-tHPwkYQfGR .mbr-section-text {
  color: #65676c;
}
.cid-tHPwkYQfGR .mbr-image-text {
  color: #20232a;
}
.cid-tHPwkYQfGR .mbr-quest {
  color: #20232a;
}
.cid-tHPyUU0cVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHPyUU0cVf .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHPyUU0cVf .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tHPyUU0cVf .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHPyUU0cVf .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHPyUU0cVf .image-wrapper img {
    height: 457px;
  }
}
.cid-tHPyUU0cVf .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tHPyUU0cVf .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tHPyUU0cVf .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tHPyUU0cVf .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHPyUU0cVf .text {
    padding: 0 12px;
  }
}
.cid-tHPyUU0cVf .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tHPyUU0cVf .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHPyUU0cVf .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHPyUU0cVf .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHPyUU0cVf .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHPyUU0cVf .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tHPyUU0cVf .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tHPyUU0cVf .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tHPyUU0cVf .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tHPyUU0cVf .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tHPyUU0cVf .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tHPyUU0cVf .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHPyUU0cVf .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tHPyUU0cVf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHPyUU0cVf .btn:hover {
  box-shadow: none;
}
.cid-tHPyUU0cVf .mbr-description {
  color: #fafafa;
}
.cid-tHPyUU0cVf .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHPyUU0cVf .mbr-section-title {
  color: #20232a;
}
.cid-tHPyUU0cVf .mbr-text {
  color: #84858a;
}
.cid-tHPyUU0cVf .mbr-number {
  color: #84858a;
}
.cid-tHPyUU0cVf .mbr-list {
  color: #20232a;
}
.cid-tHPyUU0cVf .mbr-section-title,
.cid-tHPyUU0cVf .list-item,
.cid-tHPyUU0cVf .mbr-section-btn {
  text-align: left;
}
.cid-tHOUUKgi6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHOUUKgi6t .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tHOUUKgi6t .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHOUUKgi6t .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-tHOUUKgi6t .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tHOUUKgi6t .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tHOUUKgi6t .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tHOUUKgi6t .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tHOUUKgi6t .card-1 .list li::marker {
  color: #4600ff;
}
.cid-tHOUUKgi6t .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tHOUUKgi6t .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #235d81;
}
@media (max-width: 1300px) {
  .cid-tHOUUKgi6t .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tHOUUKgi6t .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tHOUUKgi6t .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tHOUUKgi6t .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tHOUUKgi6t .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tHOUUKgi6t .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #40b0bf !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tHOUUKgi6t .btn:hover {
  box-shadow: none;
  border: 2px solid #40b0bf !important;
}
.cid-tHOUUKgi6t .mbr-section-title {
  color: #20232a;
}
.cid-tHOUUKgi6t .mbr-section-text {
  color: #353535;
}
.cid-tHOUUKgi6t .list {
  color: #84858a;
}
.cid-tHOUUKgi6t .mbr-title {
  color: #FFFFFF;
}
.cid-tHOUUKgi6t .mbr-text {
  color: #f8f7ff;
}
.cid-tHOUUKxyKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tHOUUKxyKG .text-wrapper {
  padding: 1rem;
}
.cid-tHOUUKxyKG .row {
  margin: 0;
}
.cid-tHOUUKxyKG .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tHOUUKxyKG .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tHOUUKxyKG .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tHOUUKxyKG .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tHOUUKxyKG .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tHOUUKxyKG .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHOUUKxyKG .image:hover .image-overlay {
  opacity: .2;
}
.cid-tHOUUKxyKG .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tHOUUKxyKG .image img {
    height: 158px;
  }
}
.cid-tHOUUKxyKG .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tHOUUKxyKG .mbr-text,
.cid-tHOUUKxyKG .mbr-iconfont {
  color: #fafafa;
}
.cid-tHOUUKMWo2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHOUUKMWo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHOUUKMWo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHOUUKMWo2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHOUUKMWo2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHOUUKMWo2 .row {
    text-align: center;
  }
  .cid-tHOUUKMWo2 .social-row {
    justify-content: center;
  }
}
.cid-tHOUUKMWo2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHOUUKMWo2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHOUUKMWo2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tHOUUKMWo2 .mbr-text {
  color: #bbbbbb;
}
.cid-tHOUUKMWo2 .mbr-iconfont {
  color: black;
}
.cid-tHPJWch4QC {
  z-index: 1000;
  width: 100%;
}
.cid-tHPJWch4QC nav.navbar {
  position: fixed;
}
.cid-tHPJWch4QC .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-tHPJWch4QC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPJWch4QC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPJWch4QC .dropdown-item:hover,
.cid-tHPJWch4QC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHPJWch4QC .dropdown-item:hover span {
  color: white;
}
.cid-tHPJWch4QC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPJWch4QC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPJWch4QC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPJWch4QC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPJWch4QC .nav-link {
  position: relative;
}
.cid-tHPJWch4QC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPJWch4QC .container {
    flex-wrap: wrap;
  }
}
.cid-tHPJWch4QC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPJWch4QC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHPJWch4QC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPJWch4QC .dropdown-menu,
.cid-tHPJWch4QC .navbar.opened {
  background: #000000 !important;
}
.cid-tHPJWch4QC .nav-item:focus,
.cid-tHPJWch4QC .nav-link:focus {
  outline: none;
}
.cid-tHPJWch4QC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPJWch4QC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPJWch4QC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPJWch4QC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPJWch4QC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPJWch4QC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPJWch4QC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHPJWch4QC .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPJWch4QC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPJWch4QC .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPJWch4QC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPJWch4QC .navbar.collapsed {
  justify-content: center;
}
.cid-tHPJWch4QC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPJWch4QC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPJWch4QC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHPJWch4QC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPJWch4QC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPJWch4QC .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-tHPJWch4QC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPJWch4QC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPJWch4QC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPJWch4QC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPJWch4QC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPJWch4QC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPJWch4QC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPJWch4QC .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-tHPJWch4QC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPJWch4QC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPJWch4QC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPJWch4QC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPJWch4QC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPJWch4QC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHPJWch4QC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHPJWch4QC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPJWch4QC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPJWch4QC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPJWch4QC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPJWch4QC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPJWch4QC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPJWch4QC .dropdown-item.active,
.cid-tHPJWch4QC .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPJWch4QC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPJWch4QC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPJWch4QC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPJWch4QC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHPJWch4QC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPJWch4QC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPJWch4QC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPJWch4QC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPJWch4QC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPJWch4QC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHPJWch4QC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPJWch4QC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPJWch4QC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPJWch4QC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPJWch4QC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPJWch4QC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPJWch4QC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPJWch4QC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPJWch4QC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHPJWch4QC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPJWch4QC .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-tHPJWch4QC .navbar {
    height: 70px;
  }
  .cid-tHPJWch4QC .navbar.opened {
    height: auto;
  }
  .cid-tHPJWch4QC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHPLz4W94U {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20220417-wa0065-1600x900.webp");
}
.cid-tHPLz4W94U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPLz4W94U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tHPLz4W94U .col-content {
    text-align: center;
  }
}
.cid-tHPLz4W94U .label-container {
  margin-bottom: 16px;
}
.cid-tHPLz4W94U .label-text {
  color: #ffffff;
}
.cid-tHPLz4W94U .label-text-2 {
  color: #24262b;
}
.cid-tHPLz4W94U .mbr-section-title {
  color: #ffffff;
}
.cid-tHPLz4W94U .text-container {
  margin-top: 24px;
}
.cid-tHPLz4W94U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tHPLz4W94U .mbr-text {
  color: #b79b6c;
}
.cid-tHPLz4W94U .mbr-section-btn {
  margin-top: 28px;
}
.cid-tHPLz4W94U .mbr-text,
.cid-tHPLz4W94U .mbr-section-btn {
  color: #ffffff;
}
.cid-tHPJWdjMbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHPJWdjMbo .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tHPJWdjMbo .mbr-section-title {
  margin-bottom: 90px;
  color: #20232a;
}
.cid-tHPJWdjMbo .mbr-text {
  margin: 50px 0;
  color: #65676c;
}
.cid-tHPJWdjMbo .image-wrapper img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  margin-bottom: 33px;
}
.cid-tHPJWdjMbo .image-wrapper .image-text {
  display: inline-flex;
  padding: 0 50px;
  position: relative;
  margin-bottom: 12px;
}
.cid-tHPJWdjMbo .image-wrapper .image-text::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background: #20232a;
}
.cid-tHPJWdjMbo .image-wrapper .image-text .mbr-image-text {
  margin: 0 5px 0 0;
}
.cid-tHPJWdjMbo .image-wrapper .image-text .mbr-section-text {
  margin: 0;
}
.cid-tHPJWdjMbo .image-wrapper .mbr-quest {
  padding: 0 50px;
  margin: 0;
}
.cid-tHPJWdjMbo .content {
  margin-top: 120px;
}
.cid-tHPJWdjMbo .mbr-section-text {
  color: #65676c;
}
.cid-tHPJWdjMbo .mbr-image-text {
  color: #20232a;
}
.cid-tHPJWdjMbo .mbr-quest {
  color: #20232a;
}
.cid-tHPJWdJ5DA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHPJWdJ5DA .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHPJWdJ5DA .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tHPJWdJ5DA .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHPJWdJ5DA .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHPJWdJ5DA .image-wrapper img {
    height: 457px;
  }
}
.cid-tHPJWdJ5DA .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tHPJWdJ5DA .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tHPJWdJ5DA .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tHPJWdJ5DA .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHPJWdJ5DA .text {
    padding: 0 12px;
  }
}
.cid-tHPJWdJ5DA .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tHPJWdJ5DA .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHPJWdJ5DA .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHPJWdJ5DA .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHPJWdJ5DA .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHPJWdJ5DA .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tHPJWdJ5DA .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tHPJWdJ5DA .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tHPJWdJ5DA .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tHPJWdJ5DA .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tHPJWdJ5DA .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tHPJWdJ5DA .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHPJWdJ5DA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tHPJWdJ5DA .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHPJWdJ5DA .btn:hover {
  box-shadow: none;
}
.cid-tHPJWdJ5DA .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tHPJWdJ5DA .mbr-section-subtitle {
  color: #FF4712;
}
.cid-tHPJWdJ5DA .mbr-section-title {
  color: #20232a;
}
.cid-tHPJWdJ5DA .mbr-text {
  color: #353535;
}
.cid-tHPJWdJ5DA .mbr-number {
  color: #84858a;
}
.cid-tHPJWdJ5DA .mbr-list {
  color: #20232a;
}
.cid-tHPJWdJ5DA .mbr-section-title,
.cid-tHPJWdJ5DA .list-item,
.cid-tHPJWdJ5DA .mbr-section-btn {
  text-align: left;
}
.cid-tHPJWetnyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tHPJWetnyv .text-wrapper {
  padding: 1rem;
}
.cid-tHPJWetnyv .row {
  margin: 0;
}
.cid-tHPJWetnyv .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tHPJWetnyv .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tHPJWetnyv .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tHPJWetnyv .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tHPJWetnyv .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tHPJWetnyv .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHPJWetnyv .image:hover .image-overlay {
  opacity: .2;
}
.cid-tHPJWetnyv .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tHPJWetnyv .image img {
    height: 158px;
  }
}
.cid-tHPJWetnyv .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tHPJWetnyv .mbr-text,
.cid-tHPJWetnyv .mbr-iconfont {
  color: #fafafa;
}
.cid-tHPJWeOwz6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHPJWeOwz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPJWeOwz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPJWeOwz6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHPJWeOwz6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHPJWeOwz6 .row {
    text-align: center;
  }
  .cid-tHPJWeOwz6 .social-row {
    justify-content: center;
  }
}
.cid-tHPJWeOwz6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHPJWeOwz6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHPJWeOwz6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tHPJWeOwz6 .mbr-text {
  color: #bbbbbb;
}
.cid-tHPJWeOwz6 .mbr-iconfont {
  color: black;
}
.cid-tHPJZu3KK6 {
  z-index: 1000;
  width: 100%;
}
.cid-tHPJZu3KK6 nav.navbar {
  position: fixed;
}
.cid-tHPJZu3KK6 .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-tHPJZu3KK6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPJZu3KK6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPJZu3KK6 .dropdown-item:hover,
.cid-tHPJZu3KK6 .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHPJZu3KK6 .dropdown-item:hover span {
  color: white;
}
.cid-tHPJZu3KK6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPJZu3KK6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPJZu3KK6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPJZu3KK6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPJZu3KK6 .nav-link {
  position: relative;
}
.cid-tHPJZu3KK6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPJZu3KK6 .container {
    flex-wrap: wrap;
  }
}
.cid-tHPJZu3KK6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPJZu3KK6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHPJZu3KK6 .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPJZu3KK6 .dropdown-menu,
.cid-tHPJZu3KK6 .navbar.opened {
  background: #000000 !important;
}
.cid-tHPJZu3KK6 .nav-item:focus,
.cid-tHPJZu3KK6 .nav-link:focus {
  outline: none;
}
.cid-tHPJZu3KK6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPJZu3KK6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPJZu3KK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPJZu3KK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPJZu3KK6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPJZu3KK6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPJZu3KK6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHPJZu3KK6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPJZu3KK6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPJZu3KK6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPJZu3KK6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPJZu3KK6 .navbar.collapsed {
  justify-content: center;
}
.cid-tHPJZu3KK6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPJZu3KK6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPJZu3KK6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHPJZu3KK6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPJZu3KK6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPJZu3KK6 .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-tHPJZu3KK6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPJZu3KK6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPJZu3KK6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPJZu3KK6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPJZu3KK6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPJZu3KK6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPJZu3KK6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPJZu3KK6 .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-tHPJZu3KK6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPJZu3KK6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPJZu3KK6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPJZu3KK6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPJZu3KK6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPJZu3KK6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHPJZu3KK6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHPJZu3KK6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPJZu3KK6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPJZu3KK6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPJZu3KK6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPJZu3KK6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPJZu3KK6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPJZu3KK6 .dropdown-item.active,
.cid-tHPJZu3KK6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPJZu3KK6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPJZu3KK6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPJZu3KK6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPJZu3KK6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHPJZu3KK6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPJZu3KK6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPJZu3KK6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPJZu3KK6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPJZu3KK6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPJZu3KK6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHPJZu3KK6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPJZu3KK6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPJZu3KK6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPJZu3KK6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPJZu3KK6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPJZu3KK6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPJZu3KK6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPJZu3KK6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPJZu3KK6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHPJZu3KK6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPJZu3KK6 .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-tHPJZu3KK6 .navbar {
    height: 70px;
  }
  .cid-tHPJZu3KK6 .navbar.opened {
    height: auto;
  }
  .cid-tHPJZu3KK6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHQn2yd0Mo {
  background-image: url("../../../assets/images/dji-590-2000x1125.webp");
}
.cid-tHQn2yd0Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQn2yd0Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQn2yd0Mo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tHQn2yd0Mo .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tHQn2yd0Mo .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tHQn2yd0Mo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tHQn2yd0Mo .mbr-text,
.cid-tHQn2yd0Mo .mbr-section-btn,
.cid-tHQn2yd0Mo .social-row {
  color: #ffffff;
}
.cid-tHQn2yd0Mo .mbr-section-title {
  color: #ffffff;
}
.cid-tHQkGStf6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tHQkGStf6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQkGStf6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQkGStf6B .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tHQkGStf6B .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tHQkGStf6B .container {
    padding: 0 26px;
  }
}
.cid-tHQkGStf6B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tHQkGStf6B .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHQkGStf6B .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: flex-end;
}
.cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 40px 70px;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    padding: 35px 25px;
  }
}
.cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-tHQkGStf6B .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin: 15px 0 0 0;
}
.cid-tHQkGStf6B .embla__button--next,
.cid-tHQkGStf6B .embla__button--prev {
  display: flex;
}
.cid-tHQkGStf6B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tHQkGStf6B .embla__button {
    display: none;
  }
}
.cid-tHQkGStf6B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHQkGStf6B .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tHQkGStf6B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tHQkGStf6B .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tHQkGStf6B .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tHQkGStf6B .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tHQkGStf6B .embla {
  position: relative;
  width: 100%;
}
.cid-tHQkGStf6B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHQkGStf6B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHQkGStf6B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHQkGStf6B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHQkGStf6B .card-title {
  color: #ffffff;
}
.cid-tHQkGStf6B .card-text {
  color: #cacaca;
}
.cid-tKikHgGvL9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKikHgGvL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKikHgGvL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKikHgGvL9 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKikHgGvL9 .container-fluid {
    padding: 0;
  }
}
.cid-tKikHgGvL9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKikHgGvL9 .container {
    padding: 0 20px;
  }
}
.cid-tKikHgGvL9 .row {
  justify-content: center;
}
.cid-tKikHgGvL9 .card {
  padding: 0;
}
.cid-tKikHgGvL9 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKikHgGvL9 .card img {
    height: 300px;
  }
}
.cid-tKikHgGvL9 .row.cards {
  margin: 0;
}
.cid-tKikHgGvL9 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKikHgGvL9 .row.cards img {
    height: 300px;
  }
}
.cid-tHQkE3QkDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tHQkE3QkDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQkE3QkDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQkE3QkDd .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHQkE3QkDd .container-fluid {
    padding: 0;
  }
}
.cid-tHQkE3QkDd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHQkE3QkDd .container {
    padding: 0 20px;
  }
}
.cid-tHQkE3QkDd .row {
  justify-content: center;
}
.cid-tHQkE3QkDd .card {
  padding: 0;
}
.cid-tHQkE3QkDd .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHQkE3QkDd .card img {
    height: 300px;
  }
}
.cid-tHQkE3QkDd .row.cards {
  margin: 0;
}
.cid-tHQkE3QkDd .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHQkE3QkDd .row.cards img {
    height: 300px;
  }
}
.cid-tHQmUSMzhL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tHQmUSMzhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQmUSMzhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQmUSMzhL .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHQmUSMzhL .container-fluid {
    padding: 0;
  }
}
.cid-tHQmUSMzhL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHQmUSMzhL .container {
    padding: 0 20px;
  }
}
.cid-tHQmUSMzhL .row {
  justify-content: center;
}
.cid-tHQmUSMzhL .card {
  padding: 0;
}
.cid-tHQmUSMzhL .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHQmUSMzhL .card img {
    height: 300px;
  }
}
.cid-tHQmUSMzhL .row.cards {
  margin: 0;
}
.cid-tHQmUSMzhL .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHQmUSMzhL .row.cards img {
    height: 300px;
  }
}
.cid-tHTmhB29UT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tHTmhB29UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTmhB29UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTmhB29UT .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHTmhB29UT .container-fluid {
    padding: 0;
  }
}
.cid-tHTmhB29UT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHTmhB29UT .container {
    padding: 0 20px;
  }
}
.cid-tHTmhB29UT .row {
  justify-content: center;
}
.cid-tHTmhB29UT .card {
  padding: 0;
}
.cid-tHTmhB29UT .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTmhB29UT .card img {
    height: 300px;
  }
}
.cid-tHTmhB29UT .row.cards {
  margin: 0;
}
.cid-tHTmhB29UT .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTmhB29UT .row.cards img {
    height: 300px;
  }
}
.cid-tHTmiL17dY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tHTmiL17dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTmiL17dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTmiL17dY .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHTmiL17dY .container-fluid {
    padding: 0;
  }
}
.cid-tHTmiL17dY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHTmiL17dY .container {
    padding: 0 20px;
  }
}
.cid-tHTmiL17dY .row {
  justify-content: center;
}
.cid-tHTmiL17dY .card {
  padding: 0;
}
.cid-tHTmiL17dY .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTmiL17dY .card img {
    height: 300px;
  }
}
.cid-tHTmiL17dY .row.cards {
  margin: 0;
}
.cid-tHTmiL17dY .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTmiL17dY .row.cards img {
    height: 300px;
  }
}
.cid-tHPJZvQ74V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHPJZvQ74V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPJZvQ74V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPJZvQ74V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHPJZvQ74V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHPJZvQ74V .row {
    text-align: center;
  }
  .cid-tHPJZvQ74V .social-row {
    justify-content: center;
  }
}
.cid-tHPJZvQ74V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHPJZvQ74V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHPJZvQ74V .list {
    margin-bottom: 0rem;
  }
}
.cid-tHPJZvQ74V .mbr-text {
  color: #bbbbbb;
}
.cid-tHPJZvQ74V .mbr-iconfont {
  color: black;
}
.cid-tHPKb5usQv {
  z-index: 1000;
  width: 100%;
}
.cid-tHPKb5usQv nav.navbar {
  position: fixed;
}
.cid-tHPKb5usQv .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-tHPKb5usQv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPKb5usQv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPKb5usQv .dropdown-item:hover,
.cid-tHPKb5usQv .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHPKb5usQv .dropdown-item:hover span {
  color: white;
}
.cid-tHPKb5usQv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPKb5usQv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPKb5usQv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPKb5usQv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPKb5usQv .nav-link {
  position: relative;
}
.cid-tHPKb5usQv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKb5usQv .container {
    flex-wrap: wrap;
  }
}
.cid-tHPKb5usQv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKb5usQv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHPKb5usQv .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPKb5usQv .dropdown-menu,
.cid-tHPKb5usQv .navbar.opened {
  background: #000000 !important;
}
.cid-tHPKb5usQv .nav-item:focus,
.cid-tHPKb5usQv .nav-link:focus {
  outline: none;
}
.cid-tHPKb5usQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPKb5usQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPKb5usQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPKb5usQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPKb5usQv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPKb5usQv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPKb5usQv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHPKb5usQv .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPKb5usQv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPKb5usQv .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPKb5usQv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPKb5usQv .navbar.collapsed {
  justify-content: center;
}
.cid-tHPKb5usQv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPKb5usQv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPKb5usQv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHPKb5usQv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPKb5usQv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPKb5usQv .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-tHPKb5usQv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPKb5usQv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPKb5usQv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPKb5usQv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPKb5usQv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPKb5usQv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPKb5usQv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPKb5usQv .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-tHPKb5usQv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPKb5usQv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPKb5usQv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPKb5usQv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPKb5usQv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPKb5usQv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHPKb5usQv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHPKb5usQv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPKb5usQv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPKb5usQv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPKb5usQv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPKb5usQv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPKb5usQv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPKb5usQv .dropdown-item.active,
.cid-tHPKb5usQv .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPKb5usQv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPKb5usQv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPKb5usQv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPKb5usQv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHPKb5usQv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPKb5usQv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPKb5usQv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPKb5usQv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPKb5usQv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPKb5usQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHPKb5usQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPKb5usQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKb5usQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKb5usQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPKb5usQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKb5usQv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPKb5usQv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPKb5usQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKb5usQv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHPKb5usQv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPKb5usQv .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-tHPKb5usQv .navbar {
    height: 70px;
  }
  .cid-tHPKb5usQv .navbar.opened {
    height: auto;
  }
  .cid-tHPKb5usQv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHQqIzZVD6 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tHQqIzZVD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQqIzZVD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQqIzZVD6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tHQqIzZVD6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tHQqIzZVD6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #ffe161;
}
@media (max-width: 767px) {
  .cid-tHQqIzZVD6 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tHQqIzZVD6 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tHQqIzZVD6 .nav-tabs .nav-link:not(.active) {
  color: #fafafa;
}
.cid-tHQqIzZVD6 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tHQqIzZVD6 .nav-link,
.cid-tHQqIzZVD6 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tHQqIzZVD6 .nav-tabs .nav-link.active {
  color: #ffe161;
  border-bottom: 3px solid #ffe161;
}
.cid-tHQqIzZVD6 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tHQqIzZVD6 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tHQqIzZVD6 P {
  color: #ffffff;
}
.cid-tHPKb7khR6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHPKb7khR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPKb7khR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPKb7khR6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHPKb7khR6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHPKb7khR6 .row {
    text-align: center;
  }
  .cid-tHPKb7khR6 .social-row {
    justify-content: center;
  }
}
.cid-tHPKb7khR6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHPKb7khR6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHPKb7khR6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tHPKb7khR6 .mbr-text {
  color: #bbbbbb;
}
.cid-tHPKb7khR6 .mbr-iconfont {
  color: black;
}
.cid-tHPKdVslIk {
  z-index: 1000;
  width: 100%;
}
.cid-tHPKdVslIk nav.navbar {
  position: fixed;
}
.cid-tHPKdVslIk .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-tHPKdVslIk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPKdVslIk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPKdVslIk .dropdown-item:hover,
.cid-tHPKdVslIk .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHPKdVslIk .dropdown-item:hover span {
  color: white;
}
.cid-tHPKdVslIk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPKdVslIk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPKdVslIk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPKdVslIk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPKdVslIk .nav-link {
  position: relative;
}
.cid-tHPKdVslIk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKdVslIk .container {
    flex-wrap: wrap;
  }
}
.cid-tHPKdVslIk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKdVslIk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHPKdVslIk .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPKdVslIk .dropdown-menu,
.cid-tHPKdVslIk .navbar.opened {
  background: #000000 !important;
}
.cid-tHPKdVslIk .nav-item:focus,
.cid-tHPKdVslIk .nav-link:focus {
  outline: none;
}
.cid-tHPKdVslIk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPKdVslIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPKdVslIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPKdVslIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPKdVslIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPKdVslIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPKdVslIk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHPKdVslIk .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPKdVslIk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPKdVslIk .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPKdVslIk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPKdVslIk .navbar.collapsed {
  justify-content: center;
}
.cid-tHPKdVslIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPKdVslIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPKdVslIk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHPKdVslIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPKdVslIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPKdVslIk .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-tHPKdVslIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPKdVslIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPKdVslIk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPKdVslIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPKdVslIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPKdVslIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPKdVslIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPKdVslIk .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-tHPKdVslIk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPKdVslIk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPKdVslIk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPKdVslIk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPKdVslIk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPKdVslIk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHPKdVslIk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHPKdVslIk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPKdVslIk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPKdVslIk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPKdVslIk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPKdVslIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPKdVslIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPKdVslIk .dropdown-item.active,
.cid-tHPKdVslIk .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPKdVslIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPKdVslIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPKdVslIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPKdVslIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHPKdVslIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPKdVslIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPKdVslIk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPKdVslIk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPKdVslIk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPKdVslIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHPKdVslIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPKdVslIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKdVslIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKdVslIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPKdVslIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKdVslIk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPKdVslIk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPKdVslIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKdVslIk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHPKdVslIk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPKdVslIk .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-tHPKdVslIk .navbar {
    height: 70px;
  }
  .cid-tHPKdVslIk .navbar.opened {
    height: auto;
  }
  .cid-tHPKdVslIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHQtpxIWfJ {
  background-image: url("../../../assets/images/dsc-5213-484x323.webp");
}
.cid-tHQtpxIWfJ .text {
  display: flex;
  align-items: center;
}
.cid-tHQtpxIWfJ .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tHQtpxIWfJ .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tHQtpxIWfJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tHQtpxIWfJ .btn:hover {
  box-shadow: none;
}
.cid-tHQtpxIWfJ .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHQtpxIWfJ .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tHQtpxIWfJ .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tHQtpxIWfJ .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tHQtpxIWfJ .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tHQtpxIWfJ .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tHQtpxIWfJ .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tHQtpxIWfJ .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tHQtpxIWfJ .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tHQtpxIWfJ .row:hover img {
  transform: rotate(0deg);
}
.cid-tHQtpxIWfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHQtpxIWfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHQtjXH8mJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tHQtjXH8mJ .row {
  justify-content: center;
}
.cid-tHQtjXH8mJ .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-tHQtjXH8mJ .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-tHQtjXH8mJ .item-wrapper {
  height: 100%;
}
.cid-tHQtjXH8mJ .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHQtjXH8mJ .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tHQtjXH8mJ .card-wrapper {
    padding: 1.8em;
  }
}
.cid-tHQtjXH8mJ .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-tHQtjXH8mJ .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
}
.cid-tHQtjXH8mJ .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #EAEAEA;
}
.cid-tHQtjXH8mJ .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-tHQtjXH8mJ .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-tHQtjXH8mJ .card:hover .mbr-text {
  opacity: .7;
}
.cid-tHQtjXH8mJ .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-tHQtjXH8mJ .card:hover .card-wrapper {
  background: #ff4712;
}
.cid-tHSMjcDXAu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHSMjcDXAu iframe,
.cid-tHSMjcDXAu img,
.cid-tHSMjcDXAu video {
  width: 100%;
}
.cid-tHSMjcDXAu .mbr-media {
  position: relative;
}
.cid-tHSMjcDXAu .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tHSMjcDXAu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tHSMjcDXAu .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tHSMjcDXAu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tHSMjcDXAu .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tHSMjcDXAu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tHSMjcDXAu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tHSMjcDXAu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHSMjcDXAu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHPKdXsDm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tHPKdXsDm1 .text-wrapper {
  padding: 1rem;
}
.cid-tHPKdXsDm1 .row {
  margin: 0;
}
.cid-tHPKdXsDm1 .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tHPKdXsDm1 .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tHPKdXsDm1 .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tHPKdXsDm1 .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tHPKdXsDm1 .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tHPKdXsDm1 .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tHPKdXsDm1 .image:hover .image-overlay {
  opacity: .2;
}
.cid-tHPKdXsDm1 .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tHPKdXsDm1 .image img {
    height: 158px;
  }
}
.cid-tHPKdXsDm1 .mbr-link:hover .mbr-iconfont {
  color: #338d99;
}
.cid-tHPKdXsDm1 .mbr-text,
.cid-tHPKdXsDm1 .mbr-iconfont {
  color: #fafafa;
}
.cid-tHPKdXKasg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHPKdXKasg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPKdXKasg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPKdXKasg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHPKdXKasg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHPKdXKasg .row {
    text-align: center;
  }
  .cid-tHPKdXKasg .social-row {
    justify-content: center;
  }
}
.cid-tHPKdXKasg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHPKdXKasg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHPKdXKasg .list {
    margin-bottom: 0rem;
  }
}
.cid-tHPKdXKasg .mbr-text {
  color: #bbbbbb;
}
.cid-tHPKdXKasg .mbr-iconfont {
  color: black;
}
.cid-tHSEDpdg9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-tHSEDpdg9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHSEDpdg9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHSEDpdg9w .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .container-fluid {
    padding: 0 20px;
  }
}
.cid-tHSEDpdg9w .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .container {
    padding: 0 20px;
  }
}
.cid-tHSEDpdg9w .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHSEDpdg9w .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHSEDpdg9w .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tHSEDpdg9w .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #232323;
  border-radius: 50px;
}
.cid-tHSEDpdg9w .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .image-wrapper {
    padding: 0;
  }
}
.cid-tHSEDpdg9w .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tHSEDpdg9w .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tHSEDpdg9w .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHSEDpdg9w .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tHSEDpdg9w .mbr-section-title {
  color: #ffffff;
}
.cid-tHSEDpdg9w .mbr-text {
  color: #ffffff;
}
.cid-tHSEDpdg9w .list {
  color: #ffffff;
}
.cid-tHPKjxNf29 {
  z-index: 1000;
  width: 100%;
}
.cid-tHPKjxNf29 nav.navbar {
  position: fixed;
}
.cid-tHPKjxNf29 .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-tHPKjxNf29 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHPKjxNf29 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHPKjxNf29 .dropdown-item:hover,
.cid-tHPKjxNf29 .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tHPKjxNf29 .dropdown-item:hover span {
  color: white;
}
.cid-tHPKjxNf29 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHPKjxNf29 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHPKjxNf29 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHPKjxNf29 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHPKjxNf29 .nav-link {
  position: relative;
}
.cid-tHPKjxNf29 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKjxNf29 .container {
    flex-wrap: wrap;
  }
}
.cid-tHPKjxNf29 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tHPKjxNf29 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tHPKjxNf29 .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHPKjxNf29 .dropdown-menu,
.cid-tHPKjxNf29 .navbar.opened {
  background: #000000 !important;
}
.cid-tHPKjxNf29 .nav-item:focus,
.cid-tHPKjxNf29 .nav-link:focus {
  outline: none;
}
.cid-tHPKjxNf29 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHPKjxNf29 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHPKjxNf29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHPKjxNf29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHPKjxNf29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHPKjxNf29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHPKjxNf29 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tHPKjxNf29 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHPKjxNf29 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHPKjxNf29 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHPKjxNf29 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHPKjxNf29 .navbar.collapsed {
  justify-content: center;
}
.cid-tHPKjxNf29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHPKjxNf29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHPKjxNf29 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHPKjxNf29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHPKjxNf29 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHPKjxNf29 .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-tHPKjxNf29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHPKjxNf29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHPKjxNf29 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHPKjxNf29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHPKjxNf29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHPKjxNf29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHPKjxNf29 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHPKjxNf29 .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-tHPKjxNf29 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHPKjxNf29 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHPKjxNf29 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHPKjxNf29 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHPKjxNf29 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHPKjxNf29 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHPKjxNf29 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHPKjxNf29 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHPKjxNf29 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHPKjxNf29 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHPKjxNf29 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHPKjxNf29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHPKjxNf29 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHPKjxNf29 .dropdown-item.active,
.cid-tHPKjxNf29 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHPKjxNf29 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHPKjxNf29 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHPKjxNf29 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHPKjxNf29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHPKjxNf29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHPKjxNf29 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHPKjxNf29 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHPKjxNf29 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHPKjxNf29 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHPKjxNf29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tHPKjxNf29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHPKjxNf29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKjxNf29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHPKjxNf29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHPKjxNf29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKjxNf29 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHPKjxNf29 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHPKjxNf29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHPKjxNf29 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHPKjxNf29 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHPKjxNf29 .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-tHPKjxNf29 .navbar {
    height: 70px;
  }
  .cid-tHPKjxNf29 .navbar.opened {
    height: auto;
  }
  .cid-tHPKjxNf29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHSELUvJkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG9DSvzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG924Yuc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG8vIsjU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG7Zpjt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG7tVWUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG5PtKPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHSG6RioNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHPKjCgofk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHPKjCgofk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPKjCgofk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPKjCgofk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHPKjCgofk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHPKjCgofk .row {
    text-align: center;
  }
  .cid-tHPKjCgofk .social-row {
    justify-content: center;
  }
}
.cid-tHPKjCgofk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tHPKjCgofk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHPKjCgofk .list {
    margin-bottom: 0rem;
  }
}
.cid-tHPKjCgofk .mbr-text {
  color: #bbbbbb;
}
.cid-tHPKjCgofk .mbr-iconfont {
  color: black;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHvELNLFcy {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tHvELNLFcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHvELNLFcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHvELNLFcy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tHvELNLFcy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHvELNLFcy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tHvELNLFcy .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tHvELNLFcy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHvELNLFcy .mbr-section-title {
  color: #ffffff;
}
.cid-tHvELNLFcy .mbr-text,
.cid-tHvELNLFcy .mbr-section-btn {
  color: #ffffff;
}
.cid-tHx9Sy7gc6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-tHx9Sy7gc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHx9Sy7gc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHx9Sy7gc6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tHx9Sy7gc6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tHx9Sy7gc6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4600ff;
}
.cid-tHx9Sy7gc6 .panel-body,
.cid-tHx9Sy7gc6 .card-header {
  padding: 1rem 0;
}
.cid-tHx9Sy7gc6 .panel-title-edit {
  color: #000000;
}
.cid-tHSQ2lnHY2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tHSQ2lnHY2 .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-tHSQ2lnHY2 .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tHSQ2lnHY2 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tHSQ2lnHY2 .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tHSQ2lnHY2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tHSQ2lnHY2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tHSQ2lnHY2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tHSQ2lnHY2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tHSQ2lnHY2 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tHSQ2lnHY2 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tHSQ2lnHY2 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tHSQ2lnHY2 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tHSQ2lnHY2 .mbr-text,
.cid-tHSQ2lnHY2 .mbr-section-btn {
  color: #999999;
}
.cid-tHSQ2lnHY2 .icon-title,
.cid-tHSQ2lnHY2 .align-wrap {
  color: #999999;
}
.cid-tHSQ2lnHY2 .mbr-text,
.cid-tHSQ2lnHY2 .col {
  color: #232323;
}
.cid-tHwrYYbEGO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tHwrYYbEGO img {
  width: 120px;
  margin: auto;
}
.cid-tHwrYYbEGO .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHwrYYbEGO .card {
    max-width: 12.5%;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tKtMtLEa7g {
  z-index: 1000;
  width: 100%;
}
.cid-tKtMtLEa7g nav.navbar {
  position: fixed;
}
.cid-tKtMtLEa7g .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-tKtMtLEa7g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKtMtLEa7g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKtMtLEa7g .dropdown-item:hover,
.cid-tKtMtLEa7g .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tKtMtLEa7g .dropdown-item:hover span {
  color: white;
}
.cid-tKtMtLEa7g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtMtLEa7g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtMtLEa7g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtMtLEa7g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtMtLEa7g .nav-link {
  position: relative;
}
.cid-tKtMtLEa7g .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKtMtLEa7g .container {
    flex-wrap: wrap;
  }
}
.cid-tKtMtLEa7g .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKtMtLEa7g .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKtMtLEa7g .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKtMtLEa7g .dropdown-menu,
.cid-tKtMtLEa7g .navbar.opened {
  background: #000000 !important;
}
.cid-tKtMtLEa7g .nav-item:focus,
.cid-tKtMtLEa7g .nav-link:focus {
  outline: none;
}
.cid-tKtMtLEa7g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtMtLEa7g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtMtLEa7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtMtLEa7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtMtLEa7g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtMtLEa7g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtMtLEa7g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tKtMtLEa7g .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtMtLEa7g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKtMtLEa7g .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtMtLEa7g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtMtLEa7g .navbar.collapsed {
  justify-content: center;
}
.cid-tKtMtLEa7g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtMtLEa7g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtMtLEa7g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tKtMtLEa7g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtMtLEa7g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtMtLEa7g .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-tKtMtLEa7g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtMtLEa7g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtMtLEa7g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtMtLEa7g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtMtLEa7g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtMtLEa7g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtMtLEa7g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtMtLEa7g .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-tKtMtLEa7g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtMtLEa7g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtMtLEa7g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtMtLEa7g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtMtLEa7g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtMtLEa7g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtMtLEa7g .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtMtLEa7g .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKtMtLEa7g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtMtLEa7g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKtMtLEa7g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtMtLEa7g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtMtLEa7g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtMtLEa7g .dropdown-item.active,
.cid-tKtMtLEa7g .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtMtLEa7g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtMtLEa7g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtMtLEa7g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtMtLEa7g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tKtMtLEa7g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtMtLEa7g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtMtLEa7g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtMtLEa7g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKtMtLEa7g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKtMtLEa7g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tKtMtLEa7g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtMtLEa7g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtMtLEa7g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtMtLEa7g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKtMtLEa7g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtMtLEa7g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtMtLEa7g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtMtLEa7g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtMtLEa7g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtMtLEa7g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtMtLEa7g .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-tKtMtLEa7g .navbar {
    height: 70px;
  }
  .cid-tKtMtLEa7g .navbar.opened {
    height: auto;
  }
  .cid-tKtMtLEa7g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtMtMbTal {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tKtMtMbTal .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtMtMbTal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtMtMbTal .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKtMtMbTal .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKtMtMbTal .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKtMtMbTal .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tKtMtMbTal .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKtMtMbTal .mbr-section-title {
  color: #ffffff;
}
.cid-tKtMtMbTal .mbr-text,
.cid-tKtMtMbTal .mbr-section-btn {
  color: #ffffff;
}
.cid-uEz9ZZawrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEz9ZZawrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEz9ZZawrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEz9ZZawrX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEz9ZZawrX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uEz9ZZawrX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEza0I0Rar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEza0I0Rar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEza0I0Rar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEza0I0Rar .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uEza0I0Rar .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEza0I0Rar .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uEza0I0Rar .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKtMtMw265 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-tKtMtMw265 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtMtMw265 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtMtMw265 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tKtMtMw265 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tKtMtMw265 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4600ff;
}
.cid-tKtMtMw265 .panel-body,
.cid-tKtMtMw265 .card-header {
  padding: 1rem 0;
}
.cid-tKtMtMw265 .panel-title-edit {
  color: #000000;
}
.cid-tKtMtMSZpI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKtMtMSZpI .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-tKtMtMSZpI .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tKtMtMSZpI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tKtMtMSZpI .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tKtMtMSZpI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKtMtMSZpI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tKtMtMSZpI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKtMtMSZpI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKtMtMSZpI .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tKtMtMSZpI .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tKtMtMSZpI .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tKtMtMSZpI .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tKtMtMSZpI .mbr-text,
.cid-tKtMtMSZpI .mbr-section-btn {
  color: #999999;
}
.cid-tKtMtMSZpI .icon-title,
.cid-tKtMtMSZpI .align-wrap {
  color: #999999;
}
.cid-tKtMtMSZpI .mbr-text,
.cid-tKtMtMSZpI .col {
  color: #232323;
}
.cid-tKtMtNiO93 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tKtMtNiO93 img {
  width: 120px;
  margin: auto;
}
.cid-tKtMtNiO93 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tKtMtNiO93 .card {
    max-width: 12.5%;
  }
}
.cid-tKtMtNBbm6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tKtMtNBbm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtMtNBbm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtMtNBbm6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tKtMtNBbm6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKtMtNBbm6 .row {
    text-align: center;
  }
  .cid-tKtMtNBbm6 .social-row {
    justify-content: center;
  }
}
.cid-tKtMtNBbm6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tKtMtNBbm6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKtMtNBbm6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tKtMtNBbm6 .mbr-text {
  color: #bbbbbb;
}
.cid-tKtMtNBbm6 .mbr-iconfont {
  color: black;
}
.cid-tGY2Ha0fYC {
  z-index: 1000;
  width: 100%;
}
.cid-tGY2Ha0fYC nav.navbar {
  position: fixed;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGY2Ha0fYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGY2Ha0fYC .dropdown-item:hover,
.cid-tGY2Ha0fYC .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tGY2Ha0fYC .dropdown-item:hover span {
  color: white;
}
.cid-tGY2Ha0fYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGY2Ha0fYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGY2Ha0fYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGY2Ha0fYC .nav-link {
  position: relative;
}
.cid-tGY2Ha0fYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGY2Ha0fYC .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown-menu,
.cid-tGY2Ha0fYC .navbar.opened {
  background: #000000 !important;
}
.cid-tGY2Ha0fYC .nav-item:focus,
.cid-tGY2Ha0fYC .nav-link:focus {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGY2Ha0fYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGY2Ha0fYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGY2Ha0fYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGY2Ha0fYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tGY2Ha0fYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tGY2Ha0fYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGY2Ha0fYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tGY2Ha0fYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar.collapsed {
  justify-content: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGY2Ha0fYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGY2Ha0fYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGY2Ha0fYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGY2Ha0fYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGY2Ha0fYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGY2Ha0fYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGY2Ha0fYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGY2Ha0fYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGY2Ha0fYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGY2Ha0fYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGY2Ha0fYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGY2Ha0fYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGY2Ha0fYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGY2Ha0fYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGY2Ha0fYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGY2Ha0fYC .dropdown-item.active,
.cid-tGY2Ha0fYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tGY2Ha0fYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGY2Ha0fYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tGY2Ha0fYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGY2Ha0fYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGY2Ha0fYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGY2Ha0fYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGY2Ha0fYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGY2Ha0fYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGY2Ha0fYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGY2Ha0fYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGY2Ha0fYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGY2Ha0fYC .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-tGY2Ha0fYC .navbar {
    height: 70px;
  }
  .cid-tGY2Ha0fYC .navbar.opened {
    height: auto;
  }
  .cid-tGY2Ha0fYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHPFUEAOMo {
  background-image: url("../../../assets/images/05-2000x1009.webp");
}
@media (min-width: 992px) {
  .cid-tHPFUEAOMo .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tHPFUEAOMo p {
  margin: 0;
}
.cid-tHPFUEAOMo .display-1 {
  line-height: 1;
}
.cid-tHPFUEAOMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHPFUEAOMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHPE43BsWc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHPE43BsWc a.btn > span {
  margin-left: 0.5rem;
}
.cid-tHPE43BsWc .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tHPE43BsWc .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tHPE43BsWc .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tHPE43BsWc .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tHPE43BsWc .right-side {
  max-width: 554px;
}
.cid-tHPE43BsWc .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tHPE43BsWc .margin {
  margin-right: 14px;
}
.cid-tHPE43BsWc .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tHPE43BsWc img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tHPE43BsWc .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tHPE43BsWc .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tHPE43BsWc .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tHPE43BsWc .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4600ff;
  cursor: pointer;
}
.cid-tHPE43BsWc .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tHPE43BsWc .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tHPE43BsWc .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tHPE43BsWc .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tHPE43BsWc .mbr-social-likes.small {
  display: flex;
}
.cid-tHPE43BsWc .mbr-social-likes.big {
  display: block;
}
.cid-tHPE43BsWc .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4600ff;
  cursor: pointer;
}
.cid-tHPE43BsWc .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tHPE43BsWc .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tHPE43BsWc .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tHPE43BsWc .form-control,
.cid-tHPE43BsWc form .btn {
  min-height: initial;
}
.cid-tHPE43BsWc a.btn,
.cid-tHPE43BsWc button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tHPE43BsWc input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tHPE43BsWc textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tHPE43BsWc input:hover {
  border-color: #14142b !important;
}
.cid-tHPE43BsWc textarea:hover {
  border-color: #14142b !important;
}
.cid-tHPE43BsWc input:focus {
  border-color: #14142b !important;
}
.cid-tHPE43BsWc textarea:focus {
  border-color: #14142b !important;
}
.cid-tHPE43BsWc .form-group {
  margin-bottom: 0;
}
.cid-tHPE43BsWc .listen {
  margin-bottom: 24px;
}
.cid-tHPE43BsWc .phone {
  margin-bottom: 44px;
}
.cid-tHPE43BsWc .email {
  margin-bottom: 21px;
}
.cid-tHPE43BsWc .listen,
.cid-tHPE43BsWc .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tHPE43BsWc .mbr-text,
.cid-tHPE43BsWc .button-align {
  color: #8c8c95;
}
.cid-tHPE43BsWc .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tHPE43BsWc .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tHPE43BsWc select.form-control:hover {
  border-color: #14142b;
}
.cid-tHPE43BsWc select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tHPE43BsWc .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tHPE43BsWc .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tHPE43BsWc .left-side,
  .cid-tHPE43BsWc .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tHPE43BsWc .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tHPE43BsWc .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tHPE43BsWc .shadow {
    padding: 25px;
  }
  .cid-tHPE43BsWc input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tHPE43BsWc .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tHPE43BsWc .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tHPE43BsWc .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tHPE43BsWc .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tHPE43BsWc .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tHPE43BsWc .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tHPE43BsWc .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tHPE43BsWc .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tHPE43BsWc .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tHPE43BsWc .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tHPE43BsWc .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tHPE43BsWc .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tHPE43BsWc .mbr-iconfont {
  margin-right: 8px;
}
.cid-tHvLNTZueI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9fff5;
}
.cid-tHvLNTZueI img {
  width: 120px;
  margin: auto;
}
.cid-tHvLNTZueI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHvLNTZueI .card {
    max-width: 12.5%;
  }
}
.cid-tGYFeSMXzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGYFeSMXzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYFeSMXzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYFeSMXzI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGYFeSMXzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGYFeSMXzI .row {
    text-align: center;
  }
  .cid-tGYFeSMXzI .social-row {
    justify-content: center;
  }
}
.cid-tGYFeSMXzI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGYFeSMXzI .list {
    margin-bottom: 0rem;
  }
}
.cid-tGYFeSMXzI .mbr-text {
  color: #bbbbbb;
}
.cid-tGYFeSMXzI .mbr-iconfont {
  color: black;
}
.cid-tLuIrPTgSf {
  z-index: 1000;
  width: 100%;
}
.cid-tLuIrPTgSf nav.navbar {
  position: fixed;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLuIrPTgSf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLuIrPTgSf .dropdown-item:hover,
.cid-tLuIrPTgSf .dropdown-item:focus {
  background: #4600ff !important;
  color: white !important;
}
.cid-tLuIrPTgSf .dropdown-item:hover span {
  color: white;
}
.cid-tLuIrPTgSf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLuIrPTgSf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLuIrPTgSf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLuIrPTgSf .nav-link {
  position: relative;
}
.cid-tLuIrPTgSf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .container {
    flex-wrap: wrap;
  }
}
.cid-tLuIrPTgSf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLuIrPTgSf .iconfont-wrapper {
  color: #ffe400 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLuIrPTgSf .dropdown-menu,
.cid-tLuIrPTgSf .navbar.opened {
  background: #000000 !important;
}
.cid-tLuIrPTgSf .nav-item:focus,
.cid-tLuIrPTgSf .nav-link:focus {
  outline: none;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLuIrPTgSf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLuIrPTgSf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLuIrPTgSf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLuIrPTgSf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tLuIrPTgSf .navbar.opened {
  transition: all 0.3s;
}
.cid-tLuIrPTgSf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLuIrPTgSf .navbar .navbar-logo img {
  width: auto;
}
.cid-tLuIrPTgSf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLuIrPTgSf .navbar.collapsed {
  justify-content: center;
}
.cid-tLuIrPTgSf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLuIrPTgSf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLuIrPTgSf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLuIrPTgSf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLuIrPTgSf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLuIrPTgSf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLuIrPTgSf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLuIrPTgSf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLuIrPTgSf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLuIrPTgSf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLuIrPTgSf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLuIrPTgSf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLuIrPTgSf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLuIrPTgSf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLuIrPTgSf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLuIrPTgSf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLuIrPTgSf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLuIrPTgSf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLuIrPTgSf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLuIrPTgSf .dropdown-item.active,
.cid-tLuIrPTgSf .dropdown-item:active {
  background-color: transparent;
}
.cid-tLuIrPTgSf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLuIrPTgSf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLuIrPTgSf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLuIrPTgSf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLuIrPTgSf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLuIrPTgSf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLuIrPTgSf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLuIrPTgSf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe400;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLuIrPTgSf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLuIrPTgSf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLuIrPTgSf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLuIrPTgSf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLuIrPTgSf .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-tLuIrPTgSf .navbar {
    height: 70px;
  }
  .cid-tLuIrPTgSf .navbar.opened {
    height: auto;
  }
  .cid-tLuIrPTgSf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLG0MySFOy {
  background-image: url("../../../assets/images/mbr-1920x1312.webp");
}
.cid-tLG0MySFOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLG0MySFOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLG3WNO71Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLG3WNO71Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLG3WNO71Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLG3WNO71Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLG3WNO71Y .row {
    flex-direction: column-reverse;
  }
  .cid-tLG3WNO71Y .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tLG3WNO71Y .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLG3WNO71Y .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLG3WNO71Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLG2sx8oJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLG2sx8oJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLG2sx8oJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLG2sx8oJT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLG2sx8oJT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLG2sx8oJT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4600ff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLGk5C97Hm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLGk5C97Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGk5C97Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGk5C97Hm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLGk5C97Hm .row {
    flex-direction: column-reverse;
  }
  .cid-tLGk5C97Hm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tLGk5C97Hm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLGk5C97Hm .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLGk5C97Hm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLGk6LrC9K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLGk6LrC9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGk6LrC9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGk6LrC9K ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLGk6LrC9K li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLGk6LrC9K ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4600ff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLGk2WRs0b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLGk2WRs0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGk2WRs0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGk2WRs0b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLGk2WRs0b .row {
    flex-direction: column-reverse;
  }
  .cid-tLGk2WRs0b .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tLGk2WRs0b .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLGk2WRs0b .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLGk2WRs0b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLGk4vF43l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLGk4vF43l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGk4vF43l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGk4vF43l ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLGk4vF43l li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLGk4vF43l ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4600ff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLuIrUQuJF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLuIrUQuJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuIrUQuJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuIrUQuJF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLuIrUQuJF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLuIrUQuJF .row {
    text-align: center;
  }
  .cid-tLuIrUQuJF .social-row {
    justify-content: center;
  }
}
.cid-tLuIrUQuJF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tLuIrUQuJF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLuIrUQuJF .list {
    margin-bottom: 0rem;
  }
}
.cid-tLuIrUQuJF .mbr-text {
  color: #bbbbbb;
}
.cid-tLuIrUQuJF .mbr-iconfont {
  color: black;
}
