.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'boring lesson';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'arial';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'arialbd';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'arialbd';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #daa213 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #daa213 !important;
  border-color: #daa213 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #edb933 !important;
  border-color: #edb933 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #edb933 !important;
  border-color: #edb933 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #daa213;
  color: #daa213;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a670c !important;
  background-color: transparent !important;
  border-color: #8a670c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #daa213 !important;
  border-color: #daa213 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #daa213 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c5c0b !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #daa213;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #f9e9c0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'arialbd';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}

/*
.form-control:-webkit-input-placeholder {
  font-family: 'arialbd';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
*/

blockquote {
    border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %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-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRJUCo2AwF {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #014235;
}
.cid-tRJUCo2AwF .item-subtitle {
  line-height: 1.2;
  color: #daa213;
}
.cid-tRJUCo2AwF img,
.cid-tRJUCo2AwF .item-img {
  width: 100%;
}
.cid-tRJUCo2AwF .item:focus,
.cid-tRJUCo2AwF span:focus {
  outline: none;
}
.cid-tRJUCo2AwF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJUCo2AwF .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJUCo2AwF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRJUCo2AwF .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tRJUCo2AwF .item-content .item-footer {
  margin-top: auto;
}
.cid-tRJUCo2AwF .mbr-section-title {
  color: #000000;
}
.cid-tRJUCo2AwF .mbr-text,
.cid-tRJUCo2AwF .mbr-section-btn {
  color: #000000;
}
.cid-tRJUCo2AwF .item-title {
  color: #daa213;
}
.cid-tRJUCo2AwF .content-head {
  max-width: 800px;
}
.cid-tRKqUTvSfv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tRKqUTvSfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKqUTvSfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKqUTvSfv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRKqUTvSfv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tRKqUTvSfv .item-wrapper {
  background: #e8ebe8;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tRKqUTvSfv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tRKqUTvSfv .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-tRKqUTvSfv .mbr-section-title {
  color: #daa213;
}
.cid-tRKqUTvSfv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRKqUTvSfv .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tRKqUTvSfv .card-box .item-footer {
  margin-top: auto;
}
.cid-tRKqUTvSfv .content-head {
  max-width: 800px;
}
.cid-tRKqUTvSfv .card-title,
.cid-tRKqUTvSfv .iconfont-wrapper {
  text-align: center;
  color: #175617;
}
.cid-tRKqUTvSfv .card-text {
  text-align: center;
}
.cid-tRKva2o9WV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tRKva2o9WV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKva2o9WV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKva2o9WV .content-head {
  max-width: 800px;
}
.cid-tRKva2o9WV .mbr-section-title {
  color: #daa213;
}
.cid-tRKAlQ47u5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tRKAlQ47u5 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tRKAlQ47u5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRKAlQ47u5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tRKAlQ47u5 .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tRKAlQ47u5 .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tRKAlQ47u5 .stripe {
  border-bottom: 1px solid #ffa600;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRKAlQ47u5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tRKAlQ47u5 .input-group-btn {
  padding-left: 0;
}
.cid-tRKAlQ47u5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRKAlQ47u5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tRKAlQ47u5 .mbr-text {
  color: #444;
}
.cid-tRKAlQ47u5 h5 {
  margin-bottom: 0;
}
.cid-tRKAlQ47u5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRKAlQ47u5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRKAlQ47u5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRKAlQ47u5 .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRKAlQ47u5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tRKAlQ47u5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRKAlQ47u5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRKAlQ47u5 .social-list a:hover {
  opacity: 0.4;
}
.cid-tRKAlQ47u5 .media-container-row > div {
  padding: 0px;
}
.cid-tRKAlQ47u5 .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tRKAlQ47u5 .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tRKAlQ47u5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRKAlQ47u5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRKAlQ47u5 .social-list,
  .cid-tRKAlQ47u5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRKAlQ47u5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRKAlQ47u5 .form-group {
    max-width: 180px;
  }
}
.cid-tRKAlQ47u5 .links span {
  color: #9e9e9e;
}
.cid-tRKAlQ47u5 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tRKAlQ47u5 .logo-title {
  text-align: center;
}
.cid-tRKAlQ47u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKAlQ47u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKAlQ47u5 .logo-title,
.cid-tRKAlQ47u5 .logo {
  color: #daa213;
  text-align: center;
}
.cid-tRLzbsfL49 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tRLzbsfL49 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRLzbsfL49 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRLzbsfL49 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRKWVjXleQ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #014235;
}
.cid-tRKWVjXleQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKWVjXleQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKWVjXleQ .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tRKWVjXleQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRKWVjXleQ .container {
    padding: 0 26px;
  }
}
.cid-tRKWVjXleQ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRKWVjXleQ .image-wrapper img {
    height: 300px;
  }
}
.cid-tRKWVjXleQ .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tRKWVjXleQ .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tRKWVjXleQ .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tRKWVjXleQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tRKWVjXleQ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tRKWVjXleQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRKWVjXleQ .mbr-section-title {
  color: #ffffff;
}
.cid-tRKWVjXleQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tRKWVjXleQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tRL21HgQpA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #014235;
}
.cid-tRL21HgQpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL21HgQpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRL21HgQpA .card-wrapper {
  background: #014235;
}
@media (max-width: 767px) {
  .cid-tRL21HgQpA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tRL21HgQpA .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tRL21HgQpA .mbr-text,
.cid-tRL21HgQpA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRL21HgQpA .card-title,
.cid-tRL21HgQpA .card-box {
  text-align: left;
  color: #000000;
}
.cid-tRKX7b7EJ3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #014235;
}
.cid-tRKX7b7EJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKX7b7EJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKX7b7EJ3 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tRKX7b7EJ3 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tRKX7b7EJ3 .row {
  border: 3px solid #ececec;
  border-top: none;
  margin-top: -3px;
  border-radius: 5px;
  padding: 0 16px 36px;
  overflow: hidden;
}
.cid-tRKX7b7EJ3 .card {
  border-radius: 0;
  padding: 150px 42px;
  background-color: #9c98cf;
  border-top-right-radius: 5%;
}
@media (min-width: 992px) {
  .cid-tRKX7b7EJ3 .card {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 992px) {
  .cid-tRKX7b7EJ3 .card {
    padding: 48px 20px 10px;
    border-radius: 0;
  }
}
.cid-tRKX7b7EJ3 .card:last-child {
  border-top-left-radius: 5%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tRKX7b7EJ3 .card:last-child {
    border-right: none;
    border-left: 2px solid #ececec;
  }
}
@media (max-width: 992px) {
  .cid-tRKX7b7EJ3 .card:last-child {
    border-radius: 0;
    padding: 10px 20px 58px;
  }
}
.cid-tRKX7b7EJ3 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRKX7b7EJ3 .card .icon-wrapper {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cid-tRKX7b7EJ3 .card .icon-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10rem;
  right: -10rem;
  transform: rotate(-33deg);
  width: 600px;
  height: 200px;
  border-radius: 100%;
  background-color: transparent;
  border: 5px solid #e57300;
}
.cid-tRKX7b7EJ3 .card .icon-wrapper .mbr-iconfont {
  display: block;
  font-size: 260px;
  color: #ff773d;
}
@media (max-width: 992px) {
  .cid-tRKX7b7EJ3 .card .icon-wrapper .mbr-iconfont {
    font-size: 180px;
  }
}
.cid-tRKX7b7EJ3 .mbr-text {
  color: #000000;
}
.cid-tRL3zhtAv2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tRL3zhtAv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL3zhtAv2 .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-tRL3zhtAv2 .container {
    padding: 0 30px;
  }
}
.cid-tRL3zhtAv2 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRL3zhtAv2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tRL3zhtAv2 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tRL3zhtAv2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tRL3zhtAv2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tRL3zhtAv2 .content-wrapper .image-wrapper {
  position: relative;
}
.cid-tRL3zhtAv2 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #014235;
  opacity: .7;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tRL3zhtAv2 .content-wrapper .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tRL3zhtAv2 .content-wrapper .image-wrapper img {
  width: 650px;
  height: 650px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tRL3zhtAv2 .content-wrapper .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tRL3zhtAv2 .content-wrapper .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tRL3zhtAv2 .content-wrapper .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tRL3zhtAv2 .content-wrapper .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tRL3zhtAv2 .content-wrapper .mbr-text {
  width: 50%;
  margin: 0 auto;
  position: relative;
  margin: -12rem auto 0;
}
@media (max-width: 992px) {
  .cid-tRL3zhtAv2 .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tRL3zhtAv2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tRL3zhtAv2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRL3zhtAv2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRL3zhtAv2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tRL5q3huav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #014235;
}
.cid-tRL5q3huav img {
  object-fit: cover;
}
.cid-tRL5q3huav .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRL5q3huav .mbr-text,
.cid-tRL5q3huav .mbr-section-btn {
  color: #ffffff;
}
.cid-tRLb2u7FRQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tRLb2u7FRQ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tRLb2u7FRQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRLb2u7FRQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tRLb2u7FRQ .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tRLb2u7FRQ .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tRLb2u7FRQ .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRLb2u7FRQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tRLb2u7FRQ .input-group-btn {
  padding-left: 0;
}
.cid-tRLb2u7FRQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRLb2u7FRQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tRLb2u7FRQ .mbr-text {
  color: #444;
}
.cid-tRLb2u7FRQ h5 {
  margin-bottom: 0;
}
.cid-tRLb2u7FRQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRLb2u7FRQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRLb2u7FRQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRLb2u7FRQ .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRLb2u7FRQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tRLb2u7FRQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRLb2u7FRQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRLb2u7FRQ .social-list a:hover {
  opacity: 0.4;
}
.cid-tRLb2u7FRQ .media-container-row > div {
  padding: 0px;
}
.cid-tRLb2u7FRQ .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tRLb2u7FRQ .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tRLb2u7FRQ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRLb2u7FRQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRLb2u7FRQ .social-list,
  .cid-tRLb2u7FRQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRLb2u7FRQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRLb2u7FRQ .form-group {
    max-width: 180px;
  }
}
.cid-tRLb2u7FRQ .links span {
  color: #9e9e9e;
}
.cid-tRLb2u7FRQ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tRLb2u7FRQ .logo-title {
  text-align: center;
}
.cid-tRLb2u7FRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLb2u7FRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLb2u7FRQ .logo-title,
.cid-tRLb2u7FRQ .logo {
  color: #daa213;
  text-align: center;
}
.cid-tRLzbsfL49 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tRLzbsfL49 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRLzbsfL49 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRLzbsfL49 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRLdJmvEZW {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/neowave-services-top-2000x641.webp");
  position: relative;
}
.cid-tRLdJmvEZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLdJmvEZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLdJmvEZW .text-wrapper {
  width: 100%;
}
.cid-tRLdJmvEZW .mbr-section-title {
  color: #014235;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tRLdJmvEZW .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tRLdJmvEZW .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tRLdJmvEZW .mbr-text {
    text-align: left !important;
  }
}
.cid-tRLdJmvEZW .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tRLdJmvEZW .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tRLdJmvEZW .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tRLdJmvEZW .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tRLdJmvEZW .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tRLdJmvEZW .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-tRLdJmvEZW .mbr-section-title P {
  text-align: right;
}
.cid-tRLg38HLvI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #014235;
}
.cid-tRLg38HLvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLg38HLvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLg38HLvI .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tRLg38HLvI .team-card:hover {
  transform: translateY(-10px);
}
.cid-tRLg38HLvI .content-head {
  max-width: 800px;
}
.cid-tRLg38HLvI .card1 {
  background: #a0e1e1;
}
.cid-tRLg38HLvI .card2 {
  background: #a0e1e1;
}
.cid-tRLg38HLvI .card3 {
  background: #a0e2e1;
}
.cid-tRLg38HLvI .card4 {
  background: #2e481a;
}
.cid-tRLg38HLvI .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tRLg38HLvI .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tRLg38HLvI .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tRLg38HLvI .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tRLg38HLvI .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tRLg38HLvI .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tRLg38HLvI .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tRLg38HLvI .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tRLg38HLvI .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tRLg38HLvI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tRLg38HLvI .tag1 {
  background: #a0e1e1;
  color: #502274;
}
.cid-tRLg38HLvI .tag2 {
  background: #a0e1e1;
  color: #ffd7ef;
}
.cid-tRLg38HLvI .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tRLg38HLvI .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tRLg38HLvI .card-text3,
.cid-tRLg38HLvI .mbr-section-btn {
  color: #232323;
}
.cid-tRLg38HLvI .card-text2,
.cid-tRLg38HLvI .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tRLg38HLvI .card-text1,
.cid-tRLg38HLvI .mbr-section-btn {
  color: #502274;
}
.cid-tRLg38HLvI .card-title2,
.cid-tRLg38HLvI .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLg38HLvI .mbr-role3,
.cid-tRLg38HLvI .social-row {
  color: #ffffff;
}
.cid-tRLg38HLvI .card-title3,
.cid-tRLg38HLvI .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLg38HLvI .card-title4,
.cid-tRLg38HLvI .social-row {
  color: #ffffff;
}
.cid-tRLg38HLvI .mbr-role3 {
  color: #232323;
}
.cid-tRLg38HLvI .mbr-role2 {
  color: #ffd7ef;
}
.cid-tRLg38HLvI .mbr-role4 {
  color: #ffffff;
}
.cid-tRLg38HLvI .card-text4,
.cid-tRLg38HLvI .mbr-section-btn {
  color: #ffffff;
}
.cid-tRLg38HLvI .card-text1,
.cid-tRLg38HLvI .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLg38HLvI .card-title1,
.cid-tRLg38HLvI .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLg38HLvI .card-text2,
.cid-tRLg38HLvI .card2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLg38HLvI .card-text3,
.cid-tRLg38HLvI .card3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #014235;
}
.cid-tS5qyfWAAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5qyfWAAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS5qyfWAAc .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tS5qyfWAAc .team-card:hover {
  transform: translateY(-10px);
}
.cid-tS5qyfWAAc .content-head {
  max-width: 800px;
}
.cid-tS5qyfWAAc .card1 {
  background: #9c98cf;
}
.cid-tS5qyfWAAc .card2 {
  background: #9c98cf;
}
.cid-tS5qyfWAAc .card3 {
  background: #9c98cf;
}
.cid-tS5qyfWAAc .card4 {
  background: #2e481a;
}
.cid-tS5qyfWAAc .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tS5qyfWAAc .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tS5qyfWAAc .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tS5qyfWAAc .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tS5qyfWAAc .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tS5qyfWAAc .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tS5qyfWAAc .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tS5qyfWAAc .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tS5qyfWAAc .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tS5qyfWAAc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tS5qyfWAAc .tag1 {
  background: #9c98cf;
  color: #502274;
}
.cid-tS5qyfWAAc .tag2 {
  background: #9c98cf;
  color: #ffd7ef;
}
.cid-tS5qyfWAAc .tag3 {
  background: #9c98cf;
  color: #232323;
}
.cid-tS5qyfWAAc .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tS5qyfWAAc .card-text3,
.cid-tS5qyfWAAc .mbr-section-btn {
  color: #232323;
}
.cid-tS5qyfWAAc .card-text2,
.cid-tS5qyfWAAc .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tS5qyfWAAc .card-text1,
.cid-tS5qyfWAAc .mbr-section-btn {
  color: #502274;
}
.cid-tS5qyfWAAc .card-title2,
.cid-tS5qyfWAAc .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc .mbr-role3,
.cid-tS5qyfWAAc .social-row {
  color: #ffffff;
}
.cid-tS5qyfWAAc .card-title3,
.cid-tS5qyfWAAc .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc .card-title4,
.cid-tS5qyfWAAc .social-row {
  color: #ffffff;
}
.cid-tS5qyfWAAc .mbr-role3 {
  color: #232323;
}
.cid-tS5qyfWAAc .mbr-role2 {
  color: #ffd7ef;
}
.cid-tS5qyfWAAc .mbr-role4 {
  color: #ffffff;
}
.cid-tS5qyfWAAc .card-text4,
.cid-tS5qyfWAAc .mbr-section-btn {
  color: #ffffff;
}
.cid-tS5qyfWAAc .card-text1,
.cid-tS5qyfWAAc .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc .card-title1,
.cid-tS5qyfWAAc .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc .card-text2,
.cid-tS5qyfWAAc .card2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5qyfWAAc .card-text3,
.cid-tS5qyfWAAc .card3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #014235;
}
.cid-tRLktdoFwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLktdoFwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLktdoFwU .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tRLktdoFwU .team-card:hover {
  transform: translateY(-10px);
}
.cid-tRLktdoFwU .content-head {
  max-width: 800px;
}
.cid-tRLktdoFwU .card1 {
  background: #a0e1e1;
}
.cid-tRLktdoFwU .card2 {
  background: #a0e1e1;
}
.cid-tRLktdoFwU .card3 {
  background: #a0e2e1;
}
.cid-tRLktdoFwU .card4 {
  background: #2e481a;
}
.cid-tRLktdoFwU .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tRLktdoFwU .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tRLktdoFwU .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tRLktdoFwU .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tRLktdoFwU .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tRLktdoFwU .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tRLktdoFwU .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tRLktdoFwU .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tRLktdoFwU .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tRLktdoFwU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tRLktdoFwU .tag1 {
  background: #a0e1e1;
  color: #502274;
}
.cid-tRLktdoFwU .tag2 {
  background: #a0e1e1;
  color: #ffd7ef;
}
.cid-tRLktdoFwU .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tRLktdoFwU .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tRLktdoFwU .card-text3,
.cid-tRLktdoFwU .mbr-section-btn {
  color: #232323;
}
.cid-tRLktdoFwU .card-text2,
.cid-tRLktdoFwU .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tRLktdoFwU .card-text1,
.cid-tRLktdoFwU .mbr-section-btn {
  color: #502274;
}
.cid-tRLktdoFwU .card-title2,
.cid-tRLktdoFwU .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU .mbr-role3,
.cid-tRLktdoFwU .social-row {
  color: #ffffff;
}
.cid-tRLktdoFwU .card-title3,
.cid-tRLktdoFwU .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU .card-title4,
.cid-tRLktdoFwU .social-row {
  color: #ffffff;
}
.cid-tRLktdoFwU .mbr-role3 {
  color: #232323;
}
.cid-tRLktdoFwU .mbr-role2 {
  color: #ffd7ef;
}
.cid-tRLktdoFwU .mbr-role4 {
  color: #ffffff;
}
.cid-tRLktdoFwU .card-text4,
.cid-tRLktdoFwU .mbr-section-btn {
  color: #ffffff;
}
.cid-tRLktdoFwU .card-text1,
.cid-tRLktdoFwU .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU .card-title1,
.cid-tRLktdoFwU .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU .card-text2,
.cid-tRLktdoFwU .card2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLktdoFwU .card-text3,
.cid-tRLktdoFwU .card3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #014235;
}
.cid-tS5tvfq05B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5tvfq05B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS5tvfq05B .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tS5tvfq05B .team-card:hover {
  transform: translateY(-10px);
}
.cid-tS5tvfq05B .content-head {
  max-width: 800px;
}
.cid-tS5tvfq05B .card1 {
  background: #ffd7ef;
}
.cid-tS5tvfq05B .card2 {
  background: #9c98cf;
}
.cid-tS5tvfq05B .card3 {
  background: #9c98cf;
}
.cid-tS5tvfq05B .card4 {
  background: #2e481a;
}
.cid-tS5tvfq05B .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tS5tvfq05B .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tS5tvfq05B .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tS5tvfq05B .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tS5tvfq05B .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tS5tvfq05B .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tS5tvfq05B .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tS5tvfq05B .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tS5tvfq05B .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tS5tvfq05B .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tS5tvfq05B .tag1 {
  background: #ffd7ef;
  color: #502274;
}
.cid-tS5tvfq05B .tag2 {
  background: #9c98cf;
  color: #ffd7ef;
}
.cid-tS5tvfq05B .tag3 {
  background: #9c98cf;
  color: #232323;
}
.cid-tS5tvfq05B .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tS5tvfq05B .card-text3,
.cid-tS5tvfq05B .mbr-section-btn {
  color: #232323;
}
.cid-tS5tvfq05B .card-text2,
.cid-tS5tvfq05B .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tS5tvfq05B .card-text1,
.cid-tS5tvfq05B .mbr-section-btn {
  color: #502274;
}
.cid-tS5tvfq05B .card-title2,
.cid-tS5tvfq05B .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B .mbr-role3,
.cid-tS5tvfq05B .social-row {
  color: #ffffff;
}
.cid-tS5tvfq05B .card-title3,
.cid-tS5tvfq05B .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B .card-title4,
.cid-tS5tvfq05B .social-row {
  color: #ffffff;
}
.cid-tS5tvfq05B .mbr-role3 {
  color: #232323;
}
.cid-tS5tvfq05B .mbr-role2 {
  color: #ffd7ef;
}
.cid-tS5tvfq05B .mbr-role4 {
  color: #ffffff;
}
.cid-tS5tvfq05B .card-text4,
.cid-tS5tvfq05B .mbr-section-btn {
  color: #ffffff;
}
.cid-tS5tvfq05B .card-text1,
.cid-tS5tvfq05B .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B .card-title1,
.cid-tS5tvfq05B .social-row {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B .card-text2,
.cid-tS5tvfq05B .card2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tS5tvfq05B .card-text3,
.cid-tS5tvfq05B .card3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #014235;
}
.cid-tRLmH64sC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLmH64sC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLmH64sC3 .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-tRLmH64sC3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tRLmH64sC3 .content-head {
  max-width: 800px;
}
.cid-tRLmH64sC3 .card1 {
  background: #a0e1e1;
}
.cid-tRLmH64sC3 .card2 {
  background: #a0e1e1;
}
.cid-tRLmH64sC3 .card3 {
  background: #a0e2e1;
}
.cid-tRLmH64sC3 .card4 {
  background: #2e481a;
}
.cid-tRLmH64sC3 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tRLmH64sC3 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tRLmH64sC3 .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tRLmH64sC3 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tRLmH64sC3 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tRLmH64sC3 .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tRLmH64sC3 .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-tRLmH64sC3 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tRLmH64sC3 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tRLmH64sC3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-tRLmH64sC3 .tag1 {
  background: #a0e1e1;
  color: #502274;
}
.cid-tRLmH64sC3 .tag2 {
  background: #a0e1e1;
  color: #ffd7ef;
}
.cid-tRLmH64sC3 .tag3 {
  background: #a0e2e1;
  color: #232323;
}
.cid-tRLmH64sC3 .tag4 {
  background: #2e481a;
  color: #ffffff;
}
.cid-tRLmH64sC3 .card-text3,
.cid-tRLmH64sC3 .mbr-section-btn {
  color: #232323;
}
.cid-tRLmH64sC3 .card-text2,
.cid-tRLmH64sC3 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-tRLmH64sC3 .card-text1,
.cid-tRLmH64sC3 .mbr-section-btn {
  color: #502274;
}
.cid-tRLmH64sC3 .card-title2,
.cid-tRLmH64sC3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 .mbr-role3,
.cid-tRLmH64sC3 .social-row {
  color: #ffffff;
}
.cid-tRLmH64sC3 .card-title3,
.cid-tRLmH64sC3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 .card-title4,
.cid-tRLmH64sC3 .social-row {
  color: #ffffff;
}
.cid-tRLmH64sC3 .mbr-role3 {
  color: #232323;
}
.cid-tRLmH64sC3 .mbr-role2 {
  color: #ffd7ef;
}
.cid-tRLmH64sC3 .mbr-role4 {
  color: #ffffff;
}
.cid-tRLmH64sC3 .card-text4,
.cid-tRLmH64sC3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tRLmH64sC3 .card-text1,
.cid-tRLmH64sC3 .card1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 .card-title1,
.cid-tRLmH64sC3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 .card-text2,
.cid-tRLmH64sC3 .card2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLmH64sC3 .card-text3,
.cid-tRLmH64sC3 .card3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tRLu1c4zG9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/neowave-services-top-2000x641.webp");
  position: relative;
}
.cid-tRLu1c4zG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLu1c4zG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLu1c4zG9 .text-wrapper {
  width: 100%;
}
.cid-tRLu1c4zG9 .mbr-section-title {
  color: #014235;
}
@media (max-width: 991px) {
  .cid-tRLu1c4zG9 .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tRLu1c4zG9 .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tRLu1c4zG9 .mbr-text {
    text-align: left !important;
  }
}
.cid-tRLu1c4zG9 .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tRLu1c4zG9 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tRLu1c4zG9 .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tRLu1c4zG9 .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tRLu1c4zG9 .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tRLu1c4zG9 .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-tVejZig4j7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7787a5;
}
.cid-tVejZig4j7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tVejZig4j7 .mbr-section-title {
  color: #24262b;
}
.cid-tVejZig4j7 .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
}
.cid-tVejZig4j7 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tVejZig4j7 .card {
    padding: 1rem !important;
  }
}
.cid-tVejZig4j7 .card:hover {
  transform: translateY(-1rem);
}
.cid-tVejZig4j7 .card img {
  max-width: 120px;
  height: auto;
}
.cid-tS5uLeTsZD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-tS5uLeTsZD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tS5uLeTsZD .mbr-section-title {
  color: #24262b;
}
.cid-tS5uLeTsZD .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tS5uLeTsZD .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tS5uLeTsZD .card {
    padding: 1rem !important;
  }
}
.cid-tS5uLeTsZD .card:hover {
  transform: translateY(-1rem);
}
.cid-tS5uLeTsZD .card img {
  max-width: 120px;
  height: auto;
}
.cid-tRLcPwLaVO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tRLcPwLaVO .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tRLcPwLaVO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRLcPwLaVO .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tRLcPwLaVO .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tRLcPwLaVO .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tRLcPwLaVO .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRLcPwLaVO .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tRLcPwLaVO .input-group-btn {
  padding-left: 0;
}
.cid-tRLcPwLaVO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRLcPwLaVO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tRLcPwLaVO .mbr-text {
  color: #444;
}
.cid-tRLcPwLaVO h5 {
  margin-bottom: 0;
}
.cid-tRLcPwLaVO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRLcPwLaVO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRLcPwLaVO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRLcPwLaVO .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRLcPwLaVO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tRLcPwLaVO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRLcPwLaVO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRLcPwLaVO .social-list a:hover {
  opacity: 0.4;
}
.cid-tRLcPwLaVO .media-container-row > div {
  padding: 0px;
}
.cid-tRLcPwLaVO .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tRLcPwLaVO .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tRLcPwLaVO .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRLcPwLaVO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRLcPwLaVO .social-list,
  .cid-tRLcPwLaVO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRLcPwLaVO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRLcPwLaVO .form-group {
    max-width: 180px;
  }
}
.cid-tRLcPwLaVO .links span {
  color: #9e9e9e;
}
.cid-tRLcPwLaVO .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tRLcPwLaVO .logo-title {
  text-align: center;
}
.cid-tRLcPwLaVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLcPwLaVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLcPwLaVO .logo-title,
.cid-tRLcPwLaVO .logo {
  color: #daa213;
  text-align: center;
}
.cid-tRLzbsfL49 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tRLzbsfL49 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRLzbsfL49 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRLzbsfL49 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRRK9kWHhc {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #7787a5;
}
.cid-tRRK9kWHhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRRK9kWHhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRRK9kWHhc .row {
  flex-direction: row-reverse;
}
.cid-tRRK9kWHhc .mbr-description {
  color: #000000;
}
.cid-tRRNjHr4B1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-tRRNjHr4B1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRRNjHr4B1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRRNjHr4B1 .card-wrapper {
  overflow: hidden;
  background: #7787a5;
}
.cid-tRRNjHr4B1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRRNjHr4B1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tRRNjHr4B1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tRRNjHr4B1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tRRNjHr4B1 .row {
  flex-direction: row-reverse;
}
.cid-tRRNjHr4B1 .image-wrapper {
  padding: 0 1rem;
}
.cid-tRRNjHr4B1 img,
.cid-tRRNjHr4B1 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tRRNjHr4B1 img,
  .cid-tRRNjHr4B1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-tRRNjHr4B1 .mbr-section-title {
  color: #000000;
}
.cid-tRRNjHr4B1 .mbr-text {
  color: #000000;
}
.cid-tRRNjHr4B1 .mbr-text,
.cid-tRRNjHr4B1 .mbr-section-btn {
  text-align: center;
}
.cid-tRRzQO9g1u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7787a5;
}
.cid-tRRzQO9g1u .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tRRzQO9g1u .card:hover {
  transform: scale(1.03);
}
.cid-tRRzQO9g1u .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tRRzQO9g1u .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tRRzQO9g1u .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tRRzQO9g1u .img-container {
  display: flex;
  justify-content: center;
}
.cid-tRRzQO9g1u .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tRRzQO9g1u .mbr-section-subtitle {
  text-align: center;
}
.cid-tRRzQO9g1u .mbr-text {
  text-align: center;
}
.cid-tRRzQO9g1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRRzQO9g1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRRzQO9g1u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tS5XwTrsry {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7787a5;
}
.cid-tS5XwTrsry .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5XwTrsry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS5XwTrsry .row {
  flex-direction: row-reverse;
}
.cid-tROreRoT3l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tROreRoT3l .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tROreRoT3l .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tROreRoT3l .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tROreRoT3l .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tROreRoT3l .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tROreRoT3l .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tROreRoT3l .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tROreRoT3l .input-group-btn {
  padding-left: 0;
}
.cid-tROreRoT3l .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tROreRoT3l .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tROreRoT3l .mbr-text {
  color: #444;
}
.cid-tROreRoT3l h5 {
  margin-bottom: 0;
}
.cid-tROreRoT3l .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tROreRoT3l .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tROreRoT3l .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tROreRoT3l .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tROreRoT3l .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tROreRoT3l .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tROreRoT3l .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tROreRoT3l .social-list a:hover {
  opacity: 0.4;
}
.cid-tROreRoT3l .media-container-row > div {
  padding: 0px;
}
.cid-tROreRoT3l .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tROreRoT3l .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tROreRoT3l .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tROreRoT3l .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tROreRoT3l .social-list,
  .cid-tROreRoT3l .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tROreRoT3l h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tROreRoT3l .form-group {
    max-width: 180px;
  }
}
.cid-tROreRoT3l .links span {
  color: #9e9e9e;
}
.cid-tROreRoT3l .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tROreRoT3l .logo-title {
  text-align: center;
}
.cid-tROreRoT3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROreRoT3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROreRoT3l .logo-title,
.cid-tROreRoT3l .logo {
  color: #daa213;
  text-align: center;
}
.cid-tROreROnh8 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tROreROnh8 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROreROnh8 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tROreROnh8 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRPDDliuDB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #014235;
}
.cid-tRPDDliuDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPDDliuDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPDDliuDB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRPDDliuDB .mbr-section-title {
  color: #ffffff;
}
.cid-tRPzPJXpCC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #014235;
}
.cid-tRPzPJXpCC .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tRPzPJXpCC .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tRPzPJXpCC .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tRPzPJXpCC .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tRPzPJXpCC .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tRPzPJXpCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPzPJXpCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPohx0sEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014235;
}
.cid-tRPohx0sEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPohx0sEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPohx0sEM .row {
  justify-content: center;
}
.cid-tRPohx0sEM .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tRPohx0sEM .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tRPohx0sEM .row {
    padding: 0 24px;
  }
}
.cid-tRPohx0sEM .video-wrapper iframe {
  width: 100%;
}
.cid-tRPohx0sEM .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRPohx0sEM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRPohx0sEM .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tRPohx0sEM .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #014235;
  z-index: -1;
}
.cid-tRPohx0sEM .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tRPohx0sEM .video-block {
    margin-bottom: 24px;
  }
}
.cid-tRPohx0sEM .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tRPohx0sEM .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tRPwdkfz3j {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tRPwdkfz3j .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tRPwdkfz3j .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tRPwdkfz3j .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tRPwdkfz3j .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tRPwdkfz3j .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tRPwdkfz3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPwdkfz3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROuCEkesF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tROuCEkesF .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tROuCEkesF .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tROuCEkesF .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tROuCEkesF .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tROuCEkesF .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tROuCEkesF .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tROuCEkesF .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tROuCEkesF .input-group-btn {
  padding-left: 0;
}
.cid-tROuCEkesF .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tROuCEkesF .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tROuCEkesF .mbr-text {
  color: #444;
}
.cid-tROuCEkesF h5 {
  margin-bottom: 0;
}
.cid-tROuCEkesF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tROuCEkesF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tROuCEkesF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tROuCEkesF .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tROuCEkesF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tROuCEkesF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tROuCEkesF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tROuCEkesF .social-list a:hover {
  opacity: 0.4;
}
.cid-tROuCEkesF .media-container-row > div {
  padding: 0px;
}
.cid-tROuCEkesF .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tROuCEkesF .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tROuCEkesF .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tROuCEkesF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tROuCEkesF .social-list,
  .cid-tROuCEkesF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tROuCEkesF h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tROuCEkesF .form-group {
    max-width: 180px;
  }
}
.cid-tROuCEkesF .links span {
  color: #9e9e9e;
}
.cid-tROuCEkesF .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tROuCEkesF .logo-title {
  text-align: center;
}
.cid-tROuCEkesF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROuCEkesF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROuCEkesF .logo-title,
.cid-tROuCEkesF .logo {
  color: #daa213;
  text-align: center;
}
.cid-tROuCEI6gj {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tROuCEI6gj .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROuCEI6gj .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tROuCEI6gj .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRQMxDWiah {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #014235;
}
.cid-tRQMxDWiah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQMxDWiah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQMxDWiah .card-wrapper {
  background: #e8ebe8;
}
@media (max-width: 767px) {
  .cid-tRQMxDWiah .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tRQMxDWiah .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tRQMxDWiah .mbr-text,
.cid-tRQMxDWiah .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tRQMxDWiah .card-title,
.cid-tRQMxDWiah .card-box {
  text-align: left;
  color: #000000;
}
.cid-tRQMxElo9b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tRQMxElo9b .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tRQMxElo9b .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRQMxElo9b .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tRQMxElo9b .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tRQMxElo9b .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tRQMxElo9b .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRQMxElo9b .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tRQMxElo9b .input-group-btn {
  padding-left: 0;
}
.cid-tRQMxElo9b .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRQMxElo9b .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tRQMxElo9b .mbr-text {
  color: #444;
}
.cid-tRQMxElo9b h5 {
  margin-bottom: 0;
}
.cid-tRQMxElo9b .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRQMxElo9b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRQMxElo9b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRQMxElo9b .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRQMxElo9b .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tRQMxElo9b .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRQMxElo9b .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRQMxElo9b .social-list a:hover {
  opacity: 0.4;
}
.cid-tRQMxElo9b .media-container-row > div {
  padding: 0px;
}
.cid-tRQMxElo9b .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tRQMxElo9b .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tRQMxElo9b .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRQMxElo9b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRQMxElo9b .social-list,
  .cid-tRQMxElo9b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRQMxElo9b h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRQMxElo9b .form-group {
    max-width: 180px;
  }
}
.cid-tRQMxElo9b .links span {
  color: #9e9e9e;
}
.cid-tRQMxElo9b .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tRQMxElo9b .logo-title {
  text-align: center;
}
.cid-tRQMxElo9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQMxElo9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQMxElo9b .logo-title,
.cid-tRQMxElo9b .logo {
  color: #daa213;
  text-align: center;
}
.cid-tRQMxEYKHH {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tRQMxEYKHH .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRQMxEYKHH .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRQMxEYKHH .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tROu2MWjCk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #014235;
}
.cid-tROu2MWjCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROu2MWjCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROu2MWjCk .card-wrapper {
  background: #e8ebe8;
}
@media (max-width: 767px) {
  .cid-tROu2MWjCk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tROu2MWjCk .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tROu2MWjCk .mbr-text,
.cid-tROu2MWjCk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tROu2MWjCk .card-title,
.cid-tROu2MWjCk .card-box {
  text-align: left;
  color: #000000;
}
.cid-tROu2Nk04d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tROu2Nk04d .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tROu2Nk04d .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tROu2Nk04d .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tROu2Nk04d .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tROu2Nk04d .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tROu2Nk04d .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tROu2Nk04d .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tROu2Nk04d .input-group-btn {
  padding-left: 0;
}
.cid-tROu2Nk04d .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tROu2Nk04d .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tROu2Nk04d .mbr-text {
  color: #444;
}
.cid-tROu2Nk04d h5 {
  margin-bottom: 0;
}
.cid-tROu2Nk04d .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tROu2Nk04d .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tROu2Nk04d .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tROu2Nk04d .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tROu2Nk04d .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tROu2Nk04d .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tROu2Nk04d .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tROu2Nk04d .social-list a:hover {
  opacity: 0.4;
}
.cid-tROu2Nk04d .media-container-row > div {
  padding: 0px;
}
.cid-tROu2Nk04d .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tROu2Nk04d .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tROu2Nk04d .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tROu2Nk04d .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tROu2Nk04d .social-list,
  .cid-tROu2Nk04d .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tROu2Nk04d h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tROu2Nk04d .form-group {
    max-width: 180px;
  }
}
.cid-tROu2Nk04d .links span {
  color: #9e9e9e;
}
.cid-tROu2Nk04d .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tROu2Nk04d .logo-title {
  text-align: center;
}
.cid-tROu2Nk04d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROu2Nk04d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROu2Nk04d .logo-title,
.cid-tROu2Nk04d .logo {
  color: #daa213;
  text-align: center;
}
.cid-tROu2NQAV9 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tROu2NQAV9 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROu2NQAV9 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tROu2NQAV9 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tROtuKaApV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #014235;
}
.cid-tROtuKaApV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROtuKaApV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROtuKaApV .card-wrapper {
  background: #e8ebe8;
}
@media (max-width: 767px) {
  .cid-tROtuKaApV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tROtuKaApV .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tROtuKaApV .mbr-text,
.cid-tROtuKaApV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tROtuKaApV .card-title,
.cid-tROtuKaApV .card-box {
  text-align: left;
  color: #000000;
}
.cid-tROtqnn5eV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tROtqnn5eV .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tROtqnn5eV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tROtqnn5eV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tROtqnn5eV .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tROtqnn5eV .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tROtqnn5eV .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tROtqnn5eV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tROtqnn5eV .input-group-btn {
  padding-left: 0;
}
.cid-tROtqnn5eV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tROtqnn5eV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tROtqnn5eV .mbr-text {
  color: #444;
}
.cid-tROtqnn5eV h5 {
  margin-bottom: 0;
}
.cid-tROtqnn5eV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tROtqnn5eV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tROtqnn5eV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tROtqnn5eV .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tROtqnn5eV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tROtqnn5eV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tROtqnn5eV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tROtqnn5eV .social-list a:hover {
  opacity: 0.4;
}
.cid-tROtqnn5eV .media-container-row > div {
  padding: 0px;
}
.cid-tROtqnn5eV .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tROtqnn5eV .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tROtqnn5eV .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tROtqnn5eV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tROtqnn5eV .social-list,
  .cid-tROtqnn5eV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tROtqnn5eV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tROtqnn5eV .form-group {
    max-width: 180px;
  }
}
.cid-tROtqnn5eV .links span {
  color: #9e9e9e;
}
.cid-tROtqnn5eV .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tROtqnn5eV .logo-title {
  text-align: center;
}
.cid-tROtqnn5eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROtqnn5eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROtqnn5eV .logo-title,
.cid-tROtqnn5eV .logo {
  color: #daa213;
  text-align: center;
}
.cid-tROtqnRby4 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tROtqnRby4 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROtqnRby4 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tROtqnRby4 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tS9fbWWDze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tS9fbWWDze .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;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tS9fbWWDze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tS9fbWWDze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tS9fbWWDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tS9fbWWDze .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tS9fbWWDze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tS9fbWWDze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tS9fbWWDze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tS9fbWWDze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tS9fbWWDze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tS9fbWWDze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tS9fbWWDze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tS9fbWWDze .nav-item:focus,
.cid-tS9fbWWDze .nav-link:focus {
  outline: none;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tS9fbWWDze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tS9fbWWDze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tS9fbWWDze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tS9fbWWDze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tS9fbWWDze .navbar.opened {
  transition: all 0.3s;
}
.cid-tS9fbWWDze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tS9fbWWDze .navbar .navbar-logo img {
  width: auto;
}
.cid-tS9fbWWDze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tS9fbWWDze .navbar.collapsed {
  justify-content: center;
}
.cid-tS9fbWWDze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tS9fbWWDze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tS9fbWWDze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tS9fbWWDze .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-tS9fbWWDze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tS9fbWWDze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tS9fbWWDze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tS9fbWWDze .navbar {
    min-height: 72px;
  }
  .cid-tS9fbWWDze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tS9fbWWDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tS9fbWWDze .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-tS9fbWWDze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tS9fbWWDze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tS9fbWWDze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tS9fbWWDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tS9fbWWDze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tS9fbWWDze .dropdown-item.active,
.cid-tS9fbWWDze .dropdown-item:active {
  background-color: transparent;
}
.cid-tS9fbWWDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tS9fbWWDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tS9fbWWDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tS9fbWWDze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tS9fbWWDze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .navbar-buttons {
    text-align: left;
  }
}
.cid-tS9fbWWDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tS9fbWWDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tS9fbWWDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tS9fbWWDze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tS9fbWWDze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tS9fbWWDze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tS9fbWWDze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tS9fbWWDze .navbar {
    height: 70px;
  }
  .cid-tS9fbWWDze .navbar.opened {
    height: auto;
  }
  .cid-tS9fbWWDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tS9fbWWDze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tS9fbWWDze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tS9fbWWDze .navbar-brand {
    margin-right: auto;
  }
  .cid-tS9fbWWDze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tS9fbWWDze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tS9fbWWDze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tS9fbWWDze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tS9fbWWDze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tS9fbWWDze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tRQY85nXu4 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #014235;
}
.cid-tRQY85nXu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQY85nXu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQY85nXu4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRQY85nXu4 .mbr-section-title {
  color: #ffffff;
}
.cid-tS2ry0x3O9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2ry0x3O9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2ry0x3O9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2ry0x3O9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2ry0x3O9 .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2ry0x3O9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2ry0x3O9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2ry0x3O9 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2ry0x3O9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2ry0x3O9 .carousel-control,
.cid-tS2ry0x3O9 .close {
  background: #1b1b1b;
}
.cid-tS2ry0x3O9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2ry0x3O9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2ry0x3O9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2ry0x3O9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2ry0x3O9 .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-tS2ry0x3O9 .close::before {
  content: '\e91a';
}
.cid-tS2ry0x3O9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2ry0x3O9 .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-tS2ry0x3O9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2ry0x3O9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2ry0x3O9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2ry0x3O9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2ry0x3O9 .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-tS2ry0x3O9 .carousel-indicators li.active,
.cid-tS2ry0x3O9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2ry0x3O9 .carousel-indicators li::after,
.cid-tS2ry0x3O9 .carousel-indicators li::before {
  content: none;
}
.cid-tS2ry0x3O9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2ry0x3O9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2ry0x3O9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2ry0x3O9 .carousel-indicators {
    display: none;
  }
}
.cid-tS2ry0x3O9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2ry0x3O9 .carousel-inner > .active {
  display: block;
}
.cid-tS2ry0x3O9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2ry0x3O9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2ry0x3O9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2ry0x3O9 .carousel-control,
  .cid-tS2ry0x3O9 .carousel-indicators,
  .cid-tS2ry0x3O9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2ry0x3O9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2ry0x3O9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2ry0x3O9 .carousel-indicators .active,
