@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f6862f !important;
}
.bg-success {
  background-color: #e31b23 !important;
}
.bg-info {
  background-color: #55565a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #0253a5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6862f !important;
  border-color: #f6862f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d06009 !important;
  border-color: #d06009 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d06009 !important;
  border-color: #d06009 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00ffff !important;
  border-color: #00ffff !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #00b2b3 !important;
  border-color: #00b2b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #00b2b3 !important;
  border-color: #00b2b3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #55565a !important;
  border-color: #55565a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #303033 !important;
  border-color: #303033 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #303033 !important;
  border-color: #303033 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e31b23 !important;
  border-color: #e31b23 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9f1318 !important;
  border-color: #9f1318 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9f1318 !important;
  border-color: #9f1318 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0253a5 !important;
  border-color: #0253a5 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #012d59 !important;
  border-color: #012d59 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #012d59 !important;
  border-color: #012d59 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #b75408;
  color: #b75408;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f6862f;
  border-color: #f6862f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6862f !important;
  border-color: #f6862f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #009999;
  color: #009999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000;
  background-color: #00ffff;
  border-color: #00ffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #00ffff !important;
  border-color: #00ffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #232426;
  color: #232426;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #55565a;
  border-color: #55565a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55565a !important;
  border-color: #55565a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #881015;
  color: #881015;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e31b23;
  border-color: #e31b23;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e31b23 !important;
  border-color: #e31b23 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #012040;
  color: #012040;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0253a5;
  border-color: #0253a5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0253a5 !important;
  border-color: #0253a5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f6862f !important;
}
.text-secondary {
  color: #00ffff !important;
}
.text-success {
  color: #e31b23 !important;
}
.text-info {
  color: #55565a !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #0253a5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b75408 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #009999 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #881015 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #232426 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #012040 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55565a;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #0253a5;
}
.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: #f6862f;
  border-color: #f6862f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f6862f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef8f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9d1d2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #94959a;
}
.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: #2a93fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f6862f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f6862f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f6862f;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6862f;
  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: #f6862f;
  border-bottom-color: #f6862f;
}
.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: #000000 !important;
  background-color: #f6862f !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: #00ffff !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: 100px;
  height: 100px;
  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='%23f6862f' %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.3;
}
.cid-rtXVWrfqob {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtXVWrfqob .mbr-section-subtitle {
  color: #767676;
}
.cid-rtXVWrRyTf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rtXVWrRyTf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rtXVWrRyTf a {
  font-style: normal;
}
.cid-rtXVWrRyTf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rtXVWrRyTf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rtXVWrRyTf .nav-item:focus,
.cid-rtXVWrRyTf .nav-link:focus {
  outline: none;
}
.cid-rtXVWrRyTf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rtXVWrRyTf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rtXVWrRyTf .menu-logo {
  margin-right: auto;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rtXVWrRyTf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rtXVWrRyTf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rtXVWrRyTf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rtXVWrRyTf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rtXVWrRyTf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rtXVWrRyTf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rtXVWrRyTf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rtXVWrRyTf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rtXVWrRyTf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rtXVWrRyTf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rtXVWrRyTf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rtXVWrRyTf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rtXVWrRyTf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rtXVWrRyTf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rtXVWrRyTf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rtXVWrRyTf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rtXVWrRyTf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rtXVWrRyTf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rtXVWrRyTf button.navbar-toggler:focus {
  outline: none;
}
.cid-rtXVWrRyTf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-rtXVWrRyTf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rtXVWrRyTf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rtXVWrRyTf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rtXVWrRyTf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rtXVWrRyTf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtXVWrRyTf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rtXVWrRyTf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rtXVWrRyTf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtXVWrRyTf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtXVWrRyTf .collapsed .btn {
  display: -webkit-flex;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rtXVWrRyTf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rtXVWrRyTf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rtXVWrRyTf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rtXVWrRyTf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rtXVWrRyTf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rtXVWrRyTf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtXVWrRyTf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rtXVWrRyTf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rtXVWrRyTf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rtXVWrRyTf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rtXVWrRyTf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtXVWrRyTf img {
    height: 3.8rem !important;
  }
  .cid-rtXVWrRyTf .btn {
    display: -webkit-flex;
  }
  .cid-rtXVWrRyTf button.navbar-toggler {
    display: block;
  }
  .cid-rtXVWrRyTf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rtXVWrRyTf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtXVWrRyTf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing,
  .cid-rtXVWrRyTf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing .navbar-nav,
  .cid-rtXVWrRyTf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rtXVWrRyTf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rtXVWrRyTf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rtXVWrRyTf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rtXVWrRyTf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rtXVWrRyTf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtXVWrRyTf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rtXVWrRyTf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rtXVWrRyTf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rtXVWrRyTf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rtXVWrRyTf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rtXVWrRyTf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rtXVWrRyTf .nav-link:hover,
.cid-rtXVWrRyTf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rtXVWsWRWM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rtXVWsWRWM .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-rtXVWsWRWM H2 {
  color: #0253a5;
}
.cid-rtXVWsWRWM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4DJDURoBm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4DJDURoBm .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4DJDURoBm H2 {
  color: #0253a5;
}
.cid-s4DJDURoBm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s62ykarOVq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s62ykarOVq .card-img {
  background-color: #fff;
}
.cid-s62ykarOVq .card-box {
  padding: 2rem;
}
.cid-s62ykarOVq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s62ykarOVq p {
  text-align: left;
}
.cid-s62ykarOVq .mbr-text {
  color: #767676;
}
.cid-s62ykarOVq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s62ykarOVq .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s62ykarOVq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4DKdvybbr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4DKdvybbr .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4DKdvybbr H2 {
  color: #0253a5;
}
.cid-s4DKdvybbr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s62x4sGH93 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s62x4sGH93 .card-img {
  background-color: #fff;
}
.cid-s62x4sGH93 .card-box {
  padding: 2rem;
}
.cid-s62x4sGH93 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s62x4sGH93 p {
  text-align: left;
}
.cid-s62x4sGH93 .mbr-text {
  color: #767676;
}
.cid-s62x4sGH93 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s62x4sGH93 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s62x4sGH93 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3eAovUTB8 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3eAovUTB8 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3eAovUTB8 H2 {
  color: #0253a5;
}
.cid-s3eAovUTB8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3eBSvmxqK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eBSvmxqK .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3eBSvmxqK H2 {
  color: #55565a;
}
.cid-s3eBSvmxqK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3eBdiBvb9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eBdiBvb9 .card-img {
  background-color: #fff;
}
.cid-s3eBdiBvb9 .card-box {
  padding: 2rem;
}
.cid-s3eBdiBvb9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3eBdiBvb9 p {
  text-align: left;
}
.cid-s3eBdiBvb9 .mbr-text {
  color: #767676;
}
.cid-s3eBdiBvb9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3eBdiBvb9 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3eBdiBvb9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5qFLtcrlB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-s5qFLtcrlB .images-container.container-fluid {
  padding: 0;
}
.cid-s5qFLtcrlB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s5qFLtcrlB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s5qFLtcrlB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s5qFLtcrlB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s5qFLtcrlB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s5qFLtcrlB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s5qFLtcrlB .img-item {
    width: 100% !important;
  }
  .cid-s5qFLtcrlB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s3eRViSxnh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eRViSxnh .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3eRViSxnh H2 {
  color: #55565a;
}
.cid-s3eRViSxnh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3eSfamwEQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eSfamwEQ .card-img {
  background-color: #fff;
}
.cid-s3eSfamwEQ .card-box {
  padding: 2rem;
}
.cid-s3eSfamwEQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3eSfamwEQ p {
  text-align: left;
}
.cid-s3eSfamwEQ .mbr-text {
  color: #767676;
}
.cid-s3eSfamwEQ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3eSfamwEQ .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3eSfamwEQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3ALCCCHkt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3ALCCCHkt .card-img {
  background-color: #fff;
}
.cid-s3ALCCCHkt .card-box {
  padding: 2rem;
}
.cid-s3ALCCCHkt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3ALCCCHkt p {
  text-align: left;
}
.cid-s3ALCCCHkt .mbr-text {
  color: #767676;
}
.cid-s3ALCCCHkt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3ALCCCHkt .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3ALCCCHkt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3DEzBmym7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3DEzBmym7 .card-img {
  background-color: #fff;
}
.cid-s3DEzBmym7 .card-box {
  padding: 2rem;
}
.cid-s3DEzBmym7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3DEzBmym7 p {
  text-align: left;
}
.cid-s3DEzBmym7 .mbr-text {
  color: #767676;
}
.cid-s3DEzBmym7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3DEzBmym7 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3DEzBmym7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5qHEF9BG1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5qHEF9BG1 .card-img {
  background-color: #fff;
}
.cid-s5qHEF9BG1 .card-box {
  padding: 2rem;
}
.cid-s5qHEF9BG1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s5qHEF9BG1 p {
  text-align: left;
}
.cid-s5qHEF9BG1 .mbr-text {
  color: #767676;
}
.cid-s5qHEF9BG1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s5qHEF9BG1 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s5qHEF9BG1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6hrK0lrty {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-s6hrK0lrty .image-block {
  margin: auto;
}
.cid-s6hrK0lrty figcaption {
  position: relative;
}
.cid-s6hrK0lrty figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6hrK0lrty .image-block {
    width: 100% !important;
  }
}
.cid-s3eTTvLO5V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eTTvLO5V .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3eTTvLO5V H2 {
  color: #55565a;
}
.cid-s3eTTvLO5V .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3eT3TSclx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3eT3TSclx .card-img {
  background-color: #fff;
}
.cid-s3eT3TSclx .card-box {
  padding: 2rem;
}
.cid-s3eT3TSclx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3eT3TSclx p {
  text-align: left;
}
.cid-s3eT3TSclx .mbr-text {
  color: #767676;
}
.cid-s3eT3TSclx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3eT3TSclx .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3eT3TSclx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3Cm1M64SO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3Cm1M64SO .card-img {
  background-color: #fff;
}
.cid-s3Cm1M64SO .card-box {
  padding: 2rem;
}
.cid-s3Cm1M64SO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3Cm1M64SO p {
  text-align: left;
}
.cid-s3Cm1M64SO .mbr-text {
  color: #767676;
}
.cid-s3Cm1M64SO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3Cm1M64SO .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3Cm1M64SO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3CohJUcnp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3CohJUcnp .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3CohJUcnp H2 {
  color: #55565a;
}
.cid-s3CohJUcnp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CojbI5ZL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3CojbI5ZL .card-img {
  background-color: #fff;
}
.cid-s3CojbI5ZL .card-box {
  padding: 2rem;
}
.cid-s3CojbI5ZL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3CojbI5ZL p {
  text-align: left;
}
.cid-s3CojbI5ZL .mbr-text {
  color: #767676;
}
.cid-s3CojbI5ZL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3CojbI5ZL .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3CojbI5ZL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s3CpTguLPs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3CpTguLPs .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s3CpTguLPs H2 {
  color: #55565a;
}
.cid-s3CpTguLPs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3Cq1XVbN0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3Cq1XVbN0 .card-img {
  background-color: #fff;
}
.cid-s3Cq1XVbN0 .card-box {
  padding: 2rem;
}
.cid-s3Cq1XVbN0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3Cq1XVbN0 p {
  text-align: left;
}
.cid-s3Cq1XVbN0 .mbr-text {
  color: #767676;
}
.cid-s3Cq1XVbN0 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s3Cq1XVbN0 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s3Cq1XVbN0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4L5kOAYLh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4L5kOAYLh .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4L5kOAYLh H2 {
  color: #0253a5;
}
.cid-s4L5kOAYLh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4L6s5JFyH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4L6s5JFyH .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4L6s5JFyH H2 {
  color: #55565a;
}
.cid-s4L6s5JFyH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4LQjy8LQh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4LQjy8LQh .card-img {
  background-color: #fff;
}
.cid-s4LQjy8LQh .card-box {
  padding: 2rem;
}
.cid-s4LQjy8LQh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4LQjy8LQh p {
  text-align: left;
}
.cid-s4LQjy8LQh .mbr-text {
  color: #767676;
}
.cid-s4LQjy8LQh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s4LQjy8LQh .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s4LQjy8LQh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4L6Ec7dD1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4L6Ec7dD1 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4L6Ec7dD1 H2 {
  color: #55565a;
}
.cid-s4L6Ec7dD1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4LO7oH2nW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4LO7oH2nW .card-img {
  background-color: #fff;
}
.cid-s4LO7oH2nW .card-box {
  padding: 2rem;
}
.cid-s4LO7oH2nW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4LO7oH2nW p {
  text-align: left;
}
.cid-s4LO7oH2nW .mbr-text {
  color: #767676;
}
.cid-s4LO7oH2nW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s4LO7oH2nW .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s4LO7oH2nW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5qACrlWXb {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-s5qACrlWXb .images-container.container-fluid {
  padding: 0;
}
.cid-s5qACrlWXb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s5qACrlWXb .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s5qACrlWXb .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s5qACrlWXb .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s5qACrlWXb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s5qACrlWXb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s5qACrlWXb .img-item {
    width: 100% !important;
  }
  .cid-s5qACrlWXb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s4L7fWF0Ka {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4L7fWF0Ka .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4L7fWF0Ka H2 {
  color: #0253a5;
}
.cid-s4L7fWF0Ka .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4L7rQtPXT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4L7rQtPXT .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s4L7rQtPXT H2 {
  color: #55565a;
}
.cid-s4L7rQtPXT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s4L88AusAB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4L88AusAB .card-img {
  background-color: #fff;
}
.cid-s4L88AusAB .card-box {
  padding: 2rem;
}
.cid-s4L88AusAB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4L88AusAB p {
  text-align: left;
}
.cid-s4L88AusAB .mbr-text {
  color: #767676;
}
.cid-s4L88AusAB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s4L88AusAB .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s4L88AusAB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s4L8ys05OM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4L8ys05OM .card-img {
  background-color: #fff;
}
.cid-s4L8ys05OM .card-box {
  padding: 2rem;
}
.cid-s4L8ys05OM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4L8ys05OM p {
  text-align: left;
}
.cid-s4L8ys05OM .mbr-text {
  color: #767676;
}
.cid-s4L8ys05OM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s4L8ys05OM .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s4L8ys05OM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s5qC22LSoi {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s5qC22LSoi .image-block {
  margin: auto;
}
.cid-s5qC22LSoi figcaption {
  position: relative;
}
.cid-s5qC22LSoi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s5qC22LSoi .image-block {
    width: 100% !important;
  }
}
.cid-s5pITjoVZG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5pITjoVZG .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s5pITjoVZG H2 {
  color: #55565a;
}
.cid-s5pITjoVZG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5qBGvUISE {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-s5qBGvUISE .images-container.container-fluid {
  padding: 0;
}
.cid-s5qBGvUISE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s5qBGvUISE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s5qBGvUISE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s5qBGvUISE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s5qBGvUISE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s5qBGvUISE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s5qBGvUISE .img-item {
    width: 100% !important;
  }
  .cid-s5qBGvUISE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rKykKMCij9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKykKMCij9 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rKykKMCij9 H2 {
  color: #0253a5;
  text-align: center;
}
.cid-rKyk8928Te {
  background: #ffffff;
}
.cid-rKyk8928Te .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rKyk8928Te .mbr-figure {
  margin: 0 auto;
}
.cid-rKyk8928Te figcaption {
  position: relative;
}
.cid-rKyk8928Te figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKyk8928Te .image-block {
    width: 100% !important;
  }
}
.cid-rKxWNnBodw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKxWNnBodw .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rKxWNnBodw H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s1s0PDNaJu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s1s0PDNaJu .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s1s0PDNaJu .social-list a:focus {
  text-decoration: none;
}
.cid-s1s0PDNaJu H2 {
  color: #ffffff;
}
.cid-rtXVWBJo3y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rtXVWBJo3y .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rtXVWBJo3y .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rtXVWBJo3y .media-wrap img {
  height: 6rem;
}
.cid-rtXVWBJo3y .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-rtXVWBJo3y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rtXVWBJo3y .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rtXVWBJo3y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rtXVWBJo3y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-rtXVWBJo3y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rtXVWBJo3y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rtXVWBJo3y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rtXVWBJo3y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rtXVWBJo3y P {
  color: #55565a;
}
.cid-s5Wp0kj4Ip {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5Wp0kj4Ip .mbr-section-subtitle {
  color: #767676;
}
.cid-s5Wp0lRaj2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5Wp0lRaj2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s5Wp0mrYBw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5Wp0mrYBw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5Wp0mrYBw a {
  font-style: normal;
}
.cid-s5Wp0mrYBw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Wp0mrYBw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Wp0mrYBw .nav-item:focus,
.cid-s5Wp0mrYBw .nav-link:focus {
  outline: none;
}
.cid-s5Wp0mrYBw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Wp0mrYBw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Wp0mrYBw .menu-logo {
  margin-right: auto;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Wp0mrYBw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Wp0mrYBw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Wp0mrYBw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Wp0mrYBw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Wp0mrYBw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Wp0mrYBw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Wp0mrYBw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Wp0mrYBw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Wp0mrYBw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Wp0mrYBw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Wp0mrYBw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5Wp0mrYBw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Wp0mrYBw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Wp0mrYBw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Wp0mrYBw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Wp0mrYBw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Wp0mrYBw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Wp0mrYBw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Wp0mrYBw button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Wp0mrYBw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s5Wp0mrYBw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Wp0mrYBw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wp0mrYBw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wp0mrYBw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Wp0mrYBw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wp0mrYBw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Wp0mrYBw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Wp0mrYBw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wp0mrYBw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wp0mrYBw .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Wp0mrYBw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Wp0mrYBw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Wp0mrYBw .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Wp0mrYBw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Wp0mrYBw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wp0mrYBw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5Wp0mrYBw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Wp0mrYBw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Wp0mrYBw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Wp0mrYBw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wp0mrYBw img {
    height: 3.8rem !important;
  }
  .cid-s5Wp0mrYBw .btn {
    display: -webkit-flex;
  }
  .cid-s5Wp0mrYBw button.navbar-toggler {
    display: block;
  }
  .cid-s5Wp0mrYBw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5Wp0mrYBw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wp0mrYBw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing,
  .cid-s5Wp0mrYBw .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Wp0mrYBw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Wp0mrYBw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5Wp0mrYBw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Wp0mrYBw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Wp0mrYBw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Wp0mrYBw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Wp0mrYBw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5Wp0mrYBw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Wp0mrYBw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Wp0mrYBw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5Wp0mrYBw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5Wp0mrYBw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Wp0mrYBw .nav-link:hover,
.cid-s5Wp0mrYBw .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s5Wqt5C97l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/09-3375-1-2000x1333.jpg");
}
.cid-s5WpB4cnxh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5WpB4cnxh .title {
  margin-bottom: 2rem;
}
.cid-s5WpB4cnxh .mbr-section-subtitle {
  color: #55565a;
}
.cid-s5WpB4cnxh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s5WpB4cnxh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s5WpB4cnxh textarea.form-control {
  min-height: 188px;
}
.cid-s5WpB4cnxh H2 {
  color: #0253a5;
}
.cid-s5Wp0u7K5H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s5Wp0u7K5H .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s5Wp0u7K5H .social-list a:focus {
  text-decoration: none;
}
.cid-s5Wp0u7K5H H2 {
  color: #ffffff;
}
.cid-s5Wp0v2fKy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5Wp0v2fKy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5Wp0v2fKy .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s5Wp0v2fKy .media-wrap img {
  height: 6rem;
}
.cid-s5Wp0v2fKy .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s5Wp0v2fKy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5Wp0v2fKy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s5Wp0v2fKy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s5Wp0v2fKy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s5Wp0v2fKy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5Wp0v2fKy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5Wp0v2fKy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5Wp0v2fKy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5Wp0v2fKy P {
  color: #55565a;
}
.cid-s5TVqK5XWa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TVqK5XWa .mbr-section-subtitle {
  color: #767676;
}
.cid-s5TVqKWrHf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TVqKWrHf .mbr-section-subtitle {
  color: #767676;
}
.cid-s5TVqLO2R1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5TVqLO2R1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5TVqLO2R1 a {
  font-style: normal;
}
.cid-s5TVqLO2R1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5TVqLO2R1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5TVqLO2R1 .nav-item:focus,
.cid-s5TVqLO2R1 .nav-link:focus {
  outline: none;
}
.cid-s5TVqLO2R1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5TVqLO2R1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5TVqLO2R1 .menu-logo {
  margin-right: auto;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5TVqLO2R1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5TVqLO2R1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5TVqLO2R1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5TVqLO2R1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5TVqLO2R1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5TVqLO2R1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5TVqLO2R1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5TVqLO2R1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5TVqLO2R1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5TVqLO2R1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5TVqLO2R1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5TVqLO2R1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5TVqLO2R1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5TVqLO2R1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5TVqLO2R1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5TVqLO2R1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5TVqLO2R1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5TVqLO2R1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5TVqLO2R1 button.navbar-toggler:focus {
  outline: none;
}
.cid-s5TVqLO2R1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s5TVqLO2R1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5TVqLO2R1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5TVqLO2R1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5TVqLO2R1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5TVqLO2R1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5TVqLO2R1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5TVqLO2R1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5TVqLO2R1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5TVqLO2R1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5TVqLO2R1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5TVqLO2R1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5TVqLO2R1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5TVqLO2R1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5TVqLO2R1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5TVqLO2R1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5TVqLO2R1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5TVqLO2R1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5TVqLO2R1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5TVqLO2R1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5TVqLO2R1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5TVqLO2R1 img {
    height: 3.8rem !important;
  }
  .cid-s5TVqLO2R1 .btn {
    display: -webkit-flex;
  }
  .cid-s5TVqLO2R1 button.navbar-toggler {
    display: block;
  }
  .cid-s5TVqLO2R1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5TVqLO2R1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5TVqLO2R1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing,
  .cid-s5TVqLO2R1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing .navbar-nav,
  .cid-s5TVqLO2R1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5TVqLO2R1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5TVqLO2R1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5TVqLO2R1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5TVqLO2R1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5TVqLO2R1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5TVqLO2R1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5TVqLO2R1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5TVqLO2R1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5TVqLO2R1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5TVqLO2R1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5TVqLO2R1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5TVqLO2R1 .nav-link:hover,
.cid-s5TVqLO2R1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s5TVqMDb4s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/conference-background-2000x1000.jpg");
}
.cid-s5TVqMDb4s .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5TVqMDb4s .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s5TVqMDb4s .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s5TVqNxUkj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TVqNxUkj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5TVqNxUkj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s5TVqNxUkj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s5TVqNxUkj H1 {
  color: #45505b;
}
.cid-s5TVqOKDpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TVqOKDpK .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TVqOKDpK H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s5TVqOKDpK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TWkjVsAD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TWkjVsAD .counter-container {
  color: #767676;
}
.cid-s5TWkjVsAD .counter-container ul {
  margin-bottom: 0;
}
.cid-s5TWkjVsAD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s5TWkjVsAD .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e31b23;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-s5TWkjVsAD .mbr-text {
  color: #45505b;
}
.cid-s5TVqStjZm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5TVqStjZm .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TVqStjZm H2 {
  color: #0253a5;
  text-align: left;
}
.cid-s5TVqT2FOC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s5TVqT2FOC .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s5TVqT2FOC .social-list a:focus {
  text-decoration: none;
}
.cid-s5TVqT2FOC H2 {
  color: #ffffff;
}
.cid-s5TVqTEiG6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5TVqTEiG6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5TVqTEiG6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s5TVqTEiG6 .media-wrap img {
  height: 6rem;
}
.cid-s5TVqTEiG6 .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s5TVqTEiG6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5TVqTEiG6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s5TVqTEiG6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s5TVqTEiG6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s5TVqTEiG6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5TVqTEiG6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5TVqTEiG6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5TVqTEiG6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5TVqTEiG6 P {
  color: #55565a;
}
.cid-rtN9ofSHPb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rtN9ofSHPb .mbr-section-subtitle {
  color: #767676;
}
.cid-rWUNdP7I60 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWUNdP7I60 .mbr-section-subtitle {
  color: #767676;
}
.cid-rtMY3cs8aM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rtMY3cs8aM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rtMY3cs8aM a {
  font-style: normal;
}
.cid-rtMY3cs8aM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rtMY3cs8aM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rtMY3cs8aM .nav-item:focus,
.cid-rtMY3cs8aM .nav-link:focus {
  outline: none;
}
.cid-rtMY3cs8aM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rtMY3cs8aM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rtMY3cs8aM .menu-logo {
  margin-right: auto;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rtMY3cs8aM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rtMY3cs8aM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rtMY3cs8aM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rtMY3cs8aM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rtMY3cs8aM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rtMY3cs8aM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rtMY3cs8aM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rtMY3cs8aM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rtMY3cs8aM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rtMY3cs8aM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rtMY3cs8aM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rtMY3cs8aM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rtMY3cs8aM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rtMY3cs8aM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rtMY3cs8aM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rtMY3cs8aM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rtMY3cs8aM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rtMY3cs8aM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rtMY3cs8aM button.navbar-toggler:focus {
  outline: none;
}
.cid-rtMY3cs8aM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-rtMY3cs8aM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rtMY3cs8aM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rtMY3cs8aM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rtMY3cs8aM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rtMY3cs8aM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtMY3cs8aM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rtMY3cs8aM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rtMY3cs8aM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtMY3cs8aM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtMY3cs8aM .collapsed .btn {
  display: -webkit-flex;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rtMY3cs8aM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rtMY3cs8aM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rtMY3cs8aM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rtMY3cs8aM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rtMY3cs8aM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rtMY3cs8aM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtMY3cs8aM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rtMY3cs8aM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rtMY3cs8aM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rtMY3cs8aM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rtMY3cs8aM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtMY3cs8aM img {
    height: 3.8rem !important;
  }
  .cid-rtMY3cs8aM .btn {
    display: -webkit-flex;
  }
  .cid-rtMY3cs8aM button.navbar-toggler {
    display: block;
  }
  .cid-rtMY3cs8aM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rtMY3cs8aM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtMY3cs8aM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing,
  .cid-rtMY3cs8aM .navbar-collapse.show {
    display: block !important;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing .navbar-nav,
  .cid-rtMY3cs8aM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rtMY3cs8aM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rtMY3cs8aM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rtMY3cs8aM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rtMY3cs8aM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rtMY3cs8aM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtMY3cs8aM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rtMY3cs8aM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rtMY3cs8aM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rtMY3cs8aM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rtMY3cs8aM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rtMY3cs8aM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rtMY3cs8aM .nav-link:hover,
.cid-rtMY3cs8aM .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s6fAhOoVaF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/conference-background-2000x1000.jpg");
}
.cid-s6fAhOoVaF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s6fAhOoVaF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s6fAhOoVaF .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rX07QX19I5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rX07QX19I5 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-rX07QX19I5 H2 {
  color: #0253a5;
  text-align: center;
}
.cid-rX07QX19I5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s5U7hA1ScX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5U7hA1ScX .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5U7hA1ScX H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s5U7hA1ScX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1rsLR7MVv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s1rsLR7MVv .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s1rsLR7MVv .social-list a:focus {
  text-decoration: none;
}
.cid-s1rsLR7MVv H2 {
  color: #ffffff;
}
.cid-rtMZ6CMrIG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rtMZ6CMrIG .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rtMZ6CMrIG .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rtMZ6CMrIG .media-wrap img {
  height: 6rem;
}
.cid-rtMZ6CMrIG .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-rtMZ6CMrIG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rtMZ6CMrIG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rtMZ6CMrIG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rtMZ6CMrIG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-rtMZ6CMrIG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rtMZ6CMrIG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rtMZ6CMrIG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rtMZ6CMrIG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rtMZ6CMrIG P {
  color: #55565a;
}
.cid-s5TXEB1T4y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TXEB1T4y .mbr-section-subtitle {
  color: #767676;
}
.cid-s5TXECkoyz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TXECkoyz .mbr-section-subtitle {
  color: #767676;
}
.cid-s5TXEDeZwr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5TXEDeZwr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5TXEDeZwr a {
  font-style: normal;
}
.cid-s5TXEDeZwr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5TXEDeZwr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5TXEDeZwr .nav-item:focus,
.cid-s5TXEDeZwr .nav-link:focus {
  outline: none;
}
.cid-s5TXEDeZwr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5TXEDeZwr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5TXEDeZwr .menu-logo {
  margin-right: auto;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5TXEDeZwr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5TXEDeZwr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5TXEDeZwr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5TXEDeZwr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5TXEDeZwr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5TXEDeZwr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5TXEDeZwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5TXEDeZwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5TXEDeZwr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5TXEDeZwr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5TXEDeZwr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5TXEDeZwr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5TXEDeZwr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5TXEDeZwr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5TXEDeZwr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5TXEDeZwr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5TXEDeZwr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5TXEDeZwr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5TXEDeZwr button.navbar-toggler:focus {
  outline: none;
}
.cid-s5TXEDeZwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s5TXEDeZwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5TXEDeZwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5TXEDeZwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5TXEDeZwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5TXEDeZwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5TXEDeZwr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5TXEDeZwr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5TXEDeZwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5TXEDeZwr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5TXEDeZwr .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5TXEDeZwr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5TXEDeZwr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5TXEDeZwr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5TXEDeZwr .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5TXEDeZwr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5TXEDeZwr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5TXEDeZwr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5TXEDeZwr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5TXEDeZwr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5TXEDeZwr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5TXEDeZwr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5TXEDeZwr img {
    height: 3.8rem !important;
  }
  .cid-s5TXEDeZwr .btn {
    display: -webkit-flex;
  }
  .cid-s5TXEDeZwr button.navbar-toggler {
    display: block;
  }
  .cid-s5TXEDeZwr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5TXEDeZwr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5TXEDeZwr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing,
  .cid-s5TXEDeZwr .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing .navbar-nav,
  .cid-s5TXEDeZwr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5TXEDeZwr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5TXEDeZwr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5TXEDeZwr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5TXEDeZwr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5TXEDeZwr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5TXEDeZwr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5TXEDeZwr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5TXEDeZwr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5TXEDeZwr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5TXEDeZwr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5TXEDeZwr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5TXEDeZwr .nav-link:hover,
.cid-s5TXEDeZwr .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s5TXEGB90A {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/conference-background-2000x1000.jpg");
}
.cid-s5TXEGB90A .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5TXEGB90A .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s5TXEGB90A .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s5TXEISzF9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TXEISzF9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5TXEISzF9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s5TXEISzF9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s5TXEISzF9 H1 {
  color: #45505b;
}
.cid-s5TXEJZXMg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TXEJZXMg .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TXEJZXMg H2 {
  color: #0253a5;
  text-align: left;
}
.cid-s5TXEJZXMg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TXELnT4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5TXELnT4C .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TXELnT4C H2 {
  color: #0253a5;
  text-align: left;
}
.cid-s5TXELnT4C .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s5TZmJFRSR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TZmJFRSR .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TZmJFRSR H2 {
  color: #0253a5;
  text-align: left;
}
.cid-s5TZmJFRSR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TYP8QnMN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TYP8QnMN .line {
  background-color: #55565a;
  color: #55565a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s5TYP8QnMN .section-text {
  padding: 2rem 0;
}
.cid-s5TYP8QnMN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s5TYP8QnMN .inner-container {
    width: 100% !important;
  }
}
.cid-s5TYInG4XK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TYInG4XK .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TYInG4XK H2 {
  color: #55565a;
  text-align: left;
}
.cid-s5TYInG4XK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TYQ9pfuY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TYQ9pfuY .line {
  background-color: #55565a;
  color: #55565a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s5TYQ9pfuY .section-text {
  padding: 2rem 0;
}
.cid-s5TYQ9pfuY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s5TYQ9pfuY .inner-container {
    width: 100% !important;
  }
}
.cid-s5TYUpI2wv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5TYUpI2wv .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TYUpI2wv H2 {
  color: #55565a;
  text-align: left;
}
.cid-s5TYUpI2wv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TXEMVUnF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s5TXEMVUnF .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s5TXEMVUnF .social-list a:focus {
  text-decoration: none;
}
.cid-s5TXEMVUnF H2 {
  color: #ffffff;
}
.cid-s5TXENUqwk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5TXENUqwk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5TXENUqwk .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s5TXENUqwk .media-wrap img {
  height: 6rem;
}
.cid-s5TXENUqwk .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s5TXENUqwk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5TXENUqwk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s5TXENUqwk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s5TXENUqwk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s5TXENUqwk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5TXENUqwk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5TXENUqwk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5TXENUqwk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5TXENUqwk P {
  color: #55565a;
}
.cid-rtNc2kI4u6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rtNc2kI4u6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rtNc2kI4u6 a {
  font-style: normal;
}
.cid-rtNc2kI4u6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rtNc2kI4u6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rtNc2kI4u6 .nav-item:focus,
.cid-rtNc2kI4u6 .nav-link:focus {
  outline: none;
}
.cid-rtNc2kI4u6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rtNc2kI4u6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rtNc2kI4u6 .menu-logo {
  margin-right: auto;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rtNc2kI4u6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rtNc2kI4u6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rtNc2kI4u6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rtNc2kI4u6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rtNc2kI4u6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rtNc2kI4u6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rtNc2kI4u6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rtNc2kI4u6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rtNc2kI4u6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rtNc2kI4u6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rtNc2kI4u6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rtNc2kI4u6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rtNc2kI4u6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rtNc2kI4u6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rtNc2kI4u6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rtNc2kI4u6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rtNc2kI4u6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rtNc2kI4u6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rtNc2kI4u6 button.navbar-toggler:focus {
  outline: none;
}
.cid-rtNc2kI4u6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-rtNc2kI4u6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rtNc2kI4u6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rtNc2kI4u6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rtNc2kI4u6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rtNc2kI4u6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtNc2kI4u6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rtNc2kI4u6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rtNc2kI4u6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rtNc2kI4u6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtNc2kI4u6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rtNc2kI4u6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rtNc2kI4u6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rtNc2kI4u6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rtNc2kI4u6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rtNc2kI4u6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rtNc2kI4u6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rtNc2kI4u6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rtNc2kI4u6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rtNc2kI4u6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rtNc2kI4u6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtNc2kI4u6 img {
    height: 3.8rem !important;
  }
  .cid-rtNc2kI4u6 .btn {
    display: -webkit-flex;
  }
  .cid-rtNc2kI4u6 button.navbar-toggler {
    display: block;
  }
  .cid-rtNc2kI4u6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rtNc2kI4u6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rtNc2kI4u6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing,
  .cid-rtNc2kI4u6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing .navbar-nav,
  .cid-rtNc2kI4u6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rtNc2kI4u6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rtNc2kI4u6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rtNc2kI4u6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rtNc2kI4u6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rtNc2kI4u6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rtNc2kI4u6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rtNc2kI4u6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rtNc2kI4u6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rtNc2kI4u6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rtNc2kI4u6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rtNc2kI4u6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rtNc2kI4u6 .nav-link:hover,
.cid-rtNc2kI4u6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s6fTCknWta {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/conference-background-2000x1000.jpg");
}
.cid-s6fTCknWta .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s6fTCknWta .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s6fTCknWta .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s1rqfMUrJw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1rqfMUrJw .mbr-section-subtitle {
  color: #55565a;
}
.cid-s1rqfMUrJw H2 {
  color: #0253a5;
}
.cid-s3CraMb8mO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3CraMb8mO .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s3CraMb8mO .container-table {
  margin: 0 auto;
}
.cid-s3CraMb8mO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3CraMb8mO .dataTables_wrapper {
  display: block;
}
.cid-s3CraMb8mO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3CraMb8mO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3CraMb8mO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s3CraMb8mO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s3CraMb8mO table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s3CraMb8mO table td {
  border-top: 1px solid #ffffff;
}
.cid-s3CraMb8mO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3CraMb8mO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3CraMb8mO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3CraMb8mO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3CraMb8mO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3CraMb8mO .dataTables_filter {
    text-align: center;
  }
  .cid-s3CraMb8mO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3CraMb8mO .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s3CraMb8mO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CraMb8mO .head-item {
  color: #0253a5;
}
.cid-s3CraMb8mO .body-item {
  color: #55565a;
}
.cid-s5pjZRcPvI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5pjZRcPvI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5pjZRcPvI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5pjZRcPvI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5pjZRcPvI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5pjZRcPvI .row > .row {
  display: block;
}
.cid-s5pjZRcPvI .mbr-gallery-item {
  width: 100%;
}
.cid-s5pjZRcPvI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5pjZRcPvI .mbr-gallery-item > div {
  position: relative;
}
.cid-s5pjZRcPvI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5pjZRcPvI .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5pjZRcPvI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5pjZRcPvI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s50lDjjpR5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s50lDjjpR5 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s50lDjjpR5 .container-table {
  margin: 0 auto;
}
.cid-s50lDjjpR5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s50lDjjpR5 .dataTables_wrapper {
  display: block;
}
.cid-s50lDjjpR5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s50lDjjpR5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s50lDjjpR5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s50lDjjpR5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s50lDjjpR5 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s50lDjjpR5 table td {
  border-top: 1px solid #ffffff;
}
.cid-s50lDjjpR5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s50lDjjpR5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s50lDjjpR5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s50lDjjpR5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s50lDjjpR5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s50lDjjpR5 .dataTables_filter {
    text-align: center;
  }
  .cid-s50lDjjpR5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s50lDjjpR5 .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s50lDjjpR5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s50lDjjpR5 .head-item {
  color: #0253a5;
}
.cid-s50lDjjpR5 .body-item {
  color: #55565a;
}
.cid-s5icCg8G7a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5icCg8G7a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5icCg8G7a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5icCg8G7a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5icCg8G7a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5icCg8G7a .row > .row {
  display: block;
}
.cid-s5icCg8G7a .mbr-gallery-item {
  width: 100%;
}
.cid-s5icCg8G7a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5icCg8G7a .mbr-gallery-item > div {
  position: relative;
}
.cid-s5icCg8G7a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5icCg8G7a .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5icCg8G7a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5icCg8G7a .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s50msvjmIg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s50msvjmIg .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s50msvjmIg .container-table {
  margin: 0 auto;
}
.cid-s50msvjmIg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s50msvjmIg .dataTables_wrapper {
  display: block;
}
.cid-s50msvjmIg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s50msvjmIg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s50msvjmIg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s50msvjmIg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s50msvjmIg table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s50msvjmIg table td {
  border-top: 1px solid #ffffff;
}
.cid-s50msvjmIg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s50msvjmIg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s50msvjmIg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s50msvjmIg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s50msvjmIg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s50msvjmIg .dataTables_filter {
    text-align: center;
  }
  .cid-s50msvjmIg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s50msvjmIg .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s50msvjmIg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s50msvjmIg .head-item {
  color: #0253a5;
}
.cid-s50msvjmIg .body-item {
  color: #55565a;
}
.cid-s5ibG0Q0IR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5ibG0Q0IR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5ibG0Q0IR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5ibG0Q0IR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5ibG0Q0IR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5ibG0Q0IR .row > .row {
  display: block;
}
.cid-s5ibG0Q0IR .mbr-gallery-item {
  width: 100%;
}
.cid-s5ibG0Q0IR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5ibG0Q0IR .mbr-gallery-item > div {
  position: relative;
}
.cid-s5ibG0Q0IR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5ibG0Q0IR .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5ibG0Q0IR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5ibG0Q0IR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s3CFSg3cj8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s3CFSg3cj8 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s3CFSg3cj8 .container-table {
  margin: 0 auto;
}
.cid-s3CFSg3cj8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3CFSg3cj8 .dataTables_wrapper {
  display: block;
}
.cid-s3CFSg3cj8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3CFSg3cj8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3CFSg3cj8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s3CFSg3cj8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s3CFSg3cj8 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s3CFSg3cj8 table td {
  border-top: 1px solid #efefef;
}
.cid-s3CFSg3cj8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3CFSg3cj8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3CFSg3cj8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3CFSg3cj8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3CFSg3cj8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3CFSg3cj8 .dataTables_filter {
    text-align: center;
  }
  .cid-s3CFSg3cj8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3CFSg3cj8 .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s3CFSg3cj8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CFSg3cj8 .head-item {
  color: #0253a5;
}
.cid-s3CFSg3cj8 .body-item {
  color: #55565a;
}
.cid-s5u4Ks4MZ8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s5u4Ks4MZ8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5u4Ks4MZ8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5u4Ks4MZ8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5u4Ks4MZ8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5u4Ks4MZ8 .row > .row {
  display: block;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-item {
  width: 100%;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-item > div {
  position: relative;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5u4Ks4MZ8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5i5QkisX8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s5i5QkisX8 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5i5QkisX8 .container-table {
  margin: 0 auto;
}
.cid-s5i5QkisX8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5i5QkisX8 .dataTables_wrapper {
  display: block;
}
.cid-s5i5QkisX8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5i5QkisX8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5i5QkisX8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s5i5QkisX8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s5i5QkisX8 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s5i5QkisX8 table td {
  border-top: 1px solid #efefef;
}
.cid-s5i5QkisX8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5i5QkisX8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5i5QkisX8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5i5QkisX8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5i5QkisX8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s5i5QkisX8 .dataTables_filter {
    text-align: center;
  }
  .cid-s5i5QkisX8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5i5QkisX8 .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s5i5QkisX8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5i5QkisX8 .head-item {
  color: #0253a5;
}
.cid-s5i5QkisX8 .body-item {
  color: #55565a;
}
.cid-s5pfH226X9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s5pfH226X9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5pfH226X9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5pfH226X9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5pfH226X9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5pfH226X9 .row > .row {
  display: block;
}
.cid-s5pfH226X9 .mbr-gallery-item {
  width: 100%;
}
.cid-s5pfH226X9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5pfH226X9 .mbr-gallery-item > div {
  position: relative;
}
.cid-s5pfH226X9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5pfH226X9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5pfH226X9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5pfH226X9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5i66wDy0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s5i66wDy0F .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5i66wDy0F .container-table {
  margin: 0 auto;
}
.cid-s5i66wDy0F .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5i66wDy0F .dataTables_wrapper {
  display: block;
}
.cid-s5i66wDy0F .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5i66wDy0F .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5i66wDy0F table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s5i66wDy0F table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s5i66wDy0F table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s5i66wDy0F table td {
  border-top: 1px solid #efefef;
}
.cid-s5i66wDy0F .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5i66wDy0F .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5i66wDy0F .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5i66wDy0F .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5i66wDy0F .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s5i66wDy0F .dataTables_filter {
    text-align: center;
  }
  .cid-s5i66wDy0F .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5i66wDy0F .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s5i66wDy0F .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5i66wDy0F .head-item {
  color: #0253a5;
}
.cid-s5i66wDy0F .body-item {
  color: #55565a;
}
.cid-s5i7aFKjN0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s5i7aFKjN0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5i7aFKjN0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5i7aFKjN0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5i7aFKjN0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5i7aFKjN0 .row > .row {
  display: block;
}
.cid-s5i7aFKjN0 .mbr-gallery-item {
  width: 100%;
}
.cid-s5i7aFKjN0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5i7aFKjN0 .mbr-gallery-item > div {
  position: relative;
}
.cid-s5i7aFKjN0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5i7aFKjN0 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5i7aFKjN0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5i7aFKjN0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s61fY82ZCG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s61fY82ZCG .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s61fY82ZCG .container-table {
  margin: 0 auto;
}
.cid-s61fY82ZCG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s61fY82ZCG .dataTables_wrapper {
  display: block;
}
.cid-s61fY82ZCG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s61fY82ZCG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s61fY82ZCG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s61fY82ZCG table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s61fY82ZCG table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s61fY82ZCG table td {
  border-top: 1px solid #efefef;
}
.cid-s61fY82ZCG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s61fY82ZCG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s61fY82ZCG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s61fY82ZCG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s61fY82ZCG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s61fY82ZCG .dataTables_filter {
    text-align: center;
  }
  .cid-s61fY82ZCG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s61fY82ZCG .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s61fY82ZCG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s61fY82ZCG .head-item {
  color: #0253a5;
}
.cid-s61fY82ZCG .body-item {
  color: #55565a;
}
.cid-s50nAGhlf5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s50nAGhlf5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s50nAGhlf5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s50nAGhlf5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s50nAGhlf5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s50nAGhlf5 .row > .row {
  display: block;
}
.cid-s50nAGhlf5 .mbr-gallery-item {
  width: 100%;
}
.cid-s50nAGhlf5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s50nAGhlf5 .mbr-gallery-item > div {
  position: relative;
}
.cid-s50nAGhlf5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s50nAGhlf5 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s50nAGhlf5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s50nAGhlf5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5i6jsGzcm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s5i6jsGzcm .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5i6jsGzcm .container-table {
  margin: 0 auto;
}
.cid-s5i6jsGzcm .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5i6jsGzcm .dataTables_wrapper {
  display: block;
}
.cid-s5i6jsGzcm .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5i6jsGzcm .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5i6jsGzcm table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s5i6jsGzcm table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s5i6jsGzcm table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s5i6jsGzcm table td {
  border-top: 1px solid #efefef;
}
.cid-s5i6jsGzcm .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5i6jsGzcm .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5i6jsGzcm .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5i6jsGzcm .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5i6jsGzcm .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s5i6jsGzcm .dataTables_filter {
    text-align: center;
  }
  .cid-s5i6jsGzcm .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5i6jsGzcm .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s5i6jsGzcm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5i6jsGzcm .head-item {
  color: #0253a5;
}
.cid-s5i6jsGzcm .body-item {
  color: #55565a;
}
.cid-s3CHoMbD2o {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3CHoMbD2o .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s3CHoMbD2o .container-table {
  margin: 0 auto;
}
.cid-s3CHoMbD2o .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3CHoMbD2o .dataTables_wrapper {
  display: block;
}
.cid-s3CHoMbD2o .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3CHoMbD2o .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3CHoMbD2o table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s3CHoMbD2o table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s3CHoMbD2o table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s3CHoMbD2o table td {
  border-top: 1px solid #ffffff;
}
.cid-s3CHoMbD2o .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3CHoMbD2o .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3CHoMbD2o .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3CHoMbD2o .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3CHoMbD2o .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3CHoMbD2o .dataTables_filter {
    text-align: center;
  }
  .cid-s3CHoMbD2o .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3CHoMbD2o .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s3CHoMbD2o .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CHoMbD2o .head-item {
  color: #0253a5;
}
.cid-s3CHoMbD2o .body-item {
  color: #55565a;
}
.cid-s3CHoMbD2o .counter-container {
  color: #767676;
}
.cid-s3CHoMbD2o .counter-container ul {
  margin-bottom: 0;
}
.cid-s3CHoMbD2o .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s3CHoMbD2o .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-s5TO1OAV0r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5TO1OAV0r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5TO1OAV0r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5TO1OAV0r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5TO1OAV0r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5TO1OAV0r .row > .row {
  display: block;
}
.cid-s5TO1OAV0r .mbr-gallery-item {
  width: 100%;
}
.cid-s5TO1OAV0r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5TO1OAV0r .mbr-gallery-item > div {
  position: relative;
}
.cid-s5TO1OAV0r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5TO1OAV0r .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5TO1OAV0r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5TO1OAV0r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5TNnZrOzx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5TNnZrOzx .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TNnZrOzx .container-table {
  margin: 0 auto;
}
.cid-s5TNnZrOzx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5TNnZrOzx .dataTables_wrapper {
  display: block;
}
.cid-s5TNnZrOzx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5TNnZrOzx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5TNnZrOzx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s5TNnZrOzx table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s5TNnZrOzx table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s5TNnZrOzx table td {
  border-top: 1px solid #ffffff;
}
.cid-s5TNnZrOzx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5TNnZrOzx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5TNnZrOzx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5TNnZrOzx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5TNnZrOzx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s5TNnZrOzx .dataTables_filter {
    text-align: center;
  }
  .cid-s5TNnZrOzx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5TNnZrOzx .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s5TNnZrOzx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TNnZrOzx .head-item {
  color: #0253a5;
}
.cid-s5TNnZrOzx .body-item {
  color: #55565a;
}
.cid-s5TNnZrOzx .counter-container {
  color: #767676;
}
.cid-s5TNnZrOzx .counter-container ul {
  margin-bottom: 0;
}
.cid-s5TNnZrOzx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s5TNnZrOzx .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-s3CHVNEi0e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s3CHVNEi0e .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s3CHVNEi0e .container-table {
  margin: 0 auto;
}
.cid-s3CHVNEi0e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3CHVNEi0e .dataTables_wrapper {
  display: block;
}
.cid-s3CHVNEi0e .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3CHVNEi0e .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3CHVNEi0e table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s3CHVNEi0e table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s3CHVNEi0e table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s3CHVNEi0e table td {
  border-top: 1px solid #efefef;
}
.cid-s3CHVNEi0e .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3CHVNEi0e .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3CHVNEi0e .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3CHVNEi0e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3CHVNEi0e .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3CHVNEi0e .dataTables_filter {
    text-align: center;
  }
  .cid-s3CHVNEi0e .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3CHVNEi0e .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s3CHVNEi0e .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CHVNEi0e .head-item {
  color: #0253a5;
}
.cid-s3CHVNEi0e .body-item {
  color: #55565a;
}
.cid-s5TO3RU4FH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s5TO3RU4FH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5TO3RU4FH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5TO3RU4FH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5TO3RU4FH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5TO3RU4FH .row > .row {
  display: block;
}
.cid-s5TO3RU4FH .mbr-gallery-item {
  width: 100%;
}
.cid-s5TO3RU4FH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s5TO3RU4FH .mbr-gallery-item > div {
  position: relative;
}
.cid-s5TO3RU4FH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s5TO3RU4FH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s5TO3RU4FH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s5TO3RU4FH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5TKm7la6G {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s5TKm7la6G .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s5TKm7la6G .container-table {
  margin: 0 auto;
}
.cid-s5TKm7la6G .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s5TKm7la6G .dataTables_wrapper {
  display: block;
}
.cid-s5TKm7la6G .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s5TKm7la6G .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s5TKm7la6G table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s5TKm7la6G table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s5TKm7la6G table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s5TKm7la6G table td {
  border-top: 1px solid #efefef;
}
.cid-s5TKm7la6G .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s5TKm7la6G .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s5TKm7la6G .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s5TKm7la6G .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s5TKm7la6G .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s5TKm7la6G .dataTables_filter {
    text-align: center;
  }
  .cid-s5TKm7la6G .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s5TKm7la6G .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s5TKm7la6G .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s5TKm7la6G .head-item {
  color: #0253a5;
}
.cid-s5TKm7la6G .body-item {
  color: #55565a;
}
.cid-s3CJjV6nYB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3CJjV6nYB .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s3CJjV6nYB .container-table {
  margin: 0 auto;
}
.cid-s3CJjV6nYB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3CJjV6nYB .dataTables_wrapper {
  display: block;
}
.cid-s3CJjV6nYB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3CJjV6nYB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3CJjV6nYB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s3CJjV6nYB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s3CJjV6nYB table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s3CJjV6nYB table td {
  border-top: 1px solid #ffffff;
}
.cid-s3CJjV6nYB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3CJjV6nYB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3CJjV6nYB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3CJjV6nYB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3CJjV6nYB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3CJjV6nYB .dataTables_filter {
    text-align: center;
  }
  .cid-s3CJjV6nYB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3CJjV6nYB .mbr-section-title {
  text-align: left;
  color: #0253a5;
}
.cid-s3CJjV6nYB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s3CJjV6nYB .head-item {
  color: #0253a5;
}
.cid-s3CJjV6nYB .body-item {
  color: #55565a;
}
.cid-s1rqaziJyN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-3-845x563.jpg");
}
.cid-s1rqaziJyN .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s1rqaziJyN .social-list a:focus {
  text-decoration: none;
}
.cid-s1rqaziJyN H2 {
  color: #ffffff;
}
.cid-s1rqcgePoV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1rqcgePoV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1rqcgePoV .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s1rqcgePoV .media-wrap img {
  height: 6rem;
}
.cid-s1rqcgePoV .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s1rqcgePoV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1rqcgePoV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s1rqcgePoV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1rqcgePoV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s1rqcgePoV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1rqcgePoV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1rqcgePoV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1rqcgePoV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1rqcgePoV P {
  color: #55565a;
}
.cid-s5ZqHZrK7u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5ZqHZrK7u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5ZqHZrK7u a {
  font-style: normal;
}
.cid-s5ZqHZrK7u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5ZqHZrK7u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5ZqHZrK7u .nav-item:focus,
.cid-s5ZqHZrK7u .nav-link:focus {
  outline: none;
}
.cid-s5ZqHZrK7u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5ZqHZrK7u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5ZqHZrK7u .menu-logo {
  margin-right: auto;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5ZqHZrK7u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5ZqHZrK7u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5ZqHZrK7u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5ZqHZrK7u button.navbar-toggler:focus {
  outline: none;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZqHZrK7u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ZqHZrK7u .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5ZqHZrK7u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5ZqHZrK7u .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5ZqHZrK7u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5ZqHZrK7u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5ZqHZrK7u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ZqHZrK7u img {
    height: 3.8rem !important;
  }
  .cid-s5ZqHZrK7u .btn {
    display: -webkit-flex;
  }
  .cid-s5ZqHZrK7u button.navbar-toggler {
    display: block;
  }
  .cid-s5ZqHZrK7u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5ZqHZrK7u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ZqHZrK7u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing,
  .cid-s5ZqHZrK7u .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5ZqHZrK7u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5ZqHZrK7u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5ZqHZrK7u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5ZqHZrK7u .nav-link:hover,
.cid-s5ZqHZrK7u .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s5ZsWMDqoU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/conference-background-2000x1000.jpg");
}
.cid-s5ZsWMDqoU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5ZsWMDqoU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s5ZsWMDqoU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s6mGeERoXS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mGeERoXS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-s6mGeERoXS H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s6mGeERoXS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-saF1UqqC4I {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saF1UqqC4I .mbr-section-subtitle {
  color: #55565a;
}
.cid-saF1UqqC4I H2 {
  color: #55565a;
}
.cid-saERPddK6M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-saERPddK6M p {
  color: #55565a;
}
.cid-saERPddK6M .item:focus,
.cid-saERPddK6M span:focus {
  outline: none;
}
.cid-saERPddK6M .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-saERPddK6M .item-wrapper {
  position: relative;
}
.cid-saERPddK6M .item-btn,
.cid-saERPddK6M h4,
.cid-saERPddK6M h5 {
  margin: 0;
}
.cid-saERPddK6M .item-content {
  padding-top: 2rem;
}
.cid-saERPddK6M .item-title {
  color: #55565a;
  text-align: left;
}
.cid-saERPddK6M .item-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saERPddK6M item-text {
  color: #55565a;
  text-align: center;
}
.cid-s6lh4qmnl5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6lh4qmnl5 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6lh4qmnl5 H2 {
  color: #00ffff;
  text-align: center;
}
.cid-s6lh4qmnl5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s6lurVxXHz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000008;
  overflow: hidden;
}
.cid-s6lurVxXHz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s6lurVxXHz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6lurVxXHz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6lurVxXHz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s6lurVxXHz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s6lurVxXHz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s6lurVxXHz .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s6lurVxXHz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s6lurVxXHz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s6mE60K6Ru {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6mE60K6Ru .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mE60K6Ru H2 {
  color: #00ffff;
  text-align: center;
}
.cid-s6mE60K6Ru .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s6mDuHNwgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2b093f;
  overflow: hidden;
}
.cid-s6mDuHNwgU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s6mDuHNwgU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6mDuHNwgU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6mDuHNwgU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s6mDuHNwgU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s6mDuHNwgU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s6mDuHNwgU .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s6mDuHNwgU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s6mDuHNwgU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s5ZqIu8L81 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5ZqIu8L81 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s5ZqIu8L81 H2 {
  color: #0253a5;
}
.cid-s5ZqIu8L81 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mIic634g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000008;
}
.cid-s6mIic634g .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s6mIic634g .modal-body .close {
  background: #1b1b1b;
}
.cid-s6mIic634g .modal-body .close span {
  font-style: normal;
}
.cid-s6mIic634g .carousel-inner > .active,
.cid-s6mIic634g .carousel-inner > .next,
.cid-s6mIic634g .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s6mIic634g .carousel-control .icon-next,
.cid-s6mIic634g .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s6mIic634g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s6mIic634g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s6mIic634g .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s6mIic634g .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s6mIic634g .boxed-slider > div {
  position: relative;
}
.cid-s6mIic634g .container img {
  width: 100%;
}
.cid-s6mIic634g .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s6mIic634g .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s6mIic634g .mbr-table-cell {
  padding: 0;
}
.cid-s6mIic634g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s6mIic634g .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s6mIic634g .mbr-overlay {
  z-index: 1;
}
.cid-s6mIic634g .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s6mIic634g .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s6mIic634g .carousel-item .container {
    width: 100%;
  }
}
.cid-s6mIic634g .carousel-item-next.carousel-item-left,
.cid-s6mIic634g .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s6mIic634g .active.carousel-item-right,
.cid-s6mIic634g .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s6mIic634g .active.carousel-item-left,
.cid-s6mIic634g .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s6mIic634g .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s6mIic634g .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6mIic634g .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6mIic634g .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s6mIic634g .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s6mIic634g .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s6mIic634g .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s6mIic634g .mbr-slider .carousel-indicators li.active,
.cid-s6mIic634g .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s6mIic634g .mbr-slider .carousel-indicators li::after,
.cid-s6mIic634g .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s6mIic634g .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s6mIic634g .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s6mIic634g .mbr-slider > .container img {
  width: 100%;
}
.cid-s6mIic634g .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s6mIic634g .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s6mIic634g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s6mIic634g .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s6mIic634g .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s6mIic634g .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s6mIic634g .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s6mIic634g .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s6mIic634g .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s6mIic634g .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s6mIic634g .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s6mIic634g .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s6mIic634g .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s6mIic634g .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s6mIic634g .carousel-inner {
  height: 100%;
}
.cid-s6mIic634g .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s6mIic634g .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s6mIic634g .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s6mIic634g .carousel-item .container-slide {
  text-align: center;
}
.cid-s6mIic634g .content-slider-wrap {
  width: 60%;
}
.cid-s5ZqIwTVXa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-3-845x563.jpg");
}
.cid-s5ZqIwTVXa .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s5ZqIwTVXa .social-list a:focus {
  text-decoration: none;
}
.cid-s5ZqIwTVXa H2 {
  color: #ffffff;
}
.cid-s5ZqIyObZ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5ZqIyObZ8 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5ZqIyObZ8 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s5ZqIyObZ8 .media-wrap img {
  height: 6rem;
}
.cid-s5ZqIyObZ8 .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s5ZqIyObZ8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5ZqIyObZ8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s5ZqIyObZ8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s5ZqIyObZ8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s5ZqIyObZ8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5ZqIyObZ8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5ZqIyObZ8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5ZqIyObZ8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5ZqIyObZ8 P {
  color: #55565a;
}
.cid-s6mFxmuGsh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxmuGsh .mbr-section-subtitle {
  color: #767676;
}
.cid-s6mFxnlJLD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s6mFxnlJLD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6mFxnlJLD a {
  font-style: normal;
}
.cid-s6mFxnlJLD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s6mFxnlJLD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s6mFxnlJLD .nav-item:focus,
.cid-s6mFxnlJLD .nav-link:focus {
  outline: none;
}
.cid-s6mFxnlJLD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s6mFxnlJLD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s6mFxnlJLD .menu-logo {
  margin-right: auto;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6mFxnlJLD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s6mFxnlJLD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s6mFxnlJLD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6mFxnlJLD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6mFxnlJLD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6mFxnlJLD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s6mFxnlJLD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s6mFxnlJLD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6mFxnlJLD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6mFxnlJLD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6mFxnlJLD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s6mFxnlJLD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6mFxnlJLD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s6mFxnlJLD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6mFxnlJLD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6mFxnlJLD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6mFxnlJLD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6mFxnlJLD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s6mFxnlJLD button.navbar-toggler:focus {
  outline: none;
}
.cid-s6mFxnlJLD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s6mFxnlJLD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6mFxnlJLD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6mFxnlJLD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6mFxnlJLD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6mFxnlJLD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6mFxnlJLD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6mFxnlJLD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6mFxnlJLD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6mFxnlJLD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6mFxnlJLD .collapsed .btn {
  display: -webkit-flex;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6mFxnlJLD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6mFxnlJLD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6mFxnlJLD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6mFxnlJLD .collapsed button.navbar-toggler {
  display: block;
}
.cid-s6mFxnlJLD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s6mFxnlJLD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6mFxnlJLD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s6mFxnlJLD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6mFxnlJLD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6mFxnlJLD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s6mFxnlJLD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6mFxnlJLD img {
    height: 3.8rem !important;
  }
  .cid-s6mFxnlJLD .btn {
    display: -webkit-flex;
  }
  .cid-s6mFxnlJLD button.navbar-toggler {
    display: block;
  }
  .cid-s6mFxnlJLD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s6mFxnlJLD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6mFxnlJLD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing,
  .cid-s6mFxnlJLD .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing .navbar-nav,
  .cid-s6mFxnlJLD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6mFxnlJLD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6mFxnlJLD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6mFxnlJLD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6mFxnlJLD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6mFxnlJLD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6mFxnlJLD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s6mFxnlJLD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6mFxnlJLD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6mFxnlJLD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s6mFxnlJLD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s6mFxnlJLD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s6mFxnlJLD .nav-link:hover,
.cid-s6mFxnlJLD .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s6mFxon5Az {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mFxon5Az .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxon5Az H2 {
  color: #0253a5;
}
.cid-s6mFxon5Az .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxp0lQN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxp0lQN .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxp0lQN H2 {
  color: #0253a5;
}
.cid-s6mFxp0lQN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxpWss7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxpWss7 .card-img {
  background-color: #fff;
}
.cid-s6mFxpWss7 .card-box {
  padding: 2rem;
}
.cid-s6mFxpWss7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxpWss7 p {
  text-align: left;
}
.cid-s6mFxpWss7 .mbr-text {
  color: #767676;
}
.cid-s6mFxpWss7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxpWss7 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxpWss7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxrV8xH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxrV8xH .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxrV8xH H2 {
  color: #0253a5;
}
.cid-s6mFxrV8xH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxsB7mP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxsB7mP .card-img {
  background-color: #fff;
}
.cid-s6mFxsB7mP .card-box {
  padding: 2rem;
}
.cid-s6mFxsB7mP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxsB7mP p {
  text-align: left;
}
.cid-s6mFxsB7mP .mbr-text {
  color: #767676;
}
.cid-s6mFxsB7mP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxsB7mP .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxsB7mP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxvFh51 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mFxvFh51 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxvFh51 H2 {
  color: #0253a5;
}
.cid-s6mFxvFh51 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxwliaJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxwliaJ .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxwliaJ H2 {
  color: #55565a;
}
.cid-s6mFxwliaJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxx5lXU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxx5lXU .card-img {
  background-color: #fff;
}
.cid-s6mFxx5lXU .card-box {
  padding: 2rem;
}
.cid-s6mFxx5lXU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxx5lXU p {
  text-align: left;
}
.cid-s6mFxx5lXU .mbr-text {
  color: #767676;
}
.cid-s6mFxx5lXU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxx5lXU .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxx5lXU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxz0Po2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-s6mFxz0Po2 .images-container.container-fluid {
  padding: 0;
}
.cid-s6mFxz0Po2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s6mFxz0Po2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s6mFxz0Po2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s6mFxz0Po2 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s6mFxz0Po2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s6mFxz0Po2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s6mFxz0Po2 .img-item {
    width: 100% !important;
  }
  .cid-s6mFxz0Po2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s6mFxzT5Sf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxzT5Sf .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxzT5Sf H2 {
  color: #55565a;
}
.cid-s6mFxzT5Sf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxAzLxW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxAzLxW .card-img {
  background-color: #fff;
}
.cid-s6mFxAzLxW .card-box {
  padding: 2rem;
}
.cid-s6mFxAzLxW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxAzLxW p {
  text-align: left;
}
.cid-s6mFxAzLxW .mbr-text {
  color: #767676;
}
.cid-s6mFxAzLxW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxAzLxW .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxAzLxW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxD2HqF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxD2HqF .card-img {
  background-color: #fff;
}
.cid-s6mFxD2HqF .card-box {
  padding: 2rem;
}
.cid-s6mFxD2HqF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxD2HqF p {
  text-align: left;
}
.cid-s6mFxD2HqF .mbr-text {
  color: #767676;
}
.cid-s6mFxD2HqF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxD2HqF .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxD2HqF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxF1SGV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxF1SGV .card-img {
  background-color: #fff;
}
.cid-s6mFxF1SGV .card-box {
  padding: 2rem;
}
.cid-s6mFxF1SGV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxF1SGV p {
  text-align: left;
}
.cid-s6mFxF1SGV .mbr-text {
  color: #767676;
}
.cid-s6mFxF1SGV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxF1SGV .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxF1SGV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxGTgdX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxGTgdX .card-img {
  background-color: #fff;
}
.cid-s6mFxGTgdX .card-box {
  padding: 2rem;
}
.cid-s6mFxGTgdX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxGTgdX p {
  text-align: left;
}
.cid-s6mFxGTgdX .mbr-text {
  color: #767676;
}
.cid-s6mFxGTgdX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxGTgdX .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxGTgdX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxJfSWv {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-s6mFxJfSWv .image-block {
  margin: auto;
}
.cid-s6mFxJfSWv figcaption {
  position: relative;
}
.cid-s6mFxJfSWv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6mFxJfSWv .image-block {
    width: 100% !important;
  }
}
.cid-s6mFxJYHbj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxJYHbj .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxJYHbj H2 {
  color: #55565a;
}
.cid-s6mFxJYHbj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxKJ1Cm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxKJ1Cm .card-img {
  background-color: #fff;
}
.cid-s6mFxKJ1Cm .card-box {
  padding: 2rem;
}
.cid-s6mFxKJ1Cm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxKJ1Cm p {
  text-align: left;
}
.cid-s6mFxKJ1Cm .mbr-text {
  color: #767676;
}
.cid-s6mFxKJ1Cm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxKJ1Cm .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxKJ1Cm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxMAsJw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxMAsJw .card-img {
  background-color: #fff;
}
.cid-s6mFxMAsJw .card-box {
  padding: 2rem;
}
.cid-s6mFxMAsJw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxMAsJw p {
  text-align: left;
}
.cid-s6mFxMAsJw .mbr-text {
  color: #767676;
}
.cid-s6mFxMAsJw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxMAsJw .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxMAsJw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxOChZB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxOChZB .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxOChZB H2 {
  color: #55565a;
}
.cid-s6mFxOChZB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxPRBU6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxPRBU6 .card-img {
  background-color: #fff;
}
.cid-s6mFxPRBU6 .card-box {
  padding: 2rem;
}
.cid-s6mFxPRBU6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxPRBU6 p {
  text-align: left;
}
.cid-s6mFxPRBU6 .mbr-text {
  color: #767676;
}
.cid-s6mFxPRBU6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxPRBU6 .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxPRBU6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxRVeNh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxRVeNh .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxRVeNh H2 {
  color: #55565a;
}
.cid-s6mFxRVeNh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxSFqMp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxSFqMp .card-img {
  background-color: #fff;
}
.cid-s6mFxSFqMp .card-box {
  padding: 2rem;
}
.cid-s6mFxSFqMp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxSFqMp p {
  text-align: left;
}
.cid-s6mFxSFqMp .mbr-text {
  color: #767676;
}
.cid-s6mFxSFqMp .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxSFqMp .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxSFqMp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxUALjt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mFxUALjt .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxUALjt H2 {
  color: #0253a5;
}
.cid-s6mFxUALjt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxVowh6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxVowh6 .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxVowh6 H2 {
  color: #55565a;
}
.cid-s6mFxVowh6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxWLwcl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxWLwcl .card-img {
  background-color: #fff;
}
.cid-s6mFxWLwcl .card-box {
  padding: 2rem;
}
.cid-s6mFxWLwcl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxWLwcl p {
  text-align: left;
}
.cid-s6mFxWLwcl .mbr-text {
  color: #767676;
}
.cid-s6mFxWLwcl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxWLwcl .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxWLwcl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFxYOsyM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxYOsyM .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFxYOsyM H2 {
  color: #55565a;
}
.cid-s6mFxYOsyM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFxZBMZF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFxZBMZF .card-img {
  background-color: #fff;
}
.cid-s6mFxZBMZF .card-box {
  padding: 2rem;
}
.cid-s6mFxZBMZF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFxZBMZF p {
  text-align: left;
}
.cid-s6mFxZBMZF .mbr-text {
  color: #767676;
}
.cid-s6mFxZBMZF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFxZBMZF .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFxZBMZF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFy2ekw6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-s6mFy2ekw6 .images-container.container-fluid {
  padding: 0;
}
.cid-s6mFy2ekw6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s6mFy2ekw6 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s6mFy2ekw6 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s6mFy2ekw6 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s6mFy2ekw6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s6mFy2ekw6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s6mFy2ekw6 .img-item {
    width: 100% !important;
  }
  .cid-s6mFy2ekw6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s6mFy3eJeo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mFy3eJeo .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFy3eJeo H2 {
  color: #0253a5;
}
.cid-s6mFy3eJeo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFy4MMqU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFy4MMqU .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFy4MMqU H2 {
  color: #55565a;
}
.cid-s6mFy4MMqU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFy5BvEr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFy5BvEr .card-img {
  background-color: #fff;
}
.cid-s6mFy5BvEr .card-box {
  padding: 2rem;
}
.cid-s6mFy5BvEr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFy5BvEr p {
  text-align: left;
}
.cid-s6mFy5BvEr .mbr-text {
  color: #767676;
}
.cid-s6mFy5BvEr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFy5BvEr .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFy5BvEr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFy7BjnD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFy7BjnD .card-img {
  background-color: #fff;
}
.cid-s6mFy7BjnD .card-box {
  padding: 2rem;
}
.cid-s6mFy7BjnD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6mFy7BjnD p {
  text-align: left;
}
.cid-s6mFy7BjnD .mbr-text {
  color: #767676;
}
.cid-s6mFy7BjnD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
.cid-s6mFy7BjnD .card-wrapper:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0s;
}
@media (min-width: 992px) {
  .cid-s6mFy7BjnD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6mFy9vvRT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s6mFy9vvRT .image-block {
  margin: auto;
}
.cid-s6mFy9vvRT figcaption {
  position: relative;
}
.cid-s6mFy9vvRT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6mFy9vvRT .image-block {
    width: 100% !important;
  }
}
.cid-s6mFyarL5z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6mFyarL5z .mbr-section-subtitle {
  color: #55565a;
  text-align: center;
}
.cid-s6mFyarL5z H2 {
  color: #55565a;
}
.cid-s6mFyarL5z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s6mFybF6Jx {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-s6mFybF6Jx .images-container.container-fluid {
  padding: 0;
}
.cid-s6mFybF6Jx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s6mFybF6Jx .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s6mFybF6Jx .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s6mFybF6Jx .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s6mFybF6Jx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s6mFybF6Jx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s6mFybF6Jx .img-item {
    width: 100% !important;
  }
  .cid-s6mFybF6Jx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s6mFycC1S1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6mFycC1S1 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s6mFycC1S1 H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s6mFydxXyV {
  background: #ffffff;
}
.cid-s6mFydxXyV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s6mFydxXyV .mbr-figure {
  margin: 0 auto;
}
.cid-s6mFydxXyV figcaption {
  position: relative;
}
.cid-s6mFydxXyV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6mFydxXyV .image-block {
    width: 100% !important;
  }
}
.cid-s6mFyhPQq3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6mFyhPQq3 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-s6mFyhPQq3 H2 {
  color: #0253a5;
  text-align: center;
}
.cid-s6mFyiQQrO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-2-845x563.jpg");
}
.cid-s6mFyiQQrO .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-s6mFyiQQrO .social-list a:focus {
  text-decoration: none;
}
.cid-s6mFyiQQrO H2 {
  color: #ffffff;
}
.cid-s6mFyjJlUc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s6mFyjJlUc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s6mFyjJlUc .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s6mFyjJlUc .media-wrap img {
  height: 6rem;
}
.cid-s6mFyjJlUc .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-s6mFyjJlUc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s6mFyjJlUc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s6mFyjJlUc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s6mFyjJlUc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-s6mFyjJlUc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s6mFyjJlUc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s6mFyjJlUc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s6mFyjJlUc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s6mFyjJlUc P {
  color: #55565a;
}
.cid-s5ZqHZrK7u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5ZqHZrK7u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5ZqHZrK7u a {
  font-style: normal;
}
.cid-s5ZqHZrK7u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5ZqHZrK7u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5ZqHZrK7u .nav-item:focus,
.cid-s5ZqHZrK7u .nav-link:focus {
  outline: none;
}
.cid-s5ZqHZrK7u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5ZqHZrK7u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5ZqHZrK7u .menu-logo {
  margin-right: auto;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5ZqHZrK7u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5ZqHZrK7u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5ZqHZrK7u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5ZqHZrK7u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5ZqHZrK7u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5ZqHZrK7u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5ZqHZrK7u button.navbar-toggler:focus {
  outline: none;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0253a5;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5ZqHZrK7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5ZqHZrK7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5ZqHZrK7u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ZqHZrK7u .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5ZqHZrK7u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5ZqHZrK7u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5ZqHZrK7u .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5ZqHZrK7u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5ZqHZrK7u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5ZqHZrK7u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5ZqHZrK7u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5ZqHZrK7u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ZqHZrK7u img {
    height: 3.8rem !important;
  }
  .cid-s5ZqHZrK7u .btn {
    display: -webkit-flex;
  }
  .cid-s5ZqHZrK7u button.navbar-toggler {
    display: block;
  }
  .cid-s5ZqHZrK7u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5ZqHZrK7u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5ZqHZrK7u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing,
  .cid-s5ZqHZrK7u .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5ZqHZrK7u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5ZqHZrK7u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5ZqHZrK7u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5ZqHZrK7u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5ZqHZrK7u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5ZqHZrK7u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5ZqHZrK7u .nav-link:hover,
.cid-s5ZqHZrK7u .dropdown-item:hover {
  color: #767676 !important;
}
.cid-saF5FmGcSk {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saF5FmGcSk .mbr-section-subtitle {
  color: #55565a;
}
.cid-saF5FmGcSk H2 {
  color: #0253a5;
}
.cid-saF66GWtew {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saF66GWtew .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saF66GWtew H2 {
  color: #55565a;
}
.cid-saF6GDD9OA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saF6GDD9OA .mbr-text {
  color: #55565a;
}
.cid-saF6GDD9OA .mbr-text p {
  background: #ffffff;
}
.cid-saFaBNbAzT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-saFaBNbAzT .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFaBNbAzT H2 {
  color: #55565a;
}
.cid-saFaUMvzEQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-saFaUMvzEQ .mbr-text {
  color: #55565a;
}
.cid-saFaUMvzEQ .mbr-text p {
  background: #f7f7f7;
}
.cid-saFf5P9ByH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saFf5P9ByH .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFf5P9ByH H2 {
  color: #55565a;
}
.cid-saFf7ObG8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saFf7ObG8q .mbr-text {
  color: #55565a;
}
.cid-saFf7ObG8q .mbr-text p {
  background: #ffffff;
}
.cid-saFha59i8e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-saFha59i8e .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFha59i8e H2 {
  color: #55565a;
}
.cid-saFhbgVyCu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-saFhbgVyCu .mbr-text {
  color: #55565a;
}
.cid-saFhbgVyCu .mbr-text p {
  background: #f7f7f7;
}
.cid-saFoexZUk2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saFoexZUk2 .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFoexZUk2 H2 {
  color: #55565a;
}
.cid-saFofD16Wf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saFofD16Wf .mbr-text {
  color: #55565a;
}
.cid-saFofD16Wf .mbr-text p {
  background: #ffffff;
}
.cid-saFsgNP8Wc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-saFsgNP8Wc .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFsgNP8Wc H2 {
  color: #55565a;
}
.cid-saFshyVodm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-saFshyVodm .mbr-text {
  color: #55565a;
}
.cid-saFshyVodm .mbr-text p {
  background: #f7f7f7;
}
.cid-saFwiOXefA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saFwiOXefA .mbr-section-subtitle {
  color: #55565a;
  text-align: left;
}
.cid-saFwiOXefA H2 {
  color: #55565a;
}
.cid-saFwS7HW4w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saFwS7HW4w .mbr-text {
  color: #55565a;
}
.cid-saFwS7HW4w .mbr-text p {
  background: #ffffff;
}
.cid-saF5xB04xu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc0269712-4-845x563.jpg");
}
.cid-saF5xB04xu .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-saF5xB04xu .social-list a:focus {
  text-decoration: none;
}
.cid-saF5xB04xu H2 {
  color: #ffffff;
}
.cid-saF5tO6Wt5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-saF5tO6Wt5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saF5tO6Wt5 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-saF5tO6Wt5 .media-wrap img {
  height: 6rem;
}
.cid-saF5tO6Wt5 .mbr-text {
  color: #55565A;
}
@media (max-width: 767px) {
  .cid-saF5tO6Wt5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saF5tO6Wt5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-saF5tO6Wt5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-saF5tO6Wt5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #55565A;
}
.cid-saF5tO6Wt5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saF5tO6Wt5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saF5tO6Wt5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saF5tO6Wt5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-saF5tO6Wt5 P {
  color: #55565a;
}
