body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f1422c !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #ffc85b !important;
}
.bg-warning {
  background-color: #45b3df !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f1422c !important;
  border-color: #f1422c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f1422c;
  color: #f1422c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f1422c;
  border-color: #f1422c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1422c !important;
  border-color: #f1422c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f1422c !important;
}
.text-secondary {
  color: #fa9db7 !important;
}
.text-success {
  color: yellow!important;
}
.text-info {
  color: #ffc85b !important;
}
.text-warning {
  color: #45b3df !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #ffc85b;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f1422c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #45b3df !important;
}
a.text-success:hover,
a.text-success:focus {
  color: yellow !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #45b3df !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #45b3df !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffc85b;
}
.alert-warning {
  background-color: #45b3df;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1422c;
  border-color: #f1422c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feedeb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3fafd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #f1422c;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #f1422c;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #f1422c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1422c;
  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: #f1422c;
  border-bottom-color: #f1422c;
}
.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: #f1422c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fa9db7 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 179, 223, 0.5), rgba(69, 179, 223, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(241, 66, 44, 0.5), rgba(241, 66, 44, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sIpEPfZ7Q9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sIpEPfZ7Q9 nav.navbar {
  position: fixed;
}
.cid-sIpEPfZ7Q9 .nav-link,
.cid-sIpEPfZ7Q9 .dropdown-item {
  font-weight: 400;
}
.cid-sIpEPfZ7Q9 .nav-link:hover,
.cid-sIpEPfZ7Q9 .dropdown-item:hover {
  color: #f1422c !important;
}
.cid-sIpEPfZ7Q9 .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-sIpEPfZ7Q9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIpEPfZ7Q9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIpEPfZ7Q9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIpEPfZ7Q9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIpEPfZ7Q9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sIpEPfZ7Q9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIpEPfZ7Q9 .nav-link {
  position: relative;
}
.cid-sIpEPfZ7Q9 .container {
  display: flex;
  margin: auto;
}
.cid-sIpEPfZ7Q9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sIpEPfZ7Q9 .dropdown-menu,
.cid-sIpEPfZ7Q9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sIpEPfZ7Q9 .nav-item:focus,
.cid-sIpEPfZ7Q9 .nav-link:focus {
  outline: none;
}
.cid-sIpEPfZ7Q9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIpEPfZ7Q9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIpEPfZ7Q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sIpEPfZ7Q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIpEPfZ7Q9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIpEPfZ7Q9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIpEPfZ7Q9 .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sIpEPfZ7Q9 .navbar.opened {
  transition: all .3s;
}
.cid-sIpEPfZ7Q9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sIpEPfZ7Q9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sIpEPfZ7Q9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed {
  justify-content: center;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIpEPfZ7Q9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sIpEPfZ7Q9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sIpEPfZ7Q9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIpEPfZ7Q9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIpEPfZ7Q9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIpEPfZ7Q9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIpEPfZ7Q9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIpEPfZ7Q9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIpEPfZ7Q9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIpEPfZ7Q9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIpEPfZ7Q9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIpEPfZ7Q9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIpEPfZ7Q9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sIpEPfZ7Q9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-sIpEPfZ7Q9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIpEPfZ7Q9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIpEPfZ7Q9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIpEPfZ7Q9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIpEPfZ7Q9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIpEPfZ7Q9 .dropdown-item.active,
.cid-sIpEPfZ7Q9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sIpEPfZ7Q9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIpEPfZ7Q9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIpEPfZ7Q9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIpEPfZ7Q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIpEPfZ7Q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIpEPfZ7Q9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIpEPfZ7Q9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIpEPfZ7Q9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1422c;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIpEPfZ7Q9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIpEPfZ7Q9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIpEPfZ7Q9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIpEPfZ7Q9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIpEPfZ7Q9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIpEPfZ7Q9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIpEPfZ7Q9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIpEPfZ7Q9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIpEPfZ7Q9 .navbar {
    height: 70px;
  }
  .cid-sIpEPfZ7Q9 .navbar.opened {
    height: auto;
  }
  .cid-sIpEPfZ7Q9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIpeStgcZ5 {
  background-image: url("../../../assets/images/pricniapl-3-1900x1069.jpg");
}
.cid-sIpeStgcZ5 .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #fdd7e2;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  color: #f1512c;
  text-align: center;
}
.cid-sIpeStgcZ5 .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sIpeStgcZ5 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sIpeStgcZ5 .svg-1 path {
  fill: #ffffff;
}
.cid-sIpeStgcZ5 .container-fluid {
  max-width: 1200px;
}
.cid-sIpeStgcZ5 .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sIpeStgcZ5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sIpeStgcZ5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sIpeStgcZ5 .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sIpeStgcZ5 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sIpeStgcZ5 .mbr-text,
.cid-sIpeStgcZ5 .mbr-section-btn {
  color: #333333;
  text-align: right;
}
.cid-sIpeStgcZ5 .mbr-section-title {
  color: #f1512c;
  text-align: right;
}
.cid-sIpILeTPle {
  background-image: url("../../../assets/images/pricniapl-3-1900x1069.jpeg");
}
.cid-sIpILeTPle .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #fdd7e2;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  color: #f1512c;
  text-align: center;
}
.cid-sIpILeTPle .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sIpILeTPle .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sIpILeTPle .svg-1 path {
  fill: #ffffff;
}
.cid-sIpILeTPle .container-fluid {
  max-width: 1200px;
}
.cid-sIpILeTPle .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sIpILeTPle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sIpILeTPle .container-fluid {
    padding: 0 1rem;
  }
  .cid-sIpILeTPle .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sIpILeTPle .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sIpILeTPle .mbr-text,
