@import url(https://fonts.googleapis.com/css?family=Cormorant:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 3.1rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.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: #132c70 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ffbc00 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #132c70 !important;
  border-color: #132c70 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #08122f !important;
  border-color: #08122f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #08122f !important;
  border-color: #08122f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1ee8b0 !important;
  border-color: #1ee8b0 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !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: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #132c70;
  color: #132c70 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #132c70;
  border-color: #132c70;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #132c70 !important;
  border-color: #132c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3e97d1;
  color: #3e97d1 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #ffbc00;
  color: #ffbc00 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #36d88a;
  color: #36d88a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !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: #132c70 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ffbc00 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #132c70;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c1b44 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a7cb2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #24b770 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc9600 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a8a8a8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2b2b2b !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: #ffbc00;
}
.alert-warning {
  background-color: #c1c1c1;
}
.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: #132c70;
  border-color: #132c70;
  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: #2858db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#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: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #132c70;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #132c70;
  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: #132c70;
  border-bottom-color: #132c70;
}
.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: #132c70 !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: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23132c70' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rJMBs7g1H0 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMBs7g1H0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMBs7g1H0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMBs7g1H0 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMBs7g1H0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMBs7g1H0 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMBs7g1H0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMBs7g1H0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMBs7g1H0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMBs7g1H0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMBs7g1H0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #132c70;
}
.cid-rJMBs7g1H0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMBs7g1H0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMBs7g1H0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.75714286vh;
  }
}
.cid-rJMBs7g1H0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMBs7g1H0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMBs7g1H0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMBs7g1H0 .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-rJMBs7g1H0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMBs7g1H0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMBs7g1H0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMBs7g1H0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMBs7g1H0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMBs7g1H0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMBs7g1H0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMBs7g1H0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMBs7g1H0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMBs7g1H0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMBs7g1H0 .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-rJMBs7g1H0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMBs7g1H0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMBs7g1H0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMBs7g1H0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMBs7g1H0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMBs7g1H0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMBs7g1H0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMBs7g1H0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMBs7g1H0 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMBs7g1H0 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMBs7g1H0 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMBs7g1H0 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMBs7g1H0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMBs7g1H0 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;

  opacity: 1;

}
.cid-rJMBs7g1H0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMBs7g1H0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMBs7g1H0 .dropdown-item.active,
.cid-rJMBs7g1H0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMBs7g1H0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-rJMBs7g1H0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMBs7g1H0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMBs7g1H0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMBs7g1H0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMBs7g1H0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMBs7g1H0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMBs7g1H0 .navbar-buttons {
  text-align: center;
}
.cid-rJMBs7g1H0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMBs7g1H0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMBs7g1H0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMBs7g1H0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMBs7g1H0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMBs7g1H0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMBs7g1H0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMBs7g1H0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMBs7g1H0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMBs7g1H0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMBs7g1H0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMBs7g1H0 .mbr-iconfont {
  font-size: 1rem;
  padding-right: .5rem;
  color: black;
}
.cid-rJMBs7g1H0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMBs7g1H0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMBs7g1H0 .nav-link:hover,
.cid-rJMBs7g1H0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMBs7g1H0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMBs7g1H0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMBs7g1H0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-rDOO1GALoB {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2020-09-29-a-las-17.39.00-2000x1047.png");
}
@media (max-width: 991px) {
  .cid-rDOO1GALoB {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-rDOO1GALoB .container-fluid {
  padding: 0 3rem;
}
.cid-rDOO1GALoB .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rDOO1GALoB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rDOO1GALoB h1 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cid-rDOO1GALoB h3 {
 font-size: 2.5rem; 
 font-family: bold;
}


@media (max-width: 767px) {
  .cid-rDOO1GALoB h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.cid-rDOO1GALoB .mbr-section-title {
  font-weight: 300;
  color: #fdc443;
  text-align: left;
}
.cid-rDOO1GALoB .btn-line {
  margin-top: 3rem;
}
.cid-rDOO1GALoB p {
  margin-bottom: 0;
}
.cid-rDOO1GALoB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-top: 6rem;
}


@media (max-width: 767px) {
  .cid-rDOO1GALoB .mbr-section-subtitle {
    margin-top: 9rem;
  }
}


.cid-rDOO1GALoB .mbr-text,
.cid-rDOO1GALoB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}


@media (max-width: 767px) {
  .cid-rDOO1GALoB .mbr-section-btn {
    text-align: center;
  }
}



.cid-rDOO1GALoB .btn-success,
.cid-rDOO1GALoB .btn-success:active,
.cid-rDOO1GALoB .btn-success.active {
  background-color: #1ee8b0 !important;
  border-color: #1ee8b0 !important;
  color: #000000 !important;
}
.cid-rDOO1GALoB .btn-success:hover,
.cid-rDOO1GALoB .btn-success:focus,
.cid-rDOO1GALoB .btn-success.focus {
  color: #ffffff !important;
  background-color: #28a745!important;
  border-color: #28a745 !important;
}
.cid-rDOO1GALoB .btn-success.disabled,
.cid-rDOO1GALoB .btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.cid-rDJgCd0bCB {
  overflow: hidden !important;
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rDJgCd0bCB {
    height: auto;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.cid-rDJgCd0bCB .animated-element {
  color: #efefef;
}
.cid-rDJgCd0bCB .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rDJgCd0bCB .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rDJgCd0bCB .container-fluid {
    padding: 0 1rem;
  }
  .cid-rDJgCd0bCB .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rDJgCd0bCB .mbr-white {
    padding-left: 5rem;
  }
  .cid-rDJgCd0bCB .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-rDJgCd0bCB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-rDJgCd0bCB .container-fluid {
  max-width: 1300px;
}
.cid-rDJgCd0bCB .mbr-section-title {
  margin-bottom: 1rem;
  color: #8d6b33;
}
.cid-rDJgCd0bCB .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-rDJgCd0bCB .btn-line {
  margin-top: 3rem;
}
.cid-rDJgCd0bCB .mbr-section-subtitle,
.cid-rDJgCd0bCB .mbr-section-btn {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rDJgCd0bCB H2 {
    text-align: left;
  }
}
.cid-rDOOqZyShc {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rDOOqZyShc {
    padding-top: 0px;
    padding-bottom: 28px;
  }
}
.cid-rDOOqZyShc h3 {
  color: #132c70;
  font-size: 28px;
  font-weight: 400;
}
.cid-rDOOqZyShc img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-rDOOqZyShc img {
    width: 100%;
  }
  .cid-rDOOqZyShc .pb-5 {
    padding-bottom: 1rem!important;
  }
  .cid-rDOOqZyShc .text-padding {
    padding: 0 1rem;
  }
  .cid-rDOOqZyShc .block-img {
    order: 1;
  }
  .cid-rDOOqZyShc .block-text {
    order: 0;
  }
}
.cid-rDOOqZyShc ol {
  padding: 0;
  margin: 0;
}
.cid-rDOOqZyShc li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-rDOOqZyShc .counter-container2 ol {
  counter-reset: start 4;
}
.cid-rDOOqZyShc .counter-container2 li {
  display: block;
}
.cid-rDOOqZyShc .counter-container2 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rDOOqZyShc .counter-container1 ol {
  counter-reset: start 0;
}
.cid-rDOOqZyShc .counter-container1 li {
  display: block;
}
.cid-rDOOqZyShc .counter-container1 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rDOOqZyShc li:before {
  color: #132c70;
}
.cid-rDOOqZyShc .container-fluid {
  max-width: 1300px;
}
@media (min-width: 992px) {
  .cid-rDOOqZyShc .text-padding {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rDOOqZyShc .text-padding {
    padding: 0 2rem;
  }
  .cid-rDOOqZyShc .container-fluid {
    padding: 0;
  }
  .cid-rDOOqZyShc img {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rDOOqZyShc .container-fluid {
    padding: 0 2rem;
  }
}
.cid-rDOOqZyShc H3 {
  color: #8d6b33;
}
.cid-sbZKznGttI {
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #efeeee;
}
.cid-sbZKznGttI .container {
  max-width: 1500px;
}
.cid-sbZKznGttI img {
  width: 100%;
}
.cid-sbZKznGttI h2 {
  padding: 0;
  margin: 0;
}
.cid-sbZKznGttI .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sbZKznGttI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sbZKznGttI .img-col {
  position: relative;
}
.cid-sbZKznGttI .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-sbZKznGttI .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-sbZKznGttI .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-sbZKznGttI .img2 {
    top: -2rem;
  }
  .cid-sbZKznGttI .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sbZKznGttI .img2 {
    width: 50%;
  }
  .cid-sbZKznGttI .number {
    margin: auto;
  }
}
.cid-sbZKznGttI H2 {
  color: #8d6b33;
}
.cid-sbZKznGttI .mbr-text {
  color: #333333;
}
.cid-sbZKw2LKSu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-sbZKw2LKSu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sbZKw2LKSu img:hover {
  transform: scale(1.1);
}
.cid-sbZKw2LKSu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sbZKw2LKSu h2 {
  padding: 0;
  margin: 0;
}
.cid-sbZKw2LKSu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sbZKw2LKSu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sbZKw2LKSu .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sbZKw2LKSu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sbZKw2LKSu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sbZKw2LKSu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sbZKw2LKSu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sbZKw2LKSu .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sbZKw2LKSu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sbZKw2LKSu H2 {
  color: #333333;
}
.cid-sbZKw2LKSu .mbr-text {
  color: #333333;
}
.cid-sbZKw2LKSu .btn-success,
.cid-sbZKw2LKSu .btn-success:active,
.cid-sbZKw2LKSu .btn-success.active {
  background-color: #1ee8b0 !important;
  border-color: #1ee8b0 !important;
  color: #000000 !important;
}
.cid-sbZKw2LKSu .btn-success:hover,
.cid-sbZKw2LKSu .btn-success:focus,
.cid-sbZKw2LKSu .btn-success.focus {
  color: #ffffff !important;
  background-color: #109866 !important;
  border-color: #109866 !important;
}
.cid-sbZKw2LKSu .btn-success.disabled,
.cid-sbZKw2LKSu .btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.cid-sbZKw2LKSu H1 {
  color: #8d6b33;
}
.cid-sbZFApYPEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbZFApYPEi .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-sbZFApYPEi .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-sbZFApYPEi .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  .cid-sbZFApYPEi .card-img img  {
    width: 50%;
  }
}

.cid-sbZFApYPEi .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbZFApYPEi .link {
  letter-spacing: 2px;
}
.cid-sbZFApYPEi .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-sbZFApYPEi .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbZFApYPEi .card {
    padding-bottom: 2rem;
  }
}
.cid-sbZFApYPEi .main-title {
  color: #8d6b33;
}
.cid-sbZFApYPEi .card-text,
.cid-sbZFApYPEi .link {
  color: #333333;
}

@media (max-width: 767px) {
  .cid-sbZFApYPEi h3  {
    text-align: left;
  }
}
.cid-sbZFApYPEi .card-title {
  color: #8d6b33;
}
.cid-sbZNtkC0Ih {
  background-color: #ffffff;
}
.cid-sbZNtkC0Ih .mbr-section-subtitle {
  color: #132c70;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sbZNtkC0Ih {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .cid-sbZNtkC0Ih .container-fluid {
    padding: 0 1rem;
  }
  .cid-sbZNtkC0Ih .mbr-section-btn,
  .cid-sbZNtkC0Ih .mbr-section-subtitle,
  .cid-sbZNtkC0Ih .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-sbZNtkC0Ih {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-sbZNtkC0Ih .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sbZNtkC0Ih .container-fluid {
  max-width: 1300px;
}
.cid-sbZNtkC0Ih .mbr-section-title {
  text-align: center;
  color: #8d6b33;
}
.cid-sbZLhGKhGc {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbZLhGKhGc .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sbZLhGKhGc .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sbZLhGKhGc .mbr-text,
.cid-sbZLhGKhGc .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sbZLhGKhGc img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sbZLhGKhGc H1 {
  color: #8d6b33;
}



.cid-sbZMIAeMJN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/captura-de-pantalla-2020-09-29-a-las-17.35.56-2000x1124.png");
}
.cid-sbZMIAeMJN .mbr-section-title {
  letter-spacing: 0.1em;
  color: #071125;
}
.cid-sbZMIAeMJN .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-sbZMIAeMJN .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-sbZMIAeMJN .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-sbZMIAeMJN .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-sbZMIAeMJN .space {
  height: 45px;
  width: 100%;
}
.cid-sbZMIAeMJN .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-sbZMIAeMJN .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sbZMIAeMJN .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sbZMIAeMJN .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-sbZMIAeMJN .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-sbZN8oFDSd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sbZN8oFDSd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sbZN8oFDSd .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
}
.cid-sbZN8oFDSd .form-group {
  margin-bottom: 1rem;
}
.cid-sbZN8oFDSd .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #ffffff;
  width: 100%;
}
.cid-sbZN8oFDSd .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sbZN8oFDSd .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sbZN8oFDSd .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sbZN8oFDSd .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sbZN8oFDSd .input-group-btn {
  width: 100%;
}
.cid-sbZN8oFDSd textarea.form-control {
  min-height: 172px;
}
.cid-sbZN8oFDSd .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sbZN8oFDSd .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbZN8oFDSd .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sbZN8oFDSd .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-sbZN8oFDSd .form1 {
    padding: 1.5rem;
  }
}
.cid-sbZN8oFDSd H3 {
  color: #fdc443;
}
.cid-sbZN8oFDSd LABEL {
  color: #ffffff;
}
.cid-sbZVyhc8VA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sbZVyhc8VA ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-sbZVyhc8VA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sbZVyhc8VA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4a3717;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sbZVyhc8VA H3 {
  text-align: center;
  color: #8d6b33;
}
.cid-sbZVyhc8VA .list {
  color: #8d6b33;
}
.cid-sbZVxjIzRu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8d6b33;
}
.cid-sbZVxjIzRu .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sbZVxjIzRu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sbZVxjIzRu .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sbZVxjIzRu .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-sbZVxjIzRu .card-title {
  color: #ffffff;
}
.cid-sbZVw6a58k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #8d6b33;
}
.cid-sbZVw6a58k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sbZVw6a58k .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sbZVw6a58k .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sbZVw6a58k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sbZVw6a58k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sbZVw6a58k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sbZVw6a58k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sbZVw6a58k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sbZVw6a58k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbZVw6a58k .media-container-row .social-list a {
  margin: 0;

  transition: .2s linear;
}
.cid-sbZVw6a58k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbZVw6a58k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbZVw6a58k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sbZVw6a58k .media-container-row .row-copirayt p {
  width: 100%;
}