.cid-tS2ry0x3O9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2ry0x3O9 .carousel-indicators .active {
  background: #fff;
}
.cid-tS2ry0x3O9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2ry0x3O9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2ry0x3O9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2ry0x3O9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2ry0x3O9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2ry0x3O9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2ry0x3O9 .carousel {
  width: 100%;
}
.cid-tS2ry0x3O9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2ry0x3O9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2ry0x3O9 .modal.fade .modal-dialog,
.cid-tS2ry0x3O9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2ry0x3O9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2ry0x3O9 .content-head {
  max-width: 800px;
}
.cid-tS2ry0x3O9 H3 {
  color: #daa213;
}
.cid-tS2gA9LWXN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2gA9LWXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2gA9LWXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2gA9LWXN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2gA9LWXN .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2gA9LWXN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2gA9LWXN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2gA9LWXN .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2gA9LWXN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2gA9LWXN .carousel-control,
.cid-tS2gA9LWXN .close {
  background: #1b1b1b;
}
.cid-tS2gA9LWXN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2gA9LWXN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2gA9LWXN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2gA9LWXN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2gA9LWXN .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-tS2gA9LWXN .close::before {
  content: '\e91a';
}
.cid-tS2gA9LWXN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2gA9LWXN .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-tS2gA9LWXN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2gA9LWXN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2gA9LWXN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2gA9LWXN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2gA9LWXN .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-tS2gA9LWXN .carousel-indicators li.active,
.cid-tS2gA9LWXN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2gA9LWXN .carousel-indicators li::after,
.cid-tS2gA9LWXN .carousel-indicators li::before {
  content: none;
}
.cid-tS2gA9LWXN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2gA9LWXN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2gA9LWXN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2gA9LWXN .carousel-indicators {
    display: none;
  }
}
.cid-tS2gA9LWXN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2gA9LWXN .carousel-inner > .active {
  display: block;
}
.cid-tS2gA9LWXN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2gA9LWXN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2gA9LWXN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2gA9LWXN .carousel-control,
  .cid-tS2gA9LWXN .carousel-indicators,
  .cid-tS2gA9LWXN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2gA9LWXN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2gA9LWXN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2gA9LWXN .carousel-indicators .active,
