body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #f9e01d !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9e01d !important;
  border-color: #f9e01d !important;
  color: #161401 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #161401 !important;
  background-color: #c4af05 !important;
  border-color: #c4af05 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #161401 !important;
  background-color: #c4af05 !important;
  border-color: #c4af05 !important;
}
.btn-success:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff513c;
  border-color: #ff513c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f9e01d;
  color: #f9e01d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #161401;
  background-color: #f9e01d;
  border-color: #f9e01d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #161401 !important;
  background-color: #f9e01d !important;
  border-color: #f9e01d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #f9e01d !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fcee80 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff513c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefbe4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
blockquote {
  border-color: #ff513c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff513c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff513c;
  border-bottom-color: #ff513c;
}
.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: #ff513c !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: #282f39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff513c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s0yscZ0LKN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .nav-item,
.cid-s0yscZ0LKN .nav-link,
.cid-s0yscZ0LKN .navbar-caption {
  font-weight: normal;
}
.cid-s0yscZ0LKN .nav-item:focus,
.cid-s0yscZ0LKN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0yscZ0LKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0yscZ0LKN .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-s0yscZ0LKN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s0yscZ0LKN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s0yscZ0LKN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0yscZ0LKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 1rem);
  }
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-s0yscZ0LKN .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0yscZ0LKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0yscZ0LKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0yscZ0LKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-s0yscZ0LKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0yscZ0LKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s0yscZ0LKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0yscZ0LKN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0yscZ0LKN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0yscZ0LKN .dropdown-item.active,
.cid-s0yscZ0LKN .dropdown-item:active {
  background-color: transparent;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0yscZ0LKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0yscZ0LKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s0yscZ0LKN .navbar-buttons {
  text-align: center;
}
.cid-s0yscZ0LKN .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-s0yscZ0LKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #384657;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0yscZ0LKN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-s0yscZ0LKN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s0yscZ0LKN .soc-item {
  margin: .5rem .3rem;
}
.cid-s0yscZ0LKN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0yscZ0LKN .navbar {
    height: 77px;
  }
  .cid-s0yscZ0LKN .navbar.opened {
    height: auto;
  }
  .cid-s0yscZ0LKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0ohrWM2hk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ff0707;
}
.cid-s0ohrWM2hk .row {
  position: relative;
}
.cid-s0ohrWM2hk .container {
  max-width: 1500px;
}
.cid-s0ohrWM2hk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-s0ohrWM2hk .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-s0ohrWM2hk .container {
    padding: 0 4rem;
  }
}
.cid-ssAfBCmtse {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .cid-ssAfBCmtse .card-box {
    padding: 1rem;
  }
  .cid-ssAfBCmtse .mbr-section-btn,
  .cid-ssAfBCmtse .price {
    text-align: center;
  }
  .cid-ssAfBCmtse .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-ssAfBCmtse .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ssAfBCmtse .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ssAfBCmtse .card-wrapper {
  border-radius: 4px;
  background-color: #e9e9e9;
}
.cid-ssAfBCmtse .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ssAfBCmtse .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-s0nu0etAQk {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/01fondo.jpg");
}
.cid-s0nu0etAQk img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-s0nu0etAQk .card {
  margin-bottom: 130px !important;
}
.cid-s0nu0etAQk .card .img-wrapper {
  overflow: hidden;
}
.cid-s0nu0etAQk .card:hover {
  cursor: pointer;
}
.cid-s0nu0etAQk .card:hover img {
  transform: scale(1.05);
}
.cid-s0nu0etAQk .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-s0nu0etAQk .card {
    margin-bottom: 50px !important;
  }
}
.cid-s0nu0etAQk .card .card-wrapper {
  text-align: left;
}
.cid-s0nu0etAQk .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #d52b27;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
.cid-s0nu0etAQk .mbr-section-title {
  color: #06182d;
}
.cid-s0nu0etAQk .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d52b27;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s0nu0etAQk .mbr-section-subtitle {
  color: #000000;
}
.cid-s0nu0etAQk .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s0nu0etAQk .mbr-section-text {
  color: #999999;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-title,
.cid-s0nu0etAQk .card-wrapper {
  color: #384657;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-text {
  color: #181818;
}
.cid-s0nu0etAQk .mbr-text,
.cid-s0nu0etAQk .col {
  color: #d52b27;
}
.cid-s0nu0etAQk .mbr-section-title,
.cid-s0nu0etAQk .col {
  color: #000000;
}
.cid-s0nu0etAQk .card .card-wrapper .card-box .card-title {
  color: #000000;
  text-align: center;
}
.cid-ssAc1KxcTJ {
  display: flex;
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/beautiful-young-woman-is-talking-handsome-car-mechanic-while-repair-car-dealership-2000x1335.jpg");
}
.cid-ssAc1KxcTJ .mbr-overlay {
  background: #61728a;
}
.cid-ssAc1KxcTJ .mbr-section-title {
  margin: 0;
}
.cid-ssAc1KxcTJ .mbr-text {
  color: #efefef;
}
.cid-ssAc1KxcTJ .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-ssAc1KxcTJ .card-img {
  text-align: left;
}
.cid-ssAc1KxcTJ .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-ssAc1KxcTJ .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ssAc1KxcTJ .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssAc1KxcTJ .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ssAc1KxcTJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssAc1KxcTJ .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tuem2lBZHb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2.jpg");
}
.cid-tuem2lBZHb .carousel {
  height: 800px;
}
.cid-tuem2lBZHb .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuem2lBZHb .carousel-item,
.cid-tuem2lBZHb .carousel-inner {
  height: 100%;
}
.cid-tuem2lBZHb .mbr-overlay {
  background: #384657;
  opacity: 0.8;
}
.cid-tuem2lBZHb .carousel-caption {
  bottom: 40px;
}
.cid-tuem2lBZHb .mobi-mbri-arrow-next {
  margin-left: 0px;
}
.cid-tuem2lBZHb .mobi-mbri-arrow-prev {
  margin-right: 0px;
}
.cid-tuem2lBZHb .carousel-control:hover {
  background-color: #ff0707;
}
.cid-tuem2lBZHb .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tuem2lBZHb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tuem2lBZHb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tuem2lBZHb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tuem2lBZHb .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
  font-weight: 600;
  opacity: 1;
  color: #ff0707;
  background-color: #fdfcff;
}
.cid-tuem2lBZHb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuem2lBZHb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tuem2lBZHb .carousel-control.carousel-control-prev {
    margin-left: 0rem;
  }
  .cid-tuem2lBZHb .carousel-control.carousel-control-next {
    margin-right: 0rem;
  }
}
.cid-tuem2lBZHb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tuem2lBZHb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #fdfcff;
  border: 2px solid #fdfcff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tuem2lBZHb .carousel-indicators li.active,
