body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fb2f2f !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fb2f2f !important;
  border-color: #fb2f2f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #d90404 !important;
  border-color: #d90404 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90404 !important;
  border-color: #d90404 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #c00404;
  color: #c00404;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #fb2f2f;
  border-color: #fb2f2f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb2f2f !important;
  border-color: #fb2f2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #fb2f2f !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c00404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #83868c;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb2f2f;
  border-color: #fb2f2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fb2f2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff7f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.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;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fb2f2f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #fb2f2f !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb2f2f;
  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: #fb2f2f;
  border-bottom-color: #fb2f2f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fb2f2f !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: #279e64 !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='%23fb2f2f' %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-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tjp5uQAd5i {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../images/adobestock-45792144-2000x1333.jpg");
}
.cid-tjp5uQAd5i .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-tjp5uQAd5i .img-wrap img {
  width: 100%;
}
.cid-tjp5uQAd5i .mbr-section-subtitle {
  color: #ffc600;
}
.cid-tjp5uQAd5i .mbr-section-title {
  color: #ffffff;
}
.cid-tjp5uQAd5i .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-tjp5uQAd5i .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tjp5uQAd5i .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tjp5uQAd5i .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tjp5uQAd5i .mbr-section-subtitle,
.cid-tjp5uQAd5i .mbr-section-title .accent-word {
  text-align: center;
  color: #ffffff;
}
.cid-tjp5uQAd5i .mbr-section-title,
.cid-tjp5uQAd5i .separator,
.cid-tjp5uQAd5i .sep-holder {
  text-align: center;
  color: #eeeff2;
}
.cid-tjp5uQAd5i .mbr-text,
.cid-tjp5uQAd5i .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uAZJaJoqma {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../images/adobestock-149773613.jpeg-2000x1333.jpg");
}
.cid-uAZJaJoqma .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAZJaJoqma .panel-group {
  border: none;
}
.cid-uAZJaJoqma .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAZJaJoqma .card-header {
    padding: 0rem;
  }
}
.cid-uAZJaJoqma .card {
  border: solid 1px #fb2f2f;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uAZJaJoqma .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uAZJaJoqma .card {
    padding: 1rem;
  }
}
.cid-uAZJaJoqma .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAZJaJoqma .img-col {
  padding: 0;
}
.cid-uAZJaJoqma .img-item {
  height: 100%;
}
.cid-uAZJaJoqma img {
  height: 100%;
  object-fit: cover;
}
.cid-uAZJaJoqma .collapsed span {
  transform: rotate(0deg);
}
.cid-uAZJaJoqma .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAZJaJoqma p {
  margin-bottom: 0.3rem;
}
.cid-uAZJaJoqma .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uAZJaJoqma .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAZJaJoqma .panel-text {
  color: #000000;
}
.cid-uAZJaJoqma .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uAZJaJoqma .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uAZJaJoqma .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uAZJaJoqma .panel-title-edit,
.cid-uAZJaJoqma .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uAZJaJoqma .mbr-section-title,
.cid-uAZJaJoqma .mbr-section-subtitle {
  background: #fb2f2f;
  display: inline;
}
.cid-uAZJaJoqma .mbr-section-subtitle,
.cid-uAZJaJoqma .align {
  color: #ffffff;
}
.cid-uAZJaJoqma .mbr-section-title,
.cid-uAZJaJoqma .align {
  color: #ffffff;
}
.cid-uAZJaJoqma .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #fb2f2f;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uAZJaJoqma .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-sofsTd3eu0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b1a1a;
}
.cid-sofsTd3eu0 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sofsTd3eu0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sofsTd3eu0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sofsTd3eu0 * {
    text-align: left;
  }
}
.cid-sofsTd3eu0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-title,
.cid-sofsTd3eu0 .mbr-section-btn,
.cid-sofsTd3eu0 .card-wrapper .card-box .meta {
  text-align: center;
  color: #fffcfc;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .mbr-text,
.cid-sofsTd3eu0 .mbr-section-btn {
  text-align: center;
  color: #fffcfc;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-subtitle,
.cid-sofsTd3eu0 .mbr-section-btn,
.cid-sofsTd3eu0 .card-wrapper .card-box .meta DIV {
  text-align: center;
}
.cid-sofsTd3eu0 .card-wrapper .card-box .card-subtitle,
.cid-sofsTd3eu0 .mbr-section-btn,
.cid-sofsTd3eu0 .card-wrapper .card-box .meta {
  color: #ffffff;
}
.cid-tt0NiSwb5F {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt0NiSwb5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt0NiSwb5F .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tt0NiSwb5F .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tt0NiSwb5F img {
  border-radius: 1rem;
}
.cid-tt0NiSwb5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt0NiSwb5F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tt0NiSwb5F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tt0NiSwb5F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tt0NiSwb5F .mbr-section-title {
  color: #19303d;
}
.cid-tt0NiSwb5F .mbr-section-subtitle,
.cid-tt0NiSwb5F .subtitle-wrap {
  color: #19303d;
}
.cid-tt0NiSwb5F .mbr-text,
.cid-tt0NiSwb5F .mbr-section-btn {
  color: #19303d;
}
.cid-tt0tFIkZjF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt0tFIkZjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt0tFIkZjF .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tt0tFIkZjF .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tt0tFIkZjF img {
  border-radius: 1rem;
}
.cid-tt0tFIkZjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt0tFIkZjF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tt0tFIkZjF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tt0tFIkZjF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tt0tFIkZjF .mbr-section-title {
  color: #19303d;
}
.cid-tt0tFIkZjF .mbr-section-subtitle,
.cid-tt0tFIkZjF .subtitle-wrap {
  color: #19303d;
}
.cid-tt0tFIkZjF .mbr-text,
.cid-tt0tFIkZjF .mbr-section-btn {
  color: #19303d;
}
.cid-sofrQzeIYV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-sofrQzeIYV .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sofrQzeIYV .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sofrQzeIYV .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sofrQzeIYV .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sofrQzeIYV .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sofrQzeIYV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sofrQzeIYV .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sofrQzeIYV * {
    text-align: left;
  }
}
.cid-sofrQzeIYV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sofrQzeIYV .card-wrapper .card-box .card-title,
.cid-sofrQzeIYV .mbr-section-btn,
.cid-sofrQzeIYV .card-wrapper .card-box .meta {
  color: #7b0006;
  text-align: center;
}
.cid-sofrQzeIYV .card-wrapper .card-box .mbr-text,
.cid-sofrQzeIYV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sokYys1Np9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-sokYys1Np9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sokYys1Np9 .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sokYys1Np9 .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sokYys1Np9 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sokYys1Np9 .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sokYys1Np9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sokYys1Np9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sokYys1Np9 * {
    text-align: left;
  }
}
.cid-sokYys1Np9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sokYys1Np9 .card-wrapper .card-box .card-title,
.cid-sokYys1Np9 .mbr-section-btn,
.cid-sokYys1Np9 .card-wrapper .card-box .meta {
  color: #000000;
  text-align: center;
}
.cid-sokYys1Np9 .card-wrapper .card-box .mbr-text,
.cid-sokYys1Np9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sol2yY0PhS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sol2yY0PhS .mbr-text {
  color: #767676;
}
.cid-sol2yY0PhS .card-subtitle {
  margin: 0;
}
.cid-sol2yY0PhS .link {
  margin: 0;
}
.cid-sol2yY0PhS .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sol2yY0PhS .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sol2yY0PhS .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sol2yY0PhS .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sol2yY0PhS .date {
  margin: 0;
}
.cid-sol2yY0PhS img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sol2yY0PhS .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sol2yY0PhS .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sol2yY0PhS .card-img:hover:before {
  opacity: 0.4;
}
.cid-sol2yY0PhS .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sol2yY0PhS .icon-box {
    flex-direction: column;
  }
  .cid-sol2yY0PhS .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sol2yY0PhS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sol2yY0PhS .card {
    margin-bottom: 3rem;
  }
}
.cid-sol4RVhk5N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/image0000011002-1-1024x683.jpg");
}
.cid-sol4RVhk5N .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sol4RVhk5N .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sol4RVhk5N .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sol4RVhk5N .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sol4RVhk5N .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sol4RVhk5N .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sol4RVhk5N .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sol4RVhk5N * {
    text-align: left;
  }
}
.cid-sol4RVhk5N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sol4RVhk5N .card-wrapper .card-box .card-title,
.cid-sol4RVhk5N .mbr-section-btn,
.cid-sol4RVhk5N .card-wrapper .card-box .meta {
  color: #ffc600;
  text-align: center;
}
.cid-sol4RVhk5N .card-wrapper .card-box .mbr-text,
.cid-sol4RVhk5N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sg2KwYiHZH {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg2KwYiHZH .container {
  max-width: 1500px;
}
.cid-sg2KwYiHZH img {
  width: 100%;
}
.cid-sg2KwYiHZH h2 {
  padding: 0;
  margin: 0;
}
.cid-sg2KwYiHZH .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sg2KwYiHZH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sg2KwYiHZH .img-col {
  position: relative;
}
.cid-sg2KwYiHZH .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sg2KwYiHZH .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sg2KwYiHZH .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sg2KwYiHZH .img2 {
    top: -2rem;
  }
  .cid-sg2KwYiHZH .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sg2KwYiHZH .img2 {
    width: 50%;
  }
  .cid-sg2KwYiHZH .number {
    margin: auto;
  }
}
.cid-sg2KwYiHZH H2 {
  color: #fb2f2f;
}
.cid-sg2KwYiHZH .mbr-text {
  color: #000000;
}
.cid-ttFC2BGO4d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../images/image00000111-1-1086x1448.jpg");
}
.cid-ttFC2BGO4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFC2BGO4d .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ttFC2BGO4d .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ttFC2BGO4d img {
  border-radius: 1rem;
}
.cid-ttFC2BGO4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttFC2BGO4d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttFC2BGO4d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ttFC2BGO4d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ttFC2BGO4d .mbr-section-title {
  color: #19303d;
}
.cid-ttFC2BGO4d .mbr-section-subtitle,
.cid-ttFC2BGO4d .subtitle-wrap {
  color: #19303d;
}
.cid-ttFC2BGO4d .mbr-text,
.cid-ttFC2BGO4d .mbr-section-btn {
  color: #19303d;
}
.cid-tzZhTKAcyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/adobestock-309620183-2000x1333.jpg");
}
.cid-tzZhTKAcyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzZhTKAcyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzZhTKAcyE .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tzZhTKAcyE .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-tzZhTKAcyE .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tzZhTKAcyE .mbr-text {
  color: #1b1a1a;
  text-align: center;
}
.cid-sg2jwVUP4y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b1a1a;
}
.cid-sg2jwVUP4y .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sg2jwVUP4y .mbr-figure img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sg2jwVUP4y .mbr-text,
.cid-sg2jwVUP4y .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sg2jwVUP4y img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sg2jwVUP4y H1 {
  color: #ffc600;
}
.cid-tjz2zScONY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-tjz2zScONY .row {
  justify-content: center;
}
.cid-tjz2zScONY .col-title {
  margin-bottom: 2.5rem;
}
.cid-tjz2zScONY .mbr-section-title {
  color: #ca1f27;
}
.cid-tjz2zScONY .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tjz2zScONY .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjz2zScONY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tjz2zScONY .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tjz2zScONY .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 600px;
}
@media (max-width: 639px) {
  .cid-tjz2zScONY .card {
    min-height: 414px;
  }
}
.cid-tjz2zScONY .card-1 {
  background-color: #44af69;
}
.cid-tjz2zScONY .card-2 {
  background-color: #75083a;
}
.cid-tjz2zScONY .card-3 {
  background-color: #ff4545;
}
.cid-tjz2zScONY .card-4 {
  background-color: #fed243;
}
.cid-tjz2zScONY .card-5 {
  background-color: #44af69;
}
.cid-tjz2zScONY .card-6 {
  background-color: #ff7f11;
}
.cid-tjz2zScONY .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tjz2zScONY .card:hover .card-title {
  text-decoration: underline;
}
.cid-tjz2zScONY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tjz2zScONY .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tjz2zScONY .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tjz2zScONY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tjz2zScONY .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tjz2zScONY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tjz2zScONY .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-twGsxgIi80 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGsxgIi80 a:link {
  text-decoration: none;
}
.cid-twGsxgIi80 .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-twGsxgIi80 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGsxgIi80 .inner-text {
  line-height: 3em;
}
.cid-twGsxgIi80 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGsxgIi80 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGsxgIi80 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGsxgIi80 .content-text,
.cid-twGsxgIi80 .inner-text {
  color: #c1c1c1;
}
.cid-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sfoAIwmSMN {
  background-image: url("../../images/image0000001-800x600.jpg");
}
.cid-sfoAIwmSMN .column-content {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sfoAIwmSMN .text-content .btn-bgr {
  z-index: 0;
}
.cid-sfoAIwmSMN .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sfoAIwmSMN .container-full-width {
  position: relative;
}
.cid-sfoAIwmSMN .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sfoAIwmSMN .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sfoAIwmSMN .layer path {
  fill: #000000;
}
@media (min-width: 576px) {
  .cid-sfoAIwmSMN .text-content {
    width: 540px;
  }
  .cid-sfoAIwmSMN .column-content {
    width: 100%;
  }
  .cid-sfoAIwmSMN .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sfoAIwmSMN .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sfoAIwmSMN .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sfoAIwmSMN .column-content {
    width: 50%;
  }
  .cid-sfoAIwmSMN .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sfoAIwmSMN .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfoAIwmSMN .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sfoAIwmSMN .column-content {
    height: 33rem;
  }
}
.cid-sfoAIwmSMN .mbr-text,
.cid-sfoAIwmSMN .mbr-section-btn {
  color: #fb2f2f;
}
.cid-sfoAIwmSMN H1 {
  color: #fb2f2f;
}
.cid-tjz5DAjLuU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjz5DAjLuU .content-inner .left-content {
  display: block;
}
.cid-tjz5DAjLuU .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tjz5DAjLuU .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tjz5DAjLuU .content-inner .right-content {
  display: block;
}
.cid-tjz5DAjLuU .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tjz5DAjLuU .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tjz5DAjLuU .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tjz5DAjLuU .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tjz5DAjLuU .content-inner {
    justify-content: center !important;
  }
  .cid-tjz5DAjLuU * {
    text-align: center;
  }
}
.cid-sfQje11jZM {
  padding-top: 375px;
  padding-bottom: 75px;
  background-image: url("../../images/image0000031-2-360x360.jpg");
}
.cid-sfQje11jZM H1 {
  color: #ffffff;
}
.cid-sfQje11jZM .mbr-text,
.cid-sfQje11jZM .mbr-section-btn {
  color: #ffffff;
}
.cid-sfQje11jZM .img-box {
  position: relative;
}
.cid-sfQje11jZM .card-ico span {
  font-size: 96px;
  color: #fb2f2f;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sfQje11jZM .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sfQje11jZM .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sfQje11jZM .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sfQje11jZM .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sfQje11jZM .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sfQje11jZM img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(49, 199, 126, 0.35);
}
@media (max-width: 992px) {
  .cid-sfQje11jZM .img-box {
    height: 500px;
  }
  .cid-sfQje11jZM .img1 {
    left: 1rem;
  }
  .cid-sfQje11jZM .img2 {
    right: 1rem;
  }
  .cid-sfQje11jZM img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sfQje11jZM img {
    width: 60%;
  }
  .cid-sfQje11jZM .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sfQje11jZM .author-box {
    justify-content: center;
  }
  .cid-sfQje11jZM .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sfQje11jZM .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sfQje11jZM .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sfQje11jZM .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sfQje11jZM .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sfQje11jZM .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sfQje11jZM .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sfQje11jZM h3,
.cid-sfQje11jZM h4 {
  margin: 0;
  padding: 0;
}
.cid-sfQje11jZM .card-title,
.cid-sfQje11jZM .mbr-section-subtitle {
  color: #232323;
}
.cid-sfQje11jZM .card-title {
  color: #ffffff;
}
.cid-sg2h5L7QRp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sg2h5L7QRp .img-wrap {
  position: relative;
}
.cid-sg2h5L7QRp .img-wrap img {
  width: 100%;
}
.cid-sg2h5L7QRp .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-sg2h5L7QRp .mbr-section-title {
  color: #fb2f2f;
}
.cid-sg2h5L7QRp .mbr-text {
  color: #83868c;
}
.cid-sg2h5L7QRp .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sg2h5L7QRp .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sg2h5L7QRp .cards-wrap {
  margin-top: 30px;
}
.cid-sg2h5L7QRp .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sg2h5L7QRp .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sg2h5L7QRp .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sg2h5L7QRp .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-sg2h5L7QRp .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-sg2h5L7QRp .wrapper .icon1 .mbr-iconfont {
  color: #fb2f2f;
}
.cid-sg2h5L7QRp .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-sg2h5L7QRp .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sg2h5L7QRp .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sg2h5L7QRp .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sg2h5L7QRp .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sg2h5L7QRp .wrapper .mbr-card-title {
  color: #fb2f2f;
  margin-bottom: 17px;
}
.cid-sg2h5L7QRp .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-sg2h5L7QRp .mbr-section-btn {
    justify-content: center;
  }
  .cid-sg2h5L7QRp * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sg2h5L7QRp .mbr-section-title,
.cid-sg2h5L7QRp .separator,
.cid-sg2h5L7QRp .sep-holder {
  color: #fa9a18;
}
.cid-sg2h5L7QRp .wrapper .mbr-card-title,
.cid-sg2h5L7QRp .img {
  color: #fb2f2f;
}
.cid-sg2h5L7QRp .wrapper .mbr-text,
.cid-sg2h5L7QRp .img {
  color: #ffffff;
}
.cid-twGxsncmns {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGxsncmns a:link {
  text-decoration: none;
}
.cid-twGxsncmns .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-twGxsncmns .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGxsncmns .inner-text {
  line-height: 3em;
}
.cid-twGxsncmns .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGxsncmns .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGxsncmns .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGxsncmns .content-text,
.cid-twGxsncmns .inner-text {
  color: #c1c1c1;
}
.cid-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tjz5A7EGfX {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjz5A7EGfX .content-inner .left-content {
  display: block;
}
.cid-tjz5A7EGfX .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tjz5A7EGfX .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tjz5A7EGfX .content-inner .right-content {
  display: block;
}
.cid-tjz5A7EGfX .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tjz5A7EGfX .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tjz5A7EGfX .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tjz5A7EGfX .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tjz5A7EGfX .content-inner {
    justify-content: center !important;
  }
  .cid-tjz5A7EGfX * {
    text-align: center;
  }
}
.cid-sg2AXTwR7t {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sg2AXTwR7t img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sg2AXTwR7t img:hover {
  transform: scale(1.1);
}
.cid-sg2AXTwR7t .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sg2AXTwR7t h2 {
  padding: 0;
  margin: 0;
}
.cid-sg2AXTwR7t .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg2AXTwR7t .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sg2AXTwR7t .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sg2AXTwR7t .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sg2AXTwR7t .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sg2AXTwR7t .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sg2AXTwR7t .mbr-iconfont {
  margin: 0!important;
}
.cid-sg2AXTwR7t .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sg2AXTwR7t .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sg2AXTwR7t .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sg2AXTwR7t .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sg2AXTwR7t .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sg2AXTwR7t H2 {
  color: #333333;
}
.cid-sg2AXTwR7t .mbr-text {
  color: #fb2f2f;
}
.cid-sg2AXTwR7t H1 {
  color: #fb2f2f;
}
.cid-sg2zNrkjcP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../images/image0000041-510x314.jpg");
}
.cid-sg2zNrkjcP .container {
  max-width: 1500px;
}
.cid-sg2zNrkjcP img {
  width: 100%;
}
.cid-sg2zNrkjcP h2 {
  padding: 0;
  margin: 0;
}
.cid-sg2zNrkjcP .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sg2zNrkjcP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sg2zNrkjcP .img-col {
  position: relative;
}
.cid-sg2zNrkjcP .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sg2zNrkjcP .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sg2zNrkjcP .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sg2zNrkjcP .img2 {
    top: -2rem;
  }
  .cid-sg2zNrkjcP .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sg2zNrkjcP .img2 {
    width: 50%;
  }
  .cid-sg2zNrkjcP .number {
    margin: auto;
  }
}
.cid-sg2zNrkjcP H2 {
  color: #ffffff;
}
.cid-sg2zNrkjcP .mbr-text {
  color: #ffffff;
}
.cid-smmx6uUmyy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smmx6uUmyy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smmx6uUmyy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smmx6uUmyy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smmx6uUmyy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smmx6uUmyy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-smmx6uUmyy .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-smmx6uUmyy .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-smmx6uUmyy .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-smmx6uUmyy .mbr-gallery-filter ul {
  display: block;
}
.cid-smmx6uUmyy .mbr-gallery-filter ul li {
  position: relative;
}
.cid-smmx6uUmyy .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-smmx6uUmyy .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-smmx6uUmyy .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-smmx6uUmyy .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-smmx6uUmyy .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-smmx6uUmyy .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-smmx6uUmyy .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-smmx6uUmyy .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-smmx6uUmyy .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-smmx6uUmyy .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-smmx6uUmyy .icon-focus:before {
  content: '\e95e';
}
.cid-smmx6uUmyy .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-smmx6uUmyy .mbr-section-title {
  margin: 0;
}
.cid-smmx6uUmyy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-smmx6uUmyy .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sfoFzf9ShT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfoFzf9ShT .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sfoFzf9ShT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sfoFzf9ShT .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sfoFzf9ShT * {
    text-align: left;
  }
}
.cid-sfoFzf9ShT .card-wrapper .card-box .mbr-text,
.cid-sfoFzf9ShT .mbr-section-btn {
  text-align: center;
}
.cid-twGkygKPLh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twGkygKPLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGkygKPLh .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-twGkygKPLh .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #fb2f2f;
  z-index: -1;
}
.cid-twGkygKPLh img {
  border-radius: 1rem;
}
.cid-twGkygKPLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGkygKPLh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twGkygKPLh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twGkygKPLh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twGkygKPLh .mbr-section-title {
  color: #19303d;
}
.cid-twGkygKPLh .mbr-section-subtitle,
.cid-twGkygKPLh .subtitle-wrap {
  color: #19303d;
}
.cid-twGkygKPLh .mbr-text,
.cid-twGkygKPLh .mbr-section-btn {
  color: #1b1a1a;
}
.cid-twGmJS3VfA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twGmJS3VfA .row {
  justify-content: center;
}
.cid-twGmJS3VfA .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-twGmJS3VfA .item-img {
    height: 286px;
  }
}
.cid-twGmJS3VfA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twGmJS3VfA .item:focus,
.cid-twGmJS3VfA span:focus {
  outline: none;
}
.cid-twGmJS3VfA .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-twGmJS3VfA .col-items {
    flex-wrap: wrap;
  }
}
.cid-twGmJS3VfA .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-twGmJS3VfA .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-twGmJS3VfA .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-twGmJS3VfA .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-twGmJS3VfA .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-twGmJS3VfA .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-twGmJS3VfA .item-wrapper .btn-primary:hover span {
  color: #fb2f2f !important;
}
.cid-twGmJS3VfA .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twGmJS3VfA .item-content {
    text-align: center;
  }
}
.cid-twGmJS3VfA .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-twGmJS3VfA .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-twGmJS3VfA .item-title {
  color: #222222;
}
.cid-twGmJS3VfA .item-subtitle {
  color: #222222;
}
.cid-twGmJS3VfA .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-twGmJS3VfA .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-twGmJS3VfA .mbr-section-head {
    text-align: center !important;
  }
}
.cid-twGxoyz0kO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGxoyz0kO a:link {
  text-decoration: none;
}
.cid-twGxoyz0kO .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-twGxoyz0kO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGxoyz0kO .inner-text {
  line-height: 3em;
}
.cid-twGxoyz0kO .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGxoyz0kO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGxoyz0kO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGxoyz0kO .content-text,
.cid-twGxoyz0kO .inner-text {
  color: #c1c1c1;
}
.cid-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tjz7w5D1eJ {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjz7w5D1eJ .content-inner .left-content {
  display: block;
}
.cid-tjz7w5D1eJ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tjz7w5D1eJ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tjz7w5D1eJ .content-inner .right-content {
  display: block;
}
.cid-tjz7w5D1eJ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tjz7w5D1eJ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tjz7w5D1eJ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tjz7w5D1eJ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tjz7w5D1eJ .content-inner {
    justify-content: center !important;
  }
  .cid-tjz7w5D1eJ * {
    text-align: center;
  }
}
.cid-twGqt06XZh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-twGqt06XZh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-twGqt06XZh .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-twGqt06XZh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-twGqt06XZh .label-text {
    text-align: center !important;
  }
}
.cid-twGqt06XZh .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twGqt06XZh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-twGqt06XZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGqt06XZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGqt06XZh .mbr-section-title,
.cid-twGqt06XZh .mbr-section-btn {
  color: #000000;
}
.cid-twGxhoeBiW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGxhoeBiW a:link {
  text-decoration: none;
}
.cid-twGxhoeBiW .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-twGxhoeBiW .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGxhoeBiW .inner-text {
  line-height: 3em;
}
.cid-twGxhoeBiW .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGxhoeBiW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGxhoeBiW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGxhoeBiW .content-text,
.cid-twGxhoeBiW .inner-text {
  color: #c1c1c1;
}
.cid-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tjz5x3r12Q {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjz5x3r12Q .content-inner .left-content {
  display: block;
}
.cid-tjz5x3r12Q .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tjz5x3r12Q .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tjz5x3r12Q .content-inner .right-content {
  display: block;
}
.cid-tjz5x3r12Q .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tjz5x3r12Q .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tjz5x3r12Q .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tjz5x3r12Q .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-tjz5x3r12Q .content-inner {
    justify-content: center !important;
  }
  .cid-tjz5x3r12Q * {
    text-align: center;
  }
}
.cid-tOBAp0wVWn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOBAp0wVWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOBAp0wVWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOBAp0wVWn .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tOBAp0wVWn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tOBAp0wVWn .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tOBAp0wVWn .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOBAp0wVWn .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOBAp0wVWn .image-wrapper img {
    height: 300px;
  }
}
.cid-tOBAp0wVWn .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tOBAp0wVWn .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tOBAp0wVWn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tOBAp0wVWn .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tOBAp0wVWn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOBAp0wVWn .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tOBAp0wVWn .cards-wrapper {
    margin: 0;
  }
}
.cid-tOBAp0wVWn .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tOBAp0wVWn .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tOBAp0wVWn .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tOBAp0wVWn .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tOBAp0wVWn .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tOBAp0wVWn .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tOBAp0wVWn .mbr-section-title {
  color: #ffffff;
}
.cid-tOBAp0wVWn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOBAp0wVWn .mbr-text {
  color: #cacaca;
}
.cid-tOBAp0wVWn .mbr-card-title {
  color: #ffffff;
}
.cid-sfoHs6T789 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sfoHs6T789 .container {
  max-width: 1500px;
}
.cid-sfoHs6T789 img {
  width: 100%;
}
.cid-sfoHs6T789 h2 {
  padding: 0;
  margin: 0;
}
.cid-sfoHs6T789 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sfoHs6T789 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sfoHs6T789 .img-col {
  position: relative;
}
.cid-sfoHs6T789 .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sfoHs6T789 .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sfoHs6T789 .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sfoHs6T789 .img2 {
    top: -2rem;
  }
  .cid-sfoHs6T789 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sfoHs6T789 .img2 {
    width: 50%;
  }
  .cid-sfoHs6T789 .number {
    margin: auto;
  }
}
.cid-sfoHs6T789 H2 {
  color: #fb2f2f;
}
.cid-sfoHs6T789 .mbr-text {
  color: #ffffff;
}
.cid-sfoHs6T789 H3 {
  color: #ffffff;
}
.cid-snXgot7YOp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-snXgot7YOp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snXgot7YOp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXgot7YOp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXgot7YOp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snXgot7YOp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snXgot7YOp .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-snXgot7YOp .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-snXgot7YOp .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-snXgot7YOp .mbr-gallery-filter ul {
  display: block;
}
.cid-snXgot7YOp .mbr-gallery-filter ul li {
  position: relative;
}
.cid-snXgot7YOp .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-snXgot7YOp .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-snXgot7YOp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-snXgot7YOp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-snXgot7YOp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-snXgot7YOp .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-snXgot7YOp .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-snXgot7YOp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-snXgot7YOp .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-snXgot7YOp .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-snXgot7YOp .icon-focus:before {
  content: '\e95e';
}
.cid-snXgot7YOp .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-snXgot7YOp .mbr-section-title {
  margin: 0;
}
.cid-snXgot7YOp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-snXgot7YOp .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-snXgot7YOp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soP7HQj11r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/image0000011002-1024x683.jpg");
}
.cid-soP7HQj11r .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-soP7HQj11r .card-wrapper .card-box .card-title {
  color: #fb2f2f;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-soP7HQj11r .card-wrapper .card-box .card-title:hover {
  color: #fb2f2f;
  transition: 0.3s all;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-category .category {
  color: #fb2f2f;
  font-weight: 500;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-soP7HQj11r .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-soP7HQj11r .card-wrapper .card-box .card-subtitle {
  color: #fb2f2f;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-soP7HQj11r .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-soP7HQj11r .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-soP7HQj11r * {
    text-align: left;
  }
}
.cid-soP7HQj11r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-soP7HQj11r .card-wrapper .card-box .mbr-text,
.cid-soP7HQj11r .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-twGxkYElv1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGxkYElv1 a:link {
  text-decoration: none;
}
.cid-twGxkYElv1 .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-twGxkYElv1 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGxkYElv1 .inner-text {
  line-height: 3em;
}
.cid-twGxkYElv1 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGxkYElv1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGxkYElv1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGxkYElv1 .content-text,
.cid-twGxkYElv1 .inner-text {
  color: #c1c1c1;
}
.cid-tjp5kcccmY .navbar {
  padding: 0.5rem 0;
  background: #fffcfc;
  transition: none;
  min-height: 50px;
}
.cid-tjp5kcccmY .navbar-fixed-top {
  padding-top: 0;
}
.cid-tjp5kcccmY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tjp5kcccmY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tjp5kcccmY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .menu-content-top {
  background: #1b1a1a;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-tjp5kcccmY .dropdown-item:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .nav-link,
.cid-tjp5kcccmY .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-tjp5kcccmY .nav-link:hover,
.cid-tjp5kcccmY .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tjp5kcccmY .dropdown-menu {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tjp5kcccmY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-tjp5kcccmY .navbar-dropdown.bg-color.transparent.opened {
  background: #fffcfc;
}
.cid-tjp5kcccmY .nav-item {
  position: relative;
}
.cid-tjp5kcccmY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tjp5kcccmY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tjp5kcccmY .nav-item .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .content-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb2f2f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tjp5kcccmY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tjp5kcccmY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tjp5kcccmY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tjp5kcccmY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjp5kcccmY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tjp5kcccmY .content-right-side {
  text-align: center;
}
.cid-tjp5kcccmY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tjp5kcccmY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tjp5kcccmY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tjp5kcccmY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tjp5kcccmY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjp5kcccmY .info-widget:first-child {
  margin-left: 0;
}
.cid-tjp5kcccmY .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tjp5kcccmY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tjp5kcccmY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tjp5kcccmY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-tjp5kcccmY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tjp5kcccmY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ca1f27;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-tjp5kcccmY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tjp5kcccmY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-tjp5kcccmY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-tjp5kcccmY .navbar {
    display: block;
    padding: 0;
  }
  .cid-tjp5kcccmY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tjp5kcccmY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tjp5kcccmY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tjp5kcccmY .navbar-toggler {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tjp5kcccmY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tjp5kcccmY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-tjp5kcccmY .btn-sm {
  padding: 13px 29px;
}
.cid-tjp5kcccmY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tjp5kcccmY .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tjp5kcccmY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tjp5kcccmY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjp5kcccmY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tjp5kcccmY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tjp5kcccmY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tjp5kcccmY button.navbar-toggler:focus {
  outline: none;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fb2f2f;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjp5kcccmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjp5kcccmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjp5kcccmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjp5kcccmY .collapsed .btn {
  display: flex;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tjp5kcccmY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tjp5kcccmY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tjp5kcccmY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tjp5kcccmY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tjp5kcccmY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tjp5kcccmY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tjp5kcccmY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tjp5kcccmY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tjp5kcccmY .menu-content-top {
    display: flex;
  }
  .cid-tjp5kcccmY .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-tjp5kcccmY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tjp5kcccmY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tjp5kcccmY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tjp5kcccmY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tjp5kcccmY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tjp5kcccmY .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing,
  .cid-tjp5kcccmY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #fb2f2f;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tjp5kcccmY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tjp5kcccmY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tjp5kcccmY img {
    height: 3.8rem !important;
  }
  .cid-tjp5kcccmY .btn {
    display: flex;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-tjp5kcccmY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tjp5kcccmY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tjp5kcccmY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tjp5kcccmY .nav-link:focus {
  outline: none;
}
.cid-tjp5kcccmY .navbar-toggler {
  position: relative;
}
.cid-tjp5kcccmY .widget-title,
.cid-tjp5kcccmY .widget-icon {
  color: #e9e9e9;
}
.cid-tjp5kcccmY .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-tjp5kcccmY .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-tjp5kcccmY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tjp5kcccmY .menu-content-top,
  .cid-tjp5kcccmY .menu-bottom {
    padding: 0 15px;
  }
  .cid-tjp5kcccmY button.navbar-toggler {
    align-self: center;
  }
  .cid-tjp5kcccmY .btn {
    margin-left: 0;
  }
  .cid-tjp5kcccmY .widget-icon {
    padding-right: 0;
  }
}
.cid-tjp5kcccmY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tjp5kcccmY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tjp5kcccmY .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-twGsXSwz3J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twGsXSwz3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGsXSwz3J .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-twGsXSwz3J .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-twGsXSwz3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGsXSwz3J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twGsXSwz3J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twGsXSwz3J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twGsXSwz3J .mbr-section-title {
  color: #19303d;
}
.cid-twGsXSwz3J .mbr-section-subtitle,
.cid-twGsXSwz3J .subtitle-wrap {
  color: #19303d;
}
.cid-twGsXSwz3J .mbr-text,
.cid-twGsXSwz3J .mbr-section-btn {
  color: #19303d;
}
.cid-twGsaEglk3 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-twGsaEglk3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-twGsaEglk3 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-twGsaEglk3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twGsaEglk3 .label-text {
    text-align: center !important;
  }
}
.cid-twGsaEglk3 .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twGsaEglk3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-twGsaEglk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twGsaEglk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twGsaEglk3 .mbr-section-title,
.cid-twGsaEglk3 .mbr-section-btn {
  color: #000000;
}
.cid-twGxennA3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-twGxennA3A a:link {
  text-decoration: none;
}
.cid-twGxennA3A .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-twGxennA3A .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-twGxennA3A .inner-text {
  line-height: 3em;
}
.cid-twGxennA3A .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twGxennA3A .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-twGxennA3A .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-twGxennA3A .content-text,
.cid-twGxennA3A .inner-text {
  color: #c1c1c1;
}
