body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070 !important;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #ffda73;
}
#scrollToTop a i:before {
  background: #000000;
}
#scrollToTop a i:after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.mbr-arrow {
  background-color: #ffda73;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #000000;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !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%;
}
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='%23ffbc00' %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;
}
.cid-s993jV64cf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s993jV64cf .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s993jV64cf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s993jV64cf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s993jV64cf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s993jV64cf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s993jV64cf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s993jV64cf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s993jV64cf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s993jV64cf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s993jV64cf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s993jV64cf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s993jV64cf .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s993jV64cf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s993jV64cf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s993jV64cf .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s993jV64cf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s993jV64cf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s993jV64cf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s993jV64cf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s993jV64cf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s993jV64cf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s993jV64cf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s993jV64cf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s993jV64cf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s993jV64cf .dropdown-item.active,
.cid-s993jV64cf .dropdown-item:active {
  background-color: transparent;
}
.cid-s993jV64cf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s993jV64cf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s993jV64cf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s993jV64cf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s993jV64cf .navbar-buttons {
  text-align: center;
}
.cid-s993jV64cf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s993jV64cf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s993jV64cf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s993jV64cf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s993jV64cf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s993jV64cf .nav-link:hover,
.cid-s993jV64cf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9eZBZT4ul {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9eZBZT4ul .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s9eZBZT4ul img {
    width: 90%;
  }
}
.cid-s9eZBZT4ul .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s9eZBZT4ul .items {
  margin-bottom: 0;
}
.cid-s9eZBZT4ul .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s9eZBZT4ul .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s9eZBZT4ul .soc-item:hover span {
  color: #ffbc00 !important;
}
.cid-s9eZBZT4ul .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-s9eZBZT4ul .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s9eZBZT4ul .social-list {
    justify-content: center;
  }
}
.cid-s9eZBZT4ul .mbr-text,
.cid-s9eZBZT4ul .mbr-section-btn {
  color: #232323;
}
.cid-s9f4rSYLVq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9f4rSYLVq .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s9f4rSYLVq .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s9f4rSYLVq .btn {
  margin: 0px !important;
}
.cid-s9f4rSYLVq .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9f4rSYLVq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9f4rSYLVq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s9f4rSYLVq .carousel-item .wrap-img {
  text-align: center;
}
.cid-s9f4rSYLVq .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-s9f4rSYLVq .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s9f4rSYLVq .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s9f4rSYLVq .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-s9f4rSYLVq .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-s9f4rSYLVq .second-col {
    padding-top: 2rem;
  }
}
.cid-s9famMoLMl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9famMoLMl a:link {
  text-decoration: none;
}
.cid-s9famMoLMl .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9famMoLMl .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9famMoLMl .inner-text {
  line-height: 3em;
}
.cid-s9famMoLMl .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9famMoLMl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9famMoLMl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9famMoLMl .content-text,
.cid-s9famMoLMl .inner-text {
  color: #c1c1c1;
}
.cid-rzMrgNeUFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-rzMrgNeUFf .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMrgNeUFf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMrgNeUFf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMrgNeUFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMrgNeUFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMrgNeUFf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMrgNeUFf .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMrgNeUFf .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-rzMrgNeUFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rzMrgNeUFf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMrgNeUFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMrgNeUFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMrgNeUFf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMrgNeUFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMrgNeUFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMrgNeUFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMrgNeUFf .dropdown-item.active,
.cid-rzMrgNeUFf .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMrgNeUFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rzMrgNeUFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMrgNeUFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMrgNeUFf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMrgNeUFf .navbar-buttons {
  text-align: center;
}
.cid-rzMrgNeUFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMrgNeUFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMrgNeUFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMrgNeUFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMrgNeUFf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMrgNeUFf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMrgNeUFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMrgNeUFf .nav-link:hover,
.cid-rzMrgNeUFf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rzMt37x8iA {
  background-image: url("../../../assets/images/img-4049-2000x2667.jpeg");
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #ffbc00;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rzMr7rM4hq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMr7rM4hq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rzMr7rM4hq .mbr-section-title {
  margin: 0;
}
.cid-rzMr7rM4hq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMr7rM4hq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMr7rM4hq .card-img {
  text-align: left;
}
.cid-rzMr7rM4hq .row-item {
  padding-bottom: 2rem;
}
.cid-rzMr7rM4hq .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-rzMr7rM4hq .card-img,
  .cid-rzMr7rM4hq .mbr-text,
  .cid-rzMr7rM4hq .mbr-card-title,
  .cid-rzMr7rM4hq .mbr-section-subtitle,
  .cid-rzMr7rM4hq .mbr-section-title,
  .cid-rzMr7rM4hq .underline {
    text-align: center !important;
  }
}
.cid-rzMraftkbp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMraftkbp .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rzMraftkbp .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rzMraftkbp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMraftkbp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMraftkbp .process-icon,
.cid-rzMraftkbp .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rzMraftkbp .wrapper,
.cid-rzMraftkbp .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rzMraftkbp .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-rzMraftkbp .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rzMraftkbp .icon-container a {
  display: inherit;
}
.cid-rzMraftkbp .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-rzMraftkbp .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rzMraftkbp .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-rzMraftkbp .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-rzMraftkbp .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rzMraftkbp .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rzMraftkbp .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rzMraftkbp .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rzMraftkbp .mbr-section-title {
  margin: 0;
}
.cid-rzMraftkbp .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rzMrbJWA9w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rzMrbJWA9w .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMrbJWA9w .photo-split {
  padding: 0;
}
.cid-rzMrbJWA9w .photo-split img {
  width: 100%;
}
.cid-rzMrbJWA9w .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrbJWA9w .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMrbJWA9w .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rzMrbJWA9w .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rzMrbJWA9w .wrap-block {
  padding: 3rem 3rem;
}
.cid-rzMrbJWA9w .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rzMrbJWA9w .wrap-block ul li {
  display: inline-block;
}
.cid-rzMrbJWA9w .wrap-block ul li span {
  text-align: center;
}
.cid-rzMrbJWA9w .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rzMrbJWA9w .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrbJWA9w .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrbJWA9w .mbr-list,
.cid-rzMrbJWA9w .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rzMrbJWA9w .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMrbJWA9w .mbr-section-title,
  .cid-rzMrbJWA9w .mbr-section-subtitle,
  .cid-rzMrbJWA9w .mbr-text {
    text-align: center !important;
  }
  .cid-rzMrbJWA9w .social-list {
    text-align: center !important;
  }
}
.cid-rzMreKQP39 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzMreKQP39 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-rzMreKQP39 .form-group {
  margin-bottom: 1.3em;
}
.cid-rzMreKQP39 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rzMreKQP39 .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-rzMreKQP39 textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-rzMrdh7IU7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rzMrdh7IU7 a:link {
  text-decoration: none;
}
.cid-rzMrdh7IU7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzMrdh7IU7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrdh7IU7 .inner-text {
  line-height: 3em;
}
.cid-rzMrdh7IU7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMrdh7IU7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrdh7IU7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrdh7IU7 .content-text,
.cid-rzMrdh7IU7 .inner-text {
  color: #c1c1c1;
}
.cid-s993jV64cf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s993jV64cf .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s993jV64cf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s993jV64cf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s993jV64cf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s993jV64cf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s993jV64cf .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s993jV64cf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s993jV64cf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s993jV64cf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s993jV64cf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s993jV64cf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s993jV64cf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s993jV64cf .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s993jV64cf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s993jV64cf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s993jV64cf .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s993jV64cf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s993jV64cf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s993jV64cf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s993jV64cf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s993jV64cf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s993jV64cf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s993jV64cf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s993jV64cf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s993jV64cf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s993jV64cf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s993jV64cf .dropdown-item.active,
.cid-s993jV64cf .dropdown-item:active {
  background-color: transparent;
}
.cid-s993jV64cf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s993jV64cf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s993jV64cf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s993jV64cf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s993jV64cf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s993jV64cf .navbar-buttons {
  text-align: center;
}
.cid-s993jV64cf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s993jV64cf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s993jV64cf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s993jV64cf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s993jV64cf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s993jV64cf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s993jV64cf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s993jV64cf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s993jV64cf .nav-link:hover,
.cid-s993jV64cf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s993jVBCqU {
  background-image: url("../../../assets/images/img-4049-2000x2667.jpeg");
}
.cid-s993jVBCqU .kph-soft-bg {
  background-color: rgba(137, 133, 133, 0.7);
}
.cid-s993jVBCqU .mbr-text,
.cid-s993jVBCqU .typed-text,
.cid-s993jVBCqU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s993jVBCqU .btn {
  margin-left: 4px !important;
}
.cid-s993jVBCqU .animated-element {
  color: #ffbc00;
}
.cid-s993jVBCqU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s993jWc8T9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s993jWc8T9 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s993jWc8T9 .mbr-section-title {
  margin: 0;
}
.cid-s993jWc8T9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s993jWc8T9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s993jWc8T9 .card-img {
  text-align: left;
}
.cid-s993jWc8T9 .row-item {
  padding-bottom: 2rem;
}
.cid-s993jWc8T9 .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-s993jWc8T9 .card-img,
  .cid-s993jWc8T9 .mbr-text,
  .cid-s993jWc8T9 .mbr-card-title,
  .cid-s993jWc8T9 .mbr-section-subtitle,
  .cid-s993jWc8T9 .mbr-section-title,
  .cid-s993jWc8T9 .underline {
    text-align: center !important;
  }
}
.cid-sljrKI3S2o {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sljrKI3S2o .carousel {
  z-index: 2;
  position: relative;
}
.cid-sljrKI3S2o .user {
  padding: 0!important;
}
.cid-sljrKI3S2o .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #ffbc00;
  opacity: 0.5;
}
.cid-sljrKI3S2o .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sljrKI3S2o .carousel-item.active,
.cid-sljrKI3S2o .carousel-item-next,
.cid-sljrKI3S2o .carousel-item-prev {
  display: flex;
}
.cid-sljrKI3S2o .user_name {
  margin: 0;
}
.cid-sljrKI3S2o .carousel-controls a {
  font-size: 2rem;
}
.cid-sljrKI3S2o .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sljrKI3S2o .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sljrKI3S2o ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sljrKI3S2o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sljrKI3S2o .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sljrKI3S2o .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sljrKI3S2o .user_text {
  color: #232323;
  text-align: left;
}
.cid-sljrKI3S2o .user_desk {
  color: #767676;
}
.cid-sljrKI3S2o .user_desk,
.cid-sljrKI3S2o .carousel-item {
  text-align: left;
}
.cid-sljrKI3S2o .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sljrKI3S2o .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-sljrKI3S2o .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sljrKI3S2o .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s993jXnqVA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s993jXnqVA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s993jXnqVA .photo-split {
  padding: 0;
}
.cid-s993jXnqVA .photo-split img {
  width: 100%;
}
.cid-s993jXnqVA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s993jXnqVA .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s993jXnqVA .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-s993jXnqVA .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-s993jXnqVA .wrap-block {
  padding: 3rem 3rem;
}
.cid-s993jXnqVA .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-s993jXnqVA .wrap-block ul li {
  display: inline-block;
}
.cid-s993jXnqVA .wrap-block ul li span {
  text-align: center;
}
.cid-s993jXnqVA .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-s993jXnqVA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s993jXnqVA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s993jXnqVA .mbr-list,
.cid-s993jXnqVA .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-s993jXnqVA .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s993jXnqVA .mbr-section-title,
  .cid-s993jXnqVA .mbr-section-subtitle,
  .cid-s993jXnqVA .mbr-text {
    text-align: center !important;
  }
  .cid-s993jXnqVA .social-list {
    text-align: center !important;
  }
}
.cid-s993jXQyhg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s993jXQyhg .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-s993jXQyhg .form-group {
  margin-bottom: 1.3em;
}
.cid-s993jXQyhg .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-s993jXQyhg .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-s993jXQyhg textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-s993jYk4Rf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s993jYk4Rf a:link {
  text-decoration: none;
}
.cid-s993jYk4Rf .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s993jYk4Rf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s993jYk4Rf .inner-text {
  line-height: 3em;
}
.cid-s993jYk4Rf .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s993jYk4Rf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s993jYk4Rf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s993jYk4Rf .content-text,
.cid-s993jYk4Rf .inner-text {
  color: #c1c1c1;
}
.cid-s9ggsYQUH7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s9ggsYQUH7 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s9ggsYQUH7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s9ggsYQUH7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9ggsYQUH7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9ggsYQUH7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9ggsYQUH7 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9ggsYQUH7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9ggsYQUH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9ggsYQUH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s9ggsYQUH7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9ggsYQUH7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9ggsYQUH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9ggsYQUH7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9ggsYQUH7 .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s9ggsYQUH7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9ggsYQUH7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9ggsYQUH7 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s9ggsYQUH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s9ggsYQUH7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9ggsYQUH7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9ggsYQUH7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9ggsYQUH7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s9ggsYQUH7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9ggsYQUH7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9ggsYQUH7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9ggsYQUH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9ggsYQUH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9ggsYQUH7 .dropdown-item.active,
.cid-s9ggsYQUH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-s9ggsYQUH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9ggsYQUH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9ggsYQUH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9ggsYQUH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s9ggsYQUH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9ggsYQUH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9ggsYQUH7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9ggsYQUH7 .navbar-buttons {
  text-align: center;
}
.cid-s9ggsYQUH7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9ggsYQUH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s9ggsYQUH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9ggsYQUH7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ggsYQUH7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9ggsYQUH7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9ggsYQUH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9ggsYQUH7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9ggsYQUH7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9ggsYQUH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9ggsYQUH7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s9ggsYQUH7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s9ggsYQUH7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9ggsYQUH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9ggsYQUH7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9ggsYQUH7 .nav-link:hover,
.cid-s9ggsYQUH7 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9gpxYV9sA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9gpxYV9sA .mbr-text {
  margin: 0;
}
.cid-s9gpxYV9sA .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-s9gpxYV9sA .row-element,
.cid-s9gpxYV9sA .image-element {
  padding: 0;
}
.cid-s9gpxYV9sA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gpxYV9sA .image-element .img-wrap {
  width: 100% !important;
}
.cid-s9gpxYV9sA .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s9gpxYV9sA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gpxYV9sA .carousel-item.active,
.cid-s9gpxYV9sA .carousel-item-next,
.cid-s9gpxYV9sA .carousel-item-prev {
  display: flex;
}
.cid-s9gpxYV9sA .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-s9gpxYV9sA .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffbc00;
}
.cid-s9gpxYV9sA .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-s9gpxYV9sA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s9gpxYV9sA .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-s9gpxYV9sA .carousel-controls {
    display: block;
  }
  .cid-s9gpxYV9sA .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-s9gpxYV9sA .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-s9gpxYV9sA .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-s9gpxYV9sA .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-s9gpxYV9sA .text-element {
    padding: 1rem;
  }
  .cid-s9gpxYV9sA .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9gpxYV9sA .image-element {
    min-width: 50%;
  }
  .cid-s9gpxYV9sA .media-container-row {
    width: 100%;
  }
}
.cid-s9gpxYV9sA .mbr-text,
.cid-s9gpxYV9sA .link {
  text-align: left;
}
.cid-s9gpxYV9sA .mbr-title,
.cid-s9gpxYV9sA .ornament {
  text-align: left;
  color: #232323;
}
.cid-s9ggsYqaL7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9ggsYqaL7 a:link {
  text-decoration: none;
}
.cid-s9ggsYqaL7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9ggsYqaL7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9ggsYqaL7 .inner-text {
  line-height: 3em;
}
.cid-s9ggsYqaL7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9ggsYqaL7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9ggsYqaL7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9ggsYqaL7 .content-text,
.cid-s9ggsYqaL7 .inner-text {
  color: #c1c1c1;
}
.cid-s9guADlk1C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s9guADlk1C .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s9guADlk1C .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s9guADlk1C .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9guADlk1C .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9guADlk1C .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9guADlk1C .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9guADlk1C .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s9guADlk1C .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9guADlk1C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9guADlk1C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s9guADlk1C .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9guADlk1C .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9guADlk1C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9guADlk1C .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9guADlk1C .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s9guADlk1C .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9guADlk1C .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9guADlk1C .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s9guADlk1C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s9guADlk1C .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9guADlk1C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9guADlk1C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9guADlk1C .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s9guADlk1C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9guADlk1C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9guADlk1C .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9guADlk1C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9guADlk1C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9guADlk1C .dropdown-item.active,
.cid-s9guADlk1C .dropdown-item:active {
  background-color: transparent;
}
.cid-s9guADlk1C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9guADlk1C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9guADlk1C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9guADlk1C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s9guADlk1C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9guADlk1C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9guADlk1C ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9guADlk1C .navbar-buttons {
  text-align: center;
}
.cid-s9guADlk1C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9guADlk1C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s9guADlk1C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9guADlk1C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9guADlk1C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9guADlk1C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9guADlk1C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9guADlk1C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9guADlk1C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9guADlk1C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9guADlk1C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s9guADlk1C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s9guADlk1C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9guADlk1C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9guADlk1C .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9guADlk1C .nav-link:hover,
.cid-s9guADlk1C .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9guAC4km0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9guAC4km0 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s9guAC4km0 .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s9guAC4km0 .btn {
  margin: 0px !important;
}
.cid-s9guAC4km0 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9guAC4km0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9guAC4km0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s9guAC4km0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-s9guAC4km0 .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-s9guAC4km0 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s9guAC4km0 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s9guAC4km0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-s9guAC4km0 .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-s9guAC4km0 .second-col {
    padding-top: 2rem;
  }
}
.cid-s9guACQeBa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9guACQeBa a:link {
  text-decoration: none;
}
.cid-s9guACQeBa .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9guACQeBa .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9guACQeBa .inner-text {
  line-height: 3em;
}
.cid-s9guACQeBa .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9guACQeBa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9guACQeBa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9guACQeBa .content-text,
.cid-s9guACQeBa .inner-text {
  color: #c1c1c1;
}
.cid-s9gxsoZt5g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s9gxsoZt5g .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s9gxsoZt5g .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s9gxsoZt5g .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9gxsoZt5g .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9gxsoZt5g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9gxsoZt5g .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9gxsoZt5g .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9gxsoZt5g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9gxsoZt5g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s9gxsoZt5g .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9gxsoZt5g .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9gxsoZt5g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9gxsoZt5g .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9gxsoZt5g .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s9gxsoZt5g .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9gxsoZt5g .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9gxsoZt5g .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s9gxsoZt5g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s9gxsoZt5g .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9gxsoZt5g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9gxsoZt5g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9gxsoZt5g .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s9gxsoZt5g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9gxsoZt5g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9gxsoZt5g .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9gxsoZt5g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9gxsoZt5g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9gxsoZt5g .dropdown-item.active,
.cid-s9gxsoZt5g .dropdown-item:active {
  background-color: transparent;
}
.cid-s9gxsoZt5g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9gxsoZt5g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9gxsoZt5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9gxsoZt5g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s9gxsoZt5g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9gxsoZt5g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9gxsoZt5g ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9gxsoZt5g .navbar-buttons {
  text-align: center;
}
.cid-s9gxsoZt5g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9gxsoZt5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s9gxsoZt5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9gxsoZt5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gxsoZt5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gxsoZt5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9gxsoZt5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gxsoZt5g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9gxsoZt5g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9gxsoZt5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gxsoZt5g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s9gxsoZt5g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s9gxsoZt5g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9gxsoZt5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9gxsoZt5g .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9gxsoZt5g .nav-link:hover,
.cid-s9gxsoZt5g .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9gxsnrK3W {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9gxsnrK3W .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s9gxsnrK3W .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s9gxsnrK3W .btn {
  margin: 0px !important;
}
.cid-s9gxsnrK3W .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gxsnrK3W .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gxsnrK3W .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s9gxsnrK3W .carousel-item .wrap-img {
  text-align: center;
}
.cid-s9gxsnrK3W .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-s9gxsnrK3W .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s9gxsnrK3W .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s9gxsnrK3W .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-s9gxsnrK3W .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-s9gxsnrK3W .second-col {
    padding-top: 2rem;
  }
}
.cid-s9gxsodTww {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9gxsodTww a:link {
  text-decoration: none;
}
.cid-s9gxsodTww .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9gxsodTww .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9gxsodTww .inner-text {
  line-height: 3em;
}
.cid-s9gxsodTww .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9gxsodTww .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9gxsodTww .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9gxsodTww .content-text,
.cid-s9gxsodTww .inner-text {
  color: #c1c1c1;
}
.cid-s9gz0DN3d2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s9gz0DN3d2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s9gz0DN3d2 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s9gz0DN3d2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9gz0DN3d2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9gz0DN3d2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9gz0DN3d2 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9gz0DN3d2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9gz0DN3d2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9gz0DN3d2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s9gz0DN3d2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9gz0DN3d2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9gz0DN3d2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9gz0DN3d2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9gz0DN3d2 .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s9gz0DN3d2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9gz0DN3d2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9gz0DN3d2 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s9gz0DN3d2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s9gz0DN3d2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9gz0DN3d2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9gz0DN3d2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9gz0DN3d2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s9gz0DN3d2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9gz0DN3d2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9gz0DN3d2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9gz0DN3d2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9gz0DN3d2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9gz0DN3d2 .dropdown-item.active,
.cid-s9gz0DN3d2 .dropdown-item:active {
  background-color: transparent;
}
.cid-s9gz0DN3d2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9gz0DN3d2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9gz0DN3d2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9gz0DN3d2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s9gz0DN3d2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9gz0DN3d2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9gz0DN3d2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9gz0DN3d2 .navbar-buttons {
  text-align: center;
}
.cid-s9gz0DN3d2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9gz0DN3d2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s9gz0DN3d2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9gz0DN3d2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gz0DN3d2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gz0DN3d2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9gz0DN3d2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gz0DN3d2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9gz0DN3d2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9gz0DN3d2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gz0DN3d2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s9gz0DN3d2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s9gz0DN3d2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9gz0DN3d2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9gz0DN3d2 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9gz0DN3d2 .nav-link:hover,
.cid-s9gz0DN3d2 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9gz0CasdE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s9gz0CasdE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s9gz0CasdE .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s9gz0CasdE .btn {
  margin: 0px !important;
}
.cid-s9gz0CasdE .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gz0CasdE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s9gz0CasdE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s9gz0CasdE .carousel-item .wrap-img {
  text-align: center;
}
.cid-s9gz0CasdE .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-s9gz0CasdE .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s9gz0CasdE .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s9gz0CasdE .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-s9gz0CasdE .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-s9gz0CasdE .second-col {
    padding-top: 2rem;
  }
}
.cid-stebq2E47x {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-stebq2E47x .carousel {
  z-index: 2;
  position: relative;
}
.cid-stebq2E47x .user {
  padding: 0!important;
}
.cid-stebq2E47x .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #ffbc00;
  opacity: 0.5;
}
.cid-stebq2E47x .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-stebq2E47x .carousel-item.active,
.cid-stebq2E47x .carousel-item-next,
.cid-stebq2E47x .carousel-item-prev {
  display: flex;
}
.cid-stebq2E47x .user_name {
  margin: 0;
}
.cid-stebq2E47x .carousel-controls a {
  font-size: 2rem;
}
.cid-stebq2E47x .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-stebq2E47x .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-stebq2E47x ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-stebq2E47x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-stebq2E47x .carousel-indicators li:hover {
  opacity: 1;
}
.cid-stebq2E47x .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-stebq2E47x .user_text {
  color: #232323;
  text-align: left;
}
.cid-stebq2E47x .user_desk {
  color: #767676;
}
.cid-stebq2E47x .user_desk,
.cid-stebq2E47x .carousel-item {
  text-align: left;
}
.cid-stebq2E47x .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-stebq2E47x .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-stebq2E47x .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-stebq2E47x .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s9gz0DeIPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9gz0DeIPK a:link {
  text-decoration: none;
}
.cid-s9gz0DeIPK .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9gz0DeIPK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9gz0DeIPK .inner-text {
  line-height: 3em;
}
.cid-s9gz0DeIPK .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9gz0DeIPK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9gz0DeIPK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9gz0DeIPK .content-text,
.cid-s9gz0DeIPK .inner-text {
  color: #c1c1c1;
}
.cid-s9gAFFEdTb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-s9gAFFEdTb .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s9gAFFEdTb .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s9gAFFEdTb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s9gAFFEdTb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s9gAFFEdTb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9gAFFEdTb .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s9gAFFEdTb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s9gAFFEdTb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9gAFFEdTb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s9gAFFEdTb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s9gAFFEdTb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s9gAFFEdTb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s9gAFFEdTb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s9gAFFEdTb .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s9gAFFEdTb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s9gAFFEdTb .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s9gAFFEdTb .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-s9gAFFEdTb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-s9gAFFEdTb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s9gAFFEdTb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9gAFFEdTb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9gAFFEdTb .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s9gAFFEdTb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9gAFFEdTb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9gAFFEdTb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9gAFFEdTb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s9gAFFEdTb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9gAFFEdTb .dropdown-item.active,
.cid-s9gAFFEdTb .dropdown-item:active {
  background-color: transparent;
}
.cid-s9gAFFEdTb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s9gAFFEdTb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9gAFFEdTb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s9gAFFEdTb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s9gAFFEdTb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s9gAFFEdTb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9gAFFEdTb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s9gAFFEdTb .navbar-buttons {
  text-align: center;
}
.cid-s9gAFFEdTb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9gAFFEdTb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-s9gAFFEdTb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9gAFFEdTb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gAFFEdTb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9gAFFEdTb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9gAFFEdTb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gAFFEdTb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9gAFFEdTb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9gAFFEdTb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9gAFFEdTb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s9gAFFEdTb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s9gAFFEdTb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s9gAFFEdTb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s9gAFFEdTb .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s9gAFFEdTb .nav-link:hover,
.cid-s9gAFFEdTb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s9gBX6j56R {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9gBX6j56R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s9gBX6j56R img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9gBX6j56R .mbr-form {
  max-width: 450px;
}
.cid-s9gBX6j56R textarea {
  min-height: 150px;
}
.cid-s9gBX6j56R .mbr-text {
  color: #232323;
}
.cid-s9gBX6j56R .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s9gBX6j56R .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-s9gBX6j56R H2 {
  color: #232323;
}
.cid-s9gBX6j56R .btn-form {
  border-radius: 100px !important;
}
.cid-s9gAFF9ewO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s9gAFF9ewO a:link {
  text-decoration: none;
}
.cid-s9gAFF9ewO .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s9gAFF9ewO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s9gAFF9ewO .inner-text {
  line-height: 3em;
}
.cid-s9gAFF9ewO .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s9gAFF9ewO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s9gAFF9ewO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s9gAFF9ewO .content-text,
.cid-s9gAFF9ewO .inner-text {
  color: #c1c1c1;
}
.cid-ssR0qJqMmi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ssR0qJqMmi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ssR0qJqMmi .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-ssR0qJqMmi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ssR0qJqMmi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ssR0qJqMmi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssR0qJqMmi .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-ssR0qJqMmi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ssR0qJqMmi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssR0qJqMmi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssR0qJqMmi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ssR0qJqMmi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-ssR0qJqMmi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ssR0qJqMmi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ssR0qJqMmi .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssR0qJqMmi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ssR0qJqMmi .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-ssR0qJqMmi .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-ssR0qJqMmi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ssR0qJqMmi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ssR0qJqMmi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssR0qJqMmi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ssR0qJqMmi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ssR0qJqMmi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssR0qJqMmi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssR0qJqMmi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssR0qJqMmi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssR0qJqMmi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssR0qJqMmi .dropdown-item.active,
.cid-ssR0qJqMmi .dropdown-item:active {
  background-color: transparent;
}
.cid-ssR0qJqMmi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssR0qJqMmi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssR0qJqMmi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssR0qJqMmi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssR0qJqMmi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ssR0qJqMmi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssR0qJqMmi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ssR0qJqMmi .navbar-buttons {
  text-align: center;
}
.cid-ssR0qJqMmi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssR0qJqMmi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-ssR0qJqMmi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ssR0qJqMmi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ssR0qJqMmi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ssR0qJqMmi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ssR0qJqMmi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssR0qJqMmi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ssR0qJqMmi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ssR0qJqMmi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssR0qJqMmi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ssR0qJqMmi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-ssR0qJqMmi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ssR0qJqMmi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ssR0qJqMmi .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-ssR0qJqMmi .nav-link:hover,
.cid-ssR0qJqMmi .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ssR0qHV72x {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ssR0qHV72x .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-ssR0qHV72x .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ssR0qHV72x .btn {
  margin: 0px !important;
}
.cid-ssR0qHV72x .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssR0qHV72x .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssR0qHV72x .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ssR0qHV72x .carousel-item .wrap-img {
  text-align: center;
}
.cid-ssR0qHV72x .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-ssR0qHV72x .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ssR0qHV72x .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ssR0qHV72x .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-ssR0qHV72x .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-ssR0qHV72x .second-col {
    padding-top: 2rem;
  }
}
.cid-ssR0qJ49YA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ssR0qJ49YA a:link {
  text-decoration: none;
}
.cid-ssR0qJ49YA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssR0qJ49YA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ssR0qJ49YA .inner-text {
  line-height: 3em;
}
.cid-ssR0qJ49YA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssR0qJ49YA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssR0qJ49YA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssR0qJ49YA .content-text,
.cid-ssR0qJ49YA .inner-text {
  color: #c1c1c1;
}
.cid-ul8XMJVID8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-ul8XMJVID8 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ul8XMJVID8 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-ul8XMJVID8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ul8XMJVID8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ul8XMJVID8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ul8XMJVID8 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-ul8XMJVID8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ul8XMJVID8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul8XMJVID8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 94.8vh;
  }
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul8XMJVID8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ul8XMJVID8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-ul8XMJVID8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ul8XMJVID8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ul8XMJVID8 .navbar.opened .dropdown-menu {
    top: 0;
    color: #ffbc00 !important;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul8XMJVID8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ul8XMJVID8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-ul8XMJVID8 .navbar .navbar-logo img {
    height: 2.0rem !important;
  }
  .cid-ul8XMJVID8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ul8XMJVID8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ul8XMJVID8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ul8XMJVID8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ul8XMJVID8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ul8XMJVID8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ul8XMJVID8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul8XMJVID8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul8XMJVID8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul8XMJVID8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul8XMJVID8 .dropdown-item.active,