.cid-tS2gA9LWXN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2gA9LWXN .carousel-indicators .active {
  background: #fff;
}
.cid-tS2gA9LWXN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2gA9LWXN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2gA9LWXN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2gA9LWXN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2gA9LWXN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2gA9LWXN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2gA9LWXN .carousel {
  width: 100%;
}
.cid-tS2gA9LWXN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2gA9LWXN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2gA9LWXN .modal.fade .modal-dialog,
.cid-tS2gA9LWXN .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2gA9LWXN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2gA9LWXN .content-head {
  max-width: 800px;
}
.cid-tS2idgycJK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2idgycJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2idgycJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2idgycJK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2idgycJK .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2idgycJK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2idgycJK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2idgycJK .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2idgycJK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2idgycJK .carousel-control,
.cid-tS2idgycJK .close {
  background: #1b1b1b;
}
.cid-tS2idgycJK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2idgycJK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2idgycJK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2idgycJK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2idgycJK .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-tS2idgycJK .close::before {
  content: '\e91a';
}
.cid-tS2idgycJK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2idgycJK .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-tS2idgycJK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2idgycJK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2idgycJK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2idgycJK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2idgycJK .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-tS2idgycJK .carousel-indicators li.active,
.cid-tS2idgycJK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2idgycJK .carousel-indicators li::after,
.cid-tS2idgycJK .carousel-indicators li::before {
  content: none;
}
.cid-tS2idgycJK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2idgycJK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2idgycJK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2idgycJK .carousel-indicators {
    display: none;
  }
}
.cid-tS2idgycJK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2idgycJK .carousel-inner > .active {
  display: block;
}
.cid-tS2idgycJK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2idgycJK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2idgycJK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2idgycJK .carousel-control,
  .cid-tS2idgycJK .carousel-indicators,
  .cid-tS2idgycJK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2idgycJK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2idgycJK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2idgycJK .carousel-indicators .active,
