body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #07124c !important;
}
.bg-success {
  background-color: #ffba00 !important;
}
.bg-info {
  background-color: #07124c !important;
}
.bg-warning {
  background-color: #07124c !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #07124c !important;
  border-color: #07124c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #07124c;
  border-color: #07124c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-primary:hover {
  background-color: #03071d !important;
  border-color: #03071d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #07124c !important;
  border-color: #07124c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #07124c;
  border-color: #07124c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-secondary:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-info,
.btn-info:active {
  background-color: #07124c !important;
  border-color: #07124c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #07124c;
  border-color: #07124c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-info:hover {
  background-color: #03071d !important;
  border-color: #03071d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffba00 !important;
  border-color: #ffba00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffba00;
  border-color: #ffba00;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffba00 !important;
  border-color: #ffba00 !important;
}
.btn-success:hover {
  background-color: #cc9500 !important;
  border-color: #cc9500 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #07124c !important;
  border-color: #07124c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #07124c;
  border-color: #07124c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-warning:hover {
  background-color: #03071d !important;
  border-color: #03071d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #07124c;
  color: #07124c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #07124c !important;
  border-color: #07124c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #07124c;
  color: #07124c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #07124c !important;
  border-color: #07124c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-secondary-outline:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #07124c;
  color: #07124c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #07124c !important;
  border-color: #07124c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffba00;
  color: #ffba00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ffba00 !important;
  border-color: #ffba00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffba00 !important;
  border-color: #ffba00 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #07124c;
  color: #07124c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #07124c !important;
  border-color: #07124c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  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 {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #07124c !important;
}
.text-secondary {
  color: #07124c !important;
}
.text-success {
  color: #ffba00 !important;
}
.text-info {
  color: #07124c !important;
}
.text-warning {
  color: #07124c !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #07124c !important;
}
.alert-success {
  background-color: #ffba00;
}
.alert-info {
  background-color: #07124c;
}
.alert-warning {
  background-color: #07124c;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #07124c;
  border-color: #07124c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #07124c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a64ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff1cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4a64ee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4a64ee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #07124c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #07124c;
  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: #07124c;
  border-bottom-color: #07124c;
}
.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: #07124c !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: #07124c !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-umyogxSN2C .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umyogxSN2C .nav-item:focus,
.cid-umyogxSN2C .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-umyogxSN2C .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-umyogxSN2C .nav-item .nav-link {
    position: relative;
  }
  .cid-umyogxSN2C .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #07124c, #07124c);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-umyogxSN2C .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-umyogxSN2C .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyogxSN2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umyogxSN2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umyogxSN2C .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-umyogxSN2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umyogxSN2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umyogxSN2C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffba00;
}
.cid-umyogxSN2C .navbar.opened {
  transition: all .3s;
  background: #ffba00 !important;
}
.cid-umyogxSN2C .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-umyogxSN2C .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-umyogxSN2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umyogxSN2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umyogxSN2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-umyogxSN2C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-umyogxSN2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umyogxSN2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umyogxSN2C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umyogxSN2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umyogxSN2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-umyogxSN2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-umyogxSN2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umyogxSN2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umyogxSN2C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-umyogxSN2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umyogxSN2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umyogxSN2C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umyogxSN2C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-umyogxSN2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umyogxSN2C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umyogxSN2C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umyogxSN2C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umyogxSN2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-umyogxSN2C .navbar.navbar-short {
  background: #ffba00 !important;
  min-height: 60px;
}
.cid-umyogxSN2C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umyogxSN2C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-umyogxSN2C .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umyogxSN2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyogxSN2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyogxSN2C .dropdown-item.active,
.cid-umyogxSN2C .dropdown-item:active {
  background-color: transparent;
}
.cid-umyogxSN2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umyogxSN2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umyogxSN2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umyogxSN2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffba00;
}
.cid-umyogxSN2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umyogxSN2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umyogxSN2C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umyogxSN2C .navbar-buttons {
  text-align: center;
}
.cid-umyogxSN2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umyogxSN2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umyogxSN2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umyogxSN2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umyogxSN2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umyogxSN2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umyogxSN2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umyogxSN2C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umyogxSN2C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umyogxSN2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umyogxSN2C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-umyogxSN2C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umyogxSN2C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umyogxSN2C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umyogxSN2C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umyogxSN2C .navbar {
    height: 77px;
  }
  .cid-umyogxSN2C .navbar.opened {
    height: auto;
  }
  .cid-umyogxSN2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usGMnnJYzS {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5365-2000x1335.jpeg");
}
.cid-usGMnnJYzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGMnnJYzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGMnnJYzS .row {
  flex-direction: row-reverse;
}
.cid-usGMnnJYzS .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-usGMnnJYzS .col-text {
    padding-left: 28px;
  }
}
.cid-usGMnnJYzS .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-usGMnnJYzS .col-img {
    padding-right: 28px;
  }
}
.cid-usGMnnJYzS .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usGMnnJYzS .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-usGMnnJYzS .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usGMnnJYzS .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-usGMnnJYzS .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-usGMnnJYzS .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-usGMnnJYzS .mbr-section-btn {
    width: 100%;
  }
}
.cid-usGMnnJYzS .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usGMnnJYzS .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-usGMnnJYzS .image-wrapper {
    height: auto;
  }
}
.cid-usGMnnJYzS .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-ulHZGmdyz3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #07124c;
}
.cid-ulHZGmdyz3 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-ulHZGmdyz3 .price {
  margin-top: 5px;
}
.cid-ulHZGmdyz3 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-ulHZGmdyz3 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ulHZGmdyz3 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-ulHZGmdyz3 .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-ulHZGmdyz3 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-ulHZGmdyz3 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-ulHZGmdyz3 .content__block,
  .cid-ulHZGmdyz3 .price__block {
    margin-bottom: 30px;
  }
}
.cid-ulHZGmdyz3 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-ulHZGmdyz3 .mbr-text,
.cid-ulHZGmdyz3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ulHZGmdyz3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulHZKB6jHp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-1359-446x297.jpg");
}
.cid-ulHZKB6jHp .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ulHZKB6jHp .card-img {
  padding: 0 0 2rem;
}
.cid-ulHZKB6jHp .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-ulHZKB6jHp .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-ulHZKB6jHp .card-title {
    text-align: center;
  }
  .cid-ulHZKB6jHp p.mbr-text {
    text-align: center;
  }
}
.cid-ulHZKB6jHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHZKB6jHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHZKB6jHp .card-title {
  text-align: center;
}
.cid-v1nZtUSasr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-2147-2000x1335.jpg");
}
.cid-v1nZtUSasr .title__block {
  margin-bottom: 30px;
}
.cid-v1nZtUSasr .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v1nZtUSasr .mbr-section-subtitle,
.cid-v1nZtUSasr .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v1nZtUSasr .divider {
  background-color: #07124c;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-v1nZtUSasr .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-v1nZtUSasr .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-v1nZtUSasr .card__title {
  margin-bottom: 20px;
  color: #07124c;
}
.cid-v1nZtUSasr .mbr-text {
  margin-bottom: 0;
  color: #07124c;
}
.cid-v1nZtUSasr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1nZtUSasr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1nZtUSasr .mbr-section-subtitle {
  color: #07124c;
}
.cid-v1nZtUSasr .mbr-section-title,
.cid-v1nZtUSasr .mbr-section-btn {
  color: #07124c;
}
.cid-v1nZtUSasr .card__subtitle {
  color: #07124c;
}
.cid-v1ohDr6Uvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1ohDr6Uvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ohDr6Uvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ohDr6Uvk .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #07124c;
  min-height: 730px;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
