body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #8bbf3f !important;
}
.bg-success {
  background-color: #2f2c39 !important;
}
.bg-info {
  background-color: #004684 !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8bbf3f !important;
  border-color: #8bbf3f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #8bbf3f !important;
  background-color: transparent !important;
  border-color: #8bbf3f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #61852c !important;
  border-color: #61852c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #004684 !important;
  border-color: #004684 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #004684 !important;
  background-color: transparent !important;
  border-color: #004684 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001d38 !important;
  border-color: #001d38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2f2c39 !important;
  border-color: #2f2c39 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2f2c39 !important;
  background-color: transparent !important;
  border-color: #2f2c39 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b0b0e !important;
  border-color: #0b0b0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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 {
  background: none;
  border-color: #537226;
  color: #537226;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #8bbf3f;
  border-color: #8bbf3f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8bbf3f !important;
  border-color: #8bbf3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00101e;
  color: #00101e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #004684;
  border-color: #004684;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #004684 !important;
  border-color: #004684 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2f2c39;
  border-color: #2f2c39;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2f2c39 !important;
  border-color: #2f2c39 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #8bbf3f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #2f2c39 !important;
}
.text-info {
  color: #004684 !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #004684;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8bbf3f;
  border-color: #8bbf3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8bbf3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5df9e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9f9ab1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0489ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #8bbf3f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8bbf3f;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8bbf3f;
  border-bottom-color: #8bbf3f;
}
.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: #8bbf3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%238bbf3f' %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-sCvNLa74pP {
  z-index: 1000;
  width: 100%;
}
.cid-sCvNLa74pP nav.navbar {
  position: fixed;
}
.cid-sCvNLa74pP .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sCvNLa74pP .btn-padding span {
  line-height: 10px;
}
.cid-sCvNLa74pP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvNLa74pP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvNLa74pP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvNLa74pP .dropdown-item:hover,
.cid-sCvNLa74pP .dropdown-item:focus {
  background: #8bbf3f !important;
  color: white !important;
}
.cid-sCvNLa74pP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvNLa74pP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvNLa74pP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvNLa74pP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvNLa74pP .nav-link {
  position: relative;
}
.cid-sCvNLa74pP .container {
  display: flex;
  margin: auto;
}
.cid-sCvNLa74pP .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvNLa74pP .dropdown-menu,
.cid-sCvNLa74pP .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvNLa74pP .nav-item:focus,
.cid-sCvNLa74pP .nav-link:focus {
  outline: none;
}
.cid-sCvNLa74pP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvNLa74pP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvNLa74pP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvNLa74pP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvNLa74pP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvNLa74pP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvNLa74pP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-sCvNLa74pP .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvNLa74pP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvNLa74pP .navbar .navbar-logo img {
  width: auto;
  max-height: 32px !important;
}
.cid-sCvNLa74pP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvNLa74pP .navbar.collapsed {
  justify-content: center;
}
.cid-sCvNLa74pP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvNLa74pP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvNLa74pP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvNLa74pP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvNLa74pP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvNLa74pP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvNLa74pP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvNLa74pP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvNLa74pP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvNLa74pP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvNLa74pP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvNLa74pP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvNLa74pP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvNLa74pP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvNLa74pP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvNLa74pP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvNLa74pP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvNLa74pP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvNLa74pP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvNLa74pP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvNLa74pP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvNLa74pP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvNLa74pP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvNLa74pP .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvNLa74pP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvNLa74pP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvNLa74pP .dropdown-item.active,
.cid-sCvNLa74pP .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvNLa74pP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvNLa74pP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvNLa74pP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvNLa74pP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvNLa74pP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvNLa74pP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvNLa74pP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvNLa74pP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvNLa74pP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvNLa74pP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-sCvNLa74pP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvNLa74pP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvNLa74pP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvNLa74pP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvNLa74pP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvNLa74pP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvNLa74pP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvNLa74pP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvNLa74pP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvNLa74pP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvNLa74pP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvNLa74pP .navbar {
    height: 70px;
  }
  .cid-sCvNLa74pP .navbar.opened {
    height: auto;
  }
  .cid-sCvNLa74pP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCvNLa74pP .btn {
  color: #000000 !important;
}
.cid-sCvNLa74pP .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f;
  border: 2px solid #8bbf3f;
}
.cid-sCvNLa74pP .nav-link:hover {
  color: #8bbf3f !important;
}
.cid-sCvNLa74pP .btn:focus {
  color: #8bbf3f !important;
}
.cid-rOO8e3AVpg #myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
}
.cid-rOO8e3AVpg .contentRS {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 15px;
  z-index: 1;
  margin-left: auto !important;
  margin-right: auto !important;
  background: none !important;
}
.cid-rOO8e3AVpg #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000000;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.cid-rOO8e3AVpg P {
  color: #ffffff;
  font-family: Montserrat;
  text-align: left;
  padding-right: 40px;
}
.cid-rOO8e3AVpg H1 {
  text-align: left;
  font-family: Montserrat;
  color: #ffffff;
  font-size: 45px;
  padding-right: 40px;
}
.cid-rOO8e3AVpg .mbr-overlay {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-rOO8e3AVpg #RSHeader {
    padding-top: 68px !important;
  }
  .cid-rOO8e3AVpg .headerRS1 {
    padding-top: 68px !important;
    padding-bottom: 250px !important;
  }
  .cid-rOO8e3AVpg .contentRS {
    top: 230px;
    padding: 10px;
    position: static;
    margin-left: 400px;
  }
}
.cid-rOO8e3AVpg .btn {
  color: #000000 !important;
}
.cid-rOO8e3AVpg .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f;
  border: 2px solid #8bbf3f;
}
.cid-rOO8e3AVpg .btn:focus {
  color: #8bbf3f !important;
}
@media screen and (max-width: 767px) {
  .cid-rOO8e3AVpg .contentRS {
    transform: translate(0, 0);
    font-size: 15px !important;
    margin-top: auto !important;
    color: #000000 !important;
    overlay: none !important;
    background-color: #ffffff !important;
  }
  .cid-rOO8e3AVpg P {
    color: #000000;
    font-family: Montserrat;
    text-align: left;
    padding-right: 10px;
  }
  .cid-rOO8e3AVpg H1 {
    text-align: left;
    font-family: Montserrat;
    color: #000000;
    font-size: 25px;
    padding-right: 10px;
  }
  .cid-rOO8e3AVpg .mbr-overlay {
    z-index: 1;
    opacity: 0 !important;
  }
}
.cid-sCA45ktc2v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCA45ktc2v .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCA45ktc2v .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCA45ktc2v .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCA45ktc2v .text-box {
    padding: 2rem;
  }
}
.cid-sCA45ktc2v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCA45ktc2v .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCA45ktc2v .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #8bbf3f;
  opacity: 0;
}
.cid-sCA45ktc2v .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCA45ktc2v .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCA45ktc2v .text-box {
  text-align: center;
}
.cid-sCA45ktc2v .mbr-section-title {
  text-align: left;
}
.cid-sCA45ktc2v .mbr-text {
  padding-top: 10px;
}
.cid-sCA45ktc2v .mbr-section-subtitle {
  color: #626262;
}
.cid-sCA45ktc2v .text-white:hover {
  color: #000000 !important;
}
.cid-sCA45ktc2v .mbr-text,
.cid-sCA45ktc2v .button-align {
  text-align: left;
}
.cid-sCA45ktc2v .btn {
  color: #000000 !important;
}
.cid-sCA45ktc2v .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f !important;
  border: 2px solid #8bbf3f;
}
.cid-sCA45ktc2v .btn:focus {
  color: #8bbf3f !important;
}
.cid-sCA45ktc2v .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cid-sCA4BJMrPj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCA4BJMrPj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCA4BJMrPj .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCA4BJMrPj .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCA4BJMrPj .text-box {
    padding: 2rem;
  }
}
.cid-sCA4BJMrPj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCA4BJMrPj .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCA4BJMrPj .btn:focus {
  color: #8bbf3f !important;
}
.cid-sCA4BJMrPj .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #8bbf3f;
  opacity: 0;
}
.cid-sCA4BJMrPj .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCA4BJMrPj .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCA4BJMrPj .text-box {
  text-align: center;
}
.cid-sCA4BJMrPj .mbr-section-title {
  text-align: left;
}
.cid-sCA4BJMrPj .mbr-text {
  padding-top: 10px;
}
.cid-sCA4BJMrPj .mbr-section-subtitle {
  color: #626262;
}
.cid-sCA4BJMrPj .text-white:hover {
  color: #000000 !important;
}
.cid-sCA4BJMrPj .mbr-text,
.cid-sCA4BJMrPj .button-align {
  text-align: left;
}
.cid-sCA4BJMrPj .btn {
  color: #000000 !important;
}
.cid-sCA4BJMrPj .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f !important;
  border: 2px solid #8bbf3f;
}
.cid-sCA4BJMrPj .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cid-sCA5rgEcpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCA5rgEcpV .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCA5rgEcpV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCA5rgEcpV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCA5rgEcpV .text-box {
    padding: 2rem;
  }
}
.cid-sCA5rgEcpV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCA5rgEcpV .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCA5rgEcpV .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #8bbf3f;
  opacity: 0;
}
.cid-sCA5rgEcpV .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCA5rgEcpV .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCA5rgEcpV .text-box {
  text-align: center;
}
.cid-sCA5rgEcpV .mbr-section-title {
  text-align: left;
}
.cid-sCA5rgEcpV .mbr-text {
  padding-top: 10px;
}
.cid-sCA5rgEcpV .mbr-section-subtitle {
  color: #626262;
  text-align: left;
}
.cid-sCA5rgEcpV .text-white:hover {
  color: #000000 !important;
}
.cid-sCA5rgEcpV .mbr-text,
.cid-sCA5rgEcpV .button-align {
  text-align: left;
}
.cid-sCA5rgEcpV .btn {
  color: #000000 !important;
}
.cid-sCA5rgEcpV .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f !important;
  border: 2px solid #8bbf3f;
}
.cid-sCA5rgEcpV .btn:focus {
  color: #8bbf3f !important;
}
.cid-sCA5rgEcpV .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cid-sCAaucdBSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCAaucdBSs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCAaucdBSs .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCAaucdBSs .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCAaucdBSs .text-box {
    padding: 2rem;
  }
}
.cid-sCAaucdBSs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCAaucdBSs .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCAaucdBSs .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #8bbf3f;
  opacity: 0;
}
.cid-sCAaucdBSs .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCAaucdBSs .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCAaucdBSs .text-box {
  text-align: center;
}
.cid-sCAaucdBSs .mbr-section-title {
  text-align: left;
}
.cid-sCAaucdBSs .mbr-text {
  padding-top: 10px;
}
.cid-sCAaucdBSs .mbr-section-subtitle {
  color: #626262;
  text-align: left;
}
.cid-sCAaucdBSs .text-white:hover {
  color: #000000 !important;
}
.cid-sCAaucdBSs .mbr-text,
.cid-sCAaucdBSs .button-align {
  text-align: left;
}
.cid-sCAaucdBSs .btn {
  color: #000000 !important;
}
.cid-sCAaucdBSs .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f !important;
  border: 2px solid #8bbf3f;
}
.cid-sCAaucdBSs .btn:focus {
  color: #8bbf3f !important;
}
.cid-sCAaucdBSs .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cid-sCATkIi3K6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCATkIi3K6 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCATkIi3K6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCATkIi3K6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCATkIi3K6 .text-box {
    padding: 2rem;
  }
}
.cid-sCATkIi3K6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCATkIi3K6 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCATkIi3K6 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #8bbf3f;
  opacity: 0;
}
.cid-sCATkIi3K6 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCATkIi3K6 .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCATkIi3K6 .text-box {
  text-align: center;
}
.cid-sCATkIi3K6 .mbr-section-title {
  text-align: left;
}
.cid-sCATkIi3K6 .mbr-text {
  padding-top: 10px;
}
.cid-sCATkIi3K6 .mbr-section-subtitle {
  color: #626262;
  text-align: left;
}
.cid-sCATkIi3K6 .text-white:hover {
  color: #000000 !important;
}
.cid-sCATkIi3K6 .mbr-text,
.cid-sCATkIi3K6 .button-align {
  text-align: left;
}
.cid-sCATkIi3K6 .btn {
  color: #000000 !important;
}
.cid-sCATkIi3K6 .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f !important;
  border: 2px solid #8bbf3f;
}
.cid-sCATkIi3K6 .btn:focus {
  color: #8bbf3f !important;
}
.cid-sCATkIi3K6 .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cid-rSbTPZOrNp {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/9703-bfi-brandcmp-aboutus-1280x600-1280x600.jpg");
}
.cid-rSbTPZOrNp .mbr-text,
.cid-rSbTPZOrNp .typed-text,
.cid-rSbTPZOrNp .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSbTPZOrNp .btn {
  margin-left: 4px !important;
  color: #000000 !important;
}
.cid-rSbTPZOrNp .animated-element {
  color: #ffbc00;
}
.cid-rSbTPZOrNp .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-rSbTPZOrNp .btn:hover {
  background-color: #ffffff !important;
  color: #8bbf3f;
  border: 2px solid #8bbf3f;
}
.cid-rSbTPZOrNp .btn:focus {
  color: #8bbf3f !important;
}
.cid-rSbV8qL3Pf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSbV8qL3Pf .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rSbV8qL3Pf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rSbV8qL3Pf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rSbV8qL3Pf .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rSbV8qL3Pf .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #8bbf3f;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rSbV8qL3Pf .icon-transition span:hover {
  background-color: #232323;
}
.cid-rSbV8qL3Pf .mbr-text {
  color: #232323;
  font-family: Montserrat;
}
@media (max-width: 991px) {
  .cid-rSbV8qL3Pf .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rSbV8qL3Pf .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rSbV8qL3Pf .mbr-text {
    margin-bottom: 1.5rem;
  }
}