.cid-tS2idgycJK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2idgycJK .carousel-indicators .active {
  background: #fff;
}
.cid-tS2idgycJK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2idgycJK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2idgycJK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2idgycJK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2idgycJK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2idgycJK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2idgycJK .carousel {
  width: 100%;
}
.cid-tS2idgycJK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2idgycJK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2idgycJK .modal.fade .modal-dialog,
.cid-tS2idgycJK .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2idgycJK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2idgycJK .content-head {
  max-width: 800px;
}
.cid-tS2idgycJK H3 {
  color: #232323;
}
.cid-tS2idWKoQo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2idWKoQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2idWKoQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2idWKoQo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2idWKoQo .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2idWKoQo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2idWKoQo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2idWKoQo .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2idWKoQo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2idWKoQo .carousel-control,
.cid-tS2idWKoQo .close {
  background: #1b1b1b;
}
.cid-tS2idWKoQo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2idWKoQo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2idWKoQo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2idWKoQo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2idWKoQo .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-tS2idWKoQo .close::before {
  content: '\e91a';
}
.cid-tS2idWKoQo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2idWKoQo .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-tS2idWKoQo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2idWKoQo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2idWKoQo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2idWKoQo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2idWKoQo .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-tS2idWKoQo .carousel-indicators li.active,
.cid-tS2idWKoQo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2idWKoQo .carousel-indicators li::after,
.cid-tS2idWKoQo .carousel-indicators li::before {
  content: none;
}
.cid-tS2idWKoQo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2idWKoQo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2idWKoQo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2idWKoQo .carousel-indicators {
    display: none;
  }
}
.cid-tS2idWKoQo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2idWKoQo .carousel-inner > .active {
  display: block;
}
.cid-tS2idWKoQo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2idWKoQo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2idWKoQo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2idWKoQo .carousel-control,
  .cid-tS2idWKoQo .carousel-indicators,
  .cid-tS2idWKoQo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2idWKoQo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2idWKoQo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2idWKoQo .carousel-indicators .active,
.cid-tS2idWKoQo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2idWKoQo .carousel-indicators .active {
  background: #fff;
}
.cid-tS2idWKoQo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2idWKoQo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2idWKoQo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2idWKoQo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2idWKoQo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2idWKoQo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2idWKoQo .carousel {
  width: 100%;
}
.cid-tS2idWKoQo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2idWKoQo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2idWKoQo .modal.fade .modal-dialog,
.cid-tS2idWKoQo .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2idWKoQo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2idWKoQo .content-head {
  max-width: 800px;
}
.cid-tS2idWKoQo H3 {
  color: #232323;
}
.cid-tS2iezcjGj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2iezcjGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2iezcjGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2iezcjGj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2iezcjGj .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2iezcjGj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2iezcjGj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2iezcjGj .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2iezcjGj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2iezcjGj .carousel-control,
.cid-tS2iezcjGj .close {
  background: #1b1b1b;
}
.cid-tS2iezcjGj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2iezcjGj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2iezcjGj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2iezcjGj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2iezcjGj .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-tS2iezcjGj .close::before {
  content: '\e91a';
}
.cid-tS2iezcjGj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2iezcjGj .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-tS2iezcjGj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2iezcjGj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2iezcjGj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2iezcjGj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2iezcjGj .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-tS2iezcjGj .carousel-indicators li.active,
.cid-tS2iezcjGj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2iezcjGj .carousel-indicators li::after,
.cid-tS2iezcjGj .carousel-indicators li::before {
  content: none;
}
.cid-tS2iezcjGj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2iezcjGj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2iezcjGj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2iezcjGj .carousel-indicators {
    display: none;
  }
}
.cid-tS2iezcjGj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2iezcjGj .carousel-inner > .active {
  display: block;
}
.cid-tS2iezcjGj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2iezcjGj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2iezcjGj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2iezcjGj .carousel-control,
  .cid-tS2iezcjGj .carousel-indicators,
  .cid-tS2iezcjGj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2iezcjGj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2iezcjGj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2iezcjGj .carousel-indicators .active,
.cid-tS2iezcjGj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2iezcjGj .carousel-indicators .active {
  background: #fff;
}
.cid-tS2iezcjGj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2iezcjGj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2iezcjGj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2iezcjGj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2iezcjGj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2iezcjGj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2iezcjGj .carousel {
  width: 100%;
}
.cid-tS2iezcjGj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2iezcjGj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2iezcjGj .modal.fade .modal-dialog,
.cid-tS2iezcjGj .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2iezcjGj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2iezcjGj .content-head {
  max-width: 800px;
}
.cid-tS2iezcjGj H3 {
  color: #232323;
}
.cid-tS2kC3xKjo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2kC3xKjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2kC3xKjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2kC3xKjo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2kC3xKjo .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2kC3xKjo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2kC3xKjo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2kC3xKjo .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2kC3xKjo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2kC3xKjo .carousel-control,
.cid-tS2kC3xKjo .close {
  background: #1b1b1b;
}
.cid-tS2kC3xKjo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2kC3xKjo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2kC3xKjo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2kC3xKjo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2kC3xKjo .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-tS2kC3xKjo .close::before {
  content: '\e91a';
}
.cid-tS2kC3xKjo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2kC3xKjo .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-tS2kC3xKjo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kC3xKjo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2kC3xKjo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2kC3xKjo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2kC3xKjo .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-tS2kC3xKjo .carousel-indicators li.active,
.cid-tS2kC3xKjo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2kC3xKjo .carousel-indicators li::after,
.cid-tS2kC3xKjo .carousel-indicators li::before {
  content: none;
}
.cid-tS2kC3xKjo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2kC3xKjo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2kC3xKjo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2kC3xKjo .carousel-indicators {
    display: none;
  }
}
.cid-tS2kC3xKjo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2kC3xKjo .carousel-inner > .active {
  display: block;
}
.cid-tS2kC3xKjo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kC3xKjo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2kC3xKjo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2kC3xKjo .carousel-control,
  .cid-tS2kC3xKjo .carousel-indicators,
  .cid-tS2kC3xKjo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2kC3xKjo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2kC3xKjo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2kC3xKjo .carousel-indicators .active,
.cid-tS2kC3xKjo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2kC3xKjo .carousel-indicators .active {
  background: #fff;
}
.cid-tS2kC3xKjo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2kC3xKjo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2kC3xKjo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2kC3xKjo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2kC3xKjo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2kC3xKjo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2kC3xKjo .carousel {
  width: 100%;
}
.cid-tS2kC3xKjo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2kC3xKjo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2kC3xKjo .modal.fade .modal-dialog,
.cid-tS2kC3xKjo .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2kC3xKjo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2kC3xKjo .content-head {
  max-width: 800px;
}
.cid-tS2kC3xKjo H3 {
  color: #232323;
}
.cid-tS2kCXjTN5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2kCXjTN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2kCXjTN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2kCXjTN5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2kCXjTN5 .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2kCXjTN5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2kCXjTN5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2kCXjTN5 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2kCXjTN5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2kCXjTN5 .carousel-control,
.cid-tS2kCXjTN5 .close {
  background: #1b1b1b;
}
.cid-tS2kCXjTN5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2kCXjTN5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2kCXjTN5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2kCXjTN5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2kCXjTN5 .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-tS2kCXjTN5 .close::before {
  content: '\e91a';
}
.cid-tS2kCXjTN5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2kCXjTN5 .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-tS2kCXjTN5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kCXjTN5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2kCXjTN5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2kCXjTN5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2kCXjTN5 .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-tS2kCXjTN5 .carousel-indicators li.active,
.cid-tS2kCXjTN5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2kCXjTN5 .carousel-indicators li::after,
.cid-tS2kCXjTN5 .carousel-indicators li::before {
  content: none;
}
.cid-tS2kCXjTN5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2kCXjTN5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2kCXjTN5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2kCXjTN5 .carousel-indicators {
    display: none;
  }
}
.cid-tS2kCXjTN5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2kCXjTN5 .carousel-inner > .active {
  display: block;
}
.cid-tS2kCXjTN5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kCXjTN5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2kCXjTN5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2kCXjTN5 .carousel-control,
  .cid-tS2kCXjTN5 .carousel-indicators,
  .cid-tS2kCXjTN5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2kCXjTN5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2kCXjTN5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2kCXjTN5 .carousel-indicators .active,
.cid-tS2kCXjTN5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2kCXjTN5 .carousel-indicators .active {
  background: #fff;
}
.cid-tS2kCXjTN5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2kCXjTN5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2kCXjTN5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2kCXjTN5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2kCXjTN5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2kCXjTN5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2kCXjTN5 .carousel {
  width: 100%;
}
.cid-tS2kCXjTN5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2kCXjTN5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2kCXjTN5 .modal.fade .modal-dialog,
.cid-tS2kCXjTN5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2kCXjTN5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2kCXjTN5 .content-head {
  max-width: 800px;
}
.cid-tS2kCXjTN5 H3 {
  color: #232323;
}
.cid-tS2kDHz2G4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2kDHz2G4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2kDHz2G4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2kDHz2G4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2kDHz2G4 .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2kDHz2G4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2kDHz2G4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2kDHz2G4 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2kDHz2G4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2kDHz2G4 .carousel-control,
.cid-tS2kDHz2G4 .close {
  background: #1b1b1b;
}
.cid-tS2kDHz2G4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2kDHz2G4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2kDHz2G4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2kDHz2G4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2kDHz2G4 .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-tS2kDHz2G4 .close::before {
  content: '\e91a';
}
.cid-tS2kDHz2G4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2kDHz2G4 .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-tS2kDHz2G4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kDHz2G4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2kDHz2G4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2kDHz2G4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2kDHz2G4 .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-tS2kDHz2G4 .carousel-indicators li.active,
.cid-tS2kDHz2G4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2kDHz2G4 .carousel-indicators li::after,
.cid-tS2kDHz2G4 .carousel-indicators li::before {
  content: none;
}
.cid-tS2kDHz2G4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2kDHz2G4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2kDHz2G4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2kDHz2G4 .carousel-indicators {
    display: none;
  }
}
.cid-tS2kDHz2G4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2kDHz2G4 .carousel-inner > .active {
  display: block;
}
.cid-tS2kDHz2G4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kDHz2G4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2kDHz2G4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2kDHz2G4 .carousel-control,
  .cid-tS2kDHz2G4 .carousel-indicators,
  .cid-tS2kDHz2G4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2kDHz2G4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2kDHz2G4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2kDHz2G4 .carousel-indicators .active,