.cid-ul8XMJVID8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ul8XMJVID8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul8XMJVID8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul8XMJVID8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul8XMJVID8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul8XMJVID8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ul8XMJVID8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul8XMJVID8 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ul8XMJVID8 .navbar-buttons {
  text-align: center;
}
.cid-ul8XMJVID8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul8XMJVID8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffbc00;
}
.cid-ul8XMJVID8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ul8XMJVID8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ul8XMJVID8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ul8XMJVID8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ul8XMJVID8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul8XMJVID8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ul8XMJVID8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ul8XMJVID8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ul8XMJVID8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ul8XMJVID8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-ul8XMJVID8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ul8XMJVID8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ul8XMJVID8 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-ul8XMJVID8 .nav-link:hover,
.cid-ul8XMJVID8 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ul8XMKiOHA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ul8XMKiOHA .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-ul8XMKiOHA .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ul8XMKiOHA .btn {
  margin: 0px !important;
}
.cid-ul8XMKiOHA .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ul8XMKiOHA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ul8XMKiOHA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ul8XMKiOHA .carousel-item .wrap-img {
  text-align: center;
}
.cid-ul8XMKiOHA .carousel-item .wrap-img img {
  max-height: 550px;
  width: auto;
  max-width: 100%;
}
.cid-ul8XMKiOHA .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ul8XMKiOHA .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ul8XMKiOHA .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffbc00;
  display: inline-block;
  border: 4px solid #ffbc00;
}
.cid-ul8XMKiOHA .carousel-indicators li.active {
  border-color: #ff8b00;
}
@media (max-width: 768px) {
  .cid-ul8XMKiOHA .second-col {
    padding-top: 2rem;
  }
}
.cid-uGOvb9RjbV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGOvb9RjbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGOvb9RjbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGOvb9RjbV .content-head {
  max-width: 800px;
}
.cid-uGOvb9RjbV .mbr-section-title {
  color: #444444;
}
.cid-uGOy413fS4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGOy413fS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGOy413fS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGOy413fS4 .content-head {
  max-width: 800px;
}
.cid-uGOy413fS4 .mbr-section-title {
  color: #444444;
}
.cid-uGOy2RHtml {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGOy2RHtml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGOy2RHtml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGOy2RHtml .content-head {
  max-width: 800px;
}
.cid-uGOy2RHtml .mbr-section-title {
  color: #444444;
}
.cid-uGOy1vgTUw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGOy1vgTUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGOy1vgTUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGOy1vgTUw .content-head {
  max-width: 800px;
}
.cid-uGOy1vgTUw .mbr-section-title {
  color: #444444;
}
.cid-ul8XMLraMx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ul8XMLraMx a:link {
  text-decoration: none;
}
.cid-ul8XMLraMx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ul8XMLraMx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ul8XMLraMx .inner-text {
  line-height: 3em;
}
.cid-ul8XMLraMx .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ul8XMLraMx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ul8XMLraMx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ul8XMLraMx .content-text,
.cid-ul8XMLraMx .inner-text {
  color: #c1c1c1;
}