.cid-sIpILeTPle .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sIpILeTPle .mbr-section-title {
  color: #f1512c;
  text-align: center;
}
.cid-sIpnUAG4bB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIpnUAG4bB {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-sIpnUAG4bB .nav-link {
  font-weight: 900;
}
.cid-sIpnUAG4bB .nav-item:not(:first-child)::before {
  background: #fa9db7;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sIpnUAG4bB .navbar-nav {
  display: block;
}
.cid-sIpnUAG4bB .navbar-nav li {
  display: inline-block;
}
.cid-sIpnUAG4bB li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sIpnUAG4bB .navbar-nav,
.cid-sIpnUAG4bB .mbr-section-title {
  color: #f1422c;
}
.cid-sIpnZ9gcgC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIpnZ9gcgC .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sIpnZ9gcgC .title {
  max-width: 800px;
  margin: auto;
}
.cid-sIpnZ9gcgC .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sIpnZ9gcgC .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sIpnZ9gcgC .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-sIpnZ9gcgC .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sIpnZ9gcgC .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-sIpnZ9gcgC .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-sIpnZ9gcgC .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-sIpnZ9gcgC .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-sIpnZ9gcgC .link-card:hover {
  color: #45b3df;
}
.cid-sIpnZ9gcgC .mbr-section-btn2 {
  display: inline-flex;
}
.cid-sIpnZ9gcgC .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sIpnZ9gcgC .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-sIpnZ9gcgC .icon-btn {
  color: #45b3df;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-sIpnZ9gcgC .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sIpnZ9gcgC {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sIpnZ9gcgC .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sIpnZ9gcgC .card__title,
.cid-sIpnZ9gcgC .link-wrap {
  text-align: center;
  color: #f1422c;
}
.cid-sIpqm4OA7D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIpqm4OA7D {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-sIpqm4OA7D .nav-link {
  font-weight: 900;
}
.cid-sIpqm4OA7D .nav-item:not(:first-child)::before {
  background: #fa9db7;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sIpqm4OA7D .navbar-nav {
  display: block;
}
.cid-sIpqm4OA7D .navbar-nav li {
  display: inline-block;
}
.cid-sIpqm4OA7D li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sIpqm4OA7D .navbar-nav,
.cid-sIpqm4OA7D .mbr-section-title {
  color: #f1422c;
}
.cid-sIps7gnbhX {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-1900x1267.jpg");
}
.cid-sIps7gnbhX .mbr-media {
  position: relative;
}
.cid-sIps7gnbhX .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sIps7gnbhX .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #f1422c;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIps7gnbhX .icon-wrap a {
  height: 20px;
}
.cid-sIps7gnbhX .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #f1422c;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-sIps7gnbhX .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #ffffff;
}
.cid-sIps7gnbhX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sIps7gnbhX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sIps7gnbhX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sIps7gnbhX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIps7gnbhX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIprxjEglo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIprxjEglo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sIprxjEglo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIprxjEglo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIprxjEglo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIprxjEglo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIprxjEglo .mbr-section-title {
  color: #f1422c;
}
.cid-sIprxjEglo .mbr-text,
.cid-sIprxjEglo .mbr-section-btn {
  color: #12265a;
}
.cid-sIpAl6Rr2p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fac3d3;
}
.cid-sIpAl6Rr2p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIpAl6Rr2p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIpAl6Rr2p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIpAl6Rr2p .mbr-section-title {
  color: #f1422c;
}
.cid-sIpAl6Rr2p .mbr-text,
.cid-sIpAl6Rr2p .mbr-section-btn {
  color: #232323;
}
.cid-sIpAlBzuCz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIpAlBzuCz .row {
  flex-direction: row-reverse;
}
.cid-sIpAlBzuCz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIpAlBzuCz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIpAlBzuCz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIpAlBzuCz .mbr-text,
.cid-sIpAlBzuCz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sIpAlBzuCz .mbr-section-title {
  color: #f1422c;
}
.cid-sIpAnCstPn {
  background-color: #fadae3;
}
.cid-sIpAnCstPn .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sIpAnCstPn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpAnCstPn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIpAnCstPn .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIpAnCstPn .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIpAnCstPn .mbr-text,
.cid-sIpAnCstPn .mbr-section-btn {
  color: #232323;
}
.cid-sIpAnCstPn .mbr-section-title {
  color: #f1422c;
}
.cid-sIpDI4w76s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sIpDI4w76s .carousel-item {
  justify-content: center;
}
.cid-sIpDI4w76s .carousel-item.active,
.cid-sIpDI4w76s .carousel-item-next,
.cid-sIpDI4w76s .carousel-item-prev {
  display: flex;
}
.cid-sIpDI4w76s .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-sIpDI4w76s .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sIpDI4w76s .carousel-control-next span {
  padding-left: 5px;
}
.cid-sIpDI4w76s .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sIpDI4w76s .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sIpDI4w76s .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sIpDI4w76s .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sIpDI4w76s H3 {
  color: #f1422c;
}
.cid-sIpDI4w76s .user_text {
  color: #232323;
}
.cid-sIpEtXVG5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fac3d3;
}
.cid-sIpEtXVG5g ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIpEtXVG5g li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIpEtXVG5g ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIpEtXVG5g H3 {
  color: #f1422c;
}
.cid-sIpEtXVG5g .list {
  color: #f1422c;
}
.cid-sIpGa5P1IF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sIpGa5P1IF .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIpGa5P1IF .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sIpGa5P1IF .btn {
  margin-bottom: 2rem;
}
.cid-sIpGa5P1IF .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sIpGa5P1IF .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIpGa5P1IF .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sIpGa5P1IF .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sIpGa5P1IF .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sIpGa5P1IF .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sIpGa5P1IF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-sIpGa5P1IF .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-sIpGa5P1IF .links {
  color: #fff0b0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .deskkk { display: none; }
}