.cid-tS2kDHz2G4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2kDHz2G4 .carousel-indicators .active {
  background: #fff;
}
.cid-tS2kDHz2G4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2kDHz2G4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2kDHz2G4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2kDHz2G4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2kDHz2G4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2kDHz2G4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2kDHz2G4 .carousel {
  width: 100%;
}
.cid-tS2kDHz2G4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2kDHz2G4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2kDHz2G4 .modal.fade .modal-dialog,
.cid-tS2kDHz2G4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2kDHz2G4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2kDHz2G4 .content-head {
  max-width: 800px;
}
.cid-tS2kDHz2G4 H3 {
  color: #232323;
}
.cid-tS2kEsaPEu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2kEsaPEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2kEsaPEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2kEsaPEu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2kEsaPEu .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2kEsaPEu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2kEsaPEu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2kEsaPEu .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2kEsaPEu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2kEsaPEu .carousel-control,
.cid-tS2kEsaPEu .close {
  background: #1b1b1b;
}
.cid-tS2kEsaPEu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2kEsaPEu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2kEsaPEu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2kEsaPEu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2kEsaPEu .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-tS2kEsaPEu .close::before {
  content: '\e91a';
}
.cid-tS2kEsaPEu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2kEsaPEu .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-tS2kEsaPEu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kEsaPEu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2kEsaPEu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2kEsaPEu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2kEsaPEu .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-tS2kEsaPEu .carousel-indicators li.active,
.cid-tS2kEsaPEu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2kEsaPEu .carousel-indicators li::after,
.cid-tS2kEsaPEu .carousel-indicators li::before {
  content: none;
}
.cid-tS2kEsaPEu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2kEsaPEu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2kEsaPEu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2kEsaPEu .carousel-indicators {
    display: none;
  }
}
.cid-tS2kEsaPEu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2kEsaPEu .carousel-inner > .active {
  display: block;
}
.cid-tS2kEsaPEu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2kEsaPEu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2kEsaPEu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2kEsaPEu .carousel-control,
  .cid-tS2kEsaPEu .carousel-indicators,
  .cid-tS2kEsaPEu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2kEsaPEu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2kEsaPEu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2kEsaPEu .carousel-indicators .active,
.cid-tS2kEsaPEu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2kEsaPEu .carousel-indicators .active {
  background: #fff;
}
.cid-tS2kEsaPEu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2kEsaPEu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2kEsaPEu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2kEsaPEu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2kEsaPEu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2kEsaPEu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2kEsaPEu .carousel {
  width: 100%;
}
.cid-tS2kEsaPEu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2kEsaPEu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2kEsaPEu .modal.fade .modal-dialog,
.cid-tS2kEsaPEu .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2kEsaPEu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2kEsaPEu .content-head {
  max-width: 800px;
}
.cid-tS2kEsaPEu H3 {
  color: #232323;
}
.cid-tS2nR18SgD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2nR18SgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2nR18SgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2nR18SgD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2nR18SgD .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2nR18SgD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2nR18SgD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2nR18SgD .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2nR18SgD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2nR18SgD .carousel-control,
.cid-tS2nR18SgD .close {
  background: #1b1b1b;
}
.cid-tS2nR18SgD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2nR18SgD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2nR18SgD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2nR18SgD .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2nR18SgD .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-tS2nR18SgD .close::before {
  content: '\e91a';
}
.cid-tS2nR18SgD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2nR18SgD .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-tS2nR18SgD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nR18SgD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2nR18SgD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2nR18SgD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2nR18SgD .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-tS2nR18SgD .carousel-indicators li.active,
.cid-tS2nR18SgD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2nR18SgD .carousel-indicators li::after,
.cid-tS2nR18SgD .carousel-indicators li::before {
  content: none;
}
.cid-tS2nR18SgD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2nR18SgD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2nR18SgD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2nR18SgD .carousel-indicators {
    display: none;
  }
}
.cid-tS2nR18SgD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2nR18SgD .carousel-inner > .active {
  display: block;
}
.cid-tS2nR18SgD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nR18SgD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2nR18SgD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2nR18SgD .carousel-control,
  .cid-tS2nR18SgD .carousel-indicators,
  .cid-tS2nR18SgD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2nR18SgD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2nR18SgD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2nR18SgD .carousel-indicators .active,
.cid-tS2nR18SgD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2nR18SgD .carousel-indicators .active {
  background: #fff;
}
.cid-tS2nR18SgD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2nR18SgD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2nR18SgD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2nR18SgD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2nR18SgD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2nR18SgD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2nR18SgD .carousel {
  width: 100%;
}
.cid-tS2nR18SgD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2nR18SgD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2nR18SgD .modal.fade .modal-dialog,
.cid-tS2nR18SgD .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2nR18SgD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2nR18SgD .content-head {
  max-width: 800px;
}
.cid-tS2nR18SgD H3 {
  color: #232323;
}
.cid-tS2nRHP4di {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2nRHP4di .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2nRHP4di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2nRHP4di .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2nRHP4di .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2nRHP4di .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2nRHP4di .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2nRHP4di .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2nRHP4di .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2nRHP4di .carousel-control,
.cid-tS2nRHP4di .close {
  background: #1b1b1b;
}
.cid-tS2nRHP4di .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2nRHP4di .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2nRHP4di .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2nRHP4di .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2nRHP4di .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-tS2nRHP4di .close::before {
  content: '\e91a';
}
.cid-tS2nRHP4di .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2nRHP4di .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-tS2nRHP4di .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nRHP4di .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2nRHP4di .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2nRHP4di .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2nRHP4di .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-tS2nRHP4di .carousel-indicators li.active,
.cid-tS2nRHP4di .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2nRHP4di .carousel-indicators li::after,
.cid-tS2nRHP4di .carousel-indicators li::before {
  content: none;
}
.cid-tS2nRHP4di .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2nRHP4di .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2nRHP4di .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2nRHP4di .carousel-indicators {
    display: none;
  }
}
.cid-tS2nRHP4di .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2nRHP4di .carousel-inner > .active {
  display: block;
}
.cid-tS2nRHP4di .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nRHP4di .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2nRHP4di .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2nRHP4di .carousel-control,
  .cid-tS2nRHP4di .carousel-indicators,
  .cid-tS2nRHP4di .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2nRHP4di .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2nRHP4di .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2nRHP4di .carousel-indicators .active,
.cid-tS2nRHP4di .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2nRHP4di .carousel-indicators .active {
  background: #fff;
}
.cid-tS2nRHP4di .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2nRHP4di .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2nRHP4di .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2nRHP4di .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2nRHP4di .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2nRHP4di .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2nRHP4di .carousel {
  width: 100%;
}
.cid-tS2nRHP4di .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2nRHP4di .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2nRHP4di .modal.fade .modal-dialog,
.cid-tS2nRHP4di .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2nRHP4di .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2nRHP4di .content-head {
  max-width: 800px;
}
.cid-tS2nRHP4di H3 {
  color: #232323;
}
.cid-tS2nSqnAuM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2nSqnAuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2nSqnAuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2nSqnAuM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2nSqnAuM .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2nSqnAuM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2nSqnAuM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2nSqnAuM .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2nSqnAuM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2nSqnAuM .carousel-control,
.cid-tS2nSqnAuM .close {
  background: #1b1b1b;
}
.cid-tS2nSqnAuM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2nSqnAuM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2nSqnAuM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2nSqnAuM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2nSqnAuM .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-tS2nSqnAuM .close::before {
  content: '\e91a';
}
.cid-tS2nSqnAuM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2nSqnAuM .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-tS2nSqnAuM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nSqnAuM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2nSqnAuM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2nSqnAuM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2nSqnAuM .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-tS2nSqnAuM .carousel-indicators li.active,
.cid-tS2nSqnAuM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2nSqnAuM .carousel-indicators li::after,
.cid-tS2nSqnAuM .carousel-indicators li::before {
  content: none;
}
.cid-tS2nSqnAuM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2nSqnAuM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2nSqnAuM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2nSqnAuM .carousel-indicators {
    display: none;
  }
}
.cid-tS2nSqnAuM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2nSqnAuM .carousel-inner > .active {
  display: block;
}
.cid-tS2nSqnAuM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2nSqnAuM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2nSqnAuM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2nSqnAuM .carousel-control,
  .cid-tS2nSqnAuM .carousel-indicators,
  .cid-tS2nSqnAuM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2nSqnAuM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2nSqnAuM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2nSqnAuM .carousel-indicators .active,
.cid-tS2nSqnAuM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2nSqnAuM .carousel-indicators .active {
  background: #fff;
}
.cid-tS2nSqnAuM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2nSqnAuM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2nSqnAuM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2nSqnAuM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2nSqnAuM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2nSqnAuM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2nSqnAuM .carousel {
  width: 100%;
}
.cid-tS2nSqnAuM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2nSqnAuM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2nSqnAuM .modal.fade .modal-dialog,
.cid-tS2nSqnAuM .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2nSqnAuM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2nSqnAuM .content-head {
  max-width: 800px;
}
.cid-tS2nSqnAuM H3 {
  color: #232323;
}
.cid-tS2qzmC33m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS2qzmC33m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2qzmC33m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2qzmC33m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tS2qzmC33m .item {
    margin-bottom: 1rem;
  }
}
.cid-tS2qzmC33m .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tS2qzmC33m .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tS2qzmC33m .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tS2qzmC33m .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tS2qzmC33m .carousel-control,
.cid-tS2qzmC33m .close {
  background: #1b1b1b;
}
.cid-tS2qzmC33m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tS2qzmC33m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tS2qzmC33m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tS2qzmC33m .carousel-control-next span {
  margin-left: 5px;
}
.cid-tS2qzmC33m .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-tS2qzmC33m .close::before {
  content: '\e91a';
}
.cid-tS2qzmC33m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tS2qzmC33m .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-tS2qzmC33m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2qzmC33m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS2qzmC33m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tS2qzmC33m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tS2qzmC33m .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-tS2qzmC33m .carousel-indicators li.active,
.cid-tS2qzmC33m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tS2qzmC33m .carousel-indicators li::after,
.cid-tS2qzmC33m .carousel-indicators li::before {
  content: none;
}
.cid-tS2qzmC33m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2qzmC33m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tS2qzmC33m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tS2qzmC33m .carousel-indicators {
    display: none;
  }
}
.cid-tS2qzmC33m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tS2qzmC33m .carousel-inner > .active {
  display: block;
}
.cid-tS2qzmC33m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tS2qzmC33m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS2qzmC33m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tS2qzmC33m .carousel-control,
  .cid-tS2qzmC33m .carousel-indicators,
  .cid-tS2qzmC33m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tS2qzmC33m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tS2qzmC33m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tS2qzmC33m .carousel-indicators .active,