.cid-tuem2lBZHb .carousel-indicators li:hover {
  background-color: #ff0707;
  border-color: #ff0707;
}
.cid-tuem2lBZHb .carousel-indicators li::after,
.cid-tuem2lBZHb .carousel-indicators li::before {
  content: none;
}
.cid-tuem2lBZHb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuem2lBZHb .carousel-indicators {
    display: none !important;
  }
}
.cid-tuem2lBZHb ul {
  list-style: none;
  margin: 0;
  padding-left: 61px;
}
.cid-tuem2lBZHb li {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-tuem2lBZHb ul li::before {
  position: absolute;
  content: "\2192";
  left: -61px;
  top: -15%;
  color: #ff0707;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .cid-tuem2lBZHb ul li::before {
    top: 0;
  }
}
.cid-tuem2lBZHb .btn {
  padding: 13px 37px 17px;
  margin-top: 25px;
  border-radius: 30px;
}
.cid-tuem2lBZHb .btn:hover,
.cid-tuem2lBZHb .btn:focus {
  border-color: #ff0707 !important;
  background-color: #ff0707 !important;
}
.cid-tuem2lBZHb .mbr-section-title {
  margin-bottom: 65px;
}
.cid-tuem2lBZHb .list {
  color: #ffffff;
}
.cid-tuem2lBZHb .wrap {
  padding: 5rem 1rem;
}
@media (min-width: 1400px) {
  .cid-tuem2lBZHb .wrap {
    padding: 0 3rem;
  }
}
.cid-tuem2lBZHb .mbr-section-title,
.cid-tuem2lBZHb .mbr-section-btn {
  color: #ff0707;
}
.cid-s0nCwFDh3r {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/04.png");
}
.cid-s0nCwFDh3r .mbr-section-title {
  color: #384657;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-s0nCwFDh3r .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-s0nCwFDh3r .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-s0nCwFDh3r .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-s0nCwFDh3r .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-s0nCwFDh3r .btn {
  margin: 0px !important;
}
.cid-s0nCwFDh3r .btn.btn-success-outline {
  color: #000000;
}
.cid-s0nCwFDh3r .btn.btn-sm {
  padding: 7px 39px;
}
.cid-s0nCwFDh3r .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s0nCwFDh3r .carousel-item {
  justify-content: center;
}
.cid-s0nCwFDh3r .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s0nCwFDh3r .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-s0nCwFDh3r .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-s0nCwFDh3r .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s0nCwFDh3r .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-s0nCwFDh3r .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-s0nCwFDh3r .second-col {
    padding-top: 2rem;
  }
  .cid-s0nCwFDh3r .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-s0nCwFDh3r .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-s0nCwFDh3r .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-s0nCwFDh3r .carousel-controls .carousel-control {
  background: #000000;
}
.cid-s0nCwFDh3r .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-s0nCwFDh3r .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-s0nCwFDh3r .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-s0nCwFDh3r .share_buttons .icon-wrapper {
  background: #ff0707;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #d52b27;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-s0nCwFDh3r .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-s0nCwFDh3r .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s0nCwFDh3r .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-s0nCwFDh3r .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #d52b27;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-s0nCwFDh3r .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #d52b27 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-s0nCwFDh3r .mbr-section-subtitle,
.cid-s0nCwFDh3r .mbr-section-btn {
  color: #000000;
}
.cid-s0nCwFDh3r .card .card-wrapper .card-box .sticky-tag .mbr-text {
  color: #000000;
}
.cid-s1kZ4JCDsW {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/456934931-205633340-1-ok0g32yvll1523888757560-jpeg-749026-large-1200x263.jpg");
  background-position: right;
}
.cid-s1kZ4JCDsW .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s1kZ4JCDsW .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s1kZ4JCDsW .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s1kZ4JCDsW img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s1kZ4JCDsW .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s1kZ4JCDsW .mbr-text,
.cid-s1kZ4JCDsW .mbr-section-btn {
  color: #0e2640;
  text-align: center;
}
.cid-ttQSh71JOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/180620-esense-partners-page-1920x1080.jpg");
}
.cid-ttQSh71JOb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ttQSh71JOb .team-card:hover {
  transform: translateY(-10px);
}
.cid-ttQSh71JOb .container-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 77%;
}
.cid-ttQSh71JOb .card-content {
  margin: -80% 0 0 0;
}
.cid-ttQSh71JOb .card-wrap {
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 20px;
  position: relative;
}
.cid-ttQSh71JOb .card-wrap__content {
  margin: 0 0 -6vw 0;
  padding: 3rem 1.3rem;
}
.cid-ttQSh71JOb .card-wrap .image-wrap img {
  width: 100%;
}
.cid-ttQSh71JOb .card-wrap .image-wrap {
  margin: 1rem 2rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ttQSh71JOb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttQSh71JOb .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttQSh71JOb .profile-container .pdd-top:not(:first-child) {
    margin-bottom: 4rem;
  }
}
.cid-ttQSh71JOb .social-row {
  text-align: center;
}
.cid-ttQSh71JOb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttQSh71JOb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ttQSh71JOb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttQSh71JOb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ttQSh71JOb .mbr-role,
.cid-ttQSh71JOb .social-row {
  color: #282124;
}
.cid-ttQSh71JOb .card-text,
.cid-ttQSh71JOb .mbr-section-btn,
.cid-ttQSh71JOb .social-row {
  text-align: left;
}
.cid-s0oFNluEMI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/300571527-198332112545150-599730419302430881-n-730x548.jpg");
}
.cid-s0oFNluEMI .mbr-section-title {
  color: #06182d;
}
.cid-s0oFNluEMI .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #d52b27;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s0oFNluEMI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s0oFNluEMI .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-s0oFNluEMI .mbr-section-text {
  color: #999999;
}
.cid-s0oFNluEMI .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s0oFNluEMI .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  color: #61728a;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s0oFNluEMI .form-control:focus,
.cid-s0oFNluEMI .form-control:hover {
  border: 0px solid #f4f6f9;
  background-color: #f4f6f9;
}
.cid-s0oFNluEMI .form-control.textarea {
  padding-top: 40px;
}
.cid-s0oFNluEMI .form-group {
  margin-bottom: 1rem;
}
.cid-s0oFNluEMI .form-group .wrap {
  display: flex;
}
.cid-s0oFNluEMI .form-group .wrap span {
  padding: 0em 0em;
  margin-bottom: 0px;
  align-self: center;
  color: #61728a;
}
.cid-s0oFNluEMI input::-webkit-input-placeholder,
.cid-s0oFNluEMI textarea::-webkit-input-placeholder {
  color: #61728a;
}
.cid-s0oFNluEMI input:-moz-placeholder,
.cid-s0oFNluEMI textarea:-moz-placeholder {
  color: #61728a;
}
.cid-s0oFNluEMI .jq-selectbox li,
.cid-s0oFNluEMI .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-s0oFNluEMI .jq-selectbox li:hover,
.cid-s0oFNluEMI .jq-selectbox li.selected {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-s0oFNluEMI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-s0oFNluEMI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-s0oFNluEMI .map {
  width: 100%;
  height: 30rem;
}
.cid-s0oFNluEMI .map iframe {
  width: inherit;
  height: 100%;
}
.cid-s0oFNluEMI .icon-block {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cid-s0oFNluEMI .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
}
.cid-s0oFNluEMI .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s0oFNluEMI .mbr-text {
  color: #767676;
}
.cid-s0oFNluEMI a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s0oFNluEMI .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s0oFNluEMI .input-group-btn {
  display: block;
  text-align: left;
}
.cid-s0oFNluEMI .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-s0oFNluEMI textarea.form-control {
  resize: none;
}
.cid-s0oFNluEMI .google-map {
  height: 25rem;
  position: relative;
}
.cid-s0oFNluEMI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s0oFNluEMI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s0oFNluEMI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s0oFNluEMI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s0oFNluEMI h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s0oFNluEMI .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s0oFNluEMI .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s0oFNluEMI .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-s0oFNluEMI * {
    text-align: center !important;
  }
}
.cid-s0oFNluEMI .mbr-section-title,
.cid-s0oFNluEMI .col {
  color: #ffffff;
}
.cid-s1kYOMKUH7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/412794-pd51mh-341-2272x1515.jpeg");
}
.cid-s1kYOMKUH7 .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-s1kYOMKUH7 section {
  position: relative;
}
.cid-s1kYOMKUH7 h4 {
  margin: 0;
}
.cid-s1kYOMKUH7 a {
  font-weight: 300;
}
.cid-s1kYOMKUH7 .row {
  align-items: center;
}
.cid-s1kYOMKUH7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s1kYOMKUH7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1kYOMKUH7 .img1 {
  color: #ffffff;
}
.cid-s1kYOMKUH7 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .align-left,
  .cid-s1kYOMKUH7 .align-right {
    text-align: center;
  }
  .cid-s1kYOMKUH7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1kYOMKUH7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s1kYOMKUH7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s1kYOMKUH7 .item-title {
  color: #ffffff;
}
.cid-s1kYOMKUH7 H4 {
  color: #ffffff;
}
.cid-s0oNfe4NuN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #06182d;
}
.cid-s0oNfe4NuN .row {
  position: relative;
}
.cid-s0oNfe4NuN .container {
  max-width: 1500px;
}
.cid-s0oNfe4NuN h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-s0oNfe4NuN .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-s0oNfe4NuN .container {
    padding: 0 4rem;
  }
}
.cid-ssi7V1aaIL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2-business-seminars0.jpg");
}
.cid-ssi7V1aaIL .mbr-iconfont {
  font-size: 4rem;
  color: #c3cad2;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 1.5rem;
}
.cid-ssi7V1aaIL .card-title {
  cursor: pointer;
  margin-bottom: 0;
  align-self: center;
}
.cid-ssi7V1aaIL .card .card-text {
  margin-top: 0.5rem;
}
.cid-ssi7V1aaIL .card .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-ssi7V1aaIL .card .link .mbr-iconfont {
  display: inline-block;
  align-self: center;
  color: #1352ff;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .cid-ssi7V1aaIL .card-text {
    text-align: left;
  }
}
.cid-s0yscZ0LKN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .nav-item,
.cid-s0yscZ0LKN .nav-link,
.cid-s0yscZ0LKN .navbar-caption {
  font-weight: normal;
}
.cid-s0yscZ0LKN .nav-item:focus,
.cid-s0yscZ0LKN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0yscZ0LKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0yscZ0LKN .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-s0yscZ0LKN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s0yscZ0LKN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s0yscZ0LKN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0yscZ0LKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 1rem);
  }
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-s0yscZ0LKN .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0yscZ0LKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0yscZ0LKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0yscZ0LKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-s0yscZ0LKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0yscZ0LKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s0yscZ0LKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0yscZ0LKN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0yscZ0LKN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0yscZ0LKN .dropdown-item.active,
.cid-s0yscZ0LKN .dropdown-item:active {
  background-color: transparent;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0yscZ0LKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0yscZ0LKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s0yscZ0LKN .navbar-buttons {
  text-align: center;
}
.cid-s0yscZ0LKN .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-s0yscZ0LKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #384657;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0yscZ0LKN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-s0yscZ0LKN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s0yscZ0LKN .soc-item {
  margin: .5rem .3rem;
}
.cid-s0yscZ0LKN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0yscZ0LKN .navbar {
    height: 77px;
  }
  .cid-s0yscZ0LKN .navbar.opened {
    height: auto;
  }
  .cid-s0yscZ0LKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1kYOMKUH7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/412794-pd51mh-341-2272x1515.jpeg");
}
.cid-s1kYOMKUH7 .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-s1kYOMKUH7 section {
  position: relative;
}
.cid-s1kYOMKUH7 h4 {
  margin: 0;
}
.cid-s1kYOMKUH7 a {
  font-weight: 300;
}
.cid-s1kYOMKUH7 .row {
  align-items: center;
}
.cid-s1kYOMKUH7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s1kYOMKUH7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1kYOMKUH7 .img1 {
  color: #ffffff;
}
.cid-s1kYOMKUH7 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .align-left,
  .cid-s1kYOMKUH7 .align-right {
    text-align: center;
  }
  .cid-s1kYOMKUH7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1kYOMKUH7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s1kYOMKUH7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s1kYOMKUH7 .item-title {
  color: #ffffff;
}
.cid-s1kYOMKUH7 H4 {
  color: #ffffff;
}
.cid-tujTSEPizF {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #aab3b6;
}
.cid-tujTSEPizF .mbr-text {
  position: relative;
  text-align: left;
  color: #ffffff;
}
.cid-tujTSEPizF .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tujTSEPizF img {
  object-fit: contain;
}
.cid-tujTSEPizF .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tujTSEPizF .mbr-text:after,
  .cid-tujTSEPizF .mbr-text:before {
    display: none;
  }
}
.cid-tujTZwncPI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e4e8e9;
}
@media (min-width: 992px) {
  .cid-tujTZwncPI .container-fluid {
    padding: 0;
  }
  .cid-tujTZwncPI .text-wrapper {
    max-width: 1400px;
    padding: 0 6rem;
  }
  .cid-tujTZwncPI .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-tujTZwncPI .row {
  align-items: center;
}
.cid-tujTZwncPI .animate__fadeInUp:before {
  background: #e4e8e9;
}
.cid-tujTZwncPI .mbr-text,
.cid-tujTZwncPI .mbr-section-btn {
  color: #161734;
  text-align: left;
}
.cid-tujTZwncPI .mbr-section-title {
  color: #e1083e;
}
.cid-tujUMsFQ5A {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e4e8e9;
}
@media (min-width: 992px) {
  .cid-tujUMsFQ5A .container-fluid {
    padding: 0;
  }
  .cid-tujUMsFQ5A .text-wrapper {
    max-width: 1400px;
    padding: 0 6rem;
  }
  .cid-tujUMsFQ5A .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-tujUMsFQ5A .row {
  flex-direction: row-reverse;
}
.cid-tujUMsFQ5A .row {
  align-items: center;
}
.cid-tujUMsFQ5A .animate__fadeInUp:before {
  background: #e4e8e9;
}
.cid-tujUMsFQ5A .mbr-text,
.cid-tujUMsFQ5A .mbr-section-btn {
  color: #161734;
  text-align: left;
}
.cid-tujUMsFQ5A .mbr-section-title {
  color: #e1083e;
}
.cid-tujV6BiqBp {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e4e8e9;
}
@media (min-width: 992px) {
  .cid-tujV6BiqBp .container-fluid {
    padding: 0;
  }
  .cid-tujV6BiqBp .text-wrapper {
    max-width: 1400px;
    padding: 0 6rem;
  }
  .cid-tujV6BiqBp .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-tujV6BiqBp .row {
  align-items: center;
}
.cid-tujV6BiqBp .animate__fadeInUp:before {
  background: #e4e8e9;
}
.cid-tujV6BiqBp .mbr-text,
.cid-tujV6BiqBp .mbr-section-btn {
  color: #161734;
  text-align: left;
}
.cid-tujV6BiqBp .mbr-section-title {
  color: #e1083e;
}
.cid-tujVBgrKkO {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e4e8e9;
}
@media (min-width: 992px) {
  .cid-tujVBgrKkO .container-fluid {
    padding: 0;
  }
  .cid-tujVBgrKkO .text-wrapper {
    max-width: 1400px;
    padding: 0 6rem;
  }
  .cid-tujVBgrKkO .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-tujVBgrKkO .row {
  flex-direction: row-reverse;
}
.cid-tujVBgrKkO .row {
  align-items: center;
}
.cid-tujVBgrKkO .animate__fadeInUp:before {
  background: #e4e8e9;
}
.cid-tujVBgrKkO .mbr-text,
.cid-tujVBgrKkO .mbr-section-btn {
  color: #161734;
  text-align: left;
}
.cid-tujVBgrKkO .mbr-section-title {
  color: #e1083e;
}
.cid-tujVO7Up43 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e4e8e9;
}
@media (min-width: 992px) {
  .cid-tujVO7Up43 .container-fluid {
    padding: 0;
  }
  .cid-tujVO7Up43 .text-wrapper {
    max-width: 1400px;
    padding: 0 6rem;
  }
  .cid-tujVO7Up43 .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-tujVO7Up43 .row {
  align-items: center;
}
.cid-tujVO7Up43 .animate__fadeInUp:before {
  background: #e4e8e9;
}
.cid-tujVO7Up43 .mbr-text,
.cid-tujVO7Up43 .mbr-section-btn {
  color: #161734;
  text-align: left;
}
.cid-tujVO7Up43 .mbr-section-title {
  color: #e1083e;
}
.cid-tukBki82D2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-tukBki82D2 .mbr-section-title {
  color: #ffffff;
}
.cid-tukBki82D2 .mbr-text,
.cid-tukBki82D2 .mbr-section-btn {
  color: #000000;
}
.cid-tukBki82D2 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tukBki82D2 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tukBki82D2 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tukBki82D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tukBki82D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tujX07wgFC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c3cad2;
}
.cid-tujX07wgFC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tujX07wgFC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tujX07wgFC .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tujX07wgFC .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tujX07wgFC .media-container-row .footer-item,
  .cid-tujX07wgFC .media-container-row .mbr-social-likes,
  .cid-tujX07wgFC .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-tujX07wgFC .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-tujX07wgFC .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-tujX07wgFC .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tujX07wgFC .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (7 * 1rem));
  display: inline-block;
}
.cid-tujX07wgFC .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-tujX07wgFC .mbr-social-likes a {
  color: #000000;
}
.cid-tujX07wgFC .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tujX07wgFC .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tujX07wgFC .footer-logo img {
  width: auto;
}
.cid-tujX07wgFC .footer-item {
  display: flex;
  align-items: center;
}
.cid-tujX07wgFC .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-s0yscZ0LKN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .nav-item,
.cid-s0yscZ0LKN .nav-link,
.cid-s0yscZ0LKN .navbar-caption {
  font-weight: normal;
}
.cid-s0yscZ0LKN .nav-item:focus,
.cid-s0yscZ0LKN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0yscZ0LKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s0yscZ0LKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0yscZ0LKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0yscZ0LKN .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-s0yscZ0LKN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s0yscZ0LKN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s0yscZ0LKN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s0yscZ0LKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0yscZ0LKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 1rem);
  }
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0yscZ0LKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-s0yscZ0LKN .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0yscZ0LKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s0yscZ0LKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0yscZ0LKN .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-s0yscZ0LKN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0yscZ0LKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0yscZ0LKN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-s0yscZ0LKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0yscZ0LKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s0yscZ0LKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0yscZ0LKN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0yscZ0LKN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0yscZ0LKN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0yscZ0LKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0yscZ0LKN .dropdown-item.active,
.cid-s0yscZ0LKN .dropdown-item:active {
  background-color: transparent;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0yscZ0LKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s0yscZ0LKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0yscZ0LKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0yscZ0LKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s0yscZ0LKN .navbar-buttons {
  text-align: center;
}
.cid-s0yscZ0LKN .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-s0yscZ0LKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #384657;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0yscZ0LKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0yscZ0LKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0yscZ0LKN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0yscZ0LKN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-s0yscZ0LKN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s0yscZ0LKN .soc-item {
  margin: .5rem .3rem;
}
.cid-s0yscZ0LKN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0yscZ0LKN .navbar {
    height: 77px;
  }
  .cid-s0yscZ0LKN .navbar.opened {
    height: auto;
  }
  .cid-s0yscZ0LKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1kYOMKUH7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/412794-pd51mh-341-2272x1515.jpeg");
}
.cid-s1kYOMKUH7 .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-s1kYOMKUH7 section {
  position: relative;
}
.cid-s1kYOMKUH7 h4 {
  margin: 0;
}
.cid-s1kYOMKUH7 a {
  font-weight: 300;
}
.cid-s1kYOMKUH7 .row {
  align-items: center;
}
.cid-s1kYOMKUH7 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s1kYOMKUH7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1kYOMKUH7 .img1 {
  color: #ffffff;
}
.cid-s1kYOMKUH7 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s1kYOMKUH7 .align-left,
  .cid-s1kYOMKUH7 .align-right {
    text-align: center;
  }
  .cid-s1kYOMKUH7 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1kYOMKUH7 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s1kYOMKUH7 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s1kYOMKUH7 .item-title {
  color: #ffffff;
}
.cid-s1kYOMKUH7 H4 {
  color: #ffffff;
}
.cid-tukEWXVsLm {
  padding-top: 320px;
  padding-bottom: 200px;
  background-image: url("../../../assets/images/baum-spray-1986x807.jpg");
}
.cid-tukEWXVsLm img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tukEWXVsLm img {
    width: 100%;
  }
  .cid-tukEWXVsLm .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tukEWXVsLm ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tukEWXVsLm ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tukEWXVsLm ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-tukEWXVsLm .text2 {
  text-align: left;
}
.cid-tukEZ0x6Be {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukEZ0x6Be .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukEZ0x6Be .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukEZ0x6Be .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukEZ0x6Be .card_info {
  margin-bottom: 12px;
}
.cid-tukEZ0x6Be .card_date {
  color: #555555;
}
.cid-tukEZ0x6Be .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukEZ0x6Be .card_text {
  margin-top: 4px;
}
.cid-tukEZ0x6Be .item-img {
  margin-bottom: 30px;
}
.cid-tukEZ0x6Be .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukEZ0x6Be .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukEZ0x6Be .linkBtn a:after,
.cid-tukEZ0x6Be .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukEZ0x6Be .linkBtn a:before {
  left: 0;
}
.cid-tukEZ0x6Be .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukEZ0x6Be .linkBtn a:hover:before,
.cid-tukEZ0x6Be .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukFy0XwCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukFy0XwCF .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukFy0XwCF .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukFy0XwCF .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukFy0XwCF .card_info {
  margin-bottom: 12px;
}
.cid-tukFy0XwCF .card_date {
  color: #555555;
}
.cid-tukFy0XwCF .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukFy0XwCF .card_text {
  margin-top: 4px;
}
.cid-tukFy0XwCF .item-img {
  margin-bottom: 30px;
}
.cid-tukFy0XwCF .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukFy0XwCF .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukFy0XwCF .linkBtn a:after,
.cid-tukFy0XwCF .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukFy0XwCF .linkBtn a:before {
  left: 0;
}
.cid-tukFy0XwCF .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukFy0XwCF .linkBtn a:hover:before,
.cid-tukFy0XwCF .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukG2DlxGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukG2DlxGI .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukG2DlxGI .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukG2DlxGI .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukG2DlxGI .card_info {
  margin-bottom: 12px;
}
.cid-tukG2DlxGI .card_date {
  color: #555555;
}
.cid-tukG2DlxGI .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukG2DlxGI .card_text {
  margin-top: 4px;
}
.cid-tukG2DlxGI .item-img {
  margin-bottom: 30px;
}
.cid-tukG2DlxGI .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukG2DlxGI .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukG2DlxGI .linkBtn a:after,
.cid-tukG2DlxGI .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukG2DlxGI .linkBtn a:before {
  left: 0;
}
.cid-tukG2DlxGI .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukG2DlxGI .linkBtn a:hover:before,
.cid-tukG2DlxGI .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukG9a7AU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukG9a7AU0 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukG9a7AU0 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukG9a7AU0 .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukG9a7AU0 .card_info {
  margin-bottom: 12px;
}
.cid-tukG9a7AU0 .card_date {
  color: #555555;
}
.cid-tukG9a7AU0 .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukG9a7AU0 .card_text {
  margin-top: 4px;
}
.cid-tukG9a7AU0 .item-img {
  margin-bottom: 30px;
}
.cid-tukG9a7AU0 .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukG9a7AU0 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukG9a7AU0 .linkBtn a:after,
.cid-tukG9a7AU0 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukG9a7AU0 .linkBtn a:before {
  left: 0;
}
.cid-tukG9a7AU0 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukG9a7AU0 .linkBtn a:hover:before,
.cid-tukG9a7AU0 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukGhJz7nK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukGhJz7nK .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGhJz7nK .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukGhJz7nK .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukGhJz7nK .card_info {
  margin-bottom: 12px;
}
.cid-tukGhJz7nK .card_date {
  color: #555555;
}
.cid-tukGhJz7nK .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGhJz7nK .card_text {
  margin-top: 4px;
}
.cid-tukGhJz7nK .item-img {
  margin-bottom: 30px;
}
.cid-tukGhJz7nK .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukGhJz7nK .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukGhJz7nK .linkBtn a:after,
.cid-tukGhJz7nK .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukGhJz7nK .linkBtn a:before {
  left: 0;
}
.cid-tukGhJz7nK .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukGhJz7nK .linkBtn a:hover:before,
.cid-tukGhJz7nK .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukGn2L3tQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukGn2L3tQ .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGn2L3tQ .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukGn2L3tQ .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukGn2L3tQ .card_info {
  margin-bottom: 12px;
}
.cid-tukGn2L3tQ .card_date {
  color: #555555;
}
.cid-tukGn2L3tQ .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGn2L3tQ .card_text {
  margin-top: 4px;
}
.cid-tukGn2L3tQ .item-img {
  margin-bottom: 30px;
}
.cid-tukGn2L3tQ .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukGn2L3tQ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukGn2L3tQ .linkBtn a:after,
.cid-tukGn2L3tQ .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukGn2L3tQ .linkBtn a:before {
  left: 0;
}
.cid-tukGn2L3tQ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukGn2L3tQ .linkBtn a:hover:before,
.cid-tukGn2L3tQ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukGuFx2bj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-tukGuFx2bj .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGuFx2bj .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukGuFx2bj .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukGuFx2bj .card_info {
  margin-bottom: 12px;
}
.cid-tukGuFx2bj .card_date {
  color: #555555;
}
.cid-tukGuFx2bj .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGuFx2bj .card_text {
  margin-top: 4px;
}
.cid-tukGuFx2bj .item-img {
  margin-bottom: 30px;
}
.cid-tukGuFx2bj .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukGuFx2bj .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukGuFx2bj .linkBtn a:after,
.cid-tukGuFx2bj .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukGuFx2bj .linkBtn a:before {
  left: 0;
}
.cid-tukGuFx2bj .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukGuFx2bj .linkBtn a:hover:before,
.cid-tukGuFx2bj .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukGGvMwhA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #88d8fb;
}
.cid-tukGGvMwhA .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGGvMwhA .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tukGGvMwhA .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tukGGvMwhA .card_info {
  margin-bottom: 12px;
}
.cid-tukGGvMwhA .card_date {
  color: #555555;
}
.cid-tukGGvMwhA .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-tukGGvMwhA .card_text {
  margin-top: 4px;
}
.cid-tukGGvMwhA .item-img {
  margin-bottom: 30px;
}
.cid-tukGGvMwhA .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-tukGGvMwhA .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-tukGGvMwhA .linkBtn a:after,
.cid-tukGGvMwhA .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-tukGGvMwhA .linkBtn a:before {
  left: 0;
}
.cid-tukGGvMwhA .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tukGGvMwhA .linkBtn a:hover:before,
.cid-tukGGvMwhA .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tukHjYJRXr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #88d8fb;
}
.cid-tukHjYJRXr .mbr-text,
.cid-tukHjYJRXr .mbr-section-btn {
  color: #232323;
}
.cid-tukHjYJRXr .card-title,
.cid-tukHjYJRXr .card-box {
  color: #ffffff;
}
.cid-tukHjYJRXr .mbr-text,
.cid-tukHjYJRXr .link-wrap {
  color: #ffffff;
}
.cid-tukDXgPe19 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-tukDXgPe19 .mbr-section-title {
  color: #ffffff;
}
.cid-tukDXgPe19 .mbr-text,
.cid-tukDXgPe19 .mbr-section-btn {
  color: #000000;
}
.cid-tukDXgPe19 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tukDXgPe19 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tukDXgPe19 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tukDXgPe19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tukDXgPe19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