@media only screen and (width: 768px) {
  .deskkk { display: block; }
}

@media screen and (min-width: 768px) {
    .movil   { display: none; }
}
--------


.cid-sIjEmP0Ohp .panel-group {
  border: none;
}
.cid-sIjEmP0Ohp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIjEmP0Ohp .panel-body,
.cid-sIjEmP0Ohp .card-header {
  padding: 1rem 0;
}
.cid-sIjEmP0Ohp .panel-title-edit {
  color: #1d2c35;
}
.cid-sIjEmP0Ohp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIjEmP0Ohp H3 {
  color: #f1422c;
}
.cid-sIjEnYGTFx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1422c;
}
.cid-sIjEnYGTFx .mbr-text,
.cid-sIjEnYGTFx .mbr-section-subtitle {
  color: #767676;
}
.cid-sIjEnYGTFx .card-title {
  color: #66458e;
}
.cid-sIjEnYGTFx .card .card-img span {
  color: #ffcc00;
  font-size: 60px;
  background: linear-gradient(45deg, #ffcc00, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sIjEnYGTFx .mbr-section-subtitle,
  .cid-sIjEnYGTFx .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIjEnYGTFx .card .card-img span {
    background: none;
  }
}
.cid-sIjEnYGTFx .card-title,
.cid-sIjEnYGTFx .card-img {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-sIjEnYGTFx .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}


.cid-sIjEoSqsof {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1422c;
}
.cid-sIjEoSqsof section {
  position: relative;
}
.cid-sIjEoSqsof h4 {
  margin: 0;
}
.cid-sIjEoSqsof img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sIjEoSqsof a {
  font-weight: 300;
}
.cid-sIjEoSqsof .img1 {
  color: #ffffff;
}
.cid-sIjEoSqsof .img2 {
  color: #ffffff;
}
.cid-sIjEoSqsof .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffcc00;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIjEoSqsof .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sIjEoSqsof .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIjEoSqsof .item,
.cid-sIjEoSqsof .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIjEoSqsof .item h4,
.cid-sIjEoSqsof .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIjEoSqsof .card-img {
  width: auto;
}
.cid-sIjEoSqsof .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sIjEoSqsof .item {
    justify-content: center;
  }
}
.cid-sIjEoSqsof .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-sIjEoSqsof .items-title,
.cid-sIjEoSqsof .items-title + .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sIjEoSqsof .links-title,
.cid-sIjEoSqsof .links-title + .line-wrap {
  color: #ffffff;
}
.cid-sIjEpTCiTr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1422c;
  overflow: hidden;
}
.cid-sIjEpTCiTr .media-container-row .mbr-text {
  color: #ffffff;
}