.cid-tS2qzmC33m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tS2qzmC33m .carousel-indicators .active {
  background: #fff;
}
.cid-tS2qzmC33m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tS2qzmC33m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tS2qzmC33m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tS2qzmC33m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tS2qzmC33m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tS2qzmC33m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tS2qzmC33m .carousel {
  width: 100%;
}
.cid-tS2qzmC33m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tS2qzmC33m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tS2qzmC33m .modal.fade .modal-dialog,
.cid-tS2qzmC33m .modal.in .modal-dialog {
  transform: none;
}
.cid-tS2qzmC33m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tS2qzmC33m .content-head {
  max-width: 800px;
}
.cid-tS2qzmC33m H3 {
  color: #232323;
}
.cid-tS5NChQNpg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #014235;
}
.cid-tS5NChQNpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5NChQNpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS5NChQNpg .mbr-section-title {
  color: #ffeb69;
}
.cid-tS5NChQNpg .mbr-section-subtitle {
  color: #000000;
}
.cid-tRLyoZbykt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tRLyoZbykt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tRLyoZbykt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRLyoZbykt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tRLyoZbykt .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tRLyoZbykt .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tRLyoZbykt .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRLyoZbykt .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tRLyoZbykt .input-group-btn {
  padding-left: 0;
}
.cid-tRLyoZbykt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRLyoZbykt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tRLyoZbykt .mbr-text {
  color: #444;
}
.cid-tRLyoZbykt h5 {
  margin-bottom: 0;
}
.cid-tRLyoZbykt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRLyoZbykt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRLyoZbykt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRLyoZbykt .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRLyoZbykt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tRLyoZbykt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRLyoZbykt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRLyoZbykt .social-list a:hover {
  opacity: 0.4;
}
.cid-tRLyoZbykt .media-container-row > div {
  padding: 0px;
}
.cid-tRLyoZbykt .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tRLyoZbykt .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tRLyoZbykt .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRLyoZbykt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRLyoZbykt .social-list,
  .cid-tRLyoZbykt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRLyoZbykt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRLyoZbykt .form-group {
    max-width: 180px;
  }
}
.cid-tRLyoZbykt .links span {
  color: #9e9e9e;
}
.cid-tRLyoZbykt .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tRLyoZbykt .logo-title {
  text-align: center;
}
.cid-tRLyoZbykt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLyoZbykt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRLyoZbykt .logo-title,
.cid-tRLyoZbykt .logo {
  color: #daa213;
  text-align: center;
}
.cid-tRLzbsfL49 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tRLzbsfL49 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRLzbsfL49 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRLzbsfL49 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tVdJ8ksBz4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVdJ8ksBz4 .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;
}
@media (max-width: 767px) {
  .cid-tVdJ8ksBz4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVdJ8ksBz4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVdJ8ksBz4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVdJ8ksBz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVdJ8ksBz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVdJ8ksBz4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tVdJ8ksBz4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVdJ8ksBz4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tVdJ8ksBz4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVdJ8ksBz4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVdJ8ksBz4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVdJ8ksBz4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tVdJ8ksBz4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVdJ8ksBz4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVdJ8ksBz4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVdJ8ksBz4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVdJ8ksBz4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVdJ8ksBz4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVdJ8ksBz4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVdJ8ksBz4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVdJ8ksBz4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tVdJ8ksBz4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVdJ8ksBz4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVdJ8ksBz4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVdJ8ksBz4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tVdJ8ksBz4 .nav-item:focus,
.cid-tVdJ8ksBz4 .nav-link:focus {
  outline: none;
}
.cid-tVdJ8ksBz4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVdJ8ksBz4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVdJ8ksBz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVdJ8ksBz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVdJ8ksBz4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVdJ8ksBz4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVdJ8ksBz4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tVdJ8ksBz4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVdJ8ksBz4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVdJ8ksBz4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVdJ8ksBz4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVdJ8ksBz4 .navbar.collapsed {
  justify-content: center;
}
.cid-tVdJ8ksBz4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVdJ8ksBz4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVdJ8ksBz4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVdJ8ksBz4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVdJ8ksBz4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVdJ8ksBz4 .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-tVdJ8ksBz4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVdJ8ksBz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVdJ8ksBz4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVdJ8ksBz4 .navbar {
    min-height: 72px;
  }
  .cid-tVdJ8ksBz4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVdJ8ksBz4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVdJ8ksBz4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVdJ8ksBz4 .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-tVdJ8ksBz4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVdJ8ksBz4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVdJ8ksBz4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVdJ8ksBz4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVdJ8ksBz4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVdJ8ksBz4 .dropdown-item.active,
.cid-tVdJ8ksBz4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVdJ8ksBz4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVdJ8ksBz4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVdJ8ksBz4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVdJ8ksBz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tVdJ8ksBz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVdJ8ksBz4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVdJ8ksBz4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVdJ8ksBz4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVdJ8ksBz4 .navbar-buttons {
    text-align: left;
  }
}
.cid-tVdJ8ksBz4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVdJ8ksBz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tVdJ8ksBz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVdJ8ksBz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdJ8ksBz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdJ8ksBz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVdJ8ksBz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdJ8ksBz4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVdJ8ksBz4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVdJ8ksBz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdJ8ksBz4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVdJ8ksBz4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVdJ8ksBz4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVdJ8ksBz4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVdJ8ksBz4 .navbar {
    height: 70px;
  }
  .cid-tVdJ8ksBz4 .navbar.opened {
    height: auto;
  }
  .cid-tVdJ8ksBz4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVdJ8ksBz4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVdJ8ksBz4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVdJ8ksBz4 .navbar-brand {
    margin-right: auto;
  }
  .cid-tVdJ8ksBz4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tVdJ8ksBz4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVdJ8ksBz4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVdJ8ksBz4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVdJ8ksBz4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVdJMuLyAb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014235;
}
.cid-tVdJMuLyAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdJMuLyAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdJMuLyAb .row {
  flex-direction: row-reverse;
}
.cid-tVdJMuLyAb .mbr-description {
  color: #ffffff;
}
.cid-tVdJ8l1Vsz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tVdJ8l1Vsz .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tVdJ8l1Vsz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tVdJ8l1Vsz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tVdJ8l1Vsz .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tVdJ8l1Vsz .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tVdJ8l1Vsz .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tVdJ8l1Vsz .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tVdJ8l1Vsz .input-group-btn {
  padding-left: 0;
}
.cid-tVdJ8l1Vsz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tVdJ8l1Vsz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tVdJ8l1Vsz .mbr-text {
  color: #444;
}
.cid-tVdJ8l1Vsz h5 {
  margin-bottom: 0;
}
.cid-tVdJ8l1Vsz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tVdJ8l1Vsz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVdJ8l1Vsz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tVdJ8l1Vsz .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVdJ8l1Vsz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tVdJ8l1Vsz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tVdJ8l1Vsz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tVdJ8l1Vsz .social-list a:hover {
  opacity: 0.4;
}
.cid-tVdJ8l1Vsz .media-container-row > div {
  padding: 0px;
}
.cid-tVdJ8l1Vsz .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tVdJ8l1Vsz .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tVdJ8l1Vsz .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVdJ8l1Vsz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tVdJ8l1Vsz .social-list,
  .cid-tVdJ8l1Vsz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tVdJ8l1Vsz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tVdJ8l1Vsz .form-group {
    max-width: 180px;
  }
}
.cid-tVdJ8l1Vsz .links span {
  color: #9e9e9e;
}
.cid-tVdJ8l1Vsz .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tVdJ8l1Vsz .logo-title {
  text-align: center;
}
.cid-tVdJ8l1Vsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdJ8l1Vsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdJ8l1Vsz .logo-title,
.cid-tVdJ8l1Vsz .logo {
  color: #daa213;
  text-align: center;
}
.cid-tVdJ8lnJbJ {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tVdJ8lnJbJ .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVdJ8lnJbJ .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tVdJ8lnJbJ .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-tVdVmxV17M {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVdVmxV17M .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;
}
@media (max-width: 767px) {
  .cid-tVdVmxV17M .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVdVmxV17M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVdVmxV17M .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVdVmxV17M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVdVmxV17M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVdVmxV17M .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tVdVmxV17M .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVdVmxV17M .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tVdVmxV17M .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVdVmxV17M .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVdVmxV17M .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVdVmxV17M .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tVdVmxV17M .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVdVmxV17M .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVdVmxV17M .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVdVmxV17M .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVdVmxV17M .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVdVmxV17M .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVdVmxV17M .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVdVmxV17M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVdVmxV17M .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #014235;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tVdVmxV17M .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVdVmxV17M .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVdVmxV17M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVdVmxV17M .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #014235;
  border-radius: 4px !important;
}
.cid-tVdVmxV17M .nav-item:focus,
.cid-tVdVmxV17M .nav-link:focus {
  outline: none;
}
.cid-tVdVmxV17M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVdVmxV17M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVdVmxV17M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVdVmxV17M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVdVmxV17M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVdVmxV17M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVdVmxV17M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tVdVmxV17M .navbar.opened {
  transition: all 0.3s;
}
.cid-tVdVmxV17M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVdVmxV17M .navbar .navbar-logo img {
  width: auto;
}
.cid-tVdVmxV17M .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVdVmxV17M .navbar.collapsed {
  justify-content: center;
}
.cid-tVdVmxV17M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVdVmxV17M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVdVmxV17M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVdVmxV17M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVdVmxV17M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVdVmxV17M .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-tVdVmxV17M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVdVmxV17M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVdVmxV17M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVdVmxV17M .navbar {
    min-height: 72px;
  }
  .cid-tVdVmxV17M .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVdVmxV17M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVdVmxV17M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVdVmxV17M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVdVmxV17M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVdVmxV17M .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-tVdVmxV17M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVdVmxV17M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVdVmxV17M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVdVmxV17M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVdVmxV17M .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVdVmxV17M .dropdown-item.active,
.cid-tVdVmxV17M .dropdown-item:active {
  background-color: transparent;
}
.cid-tVdVmxV17M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVdVmxV17M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVdVmxV17M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVdVmxV17M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #014235;
}
.cid-tVdVmxV17M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVdVmxV17M .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVdVmxV17M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVdVmxV17M .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVdVmxV17M .navbar-buttons {
    text-align: left;
  }
}
.cid-tVdVmxV17M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVdVmxV17M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #daa213;
}
.cid-tVdVmxV17M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVdVmxV17M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdVmxV17M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdVmxV17M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVdVmxV17M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdVmxV17M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVdVmxV17M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVdVmxV17M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdVmxV17M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVdVmxV17M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVdVmxV17M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVdVmxV17M .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVdVmxV17M .navbar {
    height: 70px;
  }
  .cid-tVdVmxV17M .navbar.opened {
    height: auto;
  }
  .cid-tVdVmxV17M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVdVmxV17M .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVdVmxV17M .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVdVmxV17M .navbar-brand {
    margin-right: auto;
  }
  .cid-tVdVmxV17M .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #014235;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tVdVmxV17M .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVdVmxV17M .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVdVmxV17M .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVdVmxV17M .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVdVmxV17M .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVdVQdPzU4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #014235;
}
.cid-tVdVQdPzU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdVQdPzU4 .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-tVdVQdPzU4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVdVQdPzU4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVdVQdPzU4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVdVQdPzU4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVdVQdPzU4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tVdVQdPzU4 .mbr-text,
.cid-tVdVQdPzU4 .mbr-section-btn {
  color: #232323;
}
.cid-tVdVmzgWnA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #014235;
}
.cid-tVdVmzgWnA .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tVdVmzgWnA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tVdVmzgWnA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tVdVmzgWnA .btn-primary {
  border: 1px solid #9fe870 !important;
}
.cid-tVdVmzgWnA .btn-primary:hover {
  border: 1px solid #9fe870 !important;
}
.cid-tVdVmzgWnA .stripe {
  border-bottom: 1px solid #daa213;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tVdVmzgWnA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tVdVmzgWnA .input-group-btn {
  padding-left: 0;
}
.cid-tVdVmzgWnA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tVdVmzgWnA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #daa213;
  width: 85%;
}
.cid-tVdVmzgWnA .mbr-text {
  color: #444;
}
.cid-tVdVmzgWnA h5 {
  margin-bottom: 0;
}
.cid-tVdVmzgWnA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tVdVmzgWnA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVdVmzgWnA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tVdVmzgWnA .socicon {
  font-size: 1.3rem;
  background: #014235;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVdVmzgWnA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tVdVmzgWnA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tVdVmzgWnA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tVdVmzgWnA .social-list a:hover {
  opacity: 0.4;
}
.cid-tVdVmzgWnA .media-container-row > div {
  padding: 0px;
}
.cid-tVdVmzgWnA .text2 {
  color: #edefeb;
  text-align: left;
}
.cid-tVdVmzgWnA .group-title {
  text-align: left;
  color: #daa213;
  padding-bottom: 0.2rem;
}
.cid-tVdVmzgWnA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVdVmzgWnA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tVdVmzgWnA .social-list,
  .cid-tVdVmzgWnA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tVdVmzgWnA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tVdVmzgWnA .form-group {
    max-width: 180px;
  }
}
.cid-tVdVmzgWnA .links span {
  color: #9e9e9e;
}
.cid-tVdVmzgWnA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tVdVmzgWnA .logo-title {
  text-align: center;
}
.cid-tVdVmzgWnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdVmzgWnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdVmzgWnA .logo-title,
.cid-tVdVmzgWnA .logo {
  color: #daa213;
  text-align: center;
}
.cid-tVdVmzYWTY {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #014235;
}
.cid-tVdVmzYWTY .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVdVmzYWTY .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tVdVmzYWTY .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}

/* === Quick Links === */
#nwaQuickLinksBlock,
#nwaQuickLinksBlock.img-list {
    text-align: center !important;
}

    #nwaQuickLinksBlock .group-title {
        text-align: center !important;
        letter-spacing: .03em !important;
    }

    #nwaQuickLinksBlock .stripe {
        margin: .5rem auto 1.25rem !important;
        width: 48px !important;
        height: 3px !important;
        border-radius: 3px !important;
        background: #ffd166 !important;
        opacity: 1 !important;
    }

    #nwaQuickLinksBlock ul.nwa-quicklinks,
    #nwaQuickLinksBlock ul.nwa-quicklinks.mbr-fonts-style {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-template-rows: repeat(5, auto) !important;
        column-gap: 2rem !important;
        row-gap: .65rem !important;
        justify-content: center !important;
        align-items: start !important;
        list-style: none !important;
        list-style-type: none !important;
        list-style-image: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: fit-content !important;
    }

        #nwaQuickLinksBlock ul.nwa-quicklinks li {
            display: block !important;
            list-style: none !important;
            list-style-type: none !important;
            text-align: center !important;
            text-indent: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
        }

            #nwaQuickLinksBlock ul.nwa-quicklinks li::before,
            #nwaQuickLinksBlock ul.nwa-quicklinks li::after,
            #nwaQuickLinksBlock ul.nwa-quicklinks li::marker {
                content: none !important;
                display: none !important;
            }

        #nwaQuickLinksBlock ul.nwa-quicklinks a {
            display: inline-block !important;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
            font-size: .95rem !important;
            font-weight: 600 !important;
            line-height: 1.4 !important;
            color: #f2f7f4 !important;
            text-decoration: none !important;
            background: none !important;
            transition: color .2s, transform .2s !important;
        }

            #nwaQuickLinksBlock ul.nwa-quicklinks a::before,
            #nwaQuickLinksBlock ul.nwa-quicklinks a::after {
                content: none !important;
                display: none !important;
            }

            #nwaQuickLinksBlock ul.nwa-quicklinks a:hover {
                color: #ffd166 !important;
                transform: translateY(-1px);
            }

@media (max-width: 767px) {
    #nwaQuickLinksBlock ul.nwa-quicklinks {
        grid-auto-flow: row !important;
        grid-template-rows: none !important;
        grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    #nwaQuickLinksBlock ul.nwa-quicklinks {
        grid-template-columns: 1fr !important;
    }
}

/* ========== CONTACT Form ========== */
.nw-contact-hero {
    padding: 9rem 0 2rem;
    text-align: center;
    background: #014235 !important;
}

.nw-contact-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: .75rem;
}

.nw-contact-subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: #cfe3da;
    font-size: 1.05rem;
}

.nw-contact-form-section {
    padding: 1rem 0 3rem;
    background: #014235 !important;
}

.nw-contact-form {
    max-width: 900px;
    margin: 0 auto;
}

    .nw-contact-form input,
    .nw-contact-form select,
    .nw-contact-form textarea {
        width: 100%;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 10px;
        padding: .85rem 1rem;
        font-size: .95rem;
        font-family: inherit;
        color: #ffffff;
        background: rgba(255,255,255,.06);
        transition: border-color .2s, box-shadow .2s;
    }

        .nw-contact-form input::placeholder,
        .nw-contact-form textarea::placeholder {
            color: rgba(255,255,255,.55);
        }

        .nw-contact-form select option {
            color: #232323;
        }

        .nw-contact-form input:focus,
        .nw-contact-form select:focus,
        .nw-contact-form textarea:focus {
            outline: none;
            border-color: #daa213;
            box-shadow: 0 0 0 3px rgba(224,57,47,.25);
            background: rgba(255,255,255,.1);
        }