.cid-s8k2IEdwfH {
   padding-top: 0rem;
  padding-bottom: -0.5rem;
  background-color: #aedf1d;

}
.cid-s8k2IEdwfH .mbr-section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-s8k2IEdwfH{
    padding-bottom: 2rem;

  }
}


.cid-sc4ggjycPW {
  background-color: #ffffff;
}
.cid-sc4ggjycPW .row-element,
.cid-sc4ggjycPW .image-element {
  padding: 0;
}
.cid-sc4ggjycPW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sc4ggjycPW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 992px) {
  .cid-sc4ggjycPW .col-lg-8 {
    order: 2;
  }
  .cid-sc4ggjycPW .col-lg-4 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sc4ggjycPW {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .cid-sc4ggjycPW .mbr-title,
  .cid-sc4ggjycPW .mbr-text,
  .cid-sc4ggjycPW .mbr-section-btn {
    text-align: center !important;
  }
}


@media (min-width: 767px) {
  .cid-sc4ggjycPW {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .cid-sc4ggjycPW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-sc4ggjycPW .text-content {
    padding-left: 1rem;
  }
}
.cid-sc4ggjycPW .mbr-text,
.cid-sc4ggjycPW .mbr-section-btn {
  color: #333333;
}



.cid-sc4ggjycPW .mbr-title {
  color: #132c70;
}
.cid-sc4ggjycPW .container-fluid {
  max-width: 1300px;
}
.cid-sc4ggjycPW h2 {
  margin-bottom: 1rem;
}
.cid-sc4ggjycPW .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-sc4ggjycPW .btn-line {
  margin-top: 3rem;
}
.cid-sc4ggjycPW p {
  margin-bottom: 0;
}
.cid-sc4ggjycPW .mbr-section-title {
  color: #8d6b33;
}





.cid-sch7YobE3o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
@media (max-width: 767px) {
  .cid-sch7YobE3o {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}
.cid-sch7YobE3o H1 {
  color: #8d6b33;
}
.cid-sch7YobE3o .mbr-text,
.cid-sch7YobE3o .mbr-section-btn {
  color: #132c70;
}
.cid-sch7YobE3o H3 {
  color: #ffffff;
}
.cid-sch7YobE3o .container-fluid {
  padding: 0 3rem;
  margin-top: 1.7rem;
}
.cid-sch7YobE3o .mbr-list {
  list-style: none;
  padding: 0 1.5rem;
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
}
.cid-sch7YobE3o .mbr-list li {
  margin-bottom: 1rem;
}
.cid-sch7YobE3o .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sch7YobE3o p {
  margin: 0;
}
.cid-sch7YobE3o a {
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .cid-sch7YobE3o .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.cid-sch7YobE3o ul {
  color: #ffffff;
  margin-right: 1.5rem;
}




.cid-sch7ECcDoe {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #efeeee;
}
.cid-sch7ECcDoe p {
  line-height: 1.6;
}
.cid-sch7ECcDoe .card-box {
  width: -webkit-fill-available;
}
.cid-sch7ECcDoe .card-img {
  width: auto;
}
.cid-sch7ECcDoe .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sch7ECcDoe .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sch7ECcDoe .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sch7ECcDoe .card {
  height: 100%;
  margin: auto;
}
.cid-sch7ECcDoe img {
  width: 100%;
  heigth: auto;
}
.cid-sch7ECcDoe .card-title1 {
  color: #073b4c;
}
.cid-sch7ECcDoe .mbr-text1 {
  color: #767676;
}
.cid-sch7ECcDoe .card-title2 {
  color: #03426a;
}
.cid-sch7ECcDoe .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sch7ECcDoe .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sch7ECcDoe .card-img {
    order: 1;
  }
  .cid-sch7ECcDoe .card-box {
    order: 2;
  }
}







.cid-schaIUGrrl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
@media (max-width: 767px) {
  .cid-schaIUGrrl {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.cid-schaIUGrrl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-schaIUGrrl H1 {
  color: #132c70;
}
.cid-schaIUGrrl .mbr-text,
.cid-schaIUGrrl .mbr-section-btn {
  color: #132c70;
}
.cid-schaIUGrrl H3 {
  color: #132c70;
}

.cid-schaIUGrrl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-schaIUGrrl .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-schaIUGrrl .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-schaIUGrrl .link:hover {
  color: #132c70 !important;
}
.cid-schaIUGrrl .link:hover .link-ico {
  color: #132c70 !important;
  padding-left: 10px;
}
.cid-schaIUGrrl DIV {
  color: #57468b;
}
.cid-schaIUGrrl .text-1 {
  line-height: 1;
}
.cid-schaIUGrrl .container-fluid {
  max-width: 1300px;
}
.cid-schaIUGrrl .mbr-section-title {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .cid-schaIUGrrl .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-schaIUGrrl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-schaIUGrrl .mbr-section-subtitle,
.cid-schaIUGrrl .media-content {
  color: #8d6b33;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-schaIUGrrl .mbr-section-subtitle {
    text-align: center;
  }
}


.cid-schaIUGrrl .mbr-text,
.cid-schaIUGrrl .media-content {
  color: #333333;
}



ol {
  list-style: none;
  margin-left: -2.5rem;
  
}

ol li:before {
      content: '✓';
}




.cid-scwU0kc9SY {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-scwU0kc9SY .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scwU0kc9SY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scwU0kc9SY .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-scwU0kc9SY .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scwU0kc9SY .mbr-text,
.cid-scwU0kc9SY .mbr-section-btn {
  color: #132c70;
  text-align: left;
}
.cid-scwU0kc9SY .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(159, 155, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 155, 96, 0.3);
  border-radius: .25rem;
}
.cid-scwU0kc9SY .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scwU0kc9SY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scwU0kc9SY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scwU0kc9SY .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scwU0kc9SY .main-row {
    margin: 0;
  }
  .cid-scwU0kc9SY .mbr-section-title,
  .cid-scwU0kc9SY .mbr-text,
  .cid-scwU0kc9SY .list,
  .cid-scwU0kc9SY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scwU0kc9SY .text-content {
    padding: 0;
  }
}
.cid-scwU0kc9SY .mbr-section-title {
  color: #8d6b33;
}
.cid-scwU0kc9SY .list UL {
  text-align: left;
}



.cid-srVdFB9NqS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #8d6b33;
}
.cid-srVdFB9NqS section {
  position: relative;
}
.cid-srVdFB9NqS h4 {
  margin: 0;
}
.cid-srVdFB9NqS img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-srVdFB9NqS a {
  font-weight: 300;
}
.cid-srVdFB9NqS .img1 {
  color: #ffffff;
}
.cid-srVdFB9NqS .img2 {
  color: #ffffff;
}
.cid-srVdFB9NqS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-srVdFB9NqS .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-srVdFB9NqS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srVdFB9NqS .item,
.cid-srVdFB9NqS .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-srVdFB9NqS .item h4,
.cid-srVdFB9NqS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-srVdFB9NqS .card-img {
  width: auto;
}
.cid-srVdFB9NqS .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-srVdFB9NqS .item {
    justify-content: left;
  }
}
.cid-srVdFB9NqS .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-srVdFB9NqS .items-title,
.cid-srVdFB9NqS .items-title + .line-wrap {
  text-align: left;
}


.cid-ss1qGSjuu0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss1qGSjuu0 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ss1qGSjuu0 .card-img {
  padding-bottom: 2rem;
}
.cid-ss1qGSjuu0 .mbr-text {
  color: #767676;
}
.cid-ss1qGSjuu0 span {
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-ss1qGSjuu0 .itemes {
    font-size: 14px;
  color: #000;
  }
}



.cid-ss1qGSjuu0 .mbr-section-btn {
  margin-left: 0;
}
.cid-ss1qGSjuu0 .date span {
  display: inline-block;
  background-color: #8d6b33;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ss1qGSjuu0 .card-title {
    text-align: center;
  }
  .cid-ss1qGSjuu0 p.mbr-text,
  .cid-ss1qGSjuu0 p.date {
    text-align: center;
  }
}
.cid-ss1qGSjuu0 .card-title,
.cid-ss1qGSjuu0 .card-img {
  color: #8d6b33;
}




.cid-rv3hjXrhu9 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rv3hjXrhu9 .mbr-iconfont {
  font-size: 1.2rem!important;
}
.cid-rv3hjXrhu9 p {
  margin-bottom: 0!important;
}
.cid-rv3hjXrhu9 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-rv3hjXrhu9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rv3hjXrhu9 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rv3hjXrhu9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rv3hjXrhu9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rv3hjXrhu9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rv3hjXrhu9 .card .panel-body {
  color: #767676;
}
.cid-rv3hjXrhu9 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-rv3hjXrhu9 .card-header:hover {
  background-color: #3d626c;
}
.cid-rv3hjXrhu9 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-rv3hjXrhu9 H4 {
  color: #3d626c;
}