@media (max-width: 1440px) {
  .cid-v1ohDr6Uvk .card-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .cid-v1ohDr6Uvk .card-wrapper {
    display: block;
    padding: 15px;
    min-height: auto;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 992px) {
  .cid-v1ohDr6Uvk .card-wrapper .content-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffba00;
  margin-bottom: 15px;
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .text-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1ohDr6Uvk .card-wrapper .content-wrapper .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1ohDr6Uvk .card-wrapper .content-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1ohDr6Uvk .card-wrapper .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-v1ohDr6Uvk .card-wrapper .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1ohDr6Uvk .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .image-wrapper .image-wrap_1 img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1ohDr6Uvk .card-wrapper .image-wrapper .image-wrap_1 img {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .image-wrapper .image-wrap_2 {
  position: relative;
}
@media (max-width: 1440px) {
  .cid-v1ohDr6Uvk .card-wrapper .image-wrapper .image-wrap_2 {
    height: 350px;
  }
}
.cid-v1ohDr6Uvk .card-wrapper .image-wrapper .image-wrap_2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v1ohDr6Uvk .mbr-section-title {
  color: #000000;
}
.cid-v1ohDr6Uvk .mbr-label {
  color: #000000;
}
.cid-v1ohDr6Uvk .mbr-text {
  color: #000000;
}
.cid-v1ohDr6Uvk .mbr-section-title,
.cid-v1ohDr6Uvk .iconfont-wrapper {
  color: #ffba00;
}
.cid-v1ohDr6Uvk .mbr-text,
.cid-v1ohDr6Uvk .mbr-section-btn {
  color: #ffba00;
}
.cid-v1om1pSZ4l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/shutterstock-506049934.jpg");
}
.cid-v1om1pSZ4l .title__block {
  margin-bottom: 30px;
}
.cid-v1om1pSZ4l .mbr-section-subtitle,
.cid-v1om1pSZ4l .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v1om1pSZ4l .divider {
  background-color: #ffba00;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-v1om1pSZ4l .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-v1om1pSZ4l .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-v1om1pSZ4l .card__title {
  margin-bottom: 20px;
  color: #ffba00;
}
.cid-v1om1pSZ4l .mbr-text {
  margin-bottom: 0;
  color: #ffba00;
}
.cid-v1om1pSZ4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1om1pSZ4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1om1pSZ4l .mbr-section-subtitle {
  color: #ffba00;
}
.cid-v1om1pSZ4l .mbr-section-title,
.cid-v1om1pSZ4l .mbr-section-btn {
  color: #ffba00;
}
.cid-v1om1pSZ4l .card__subtitle {
  color: #ffba00;
}
.cid-v1oqMeJKtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-5365-2000x1335.jpg");
}
.cid-v1oqMeJKtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1oqMeJKtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1oqMeJKtG .card {
  justify-content: center;
}
.cid-v1oqMeJKtG .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-v1oqMeJKtG .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1oqMeJKtG .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v1oqMeJKtG .images-wrapper {
    display: block;
  }
}
.cid-v1oqMeJKtG .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v1oqMeJKtG .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v1oqMeJKtG .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v1oqMeJKtG .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v1oqMeJKtG .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v1oqMeJKtG .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1oqMeJKtG .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v1oqMeJKtG .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v1oqMeJKtG .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1oqMeJKtG .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1oqMeJKtG .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1oqMeJKtG .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v1oqMeJKtG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1oqMeJKtG .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v1oqMeJKtG .mbr-label {
  color: #000000;
}
.cid-v1oqMeJKtG .mbr-section-title {
  color: #000000;
}
.cid-v1oqMeJKtG .mbr-text {
  color: #ffba00;
}
.cid-v1oqMeJKtG .mbr-section-title,
.cid-v1oqMeJKtG .mbr-section-btn,
.cid-v1oqMeJKtG .title-wrapper {
  color: #ffba00;
}
.cid-v4pHFCUWn7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #07124c;
}
.cid-v4pHFCUWn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pHFCUWn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pHFCUWn7 .row {
  justify-content: space-between;
}
.cid-v4pHFCUWn7 .card {
  justify-content: center;
}
.cid-v4pHFCUWn7 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v4pHFCUWn7 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v4pHFCUWn7 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-v4pHFCUWn7 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4pHFCUWn7 .image-wrapper img {
    height: 300px;
  }
}
.cid-v4pHFCUWn7 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4pHFCUWn7 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v4pHFCUWn7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4pHFCUWn7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4pHFCUWn7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v4pHFCUWn7 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v4pHFCUWn7 .content-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-v4pHFCUWn7 .mbr-label {
  color: #000000;
}
.cid-v4pHFCUWn7 .mbr-section-title {
  color: #000000;
}
.cid-v4pHFCUWn7 .mbr-text {
  color: #000000;
}
.cid-v4pHFCUWn7 .mbr-section-title,
.cid-v4pHFCUWn7 .mbr-section-btn {
  color: #ffba00;
}
.cid-v4pL50YeJ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-v4pL50YeJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pL50YeJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pL50YeJ5 .mbr-description {
  text-align: left;
}
.cid-v4pL50YeJ5 .item-wrapper {
  background: #07124c;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v4pL50YeJ5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pL50YeJ5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4pL50YeJ5 .card-title,
.cid-v4pL50YeJ5 .iconfont-wrapper {
  color: #ffba00;
}
.cid-v4pL50YeJ5 .card-text {
  color: #000000;
}
.cid-v4pL50YeJ5 .mbr-section-title {
  color: #07124c;
  text-align: center;
}
.cid-v4pL50YeJ5 .mbr-number {
  color: #9fe870;
}
.cid-v4pL50YeJ5 .mbr-text,
.cid-v4pL50YeJ5 .mbr-section-btn {
  text-align: center;
}
.cid-v4pL50YeJ5 .card-text,
.cid-v4pL50YeJ5 .item .mbr-section-btn {
  text-align: left;
  color: #ffba00;
}
.cid-v4pL50YeJ5 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v4pL50YeJ5 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4pL50YeJ5 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pL50YeJ5 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v4pL50YeJ5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pL50YeJ5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4pL50YeJ5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4pL50YeJ5 .card-title {
  text-align: left;
}
.cid-v4pL50YeJ5 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4pL50YeJ5 .item-content .item-footer {
  margin-top: auto;
}
.cid-v4pLEgujf4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #07124c;
}
.cid-v4pLEgujf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pLEgujf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pLEgujf4 .mbr-description {
  text-align: left;
}
.cid-v4pLEgujf4 .item-wrapper {
  background: #ffba00;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v4pLEgujf4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pLEgujf4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4pLEgujf4 .card-title,
.cid-v4pLEgujf4 .iconfont-wrapper {
  color: #07124c;
}
.cid-v4pLEgujf4 .card-text {
  color: #000000;
}
.cid-v4pLEgujf4 .mbr-section-title {
  color: #ffba00;
  text-align: center;
}
.cid-v4pLEgujf4 .mbr-number {
  color: #9fe870;
}
.cid-v4pLEgujf4 .mbr-text,
.cid-v4pLEgujf4 .mbr-section-btn {
  text-align: center;
}
.cid-v4pLEgujf4 .card-text,
.cid-v4pLEgujf4 .item .mbr-section-btn {
  text-align: left;
  color: #07124c;
}
.cid-v4pLEgujf4 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v4pLEgujf4 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4pLEgujf4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pLEgujf4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v4pLEgujf4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pLEgujf4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4pLEgujf4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4pLEgujf4 .card-title {
  text-align: left;
}
.cid-v4pLEgujf4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4pLEgujf4 .item-content .item-footer {
  margin-top: auto;
}
.cid-v4pQ63ai8a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #07124c;
}
.cid-v4pQ63ai8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pQ63ai8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pQ63ai8a .mbr-description {
  text-align: left;
}
.cid-v4pQ63ai8a .item-wrapper {
  background: #ffba00;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v4pQ63ai8a .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pQ63ai8a .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4pQ63ai8a .card-title,
.cid-v4pQ63ai8a .iconfont-wrapper {
  color: #07124c;
}
.cid-v4pQ63ai8a .card-text {
  color: #000000;
}
.cid-v4pQ63ai8a .mbr-section-title {
  color: #ffba00;
  text-align: center;
}
.cid-v4pQ63ai8a .mbr-number {
  color: #9fe870;
}
.cid-v4pQ63ai8a .mbr-text,
.cid-v4pQ63ai8a .mbr-section-btn {
  text-align: center;
}
.cid-v4pQ63ai8a .card-text,
.cid-v4pQ63ai8a .item .mbr-section-btn {
  text-align: left;
  color: #07124c;
}
.cid-v4pQ63ai8a .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v4pQ63ai8a .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v4pQ63ai8a .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4pQ63ai8a .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v4pQ63ai8a .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pQ63ai8a .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4pQ63ai8a .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4pQ63ai8a .card-title {
  text-align: left;
}
.cid-v4pQ63ai8a .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4pQ63ai8a .item-content .item-footer {
  margin-top: auto;
}
.cid-ulHZQLPshQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-ulHZQLPshQ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-ulHZQLPshQ .price {
  margin-top: 5px;
}
.cid-ulHZQLPshQ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-ulHZQLPshQ .mbr-section-btn {
  margin-top: 10px;
}
.cid-ulHZQLPshQ .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-ulHZQLPshQ .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-ulHZQLPshQ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-ulHZQLPshQ .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-ulHZQLPshQ .content__block,
  .cid-ulHZQLPshQ .price__block {
    margin-bottom: 30px;
  }
}
.cid-ulHZQLPshQ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-ulHZQLPshQ .mbr-text,
.cid-ulHZQLPshQ .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-ulHZQLPshQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1osP7Q5E1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc-5364-2000x1335.jpg");
}
.cid-v1osP7Q5E1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1osP7Q5E1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1osP7Q5E1 .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-v1osP7Q5E1 .items-wrapper .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1osP7Q5E1 .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  min-width: 56px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v1osP7Q5E1 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1osP7Q5E1 .item-title {
  color: #ffffff;
}
.cid-v1osP7Q5E1 .item-text {
  color: #07124c;
}
.cid-v1osP7Q5E1 .item-title,
.cid-v1osP7Q5E1 .mbr-section-btn,
.cid-v1osP7Q5E1 .icon-wrapper {
  color: #07124c;
}
.cid-v1osBUiOXi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9048-491x328-491x328.jpg");
}
.cid-v1osBUiOXi .wrap {
  height: 500px;
}
.cid-v1osBUiOXi .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-v1osBUiOXi .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-v1osBUiOXi .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v1osBUiOXi .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-v1osBUiOXi .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-v1osBUiOXi .parallax__image {
  perspective: 700px;
}
.cid-v1osBUiOXi .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-v1osBUiOXi .image:hover {
  transform: rotateX(-10deg);
}
.cid-v1osBUiOXi .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1osBUiOXi .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-v1osBUiOXi .minwidth {
    height: 200px;
  }
}
.cid-v1osBUiOXi .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-v1osBUiOXi .push-lg {
    left: 8.33333333%;
  }
  .cid-v1osBUiOXi .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-v1osBUiOXi .wrap {
    height: auto;
  }
  .cid-v1osBUiOXi .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-v1osBUiOXi .minwidth {
    margin-bottom: 30px;
  }
}
.cid-v1osBUiOXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1osBUiOXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHZUBULr5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc-3460-2000x1335.jpg");
}
.cid-ulHZUBULr5 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #07124c;
}
.cid-ulHZUBULr5 img {
  width: 100%;
}
.cid-ulHZUBULr5 p {
  margin-top: 6rem;
}
.cid-ulHZUBULr5 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ulHZUBULr5 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ulHZUBULr5 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ulHZUBULr5 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ulHZUBULr5 .back {
    width: 100%;
    height: 75%;
  }
  .cid-ulHZUBULr5 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ulHZUBULr5 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHZUBULr5 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ulHZUBULr5 h4 {
    right: 2rem;
  }
}
.cid-ulHZUBULr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHZUBULr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHZUBULr5 .mbr-text,
.cid-ulHZUBULr5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulHZUBULr5 H3 {
  color: #ffba00;
}
.cid-ulHZUBULr5 H1 {
  color: #ffba00;
}
.cid-ulI3nPgf89 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-ulI3nPgf89 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-ulI3nPgf89 .price {
  margin-top: 5px;
}
.cid-ulI3nPgf89 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-ulI3nPgf89 .mbr-section-btn {
  margin-top: 10px;
}
.cid-ulI3nPgf89 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-ulI3nPgf89 .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-ulI3nPgf89 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-ulI3nPgf89 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-ulI3nPgf89 .content__block,
  .cid-ulI3nPgf89 .price__block {
    margin-bottom: 30px;
  }
}
.cid-ulI3nPgf89 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-ulI3nPgf89 .mbr-text,
.cid-ulI3nPgf89 .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-ulI3nPgf89 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulI3oXVTdr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dsc-3454-2000x1335.jpg");
}
.cid-ulI3oXVTdr .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-ulI3oXVTdr .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-ulI3oXVTdr .card-wrapper {
    margin: 0rem;
  }
}
.cid-ulI3oXVTdr .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-ulI3oXVTdr .row {
    padding: 0 4rem;
  }
}
.cid-ulI3oXVTdr .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #07124c;
}
.cid-ulI3oXVTdr .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-ulI3oXVTdr .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-ulI3oXVTdr .card1 {
  background-color: #07124c;
}
.cid-ulI3oXVTdr .card2 {
  background-color: #07124c;
}
.cid-ulI3oXVTdr .card3 {
  background-color: #07124c;
}
.cid-ulI3oXVTdr .card4 {
  background-color: #07124c;
}
.cid-ulI3oXVTdr img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-ulI3oXVTdr .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-ulI3oXVTdr .container {
  max-width: 1500px;
}
.cid-ulI3oXVTdr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ulI3oXVTdr .mbr-iconfont {
  font-size: 1.3rem;
  color: #07124c;
  display: flex;
  justify-content: center;
}
.cid-ulI3oXVTdr P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-ulI3oXVTdr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-ulI3oXVTdr .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-ulI3oXVTdr .col2,
  .cid-ulI3oXVTdr .col3,
  .cid-ulI3oXVTdr .col4 {
    margin-top: 0rem;
  }
  .cid-ulI3oXVTdr .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-ulI3oXVTdr .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-ulI3oXVTdr .number {
    margin: auto;
  }
}
.cid-ulI3oXVTdr .mbr-text {
  color: #cccccc;
}
.cid-ulI3oXVTdr .text2 {
  color: #ffba00;
}
.cid-ulI3oXVTdr .text3 {
  color: #ffba00;
}
.cid-ulI3oXVTdr .title2 {
  color: #c1c1c1;
}
.cid-ulI3oXVTdr .title1 {
  color: #c1c1c1;
}
.cid-ulI3oXVTdr .title3 {
  color: #c1c1c1;
}
.cid-ulI3oXVTdr .title4 {
  color: #c1c1c1;
}
.cid-ulI3oXVTdr .text4 {
  color: #ffba00;
}
.cid-ulI3oXVTdr .text1 {
  color: #ffba00;
}
.cid-ulI3oXVTdr .title3 B {
  color: #c1c1c1;
}
.cid-ulI3oXVTdr H1 {
  color: #333333;
}
.cid-ulI3oXVTdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulI3oXVTdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulI43dLOM0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI43dLOM0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI43dLOM0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI43dLOM0 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI43dLOM0 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI43dLOM0 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI43dLOM0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulI43dLOM0 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI43dLOM0 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI43dLOM0 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI43dLOM0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI43dLOM0 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI43dLOM0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI43dLOM0 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI43dLOM0 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulI4WM3zUz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI4WM3zUz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI4WM3zUz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI4WM3zUz .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI4WM3zUz .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI4WM3zUz .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI4WM3zUz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-ulI4WM3zUz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI4WM3zUz .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI4WM3zUz .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI4WM3zUz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI4WM3zUz .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI4WM3zUz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI4WM3zUz .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI4WM3zUz .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulI6duDM4p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI6duDM4p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI6duDM4p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI6duDM4p .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI6duDM4p .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI6duDM4p .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI6duDM4p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI6duDM4p .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI6duDM4p .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI6duDM4p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI6duDM4p .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulI6duDM4p .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI6duDM4p .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI6duDM4p .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI6duDM4p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI6duDM4p .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI6duDM4p .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI6duDM4p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI6duDM4p .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI6duDM4p .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulI78gctnv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI78gctnv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI78gctnv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI78gctnv .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI78gctnv .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI78gctnv .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI78gctnv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI78gctnv .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI78gctnv .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI78gctnv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI78gctnv .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulI78gctnv .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI78gctnv .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI78gctnv .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI78gctnv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI78gctnv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI78gctnv .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI78gctnv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI78gctnv .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI78gctnv .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulI8UKOqVJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI8UKOqVJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI8UKOqVJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI8UKOqVJ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI8UKOqVJ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI8UKOqVJ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI8UKOqVJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulI8UKOqVJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI8UKOqVJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI8UKOqVJ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI8UKOqVJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI8UKOqVJ .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI8UKOqVJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI8UKOqVJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI8UKOqVJ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulI9Mau2sn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ulI9Mau2sn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulI9Mau2sn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulI9Mau2sn .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulI9Mau2sn .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI9Mau2sn .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ulI9Mau2sn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulI9Mau2sn .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ulI9Mau2sn .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulI9Mau2sn .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ulI9Mau2sn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulI9Mau2sn .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ulI9Mau2sn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulI9Mau2sn .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulI9Mau2sn .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulIdw2FzXo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
}
.cid-ulIdw2FzXo .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffba00;
}
.cid-ulIdw2FzXo img {
  width: 100%;
}
.cid-ulIdw2FzXo p {
  margin-top: 6rem;
}
.cid-ulIdw2FzXo .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ulIdw2FzXo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ulIdw2FzXo .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ulIdw2FzXo p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ulIdw2FzXo .back {
    width: 100%;
    height: 75%;
  }
  .cid-ulIdw2FzXo .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ulIdw2FzXo p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIdw2FzXo .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ulIdw2FzXo h4 {
    right: 2rem;
  }
}
.cid-ulIdw2FzXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIdw2FzXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIdw2FzXo .mbr-text,
.cid-ulIdw2FzXo .mbr-section-btn {
  color: #ffffff;
}
.cid-ulIdw2FzXo H3 {
  color: #07124c;
}
.cid-ulIdw2FzXo H1 {
  color: #07124c;
}
.cid-uoDSe24Iqe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #07124c;
}
.cid-uoDSe24Iqe .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffba00;
}
.cid-uoDSe24Iqe img {
  width: 100%;
}
.cid-uoDSe24Iqe p {
  margin-top: 6rem;
}
.cid-uoDSe24Iqe .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uoDSe24Iqe h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uoDSe24Iqe .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uoDSe24Iqe p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uoDSe24Iqe .back {
    width: 100%;
    height: 75%;
  }
  .cid-uoDSe24Iqe .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uoDSe24Iqe p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uoDSe24Iqe .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uoDSe24Iqe h4 {
    right: 2rem;
  }
}
.cid-uoDSe24Iqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoDSe24Iqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoDSe24Iqe .mbr-text,
.cid-uoDSe24Iqe .mbr-section-btn {
  color: #ffffff;
}
.cid-uoDSe24Iqe H3 {
  color: #07124c;
}
.cid-uoDSe24Iqe H1 {
  color: #07124c;
}
.cid-upFe4p67kj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07124c;
}
.cid-upFe4p67kj .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffba00;
}
.cid-upFe4p67kj img {
  width: 100%;
}
.cid-upFe4p67kj p {
  margin-top: 6rem;
}
.cid-upFe4p67kj .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-upFe4p67kj h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-upFe4p67kj .content-wrapper {
    padding-top: 0rem;
  }
  .cid-upFe4p67kj p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-upFe4p67kj .back {
    width: 100%;
    height: 75%;
  }
  .cid-upFe4p67kj .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-upFe4p67kj p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-upFe4p67kj .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-upFe4p67kj h4 {
    right: 2rem;
  }
}
.cid-upFe4p67kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFe4p67kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFe4p67kj .mbr-text,
.cid-upFe4p67kj .mbr-section-btn {
  color: #ffffff;
}
.cid-upFe4p67kj H3 {
  color: #07124c;
}
.cid-upFe4p67kj H1 {
  color: #07124c;
}
.cid-upFjG8legx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07124c;
}
.cid-upFjG8legx .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffba00;
}
.cid-upFjG8legx img {
  width: 100%;
}
.cid-upFjG8legx p {
  margin-top: 6rem;
}
.cid-upFjG8legx .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-upFjG8legx h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-upFjG8legx .content-wrapper {
    padding-top: 0rem;
  }
  .cid-upFjG8legx p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-upFjG8legx .back {
    width: 100%;
    height: 75%;
  }
  .cid-upFjG8legx .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-upFjG8legx p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-upFjG8legx .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-upFjG8legx h4 {
    right: 2rem;
  }
}
.cid-upFjG8legx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upFjG8legx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upFjG8legx .mbr-text,
.cid-upFjG8legx .mbr-section-btn {
  color: #ffffff;
}
.cid-upFjG8legx H3 {
  color: #07124c;
}
.cid-upFjG8legx H1 {
  color: #07124c;
}
.cid-v1o5ZJGQ4E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-v1o5ZJGQ4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1o5ZJGQ4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1o5ZJGQ4E .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v1o5ZJGQ4E .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #07124c;
  width: 50%;
  padding-left: 0;
  padding-right: 80px;
  border-left: none;
  border-right: 3px solid #07124c;
}
@media (max-width: 1199px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #07124c;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper {
    padding-left: 0;
    border-right: none;
    border-top: 3px solid #07124c;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-v1o5ZJGQ4E .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v1o5ZJGQ4E .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1o5ZJGQ4E .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-v1o5ZJGQ4E .mbr-section-title {
  color: #050f0f;
}
.cid-v1o5ZJGQ4E .mbr-text {
  color: #07124c;
}
.cid-v1o5ZJGQ4E .item-title {
  color: #07124c;
}
.cid-v1o5ZJGQ4E .item-text {
  color: #07124c;
}
.cid-v1o5ZJGQ4E .mbr-section-title,
.cid-v1o5ZJGQ4E .icon-wrapper {
  color: #07124c;
}
.cid-ulIerdravJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20191201144400-e665ef9f-me-792x528.jpg");
}
.cid-ulIerdravJ li {
  list-style: none;
}
.cid-ulIerdravJ .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-ulIerdravJ .item-wrap:hover .mbr-iconfont {
  color: #ffba00 !important;
}
.cid-ulIerdravJ .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffba00 !important;
}
.cid-ulIerdravJ h4 {
  margin: 0;
}
.cid-ulIerdravJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-ulIerdravJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-ulIerdravJ .col-title2 {
  color: #ffba00;
}
.cid-ulIerdravJ .col-title1 {
  color: #ffffff;
}
.cid-ulIerdravJ .item1 {
  color: #ffba00;
}
.cid-ulIetdzLIl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffba00;
}
.cid-ulIetdzLIl .container {
  max-width: 1500px;
}
.cid-ulIetdzLIl .row {
  background: #07124c;
}
.cid-ulIetdzLIl .img-col {
  padding: 0;
}
.cid-ulIetdzLIl .title-col {
  padding: 4rem 8rem;
}
.cid-ulIetdzLIl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulIetdzLIl h2 {
  padding: 0;
  margin: 0;
}
.cid-ulIetdzLIl .text-wrap {
  margin: auto;
}
.cid-ulIetdzLIl .mbr-text {
  color: #ffba00;
}
@media (max-width: 1200px) {
  .cid-ulIetdzLIl .row {
    margin: 2rem;
  }
  .cid-ulIetdzLIl .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIetdzLIl .row {
    margin: 0rem;
  }
  .cid-ulIetdzLIl .title-col {
    padding: 2rem 1rem;
  }
}
.cid-ulIetdzLIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIetdzLIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIim9TjUn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #07124c;
}
.cid-ulIim9TjUn .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #07124c;
}
.cid-ulIim9TjUn img {
  width: 100%;
}
.cid-ulIim9TjUn p {
  margin-top: 6rem;
}
.cid-ulIim9TjUn .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ulIim9TjUn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ulIim9TjUn .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ulIim9TjUn p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ulIim9TjUn .back {
    width: 100%;
    height: 75%;
  }
  .cid-ulIim9TjUn .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ulIim9TjUn p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIim9TjUn .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ulIim9TjUn h4 {
    right: 2rem;
  }
}
.cid-ulIim9TjUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIim9TjUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIim9TjUn .mbr-text,
.cid-ulIim9TjUn .mbr-section-btn {
  color: #ffffff;
}
.cid-ulIim9TjUn H3 {
  color: #ffba00;
}
.cid-ulIim9TjUn H1 {
  color: #ffba00;
}
.cid-uAAoKm092L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uAAoKm092L .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffba00;
  text-align: right;
}
.cid-uAAoKm092L .title__block {
  padding-bottom: 40px;
}
.cid-uAAoKm092L .image {
  width: 100%;
  perspective: 700px;
}
.cid-uAAoKm092L .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAAoKm092L .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uAAoKm092L .text__block {
  margin-top: 25px;
}
.cid-uAAoKm092L .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uAAoKm092L .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uAAoKm092L .title__block {
    padding-bottom: 30px;
  }
}
.cid-uAAoKm092L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAoKm092L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAoKm092L .mbr-section-title {
  color: #ffba00;
}
.cid-uAAoKm092L .card__title {
  color: #ffba00;
}
.cid-ulIizvg8jJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #07124c;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #ffba00 !important;
}
.cid-ulIizvg8jJ .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ulIizvg8jJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #07124c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ulIizvg8jJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ulIizvg8jJ .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-ulIizvg8jJ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-ulIizvg8jJ .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .subicon-title,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .subicon-text,
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-ulIizvg8jJ .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ulIizvg8jJ .third-elem .wrapper:before {
    display: none;
  }
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffba00;
}
.cid-ulIizvg8jJ .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffba00;
}
.cid-ulIizvg8jJ .mbr-section-title,
.cid-ulIizvg8jJ .underline {
  color: #ffba00;
}
.cid-ulIiI7soxN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-ulIiI7soxN .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-ulIiI7soxN .price {
  margin-top: 5px;
}
.cid-ulIiI7soxN .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-ulIiI7soxN .mbr-section-btn {
  margin-top: 10px;
}
.cid-ulIiI7soxN .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-ulIiI7soxN .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-ulIiI7soxN .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-ulIiI7soxN .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-ulIiI7soxN .content__block,
  .cid-ulIiI7soxN .price__block {
    margin-bottom: 30px;
  }
}
.cid-ulIiI7soxN .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-ulIiI7soxN .mbr-text,
.cid-ulIiI7soxN .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-ulIiI7soxN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulIj94Q0Ds {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07124c;
}
.cid-ulIj94Q0Ds .card-box {
  background-color: #07124c;
  padding: 4rem 4rem;
  margin: 0.5rem;
  width: 100%;
}
@media (min-width: 767px) {
  .cid-ulIj94Q0Ds .row {
    padding: 0 4rem;
  }
}
.cid-ulIj94Q0Ds .container {
  max-width: 1500px;
}
.cid-ulIj94Q0Ds .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ulIj94Q0Ds .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  padding-bottom: 2rem;
  display: block;
}
.cid-ulIj94Q0Ds P {
  color: #ffba00;
}
@media (max-width: 1200px) {
  .cid-ulIj94Q0Ds .card-box {
    margin: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIj94Q0Ds .card-box {
    padding: 2rem 1rem;
  }
}
.cid-ulIj94Q0Ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIj94Q0Ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIj94Q0Ds .card-title {
  color: #ffba00;
}
.cid-v1oylQtSxO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #07124c;
}
.cid-v1oylQtSxO .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #ffba00 !important;
}
.cid-v1oylQtSxO .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v1oylQtSxO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #07124c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v1oylQtSxO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v1oylQtSxO .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-v1oylQtSxO .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-v1oylQtSxO .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-v1oylQtSxO .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .subicon-title,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .subicon-text,
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-v1oylQtSxO .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v1oylQtSxO .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffba00;
}
.cid-v1oylQtSxO .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffba00;
}
.cid-v1oylQtSxO .mbr-section-title,
.cid-v1oylQtSxO .underline {
  color: #ffba00;
}
.cid-ulIpkGx28o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-ulIpkGx28o .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-ulIpkGx28o .price {
  margin-top: 5px;
}
.cid-ulIpkGx28o .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-ulIpkGx28o .mbr-section-btn {
  margin-top: 10px;
}
.cid-ulIpkGx28o .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-ulIpkGx28o .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-ulIpkGx28o .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-ulIpkGx28o .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-ulIpkGx28o .content__block,
  .cid-ulIpkGx28o .price__block {
    margin-bottom: 30px;
  }
}
.cid-ulIpkGx28o .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-ulIpkGx28o .mbr-text,
.cid-ulIpkGx28o .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-ulIpkGx28o .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1p0y5G5tN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/tpps-1200x778.jpg");
}
.cid-v1p0y5G5tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1p0y5G5tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1p0y5G5tN .row {
  justify-content: center;
}
.cid-v1p0y5G5tN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1p0y5G5tN .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v1p0y5G5tN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1p0y5G5tN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1p0y5G5tN .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .image-wrapper {
    display: block;
  }
}
.cid-v1p0y5G5tN .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v1p0y5G5tN .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v1p0y5G5tN .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1p0y5G5tN .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1p0y5G5tN .mbr-label {
  color: #ffba00;
}
.cid-v1p0y5G5tN .mbr-section-title {
  color: #ffffff;
}
.cid-v1p0y5G5tN .mbr-text,
.cid-v1p0y5G5tN .text-wrapper {
  color: #ffffff;
}
.cid-v1p0y5G5tN .mbr-section-title,
.cid-v1p0y5G5tN .mbr-section-btn {
  color: #ffba00;
}
.cid-v1p26dPLxJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1p26dPLxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1p26dPLxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1p26dPLxJ .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffba00;
  background-color: #07124c;
}
@media (max-width: 992px) {
  .cid-v1p26dPLxJ .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v1p26dPLxJ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1p26dPLxJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1p26dPLxJ .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v1p26dPLxJ .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v1p26dPLxJ .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v1p26dPLxJ .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffba00;
  height: 100%;
  box-shadow: 1px 0 1px #ffba00;
}
@media (max-width: 992px) {
  .cid-v1p26dPLxJ .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v1p26dPLxJ .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #ffba00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1p26dPLxJ .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v1p26dPLxJ .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1p26dPLxJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1p26dPLxJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1p26dPLxJ .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1p26dPLxJ .item-title,
.cid-v1p26dPLxJ .title-wrap {
  color: #07124c;
  text-align: left;
}
.cid-v1p46PfLTC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cement-1000x539.jpg");
}
.cid-v1p46PfLTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1p46PfLTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1p46PfLTC .row {
  justify-content: center;
}
.cid-v1p46PfLTC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1p46PfLTC .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v1p46PfLTC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1p46PfLTC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1p46PfLTC .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .image-wrapper {
    display: block;
  }
}
.cid-v1p46PfLTC .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v1p46PfLTC .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v1p46PfLTC .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1p46PfLTC .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1p46PfLTC .mbr-label {
  color: #ffba00;
}
.cid-v1p46PfLTC .mbr-section-title {
  color: #ffffff;
}
.cid-v1p46PfLTC .mbr-text,
.cid-v1p46PfLTC .text-wrapper {
  color: #ffffff;
}
.cid-v1p46PfLTC .mbr-section-title,
.cid-v1p46PfLTC .mbr-section-btn {
  color: #ffba00;
}
.cid-v1p5wWTv7M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1p5wWTv7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1p5wWTv7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1p5wWTv7M .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffba00;
  background-color: #07124c;
}
@media (max-width: 992px) {
  .cid-v1p5wWTv7M .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v1p5wWTv7M .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1p5wWTv7M .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1p5wWTv7M .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v1p5wWTv7M .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v1p5wWTv7M .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v1p5wWTv7M .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffba00;
  height: 100%;
  box-shadow: 1px 0 1px #ffba00;
}
@media (max-width: 992px) {
  .cid-v1p5wWTv7M .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v1p5wWTv7M .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #ffba00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1p5wWTv7M .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v1p5wWTv7M .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1p5wWTv7M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1p5wWTv7M .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1p5wWTv7M .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1p5wWTv7M .item-title,
.cid-v1p5wWTv7M .title-wrap {
  color: #07124c;
  text-align: left;
}
.cid-v1paiUmP0X {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/infra1-318x159.jpg");
}
.cid-v1paiUmP0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1paiUmP0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1paiUmP0X .row {
  justify-content: center;
}
.cid-v1paiUmP0X .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1paiUmP0X .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v1paiUmP0X .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1paiUmP0X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1paiUmP0X .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .image-wrapper {
    display: block;
  }
}
.cid-v1paiUmP0X .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v1paiUmP0X .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v1paiUmP0X .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1paiUmP0X .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1paiUmP0X .mbr-label {
  color: #ffba00;
}
.cid-v1paiUmP0X .mbr-section-title {
  color: #ffffff;
}
.cid-v1paiUmP0X .mbr-text,
.cid-v1paiUmP0X .text-wrapper {
  color: #ffffff;
}
.cid-v1paiUmP0X .mbr-section-title,
.cid-v1paiUmP0X .mbr-section-btn {
  color: #ffba00;
}
.cid-v1pak20gCL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1pak20gCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pak20gCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pak20gCL .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffba00;
  background-color: #07124c;
}
@media (max-width: 992px) {
  .cid-v1pak20gCL .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v1pak20gCL .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1pak20gCL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1pak20gCL .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v1pak20gCL .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v1pak20gCL .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v1pak20gCL .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffba00;
  height: 100%;
  box-shadow: 1px 0 1px #ffba00;
}
@media (max-width: 992px) {
  .cid-v1pak20gCL .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v1pak20gCL .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #ffba00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1pak20gCL .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v1pak20gCL .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1pak20gCL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pak20gCL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pak20gCL .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1pak20gCL .item-title,
.cid-v1pak20gCL .title-wrap {
  color: #07124c;
  text-align: left;
}
.cid-v1pdaurbAt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/cement-768x453.jpg");
}
.cid-v1pdaurbAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pdaurbAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pdaurbAt .row {
  justify-content: center;
}
.cid-v1pdaurbAt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1pdaurbAt .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v1pdaurbAt .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1pdaurbAt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1pdaurbAt .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .image-wrapper {
    display: block;
  }
}
.cid-v1pdaurbAt .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v1pdaurbAt .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v1pdaurbAt .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1pdaurbAt .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1pdaurbAt .mbr-label {
  color: #ffba00;
}
.cid-v1pdaurbAt .mbr-section-title {
  color: #ffffff;
}
.cid-v1pdaurbAt .mbr-text,
.cid-v1pdaurbAt .text-wrapper {
  color: #ffffff;
}
.cid-v1pdaurbAt .mbr-section-title,
.cid-v1pdaurbAt .mbr-section-btn {
  color: #ffba00;
}
.cid-v1pdbszrMd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1pdbszrMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pdbszrMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pdbszrMd .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffba00;
  background-color: #07124c;
}
@media (max-width: 992px) {
  .cid-v1pdbszrMd .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v1pdbszrMd .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1pdbszrMd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1pdbszrMd .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v1pdbszrMd .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v1pdbszrMd .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v1pdbszrMd .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffba00;
  height: 100%;
  box-shadow: 1px 0 1px #ffba00;
}
@media (max-width: 992px) {
  .cid-v1pdbszrMd .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v1pdbszrMd .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #ffba00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1pdbszrMd .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v1pdbszrMd .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1pdbszrMd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pdbszrMd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pdbszrMd .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1pdbszrMd .item-title,
.cid-v1pdbszrMd .title-wrap {
  color: #07124c;
  text-align: left;
}
.cid-v1pgncvz4f {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fly-ash-conveyor-case4-600x450.jpg");
}
.cid-v1pgncvz4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pgncvz4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pgncvz4f .row {
  justify-content: center;
}
.cid-v1pgncvz4f .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1pgncvz4f .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v1pgncvz4f .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1pgncvz4f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1pgncvz4f .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .image-wrapper {
    display: block;
  }
}
.cid-v1pgncvz4f .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v1pgncvz4f .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v1pgncvz4f .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1pgncvz4f .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1pgncvz4f .mbr-label {
  color: #ffba00;
}
.cid-v1pgncvz4f .mbr-section-title {
  color: #ffffff;
}
.cid-v1pgncvz4f .mbr-text,
.cid-v1pgncvz4f .text-wrapper {
  color: #ffffff;
}
.cid-v1pgncvz4f .mbr-section-title,
.cid-v1pgncvz4f .mbr-section-btn {
  color: #ffba00;
}
.cid-v1pgo4ZVXM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1pgo4ZVXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pgo4ZVXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pgo4ZVXM .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffba00;
  background-color: #07124c;
}
@media (max-width: 992px) {
  .cid-v1pgo4ZVXM .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v1pgo4ZVXM .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1pgo4ZVXM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1pgo4ZVXM .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v1pgo4ZVXM .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v1pgo4ZVXM .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v1pgo4ZVXM .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffba00;
  height: 100%;
  box-shadow: 1px 0 1px #ffba00;
}
@media (max-width: 992px) {
  .cid-v1pgo4ZVXM .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v1pgo4ZVXM .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #ffba00;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1pgo4ZVXM .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v1pgo4ZVXM .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1pgo4ZVXM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pgo4ZVXM .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1pgo4ZVXM .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v1pgo4ZVXM .item-title,
.cid-v1pgo4ZVXM .title-wrap {
  color: #07124c;
  text-align: left;
}
.cid-umyaa3Jg3Y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc-5064-446x298.jpg");
}
.cid-umyaa3Jg3Y .mbr-text {
  color: #767676;
}
.cid-umyaa3Jg3Y img {
  width: 100%;
}
.cid-umyaa3Jg3Y .card-img {
  margin-bottom: 0rem;
}
.cid-umyaa3Jg3Y .card-wrapper {
  background: #b40a0a;
  border-radius: 3px;
  overflow: hidden;
}
.cid-umyaa3Jg3Y .card-box {
  padding: 2rem 1rem;
}
.cid-umyaa3Jg3Y p {
  font-weight: 400;
}
.cid-umyaa3Jg3Y .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umyaa3Jg3Y .card {
    margin-bottom: 2rem;
  }
}
.cid-umyaa3Jg3Y .mbr-text,
.cid-umyaa3Jg3Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-umyaa3Jg3Y .card-title,
.cid-umyaa3Jg3Y .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-umyaa3Jg3Y H2 {
  color: #ffba00;
}
.cid-v1oAk075aR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc-9048-491x328-491x328.jpg");
}
.cid-v1oAk075aR .wrap {
  height: 660px;
}
.cid-v1oAk075aR .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-v1oAk075aR .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-v1oAk075aR .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v1oAk075aR .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-v1oAk075aR .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-v1oAk075aR .parallax__image {
  perspective: 700px;
}
.cid-v1oAk075aR .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-v1oAk075aR .image:hover {
  transform: rotateX(-10deg);
}
.cid-v1oAk075aR .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1oAk075aR .minwidth {
  background-image: url("../../../assets/images/conference2-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-v1oAk075aR .minwidth {
    height: 200px;
  }
}
.cid-v1oAk075aR .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-v1oAk075aR .push-lg {
    left: 8.33333333%;
  }
  .cid-v1oAk075aR .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-v1oAk075aR .wrap {
    height: auto;
  }
  .cid-v1oAk075aR .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-v1oAk075aR .minwidth {
    margin-bottom: 30px;
  }
}
.cid-v1oAk075aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1oAk075aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1oFgjP2OT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #07124c;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main:hover .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main:hover .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main:hover .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  background-color: #ffba00 !important;
}
.cid-v1oFgjP2OT .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v1oFgjP2OT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #07124c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v1oFgjP2OT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v1oFgjP2OT .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-v1oFgjP2OT .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-v1oFgjP2OT .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #ffffff;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .subicon-title,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .subicon-text,
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-v1oFgjP2OT .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v1oFgjP2OT .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffba00;
}
.cid-v1oFgjP2OT .main-wrapper .icon-main .process-icon .subicon-text {
  color: #ffba00;
}
.cid-v1oFgjP2OT .mbr-section-title,
.cid-v1oFgjP2OT .underline {
  color: #ffba00;
}
.cid-v1oHFYMPBx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffba00;
}
.cid-v1oHFYMPBx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-v1oHFYMPBx .price {
  margin-top: 5px;
}
.cid-v1oHFYMPBx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-v1oHFYMPBx .mbr-section-btn {
  margin-top: 10px;
}
.cid-v1oHFYMPBx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-v1oHFYMPBx .btn-md:hover {
  background-color: #07124c !important;
  border-color: #07124c !important;
}
.cid-v1oHFYMPBx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-v1oHFYMPBx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-v1oHFYMPBx .content__block,
  .cid-v1oHFYMPBx .price__block {
    margin-bottom: 30px;
  }
}
.cid-v1oHFYMPBx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-v1oHFYMPBx .mbr-text,
.cid-v1oHFYMPBx .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-v1oHFYMPBx .mbr-section-title {
  text-align: center;
  color: #07124c;
}
.cid-v1oHOYJjny {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffba00;
}
.cid-v1oHOYJjny .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1oHOYJjny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1oHOYJjny .container {
    padding: 0 30px;
  }
}
.cid-v1oHOYJjny .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v1oHOYJjny .item {
  margin-bottom: 40px;
}
.cid-v1oHOYJjny .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v1oHOYJjny .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #07124c;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v1oHOYJjny .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-v1oHOYJjny .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #075a10;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1oHOYJjny .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-v1oHOYJjny .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1oHOYJjny .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-v1oHOYJjny .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-v1oHOYJjny .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-v1oHOYJjny .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-v1oHOYJjny .item-price {
  color: #ffba00;
  text-align: center;
}
.cid-v1oHOYJjny .item-title {
  color: #144031;
}
.cid-v1oHOYJjny .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1oHOYJjny .item-title,
.cid-v1oHOYJjny .mbr-section-btn {
  color: #07124c;
  text-align: center;
}
.cid-v1oDPmijNb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #07124c;
}
.cid-v1oDPmijNb .item-img,
.cid-v1oDPmijNb .img-wrap,
.cid-v1oDPmijNb img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v1oDPmijNb img,
.cid-v1oDPmijNb .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v1oDPmijNb img,
  .cid-v1oDPmijNb .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v1oDPmijNb .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v1oDPmijNb .item:focus,