.nw-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nw-btn-primary {
    background: #daa213;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .85rem 2.25rem;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .02em;
    transition: transform .2s, box-shadow .2s, background .2s;
    box-shadow: 0 10px 25px -10px #000000;
}

    .nw-btn-primary:hover {
        background: #9fe870;
        transform: translateY(-2px);
    }

.nw-form-status {
    margin-top: 1rem;
    font-size: .9rem;
    font-weight: 700;
    min-height: 1.2em;
    color: #cfe3da;
}

    .nw-form-status.success {
        color: #4fd68c;
    }

    .nw-form-status.error {
        color: #ad1725;
    }

.nw-quick-contact {
    padding: 2.5rem 0;
    background: #013a2e !important;
}

.nw-channel-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    padding: 1.25rem .5rem;
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    color: #ffffff;
    font-weight: 600;
    font-size: .9rem;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    text-decoration: none;
}

    .nw-channel-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px -16px rgba(0,0,0,.5);
        border-color: #daa213;
        color: #ff8a7a;
    }

.nw-channel-icon {
    font-size: 1.6rem;
}

/* =========================================================================
   =========== NWA CUSTOM ENHANCEMENTS — Header / Footer / Sections ========
   ========================================================================= */
#menu01-46 {
    background-color: #014235 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

    #menu01-46 .nav-link.link {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        color: #f4d58d !important;
        letter-spacing: 0.02em;
        padding: 0.5rem 0.9rem;
        position: relative;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: color 0.25s ease, text-shadow 0.25s ease;
    }

        #menu01-46 .nav-link.link.display-4,
        #menu01-46 .navbar-caption.display-4 {
            font-size: 0.95rem !important;
            line-height: 1.4 !important;
        }

        #menu01-46 .nav-link.link::after {
            content: "";
            position: absolute;
            left: 0.9rem;
            right: 0.9rem;
            bottom: 0.15rem;
            height: 2px;
            background: linear-gradient(90deg, #daa213, #f2c94c);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.25s ease;
        }

        #menu01-46 .nav-link.link:hover,
        #menu01-46 .nav-link.link:focus-visible {
            color: #ffffff !important;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 10px rgba(242, 201, 76, 0.55);
        }

            #menu01-46 .nav-link.link:hover::after,
            #menu01-46 .nav-link.link:focus-visible::after,
            #menu01-46 .nav-link.link.active::after {
                transform: scaleX(1);
            }

        #menu01-46 .nav-link.link.active {
            color: #f2c94c !important;
        }

    #menu01-46 .navbar-caption {
        font-family: 'Sora', 'Inter', sans-serif !important;
        font-size: 1.15rem !important;
        color: #f4d58d !important;
        font-weight: 700;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
        -webkit-font-smoothing: antialiased;
    }

    /* ======= Login Button ========= */
    #menu01-46 .navbar-buttons .btn-info {
        position: relative;
        background: linear-gradient(135deg, #fdf3d9 0%, #f4d58d 35%, #daa213 70%, #a8790a 100%);
        color: #06201a !important;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        font-size: 0.82rem;
        padding: 0.65rem 1.9rem !important;
        border-radius: 999px;
        overflow: hidden;
        isolation: isolate;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
        box-shadow: 0 0 0 1px rgba(218, 162, 19, 0.4) inset, 0 6px 16px rgba(0, 0, 0, 0.4), 0 0 18px rgba(244, 213, 141, 0.35);
        animation: nwa-login-pulse 3.2s ease-in-out infinite;
        transition: transform 0.25s ease, box-shadow 0.3s ease, color 0.25s ease;
    }

        #menu01-46 .navbar-buttons .btn-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: -60%;
            width: 45%;
            height: 100%;
            background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100% );
            transform: skewX(-20deg);
            animation: nwa-login-shimmer 3.2s ease-in-out infinite;
            pointer-events: none;
        }

        #menu01-46 .navbar-buttons .btn-info:hover,
        #menu01-46 .navbar-buttons .btn-info:focus-visible {
            color: #06201a !important;
            background: linear-gradient(135deg, #ffffff 0%, #fdf3d9 30%, #f4d58d 65%, #daa213 100%);
            transform: translateY(-3px) scale(1.04);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset, 0 10px 26px rgba(0, 0, 0, 0.45), 0 0 30px rgba(244, 213, 141, 0.7);
            animation-play-state: paused;
        }

        #menu01-46 .navbar-buttons .btn-info:active {
            transform: translateY(-1px) scale(0.98);
        }

@keyframes nwa-login-pulse {
    0%, 100% {
        box-shadow: 0 0 0 1px rgba(218, 162, 19, 0.4) inset, 0 6px 16px rgba(0, 0, 0, 0.4), 0 0 14px rgba(244, 213, 141, 0.3);
    }

    50% {
        box-shadow: 0 0 0 1px rgba(218, 162, 19, 0.55) inset, 0 6px 18px rgba(0, 0, 0, 0.45), 0 0 26px rgba(244, 213, 141, 0.6);
    }
}

@keyframes nwa-login-shimmer {
    0% {
        left: -60%;
    }

    55%, 100% {
        left: 130%;
    }
}

@media (prefers-reduced-motion: reduce) {
    #menu01-46 .navbar-buttons .btn-info,
    #menu01-46 .navbar-buttons .btn-info::before {
        animation: none;
    }
}
/* ========================= End of Login Button =========================== */


    #menu01-46 .hamburger span {
        background-color: #daa213 !important;
    }

@media (max-width: 991px) {
    #menu01-46 .navbar-collapse {
        background-color: #014235;
        border-radius: 0.5rem;
        padding: 1rem;
    }
}

#footer1-m,
#footer02-13 {
    background-color: #014235 !important;
}

    #footer1-m .logo-title,
    #footer1-m .group-title {
        font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.9rem);
        color: #daa213;
        font-weight: 700;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
        letter-spacing: 0.01em;
        margin-bottom: 0.75rem;
    }

    #footer1-m .stripe {
        height: 3px;
        width: 3.5rem;
        background: linear-gradient(90deg, #daa213, transparent);
        border-radius: 3px;
        margin-bottom: 1rem;
    }

    #footer1-m .list-item h5.text2,
    #footer1-m .nwa-quicklinks a {
        font-size: clamp(0.85rem, 0.75rem + 0.4vw, 1rem);
        color: #f2f2f2;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
        transition: color 0.2s ease, padding-left 0.2s ease;
    }

    #footer1-m .nwa-quicklinks {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem 1rem;
    }

        #footer1-m .nwa-quicklinks a {
            display: inline-block;
            position: relative;
        }

            #footer1-m .nwa-quicklinks a:hover,
            #footer1-m .nwa-quicklinks a:focus-visible {
                color: #daa213;
                padding-left: 0.3rem;
            }

    #footer1-m .soc-item {
        margin-right: 1.1rem;
        transition: transform 0.2s ease;
    }

        #footer1-m .soc-item:hover {
            transform: translateY(-3px) scale(1.08);
        }

    #footer1-m .mbr-iconfont-social.socicon-youtube {
        color: #a70000 !important;
        fill: #a70000 !important;
    }

    #footer1-m .mbr-iconfont-social.socicon-linkedin {
        color: #0c2c68 !important;
        fill: #0c2c68 !important;
    }

    #footer1-m .mbr-iconfont-social.socicon-instagram {
        color: #f92c50 !important;
        fill: #f92c50 !important;
    }

    #footer1-m .mbr-iconfont-social {
        font-size: 26px !important;
    }

    #footer02-13 .nw-hub-links {
        font-size: clamp(0.8rem, 0.72rem + 0.35vw, 0.95rem);
        font-weight: 600;
        color: #f2f2f2;
        letter-spacing: 0.02em;
    }

        #footer02-13 .nw-hub-links a {
            transition: color 0.2s ease;
        }

            #footer02-13 .nw-hub-links a:hover,
            #footer02-13 .nw-hub-links a:focus-visible {
                color: #daa213 !important;
            }

    #footer02-13 .nw-hub-sep {
        color: rgba(255, 255, 255, 0.35);
        margin: 0 0.5rem;
    }

    #footer02-13 .nw-copyright {
        font-size: clamp(0.7rem, 0.65rem + 0.2vw, 0.8rem);
        color: rgba(255, 255, 255, 0.65);
        text-align: center;
        letter-spacing: 0.03em;
        padding: 0.5rem 0 0;
    }

@media (max-width: 767px) {
    #footer1-m .nwa-quicklinks {
        grid-template-columns: 1fr;
    }
}

.nwa-tight-top {
    padding-top: clamp(1.5rem, 1rem + 2vw, 3rem) !important;
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 3rem) !important;
}

.nwa-tight {
    padding-top: clamp(1.75rem, 1.2rem + 2vw, 3.25rem) !important;
    padding-bottom: clamp(1.75rem, 1.2rem + 2vw, 3.25rem) !important;
}

.mbr-section-title.display-1 {
    font-size: clamp(2.2rem, 1.6rem + 2.5vw, 3.75rem);
}

.mbr-section-title.display-2 {
    font-size: clamp(1.8rem, 1.4rem + 1.8vw, 2.75rem);
}

.mbr-section-subtitle.display-7,
.mbr-text.display-7 {
    font-size: clamp(1rem, 0.92rem + 0.4vw, 1.15rem);
}

/* ================================================================
   ============= NWA ABOUT PAGE — Modern Body Redesign ============
   ================================================================ */

:root {
    --nwa-header-h: 92px;
    --nwa-header-h-md: 84px;
    --nwa-header-h-sm: 72px;
    --nwa-green: #014235;
    --nwa-gold: #daa213;
    --nwa-gold-light: #f4d58d;
}

#menu01-46 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

#nwaAbPage {
    padding-top: var(--nwa-header-h);
}

@media (max-width: 991px) {
    #nwaAbPage {
        padding-top: var(--nwa-header-h-md);
    }
}

@media (max-width: 575px) {
    #nwaAbPage {
        padding-top: var(--nwa-header-h-sm);
    }
}

/* Shared section rhythm */
.nwa-ab-section {
    padding-top: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
    padding-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
}

.nwa-ab-tint {
    background-color: #f7f5f2;
}

.nwa-ab-container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Hero (About intro) */
.nwa-ab-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

.nwa-ab-eyebrow {
    color: var(--nwa-gold);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.85rem);
    margin-bottom: 0.5rem;
    display: block;
}

.nwa-ab-title {
    font-size: clamp(1.9rem, 1.5rem + 2vw, 2.75rem);
    font-weight: 800;
    color: var(--nwa-green);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.nwa-ab-text {
    font-size: clamp(0.98rem, 0.92rem + 0.3vw, 1.1rem);
    line-height: 1.75;
    color: #333333;
    max-width: 60ch;
}

.nwa-ab-media-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(1, 66, 53, 0.18);
}

    .nwa-ab-media-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Feature card */
.nwa-ab-feature-card {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);
    background: #ffffff;
    border-left: 4px solid var(--nwa-gold);
    border-radius: 0.75rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    line-height: 1.8;
    color: #333333;
}

/* WORK banner */
.nwa-ab-banner {
    text-align: center;
}

.nwa-ab-banner-title {
    font-size: clamp(2.4rem, 1.8rem + 3vw, 4rem);
    font-weight: 800;
    color: var(--nwa-green);
    letter-spacing: 0.02em;
}

    .nwa-ab-banner-title::after {
        content: "";
        display: block;
        width: 4.5rem;
        height: 4px;
        margin: 0.85rem auto 1.25rem;
        background: linear-gradient(90deg, var(--nwa-gold), var(--nwa-gold-light));
        border-radius: 2px;
    }

.nwa-ab-banner-sub {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.2rem);
    color: #4a4a4a;
    max-width: 65ch;
    margin: 0 auto;
    line-height: 1.6;
}

/* Gallery grid */
.nwa-ab-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.nwa-ab-gallery-item {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

    .nwa-ab-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    .nwa-ab-gallery-item:hover img {
        transform: scale(1.06);
    }

@media (max-width: 767px) {
    .nwa-ab-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .nwa-ab-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Vision & Mission */
.nwa-ab-vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.25rem, 1.5vw, 2rem);
}

.nwa-ab-vm-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    border-top: 4px solid var(--nwa-gold);
}

    .nwa-ab-vm-card h3 {
        color: var(--nwa-green);
        font-weight: 800;
        font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.4rem);
        margin-bottom: 0.75rem;
    }

    .nwa-ab-vm-card p {
        font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
        line-height: 1.75;
        color: #3a3a3a;
    }

/* GROW banner */
.nwa-ab-grow-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

.nwa-ab-grow-media {
    aspect-ratio: 16 / 10;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(1, 66, 53, 0.18);
}

    .nwa-ab-grow-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.nwa-ab-grow-title {
    font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.1rem);
    font-weight: 800;
    color: var(--nwa-green);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.nwa-ab-grow-sub {
    font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    color: #4a4a4a;
    line-height: 1.7;
}

/* Certification section */
.nwa-ab-cert-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

.nwa-ab-cert-media {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

    .nwa-ab-cert-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: transparent;
    }

.nwa-ab-cert-title {
    font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
    font-weight: 800;
    color: var(--nwa-green);
    margin-bottom: 0.75rem;
}

.nwa-ab-cert-text {
    font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    color: #3a3a3a;
    line-height: 1.75;
}

/* Responsive stacking */
@media (max-width: 900px) {
    .nwa-ab-hero-grid,
    .nwa-ab-vm-grid,
    .nwa-ab-grow-grid,
    .nwa-ab-cert-grid {
        grid-template-columns: 1fr;
    }

    .nwa-ab-grow-media,
    .nwa-ab-cert-media,
    .nwa-ab-media-frame {
        aspect-ratio: 16 / 10;
    }
}

/* =========================================================================
   =========  NWA ABOUT PAGE — Unified Dark-green Theme ====================
   ========================================================================= */
#nwaAbPage,
#nwaAbPage .nwa-ab-section,
#nwaAbPage .nwa-ab-tint {
    background-color: #014235 !important;
}

