body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', 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: #0f7699 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #7f1933 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !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: #0f7699 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #7f1933 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062e3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2a0811 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #7f1933;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d93e66;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #0f7699;
  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: #0f7699;
  border-bottom-color: #0f7699;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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='%230f7699' %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-s3RF01kYQK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3RF01kYQK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3RF01kYQK a {
  font-style: normal;
}
.cid-s3RF01kYQK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .nav-item:focus,
.cid-s3RF01kYQK .nav-link:focus {
  outline: none;
}
.cid-s3RF01kYQK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3RF01kYQK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3RF01kYQK .menu-logo {
  margin-right: auto;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .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-s3RF01kYQK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3RF01kYQK .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3RF01kYQK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3RF01kYQK button.navbar-toggler:focus {
  outline: none;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RF01kYQK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RF01kYQK .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s3RF01kYQK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3RF01kYQK .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3RF01kYQK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3RF01kYQK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3RF01kYQK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3RF01kYQK .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: 1023px) {
  .cid-s3RF01kYQK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RF01kYQK img {
    height: 3.8rem !important;
  }
  .cid-s3RF01kYQK .btn {
    display: -webkit-flex;
  }
  .cid-s3RF01kYQK button.navbar-toggler {
    display: block;
  }
  .cid-s3RF01kYQK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3RF01kYQK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RF01kYQK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing,
  .cid-s3RF01kYQK .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-nav,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3RF01kYQK .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-s3RF01kYQK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3RF01kYQK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3RF01kYQK .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-s3RF01kYQK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3RF01kYQK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3RF01kYQK .nav-link:hover,
.cid-s3RF01kYQK .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ur14QrjwEs {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 992px) {
  .cid-ur14QrjwEs .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ur14QrjwEs .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-ur14QrjwEs .mbr-section-title {
  text-align: center;
}
.cid-ur14QrjwEs .mbr-text,
.cid-ur14QrjwEs .mbr-section-btn {
  text-align: left;
}
.cid-ucFjboimc2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ucFjboimc2 .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucFjboimc2 .section-text {
  padding: 2rem 0;
}
.cid-ucFjboimc2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ucFjboimc2 .inner-container {
    width: 100% !important;
  }
}
.cid-ur16YpIFfR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ur16YpIFfR .card-img {
  background-color: #fff;
}
.cid-ur16YpIFfR .card {
  align-self: stretch;
}
.cid-ur16YpIFfR .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-ur16YpIFfR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ur16YpIFfR p {
  text-align: left;
}
.cid-ur16YpIFfR .mbr-text {
  color: #767676;
}
.cid-ur16YpIFfR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ur16YpIFfR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-ur16YpIFfR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uuEaki5qRX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuEaki5qRX .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uuEaki5qRX .section-text {
  padding: 2rem 0;
}
.cid-uuEaki5qRX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uuEaki5qRX .inner-container {
    width: 100% !important;
  }
}
.cid-ur1Av18RIw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ur1Av18RIw .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ur1Av18RIw .section-text {
  padding: 2rem 0;
}
.cid-ur1Av18RIw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ur1Av18RIw .inner-container {
    width: 100% !important;
  }
}
.cid-ucFkJYNsgH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-ucFkJYNsgH .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucFkJYNsgH .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ucFkJYNsgH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ucFkJYNsgH .inner-container {
    width: 100% !important;
  }
}
.cid-uahU2mMOa8 {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-uahU2mMOa8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uahU2mMOa8 .video-block {
    width: 100% !important;
  }
}
.cid-u786hd2VG6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u786hd2VG6 .counter-container {
  color: #767676;
}
.cid-u786hd2VG6 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u786hd2VG6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u786hd2VG6 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-u786hd2VG6 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-u786hd2VG6 .mbr-text {
  text-align: left;
}
.cid-uahWlQ1SpG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uahWlQ1SpG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uahWlQ1SpG .section-text {
  padding: 2rem 0;
}
.cid-uahWlQ1SpG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uahWlQ1SpG .inner-container {
    width: 100% !important;
  }
}
.cid-u7864jZDYy {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-u7864jZDYy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u7864jZDYy .video-block {
    width: 100% !important;
  }
}
.cid-qCODS8sFTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qCODS8sFTv .content {
    text-align: center;
  }
  .cid-qCODS8sFTv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qCODS8sFTv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qCODS8sFTv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qCODS8sFTv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qCODS8sFTv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qCODS8sFTv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qCODS8sFTv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qCODS8sFTv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qCODS8sFTv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qCODS8sFTv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qCODS8sFTv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qCODS8sFTv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s3RF01kYQK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3RF01kYQK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3RF01kYQK a {
  font-style: normal;
}
.cid-s3RF01kYQK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .nav-item:focus,
.cid-s3RF01kYQK .nav-link:focus {
  outline: none;
}
.cid-s3RF01kYQK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3RF01kYQK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3RF01kYQK .menu-logo {
  margin-right: auto;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .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-s3RF01kYQK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3RF01kYQK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3RF01kYQK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3RF01kYQK .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3RF01kYQK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3RF01kYQK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3RF01kYQK button.navbar-toggler:focus {
  outline: none;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RF01kYQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3RF01kYQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RF01kYQK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RF01kYQK .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3RF01kYQK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3RF01kYQK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s3RF01kYQK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3RF01kYQK .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3RF01kYQK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3RF01kYQK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RF01kYQK .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-s3RF01kYQK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3RF01kYQK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3RF01kYQK .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: 1023px) {
  .cid-s3RF01kYQK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RF01kYQK img {
    height: 3.8rem !important;
  }
  .cid-s3RF01kYQK .btn {
    display: -webkit-flex;
  }
  .cid-s3RF01kYQK button.navbar-toggler {
    display: block;
  }
  .cid-s3RF01kYQK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3RF01kYQK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RF01kYQK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing,
  .cid-s3RF01kYQK .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-nav,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3RF01kYQK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3RF01kYQK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3RF01kYQK .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-s3RF01kYQK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3RF01kYQK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3RF01kYQK .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-s3RF01kYQK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3RF01kYQK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3RF01kYQK .nav-link:hover,
.cid-s3RF01kYQK .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rCj5Z8tf0T {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-rCj5Z9SBvI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCj5Z9SBvI .mbr-text,
.cid-rCj5Z9SBvI blockquote {
  color: #767676;
}
.cid-rCj5Z9SBvI .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-s3OQ2oukQ8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s3OQ2oukQ8 .content {
    text-align: center;
  }
  .cid-s3OQ2oukQ8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3OQ2oukQ8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3OQ2oukQ8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3OQ2oukQ8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3OQ2oukQ8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3OQ2oukQ8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3OQ2oukQ8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-s3OQ2oukQ8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3OQ2oukQ8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3OQ2oukQ8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3OQ2oukQ8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3OQ2oukQ8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s3RGHh9bQv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3RGHh9bQv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3RGHh9bQv a {
  font-style: normal;
}
.cid-s3RGHh9bQv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3RGHh9bQv .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-s3RGHh9bQv .nav-item:focus,
.cid-s3RGHh9bQv .nav-link:focus {
  outline: none;
}
.cid-s3RGHh9bQv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3RGHh9bQv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3RGHh9bQv .menu-logo {
  margin-right: auto;
}
.cid-s3RGHh9bQv .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-s3RGHh9bQv .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-s3RGHh9bQv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3RGHh9bQv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3RGHh9bQv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3RGHh9bQv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3RGHh9bQv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3RGHh9bQv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s3RGHh9bQv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3RGHh9bQv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3RGHh9bQv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3RGHh9bQv .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3RGHh9bQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s3RGHh9bQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3RGHh9bQv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3RGHh9bQv .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s3RGHh9bQv .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-s3RGHh9bQv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3RGHh9bQv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3RGHh9bQv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3RGHh9bQv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3RGHh9bQv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3RGHh9bQv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3RGHh9bQv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3RGHh9bQv button.navbar-toggler:focus {
  outline: none;
}
.cid-s3RGHh9bQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3RGHh9bQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3RGHh9bQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RGHh9bQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3RGHh9bQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3RGHh9bQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RGHh9bQv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3RGHh9bQv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3RGHh9bQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3RGHh9bQv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RGHh9bQv .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse.collapsing,
.cid-s3RGHh9bQv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3RGHh9bQv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3RGHh9bQv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3RGHh9bQv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3RGHh9bQv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3RGHh9bQv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s3RGHh9bQv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3RGHh9bQv .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3RGHh9bQv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3RGHh9bQv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3RGHh9bQv .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-s3RGHh9bQv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3RGHh9bQv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3RGHh9bQv .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: 1023px) {
  .cid-s3RGHh9bQv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RGHh9bQv img {
    height: 3.8rem !important;
  }
  .cid-s3RGHh9bQv .btn {
    display: -webkit-flex;
  }
  .cid-s3RGHh9bQv button.navbar-toggler {
    display: block;
  }
  .cid-s3RGHh9bQv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3RGHh9bQv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3RGHh9bQv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3RGHh9bQv .navbar-collapse.collapsing,
  .cid-s3RGHh9bQv .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3RGHh9bQv .navbar-collapse.collapsing .navbar-nav,
  .cid-s3RGHh9bQv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3RGHh9bQv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3RGHh9bQv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3RGHh9bQv .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3RGHh9bQv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3RGHh9bQv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3RGHh9bQv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3RGHh9bQv .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-s3RGHh9bQv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3RGHh9bQv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3RGHh9bQv .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-s3RGHh9bQv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3RGHh9bQv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3RGHh9bQv .nav-link:hover,
.cid-s3RGHh9bQv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s3RGHaCSwF {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-s3RGHcuxw7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3RGHcuxw7 .mbr-text,
.cid-s3RGHcuxw7 blockquote {
  color: #767676;
}
.cid-s3RGHcuxw7 .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-t4FPkEhp54 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-t4FPkEhp54 p {
  color: #767676;
}
.cid-t4FPkEhp54 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-t4FPkEhp54 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t4FPkEhp54 .panel-group {
  width: 100%;
}
.cid-t4FPkEhp54 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t4FPkEhp54 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t4FPkEhp54 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t4FPkEhp54 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t4FPkEhp54 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t4FPkEhp54 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t4FPkEhp54 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-t4FPkEhp54 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t4FPkEhp54 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t4FPkEhp54 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-t4FPkEhp54 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t4FPkEhp54 H2 {
  text-align: left;
}
.cid-s3RGHep2kL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-s3RGHep2kL .content {
    text-align: center;
  }
  .cid-s3RGHep2kL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3RGHep2kL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3RGHep2kL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3RGHep2kL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3RGHep2kL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3RGHep2kL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3RGHep2kL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-s3RGHep2kL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3RGHep2kL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3RGHep2kL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3RGHep2kL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3RGHep2kL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ubluayuUv1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ubluayuUv1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubluayuUv1 a {
  font-style: normal;
}
.cid-ubluayuUv1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubluayuUv1 .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-ubluayuUv1 .nav-item:focus,
.cid-ubluayuUv1 .nav-link:focus {
  outline: none;
}
.cid-ubluayuUv1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubluayuUv1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubluayuUv1 .menu-logo {
  margin-right: auto;
}
.cid-ubluayuUv1 .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-ubluayuUv1 .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-ubluayuUv1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubluayuUv1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubluayuUv1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ubluayuUv1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubluayuUv1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubluayuUv1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ubluayuUv1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubluayuUv1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubluayuUv1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubluayuUv1 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubluayuUv1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubluayuUv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubluayuUv1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubluayuUv1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ubluayuUv1 .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-ubluayuUv1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ubluayuUv1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubluayuUv1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubluayuUv1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubluayuUv1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ubluayuUv1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubluayuUv1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubluayuUv1 button.navbar-toggler:focus {
  outline: none;
}
.cid-ubluayuUv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubluayuUv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubluayuUv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubluayuUv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubluayuUv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubluayuUv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubluayuUv1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubluayuUv1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubluayuUv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubluayuUv1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubluayuUv1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse.collapsing,
.cid-ubluayuUv1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubluayuUv1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubluayuUv1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubluayuUv1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubluayuUv1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubluayuUv1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ubluayuUv1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubluayuUv1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubluayuUv1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubluayuUv1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubluayuUv1 .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-ubluayuUv1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubluayuUv1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubluayuUv1 .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: 1023px) {
  .cid-ubluayuUv1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubluayuUv1 img {
    height: 3.8rem !important;
  }
  .cid-ubluayuUv1 .btn {
    display: -webkit-flex;
  }
  .cid-ubluayuUv1 button.navbar-toggler {
    display: block;
  }
  .cid-ubluayuUv1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubluayuUv1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubluayuUv1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubluayuUv1 .navbar-collapse.collapsing,
  .cid-ubluayuUv1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ubluayuUv1 .navbar-collapse.collapsing .navbar-nav,
  .cid-ubluayuUv1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubluayuUv1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubluayuUv1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubluayuUv1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubluayuUv1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubluayuUv1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubluayuUv1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubluayuUv1 .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-ubluayuUv1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubluayuUv1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubluayuUv1 .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-ubluayuUv1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubluayuUv1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubluayuUv1 .nav-link:hover,
.cid-ubluayuUv1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ubluayL4UC {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-ubluayYxnJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubluayYxnJ .mbr-text,
.cid-ubluayYxnJ blockquote {
  color: #767676;
}
.cid-ubluayYxnJ .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-ubluaz7Ma9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ubluaz7Ma9 .content {
    text-align: center;
  }
  .cid-ubluaz7Ma9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubluaz7Ma9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ubluaz7Ma9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ubluaz7Ma9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ubluaz7Ma9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubluaz7Ma9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ubluaz7Ma9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ubluaz7Ma9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubluaz7Ma9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubluaz7Ma9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ubluaz7Ma9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubluaz7Ma9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ucaYnyReP7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ucaYnyReP7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucaYnyReP7 a {
  font-style: normal;
}
.cid-ucaYnyReP7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ucaYnyReP7 .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-ucaYnyReP7 .nav-item:focus,
.cid-ucaYnyReP7 .nav-link:focus {
  outline: none;
}
.cid-ucaYnyReP7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucaYnyReP7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucaYnyReP7 .menu-logo {
  margin-right: auto;
}
.cid-ucaYnyReP7 .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-ucaYnyReP7 .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-ucaYnyReP7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucaYnyReP7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucaYnyReP7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucaYnyReP7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucaYnyReP7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ucaYnyReP7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucaYnyReP7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucaYnyReP7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucaYnyReP7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucaYnyReP7 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucaYnyReP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucaYnyReP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucaYnyReP7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucaYnyReP7 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ucaYnyReP7 .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-ucaYnyReP7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucaYnyReP7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucaYnyReP7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucaYnyReP7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucaYnyReP7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucaYnyReP7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucaYnyReP7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucaYnyReP7 button.navbar-toggler:focus {
  outline: none;
}
.cid-ucaYnyReP7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ucaYnyReP7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucaYnyReP7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucaYnyReP7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucaYnyReP7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucaYnyReP7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucaYnyReP7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucaYnyReP7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucaYnyReP7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucaYnyReP7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucaYnyReP7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse.collapsing,
.cid-ucaYnyReP7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucaYnyReP7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucaYnyReP7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucaYnyReP7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucaYnyReP7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucaYnyReP7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ucaYnyReP7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ucaYnyReP7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucaYnyReP7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucaYnyReP7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucaYnyReP7 .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-ucaYnyReP7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucaYnyReP7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucaYnyReP7 .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: 1023px) {
  .cid-ucaYnyReP7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucaYnyReP7 img {
    height: 3.8rem !important;
  }
  .cid-ucaYnyReP7 .btn {
    display: -webkit-flex;
  }
  .cid-ucaYnyReP7 button.navbar-toggler {
    display: block;
  }
  .cid-ucaYnyReP7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucaYnyReP7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucaYnyReP7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucaYnyReP7 .navbar-collapse.collapsing,
  .cid-ucaYnyReP7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucaYnyReP7 .navbar-collapse.collapsing .navbar-nav,
  .cid-ucaYnyReP7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucaYnyReP7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucaYnyReP7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucaYnyReP7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucaYnyReP7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucaYnyReP7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucaYnyReP7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucaYnyReP7 .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-ucaYnyReP7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucaYnyReP7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucaYnyReP7 .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-ucaYnyReP7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ucaYnyReP7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ucaYnyReP7 .nav-link:hover,
.cid-ucaYnyReP7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ucaYnz7eIh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-ucaYnzk4Tw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucaYnzk4Tw .mbr-text,
.cid-ucaYnzk4Tw blockquote {
  color: #767676;
}
.cid-ucaYnzk4Tw .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-ucaYnztGvr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ucaYnztGvr .content {
    text-align: center;
  }
  .cid-ucaYnztGvr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucaYnztGvr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucaYnztGvr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucaYnztGvr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ucaYnztGvr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucaYnztGvr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ucaYnztGvr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ucaYnztGvr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucaYnztGvr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucaYnztGvr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucaYnztGvr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucaYnztGvr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ucM3mKAnIC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ucM3mKAnIC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucM3mKAnIC a {
  font-style: normal;
}
.cid-ucM3mKAnIC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ucM3mKAnIC .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-ucM3mKAnIC .nav-item:focus,
.cid-ucM3mKAnIC .nav-link:focus {
  outline: none;
}
.cid-ucM3mKAnIC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucM3mKAnIC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucM3mKAnIC .menu-logo {
  margin-right: auto;
}
.cid-ucM3mKAnIC .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-ucM3mKAnIC .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-ucM3mKAnIC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucM3mKAnIC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucM3mKAnIC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucM3mKAnIC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucM3mKAnIC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ucM3mKAnIC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucM3mKAnIC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucM3mKAnIC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucM3mKAnIC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucM3mKAnIC .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucM3mKAnIC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucM3mKAnIC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucM3mKAnIC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucM3mKAnIC .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ucM3mKAnIC .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-ucM3mKAnIC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucM3mKAnIC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucM3mKAnIC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucM3mKAnIC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucM3mKAnIC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucM3mKAnIC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucM3mKAnIC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucM3mKAnIC button.navbar-toggler:focus {
  outline: none;
}
.cid-ucM3mKAnIC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ucM3mKAnIC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucM3mKAnIC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucM3mKAnIC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucM3mKAnIC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucM3mKAnIC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucM3mKAnIC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucM3mKAnIC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucM3mKAnIC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucM3mKAnIC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucM3mKAnIC .collapsed .btn {
  display: -webkit-flex;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse.collapsing,
.cid-ucM3mKAnIC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucM3mKAnIC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucM3mKAnIC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucM3mKAnIC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucM3mKAnIC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucM3mKAnIC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ucM3mKAnIC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ucM3mKAnIC .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucM3mKAnIC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucM3mKAnIC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucM3mKAnIC .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-ucM3mKAnIC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucM3mKAnIC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucM3mKAnIC .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: 1023px) {
  .cid-ucM3mKAnIC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucM3mKAnIC img {
    height: 3.8rem !important;
  }
  .cid-ucM3mKAnIC .btn {
    display: -webkit-flex;
  }
  .cid-ucM3mKAnIC button.navbar-toggler {
    display: block;
  }
  .cid-ucM3mKAnIC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucM3mKAnIC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucM3mKAnIC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucM3mKAnIC .navbar-collapse.collapsing,
  .cid-ucM3mKAnIC .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucM3mKAnIC .navbar-collapse.collapsing .navbar-nav,
  .cid-ucM3mKAnIC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucM3mKAnIC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucM3mKAnIC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucM3mKAnIC .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucM3mKAnIC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucM3mKAnIC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucM3mKAnIC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucM3mKAnIC .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-ucM3mKAnIC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucM3mKAnIC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucM3mKAnIC .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-ucM3mKAnIC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ucM3mKAnIC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ucM3mKAnIC .nav-link:hover,
.cid-ucM3mKAnIC .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ucM3mKNAUP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-urVUH6uJ42 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urVUH6uJ42 .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urVUH6uJ42 .section-text {
  padding: 2rem 0;
}
.cid-urVUH6uJ42 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urVUH6uJ42 .inner-container {
    width: 100% !important;
  }
}
.cid-ur1PQrQmhK {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ur1PQrQmhK .images-container.container-fluid {
  padding: 0;
}
.cid-ur1PQrQmhK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-ur1PQrQmhK .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-ur1PQrQmhK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-ur1PQrQmhK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-ur1PQrQmhK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-ur1PQrQmhK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ur1PQrQmhK .img-item {
    width: 100% !important;
  }
  .cid-ur1PQrQmhK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-ucM3mL9Qwh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ucM3mL9Qwh .content {
    text-align: center;
  }
  .cid-ucM3mL9Qwh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucM3mL9Qwh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucM3mL9Qwh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucM3mL9Qwh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ucM3mL9Qwh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucM3mL9Qwh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ucM3mL9Qwh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ucM3mL9Qwh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucM3mL9Qwh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucM3mL9Qwh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucM3mL9Qwh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucM3mL9Qwh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uhYoHslMTN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhYoHslMTN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uhYoHslMTN a {
  font-style: normal;
}
.cid-uhYoHslMTN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhYoHslMTN .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-uhYoHslMTN .nav-item:focus,
.cid-uhYoHslMTN .nav-link:focus {
  outline: none;
}
.cid-uhYoHslMTN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhYoHslMTN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhYoHslMTN .menu-logo {
  margin-right: auto;
}
.cid-uhYoHslMTN .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-uhYoHslMTN .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-uhYoHslMTN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhYoHslMTN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhYoHslMTN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhYoHslMTN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhYoHslMTN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhYoHslMTN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhYoHslMTN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhYoHslMTN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhYoHslMTN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhYoHslMTN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhYoHslMTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhYoHslMTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhYoHslMTN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhYoHslMTN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uhYoHslMTN .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-uhYoHslMTN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhYoHslMTN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhYoHslMTN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhYoHslMTN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhYoHslMTN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhYoHslMTN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhYoHslMTN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhYoHslMTN button.navbar-toggler:focus {
  outline: none;
}
.cid-uhYoHslMTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uhYoHslMTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhYoHslMTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhYoHslMTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhYoHslMTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhYoHslMTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhYoHslMTN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhYoHslMTN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhYoHslMTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhYoHslMTN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhYoHslMTN .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse.collapsing,
.cid-uhYoHslMTN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhYoHslMTN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhYoHslMTN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhYoHslMTN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhYoHslMTN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhYoHslMTN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uhYoHslMTN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhYoHslMTN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhYoHslMTN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhYoHslMTN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhYoHslMTN .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-uhYoHslMTN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhYoHslMTN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhYoHslMTN .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: 1023px) {
  .cid-uhYoHslMTN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhYoHslMTN img {
    height: 3.8rem !important;
  }
  .cid-uhYoHslMTN .btn {
    display: -webkit-flex;
  }
  .cid-uhYoHslMTN button.navbar-toggler {
    display: block;
  }
  .cid-uhYoHslMTN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhYoHslMTN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhYoHslMTN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhYoHslMTN .navbar-collapse.collapsing,
  .cid-uhYoHslMTN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhYoHslMTN .navbar-collapse.collapsing .navbar-nav,
  .cid-uhYoHslMTN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhYoHslMTN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhYoHslMTN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhYoHslMTN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhYoHslMTN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhYoHslMTN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhYoHslMTN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhYoHslMTN .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-uhYoHslMTN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhYoHslMTN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhYoHslMTN .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-uhYoHslMTN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhYoHslMTN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhYoHslMTN .nav-link:hover,
.cid-uhYoHslMTN .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uhYoHsKsv8 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhYoHsKsv8 .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhYoHsKsv8 .section-text {
  padding: 2rem 0;
}
.cid-uhYoHsKsv8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhYoHsKsv8 .inner-container {
    width: 100% !important;
  }
}
.cid-uhYoHsXLED {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-uhYoHsXLED .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uhYoHsXLED .video-block {
    width: 100% !important;
  }
}
.cid-uhYoHtb7Um {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uhYoHtb7Um .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhYoHtb7Um .section-text {
  padding: 2rem 0;
  color: #cc2952;
}
.cid-uhYoHtb7Um .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhYoHtb7Um .inner-container {
    width: 100% !important;
  }
}
.cid-uhYoHtnPvb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhYoHtnPvb .counter-container {
  color: #767676;
}
.cid-uhYoHtnPvb .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uhYoHtnPvb .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uhYoHtnPvb .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uhYoHtnPvb .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uhYoHtnPvb .mbr-text {
  text-align: left;
}
.cid-uhYoHtznLo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uhYoHtznLo .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhYoHtznLo .section-text {
  padding: 2rem 0;
}
.cid-uhYoHtznLo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhYoHtznLo .inner-container {
    width: 100% !important;
  }
}
.cid-uhYoHtMfYW {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-uhYoHtMfYW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uhYoHtMfYW .video-block {
    width: 100% !important;
  }
}
.cid-uhYoHtYuFd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uhYoHtYuFd .content {
    text-align: center;
  }
  .cid-uhYoHtYuFd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhYoHtYuFd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uhYoHtYuFd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uhYoHtYuFd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uhYoHtYuFd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uhYoHtYuFd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uhYoHtYuFd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uhYoHtYuFd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uhYoHtYuFd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhYoHtYuFd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uhYoHtYuFd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhYoHtYuFd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ur29QVdDRh .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ur29QVdDRh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ur29QVdDRh a {
  font-style: normal;
}
.cid-ur29QVdDRh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ur29QVdDRh .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-ur29QVdDRh .nav-item:focus,
.cid-ur29QVdDRh .nav-link:focus {
  outline: none;
}
.cid-ur29QVdDRh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ur29QVdDRh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ur29QVdDRh .menu-logo {
  margin-right: auto;
}
.cid-ur29QVdDRh .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-ur29QVdDRh .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-ur29QVdDRh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ur29QVdDRh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ur29QVdDRh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ur29QVdDRh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ur29QVdDRh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ur29QVdDRh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ur29QVdDRh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ur29QVdDRh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ur29QVdDRh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ur29QVdDRh .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ur29QVdDRh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ur29QVdDRh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur29QVdDRh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ur29QVdDRh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ur29QVdDRh .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-ur29QVdDRh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ur29QVdDRh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ur29QVdDRh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ur29QVdDRh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ur29QVdDRh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ur29QVdDRh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ur29QVdDRh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ur29QVdDRh button.navbar-toggler:focus {
  outline: none;
}
.cid-ur29QVdDRh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ur29QVdDRh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ur29QVdDRh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ur29QVdDRh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ur29QVdDRh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ur29QVdDRh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur29QVdDRh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ur29QVdDRh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ur29QVdDRh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ur29QVdDRh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur29QVdDRh .collapsed .btn {
  display: -webkit-flex;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse.collapsing,
.cid-ur29QVdDRh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ur29QVdDRh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ur29QVdDRh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ur29QVdDRh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ur29QVdDRh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ur29QVdDRh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ur29QVdDRh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ur29QVdDRh .collapsed button.navbar-toggler {
  display: block;
}
.cid-ur29QVdDRh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ur29QVdDRh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ur29QVdDRh .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-ur29QVdDRh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ur29QVdDRh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ur29QVdDRh .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: 1023px) {
  .cid-ur29QVdDRh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ur29QVdDRh img {
    height: 3.8rem !important;
  }
  .cid-ur29QVdDRh .btn {
    display: -webkit-flex;
  }
  .cid-ur29QVdDRh button.navbar-toggler {
    display: block;
  }
  .cid-ur29QVdDRh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ur29QVdDRh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ur29QVdDRh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ur29QVdDRh .navbar-collapse.collapsing,
  .cid-ur29QVdDRh .navbar-collapse.show {
    display: block !important;
  }
  .cid-ur29QVdDRh .navbar-collapse.collapsing .navbar-nav,
  .cid-ur29QVdDRh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ur29QVdDRh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ur29QVdDRh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ur29QVdDRh .navbar-collapse.collapsing .navbar-buttons,
  .cid-ur29QVdDRh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ur29QVdDRh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ur29QVdDRh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ur29QVdDRh .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-ur29QVdDRh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ur29QVdDRh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ur29QVdDRh .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-ur29QVdDRh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ur29QVdDRh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ur29QVdDRh .nav-link:hover,
.cid-ur29QVdDRh .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ur29QVy6UW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-ur2f8igZiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2f8igZiU .mbr-text,
.cid-ur2f8igZiU blockquote {
  color: #767676;
}
.cid-ur2hPaSUdH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2hPaSUdH .mbr-text,
.cid-ur2hPaSUdH blockquote {
  color: #767676;
}
.cid-ur2ogZx3XO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2ogZx3XO .mbr-text,
.cid-ur2ogZx3XO blockquote {
  color: #767676;
}
.cid-ur2oz98SQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2oz98SQc .mbr-text,
.cid-ur2oz98SQc blockquote {
  color: #767676;
}
.cid-ur2pUylgei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2pUylgei .mbr-text,
.cid-ur2pUylgei blockquote {
  color: #767676;
}
.cid-ur2quAtCIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur2quAtCIT .mbr-text,
.cid-ur2quAtCIT blockquote {
  color: #767676;
}
.cid-utZtwyjfqj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utZtwyjfqj .mbr-text,
.cid-utZtwyjfqj blockquote {
  color: #767676;
}
.cid-ur68Ew0WMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur68Ew0WMr .mbr-text,
.cid-ur68Ew0WMr blockquote {
  color: #767676;
}
.cid-ur29QVQYNY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ur29QVQYNY .mbr-text,
.cid-ur29QVQYNY blockquote {
  color: #767676;
}
.cid-ur29QVQYNY .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-ur29QW4E6D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ur29QW4E6D .content {
    text-align: center;
  }
  .cid-ur29QW4E6D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ur29QW4E6D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ur29QW4E6D .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ur29QW4E6D .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ur29QW4E6D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ur29QW4E6D .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ur29QW4E6D .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ur29QW4E6D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ur29QW4E6D .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ur29QW4E6D .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ur29QW4E6D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur29QW4E6D .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ucL2UBv1Sm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ucL2UBv1Sm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucL2UBv1Sm a {
  font-style: normal;
}
.cid-ucL2UBv1Sm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ucL2UBv1Sm .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-ucL2UBv1Sm .nav-item:focus,
.cid-ucL2UBv1Sm .nav-link:focus {
  outline: none;
}
.cid-ucL2UBv1Sm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucL2UBv1Sm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucL2UBv1Sm .menu-logo {
  margin-right: auto;
}
.cid-ucL2UBv1Sm .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-ucL2UBv1Sm .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-ucL2UBv1Sm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucL2UBv1Sm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucL2UBv1Sm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucL2UBv1Sm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucL2UBv1Sm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ucL2UBv1Sm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucL2UBv1Sm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucL2UBv1Sm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucL2UBv1Sm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucL2UBv1Sm .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucL2UBv1Sm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucL2UBv1Sm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucL2UBv1Sm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucL2UBv1Sm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ucL2UBv1Sm .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-ucL2UBv1Sm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucL2UBv1Sm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucL2UBv1Sm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucL2UBv1Sm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucL2UBv1Sm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucL2UBv1Sm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucL2UBv1Sm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucL2UBv1Sm button.navbar-toggler:focus {
  outline: none;
}
.cid-ucL2UBv1Sm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ucL2UBv1Sm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucL2UBv1Sm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucL2UBv1Sm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucL2UBv1Sm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucL2UBv1Sm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucL2UBv1Sm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucL2UBv1Sm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucL2UBv1Sm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucL2UBv1Sm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucL2UBv1Sm .collapsed .btn {
  display: -webkit-flex;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.collapsing,
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucL2UBv1Sm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ucL2UBv1Sm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ucL2UBv1Sm .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucL2UBv1Sm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucL2UBv1Sm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucL2UBv1Sm .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-ucL2UBv1Sm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucL2UBv1Sm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucL2UBv1Sm .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: 1023px) {
  .cid-ucL2UBv1Sm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucL2UBv1Sm img {
    height: 3.8rem !important;
  }
  .cid-ucL2UBv1Sm .btn {
    display: -webkit-flex;
  }
  .cid-ucL2UBv1Sm button.navbar-toggler {
    display: block;
  }
  .cid-ucL2UBv1Sm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucL2UBv1Sm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucL2UBv1Sm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucL2UBv1Sm .navbar-collapse.collapsing,
  .cid-ucL2UBv1Sm .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucL2UBv1Sm .navbar-collapse.collapsing .navbar-nav,
  .cid-ucL2UBv1Sm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucL2UBv1Sm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucL2UBv1Sm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucL2UBv1Sm .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucL2UBv1Sm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucL2UBv1Sm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucL2UBv1Sm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucL2UBv1Sm .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-ucL2UBv1Sm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucL2UBv1Sm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucL2UBv1Sm .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-ucL2UBv1Sm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ucL2UBv1Sm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ucL2UBv1Sm .nav-link:hover,
.cid-ucL2UBv1Sm .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ucL2UBN9T3 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-ucL2UC334W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucL2UC334W .mbr-text,
.cid-ucL2UC334W blockquote {
  color: #767676;
}
.cid-ucL2UC334W .mbr-text P {
  color: #767676;
  text-align: left;
}
.cid-ucL2UCcItm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ucL2UCcItm .content {
    text-align: center;
  }
  .cid-ucL2UCcItm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucL2UCcItm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucL2UCcItm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucL2UCcItm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ucL2UCcItm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucL2UCcItm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ucL2UCcItm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ucL2UCcItm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucL2UCcItm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucL2UCcItm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucL2UCcItm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucL2UCcItm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