.cid-v1oDPmijNb span:focus {
  outline: none;
}
.cid-v1oDPmijNb .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v1oDPmijNb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1oDPmijNb .item {
    margin-bottom: 1rem;
  }
}
.cid-v1oDPmijNb h5 {
  margin: 0;
}
.cid-v1oDPmijNb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1oDPmijNb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v1oDPmijNb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1oDPmijNb .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v1oDPmijNb .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v1oDPmijNb .item-wrapper {
    height: auto;
  }
}
.cid-v1oDPmijNb .mbr-section-title {
  color: #ffba00;
  text-align: center;
}
.cid-v1oDPmijNb .item-title {
  text-align: center;
  color: #ffba00;
}
.cid-v1oDPmijNb .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v1oDPmijNb .mbr-text,
.cid-v1oDPmijNb .item .mbr-section-btn {
  text-align: center;
  color: #ffba00;
}
.cid-v1oDPmijNb .mbr-section-subtitle,
.cid-v1oDPmijNb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-umycceXVEm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffba00;
}
.cid-umycceXVEm .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #07124c;
}
.cid-umycceXVEm img {
  width: 100%;
}
.cid-umycceXVEm p {
  margin-top: 6rem;
}
.cid-umycceXVEm .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-umycceXVEm .content-wrapper {
  padding-top: 6rem;
}
.cid-umycceXVEm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-umycceXVEm .content-wrapper {
    padding-top: 0rem;
  }
  .cid-umycceXVEm p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-umycceXVEm .back {
    width: 100%;
    height: 75%;
  }
  .cid-umycceXVEm .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-umycceXVEm p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-umycceXVEm .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-umycceXVEm h4 {
    right: 2rem;
  }
}
.cid-umycceXVEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umycceXVEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umycceXVEm .mbr-text,
.cid-umycceXVEm .mbr-section-btn {
  color: #ffffff;
}
.cid-umycceXVEm H3 {
  color: #ffba00;
}
.cid-umycceXVEm H1 {
  color: #ffffff;
}
#custom-html-1s {
  /* Type valid CSS here */
}
#custom-html-1s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1s p {
  font-size: 60px;
  color: #777;
}
#custom-html-1u {
  /* Type valid CSS here */
}
#custom-html-1u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1u p {
  font-size: 60px;
  color: #777;
}
.cid-umyts006lk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #07124c;
}
.cid-umyts006lk .content__block {
  padding: 50px 15px;
}
.cid-umyts006lk .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #07124c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-umyts006lk .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-umyts006lk .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-umyts006lk .image {
  perspective: 3500px;
  position: relative;
}
.cid-umyts006lk .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(7, 18, 76, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(7, 18, 76, 0.99));
}
.cid-umyts006lk .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umyts006lk .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-umyts006lk .mbr-section-btn .btn-white-outline:hover {
  color: #07124c !important;
}
@media (max-width: 991px) {
  .cid-umyts006lk .content__block {
    padding: 30px 15px;
  }
  .cid-umyts006lk .mbr-figure {
    padding: 0;
  }
  .cid-umyts006lk .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(7, 18, 76, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-umyts006lk .lg-push {
    right: 3%;
  }
  .cid-umyts006lk .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-umyts006lk .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-umyts006lk .lg-push {
    left: 3%;
  }
  .cid-umyts006lk .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-umyts006lk .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-umyts006lk .mbr-text,
.cid-umyts006lk .mbr-section-btn {
  color: #ffba00;
  text-align: left;
}
.cid-umyts006lk .mbr-section-title {
  color: #ffba00;
}
.cid-v1oHB0kXeb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #07124c;
}
.cid-v1oHB0kXeb .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v1oHB0kXeb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v1oHB0kXeb .col + .mbr-section-btn .btn,
.cid-v1oHB0kXeb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-v1oHB0kXeb .col + .mbr-section-btn .btn,
  .cid-v1oHB0kXeb .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-v1oHB0kXeb .dragArea > *:nth-last-child(2).col,
  .cid-v1oHB0kXeb .dragArea > *:nth-last-child(2).col-auto,
  .cid-v1oHB0kXeb .col + .mbr-section-btn,
  .cid-v1oHB0kXeb .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-v1oHB0kXeb .dragArea {
    flex-direction: column;
  }
}
.cid-v1oHB0kXeb .btn-primary {
  border: 1px solid #07124c !important;
}
.cid-v1oHB0kXeb .btn-primary:hover {
  border: 1px solid #07124c !important;
}
.cid-v1oHB0kXeb .stripe {
  border-bottom: 1px solid #ffba00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v1oHB0kXeb .form-group {
  max-width: 220px;
}
.cid-v1oHB0kXeb .mbr-section-btn {
  padding-left: 0;
}
.cid-v1oHB0kXeb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v1oHB0kXeb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffba00;
  width: 85%;
}
.cid-v1oHB0kXeb .mbr-text {
  color: #444;
}
.cid-v1oHB0kXeb h5 {
  margin-bottom: 0;
}
.cid-v1oHB0kXeb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v1oHB0kXeb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1oHB0kXeb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v1oHB0kXeb .socicon {
  font-size: 1.3rem;
  background: #ffba00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1oHB0kXeb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v1oHB0kXeb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v1oHB0kXeb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1oHB0kXeb .social-list a:hover {
  opacity: 0.4;
}
.cid-v1oHB0kXeb .media-container-row > div {
  padding: 0px;
}
.cid-v1oHB0kXeb .text2 {
  color: #ffba00;
  text-align: left;
}
.cid-v1oHB0kXeb .group-title {
  text-align: left;
  color: #ffba00;
  padding-bottom: 0.2rem;
}
.cid-v1oHB0kXeb .links {
  color: #ffba00;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1oHB0kXeb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v1oHB0kXeb .social-list,
  .cid-v1oHB0kXeb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v1oHB0kXeb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v1oHB0kXeb .form-group {
    max-width: 180px;
  }
}
.cid-v1oHB0kXeb .links span {
  color: #9e9e9e;
}
.cid-v1oHB0kXeb .logo-sub-title {
  text-align: center;
  color: #ffba00;
}
.cid-v1oHB0kXeb .logo-title {
  text-align: center;
}
.cid-v1oHB0kXeb .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v1oHB0kXeb .logo-title,
.cid-v1oHB0kXeb .logo {
  color: #ffba00;
}