#nwaAbPage {
    font-family: 'arial', Arial, sans-serif;
}

    #nwaAbPage .nwa-ab-eyebrow,
    #nwaAbPage .nwa-ab-title,
    #nwaAbPage .nwa-ab-banner-sub,
    #nwaAbPage .nwa-ab-vm-card h3,
    #nwaAbPage .nwa-ab-grow-title,
    #nwaAbPage .nwa-ab-grow-sub,
    #nwaAbPage .nwa-ab-cert-title {
        font-family: 'arialbd', Arial, sans-serif;
    }

    #nwaAbPage .nwa-ab-text,
    #nwaAbPage .nwa-ab-feature-card,
    #nwaAbPage .nwa-ab-vm-card p,
    #nwaAbPage .nwa-ab-cert-text,
    #nwaAbPage .nwa-ab-banner-sub,
    #nwaAbPage .nwa-ab-grow-sub {
        color: #f5f5f5 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
    }

    #nwaAbPage .nwa-ab-title,
    #nwaAbPage .nwa-ab-vm-card h3,
    #nwaAbPage .nwa-ab-grow-title,
    #nwaAbPage .nwa-ab-cert-title {
        color: #f4d58d !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    }

    #nwaAbPage .nwa-ab-eyebrow {
        color: #daa213 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    #nwaAbPage .nwa-ab-feature-card,
    #nwaAbPage .nwa-ab-vm-card {
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(244, 213, 141, 0.35);
        border-top: 4px solid #daa213;
        border-left: 4px solid #daa213;
        backdrop-filter: blur(6px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    }

    #nwaAbPage .nwa-ab-gallery-item {
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(244, 213, 141, 0.2);
    }

    #nwaAbPage .nwa-ab-media-frame,
    #nwaAbPage .nwa-ab-grow-media {
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(244, 213, 141, 0.25);
    }

    #nwaAbPage .nwa-ab-cert-media {
        box-shadow: none !important;
        background: transparent !important;
    }

    #nwaAbPage .nwa-ab-font-accent {
        font-family: 'boring lesson', 'arialbd', Arial, sans-serif;
        letter-spacing: 0.03em;
    }

    #nwaAbPage .nwa-ab-banner-title {
        font-family: 'boring lesson', 'arialbd', Arial, sans-serif;
        color: #f4d58d !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    }

/* =========================================================================
   ==================== NWA GLOBAL FONT SYSTEM =============================
   ========================================================================= */
html, body, * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5,
.mbr-section-title, .card-title, .navbar-caption {
    font-family: 'Sora', 'Inter', sans-serif !important;
}

.nwa-font-accent {
    font-family: 'boring lesson', 'Sora', sans-serif !important;
}

/* STEM DIY Toys Text Fix */
#nwaStemPage p,
#nwaStemPage .mbr-text,
#nwaStemPage li,
.article07 #nwaStemPage .display-7 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.65;
    color: #f4f6f5 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

#nwaStemPage h1, #nwaStemPage h2, #nwaStemPage h3, #nwaStemPage h4 {
    font-family: 'Sora', sans-serif !important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* =========================================================================
   ==================== NWA LEADING-TEAM PAGE ==============================
   ========================================================================= */
#nwaLtPage,
#nwaLtPage section,
#nwaLtPage [class*="cid-"] {
    background-color: #014235 !important;
}

    #nwaLtPage p,
    #nwaLtPage li,
    #nwaLtPage .mbr-text,
    #nwaLtPage span:not(.badge) {
        color: #f5f7f5 !important;
    }

    #nwaLtPage h1, #nwaLtPage h2, #nwaLtPage h3, #nwaLtPage h4,
    #nwaLtPage .card-title, #nwaLtPage .mbr-section-title {
        color: #ffffff !important;
    }

    #nwaLtPage .card,
    #nwaLtPage .item-wrapper,
    #nwaLtPage .team-item {
        background-color: rgba(255,255,255,0.04) !important;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 12px;
    }

#nwaLtPage {
    background-color: #014235 !important;
    padding-top: var(--nwa-header-h, 92px);
}

@media (max-width: 991px) {
    #nwaLtPage {
        padding-top: var(--nwa-header-h-md, 84px);
    }
}

@media (max-width: 575px) {
    #nwaLtPage {
        padding-top: var(--nwa-header-h-sm, 72px);
    }
}

#nwaLtPage .nwa-lt-section {
    padding-top: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
    padding-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
}

#nwaLtPage .nwa-lt-title {
    color: #f4d58d !important;
    font-size: clamp(1.9rem, 1.5rem + 2vw, 2.6rem);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 2rem;
}

#nwaLtPage .card {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(244, 213, 141, 0.3);
    border-top: 4px solid #daa213;
    border-radius: 1rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    #nwaLtPage .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    }

#nwaLtPage .card-title {
    color: #f4d58d !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

#nwaLtPage .title2 {
    color: #f0f0f0 !important;
}

#nwaLtPage .img-container img {
    border-radius: 0.75rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#nwaLtPage .nwa-lt-intro-card {
    background: rgba(255, 255, 255, 0.06);
    border-left: 4px solid #daa213;
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

    #nwaLtPage .nwa-lt-intro-card p,
    #nwaLtPage .nwa-lt-intro-card,
    #nwaLtPage .nwa-lt-caption {
        color: #f5f5f5 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
        line-height: 1.75;
    }

#nwaLtPage .nwa-lt-media-frame {
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

    #nwaLtPage .nwa-lt-media-frame img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        background: transparent;
    }

#nwaLtStaffMember .nwa-lt-media-frame {
    max-width: 60%;
    margin: 0 auto;
}

#nwaLtStaffAll .nwa-lt-media-frame {
    max-width: 75%;
    margin: 0 auto;
}

.nwa-lt-grid-2 {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

@media (max-width: 900px) {
    .nwa-lt-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* =========================================================================
   ============================= NWA HOME PAGE =============================
   ========================================================================= */
html, body {
    background-color: #014235 !important;
}

#nwaHomePage,
#nwaHomePage section,
#nwaHomePage .cid-tS9fbWWDze,
#nwaHomePage [class*="cid-"] {
    background-color: #014235 !important;
}

    /* Ensure text stays legible against the dark green */
    #nwaHomePage,
    #nwaHomePage p,
    #nwaHomePage li,
    #nwaHomePage span:not(.badge) {
        color: #f5f7f5 !important;
    }

        #nwaHomePage h1, #nwaHomePage h2, #nwaHomePage h3, #nwaHomePage h4 {
            color: #ffffff !important;
        }

        #nwaHomePage .card, #nwaHomePage .feature-box, #nwaHomePage .item-wrapper {
            background-color: rgba(255,255,255,0.04) !important;
            border: 1px solid rgba(255,255,255,0.08);
        }

#nwaHomePage {
    background-color: #014235 !important;
    padding-top: var(--nwa-header-h, 92px);
}

@media (max-width: 991px) {
    #nwaHomePage {
        padding-top: var(--nwa-header-h-md, 84px);
    }
}

@media (max-width: 575px) {
    #nwaHomePage {
        padding-top: var(--nwa-header-h-sm, 72px);
    }
}

#nwaHomePage .nwa-home-section {
    padding-top: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
    padding-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 4.5rem);
}

/* Hero */
.nwa-home-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

@media (max-width: 767px) {
    .nwa-home-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        text-align: center;
    }

    .nwa-home-hero-grid > div:first-child {
        order: 2;
    }

    .nwa-home-media-frame {
        order: 1;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 10;
        margin: 0 auto;
    }

    .nwa-home-media-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.85rem;
    }

    .nwa-home-hero-title {
        font-size: clamp(1.45rem, 1.1rem + 3.5vw, 2.05rem);
        line-height: 1.2;
    }

    .nwa-home-hero-text {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.98rem;
    }

    .nwa-home-cta-row {
        justify-content: center;
    }
}

.nwa-home-eyebrow {
    color: #daa213;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.85rem);
    margin-bottom: 0.5rem;
    display: block;
}

.nwa-home-hero-title {
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3.1rem);
    color: #f4d58d;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.nwa-home-hero-text {
    color: #f5f5f5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
    line-height: 1.75;
    max-width: 60ch;
    margin-bottom: 1.5rem;
}

.nwa-home-media-frame {
    aspect-ratio: 4/3;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

    .nwa-home-media-frame img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: transparent;
    }

.nwa-home-cta-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.nwa-home-btn-primary,
.nwa-home-btn-secondary {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nwa-home-btn-primary {
    background: linear-gradient(135deg, #f4d58d, #daa213);
    color: #06201a;
    box-shadow: 0 6px 18px rgba(218,162,19,0.45);
}

    .nwa-home-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(218,162,19,0.6);
    }

.nwa-home-btn-secondary {
    background: transparent;
    color: #f4d58d;
    border: 1px solid rgba(244,213,141,0.6);
}

    .nwa-home-btn-secondary:hover {
        background: rgba(244,213,141,0.1);
        transform: translateY(-3px);
    }

/* Stats band */
.nwa-home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.nwa-home-stat-num {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #f4d58d;
    font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.6rem);
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.nwa-home-stat-label {
    color: #f0f0f0;
    font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);
}

@media (max-width: 767px) {
    .nwa-home-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Program cards */
.nwa-home-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.nwa-home-program-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(244,213,141,0.3);
    border-top: 4px solid #daa213;
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 10px 26px rgba(0,0,0,0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .nwa-home-program-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 34px rgba(0,0,0,0.45);
    }

.nwa-home-program-icon {
    font-size: 2.25rem;
    color: #daa213;
    margin-bottom: 0.75rem;
}

.nwa-home-program-card h3 {
    color: #f4d58d;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.nwa-home-program-card p {
    color: #f0f0f0;
    font-size: 0.95rem;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .nwa-home-program-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .nwa-home-program-grid {
        grid-template-columns: 1fr;
    }
}

/* Global presence band */
.nwa-home-global-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    text-align: center;
}

.nwa-home-global-card {
    background: rgba(255,255,255,0.05);
    border-radius: 0.85rem;
    padding: 1.5rem;
    border: 1px solid rgba(244,213,141,0.25);
}

    .nwa-home-global-card h4 {
        color: #f4d58d;
        margin-bottom: 0.4rem;
    }

    .nwa-home-global-card p {
        color: #e8e8e8;
        font-size: 0.9rem;
    }

@media (max-width: 767px) {
    .nwa-home-global-grid {
        grid-template-columns: 1fr;
    }
}

/* Mission split */
.nwa-home-mission-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(1.5rem, 2vw, 3rem);
    align-items: center;
}

@media (max-width: 900px) {
    .nwa-home-mission-grid {
        grid-template-columns: 1fr;
    }
}

/* Final CTA banner */
.nwa-home-final-cta {
    text-align: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(244,213,141,0.3);
    border-radius: 1.25rem;
    padding: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}

    .nwa-home-final-cta h2 {
        color: #f4d58d;
        font-size: clamp(1.6rem, 1.3rem + 1.5vw, 2.4rem);
        margin-bottom: 1rem;
        text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    }

    .nwa-home-final-cta p {
        color: #f0f0f0;
        max-width: 60ch;
        margin: 0 auto 1.5rem;
    }

/* WORK and GROW - Font Change */
#nwaAbPage .nwa-ab-accent-word {
    font-family: 'boring lesson', 'Sora', Arial, sans-serif !important;
    letter-spacing: 0.03em;
    font-weight: 400 !important;
}

/* ========== Contact gate (academy) ========== */
.nw-contact-form.nw-contact-gate {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 1.75rem 2.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(244, 213, 141, 0.28);
    border-top: 4px solid #daa213;
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.nw-contact-gate .nw-gate-title {
    font-family: 'Sora', 'Inter', sans-serif !important;
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.65rem) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #f4d58d !important;
    margin: 0 0 0.85rem !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.nw-contact-gate .nw-gate-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: #cfe3da !important;
    max-width: 36rem;
    margin: 0 auto 1.35rem !important;
    text-shadow: none;
}

    .nw-contact-gate .nw-gate-text strong {
        color: #f4d58d;
    }

.nw-contact-gate .nw-gate-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #daa213;
    margin-bottom: 0.5rem;
}

.nw-contact-gate .nw-gate-input {
    display: block;
    width: 100%;
    max-width: 11rem;
    margin: 0 auto 0.75rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    font-size: 1rem !important;
    /* inherits .nw-contact-form input look; reinforce: */
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 10px !important;
    padding: 0.85rem 1rem !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

    .nw-contact-gate .nw-gate-input:focus {
        outline: none;
        border-color: #daa213 !important;
        box-shadow: 0 0 0 3px rgba(218, 162, 19, 0.28) !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .nw-contact-gate .nw-gate-input::placeholder {
        color: rgba(255, 255, 255, 0.45);
        letter-spacing: 0.08em;
        text-transform: none;
        font-weight: 600;
    }

.nw-contact-gate .nw-gate-hint {
    font-size: 0.88rem !important;
    color: rgba(207, 227, 218, 0.85) !important;
    margin: 0 0 1.25rem !important;
}

.nw-contact-gate .nw-gate-unlock {
    margin-top: 0.25rem;
}

.nw-contact-gate a.nw-gate-go.nw-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: #daa213 !important;
    color: #06201a !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.85rem 2.25rem !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 25px -10px #000;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

    .nw-contact-gate a.nw-gate-go.nw-btn-primary:hover {
        background: #f4d58d !important;
        color: #06201a !important;
        transform: translateY(-2px);
    }

.nw-contact-gate .nw-gate-note {
    margin: 0.85rem 0 0 !important;
    font-size: 0.85rem !important;
    color: rgba(207, 227, 218, 0.8) !important;
}

/* ===== VideoJS control bar fix ===== */
.nwa-ab-video {
    background-color: #014235;
    padding: 50px 0;
    text-align: center;
}

.nwa-ab-video-title {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 800;
    font-size: clamp(1.6rem, 1.3rem + 1.5vw, 2.5rem);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.nwa-ab-video .my-video-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: #000;
    border-radius: 0.5rem;
    overflow: hidden;
}

.nwa-ab-video .video-js {
    width: 100%;
    aspect-ratio: 16 / 9;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #fff !important;
    background-color: #000;
}

.video-js .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    font-family: VideoJS !important;
    color: #ffffff !important;
}

.video-js .vjs-control-bar {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #ffffff !important;
    height: 3em;
}

.video-js .vjs-control,
.video-js .vjs-time-control,
.video-js .vjs-volume-panel,
.video-js .vjs-progress-control {
    color: #ffffff !important;
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    background-color: #daa213 !important;
}

.video-js .vjs-big-play-button {
    background-color: rgba(218, 162, 19, 0.9) !important;
    border-color: transparent !important;
    color: #06201a !important;
}

.video-js .vjs-load-progress,
.video-js .vjs-load-progress div {
    background: rgba(255, 255, 255, 0.25) !important;
}