body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rock Salt', handwriting;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rock Salt', handwriting;
  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: #b1a374 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #000000 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !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: #000000 !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: #7a6e45 !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: #b1a374;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.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: #000000 !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-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rN1noYcs5r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20200103-153351-2000x1174.jpg");
}
.cid-rN1noYcs5r .mbr-section-subtitle {
  text-align: center;
}
.cid-rN1noYcs5r H2 {
  text-align: center;
}
.cid-srKaFqTQ9r {
  background: #073b4c;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #073b4c, #000000);
}
.cid-srKaFqTQ9r .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srKaFqTQ9r .video-block {
    width: 100% !important;
  }
}
.cid-rN1o1Oh52Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rN1o1Oh52Q .mbr-text {
  color: #ffffff;
}
.cid-rN1o1Oh52Q .mbr-text p {
  background: #073b4c;
}
.cid-tRXmuND4v6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tRXmuND4v6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRXmuND4v6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tRXmuND4v6 H2 {
  color: #ffffff;
}
.cid-sq9SoazATS {
  background: #073b4c;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #073b4c, #000000);
}
.cid-sq9SoazATS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sq9SoazATS .video-block {
    width: 100% !important;
  }
}
.cid-srKbch0RZJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-srKbch0RZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srKbch0RZJ H2 {
  color: #ffffff;
}
.cid-rN1qkInHi2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rN1qkInHi2 .card-img {
  background-color: #fff;
}
.cid-rN1qkInHi2 .card-box {
  padding: 2rem;
  background-color: #073b4c;
}
.cid-rN1qkInHi2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rN1qkInHi2 p {
  text-align: left;
}
.cid-rN1qkInHi2 .mbr-text {
  color: #767676;
}
.cid-rN1qkInHi2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rN1qkInHi2 .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-rN1qkInHi2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rN1lcOGu1J {
  background: #d9900f;
  padding-top: 90px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #d9900f);
}
.cid-rN1lcOGu1J .image-block {
  margin: auto;
}
.cid-rN1lcOGu1J figcaption {
  position: relative;
}
.cid-rN1lcOGu1J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rN1lcOGu1J .image-block {
    width: 100% !important;
  }
}
.cid-rN7fvqJUAv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vfzqpY4pCK {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-vfzqpY4pCK {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqpY4pCK .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqpY4pCK h1 {
  color: #ffffff;
}
.cid-vfzqpY4pCK h2 {
  color: #ffffff;
}
.cid-vfzqpY4pCK a {
  color: #ffffff;
}
.cid-vfzqpY4pCK .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqpY4pCK .animated-element {
  color: #efefef;
}
.cid-vfzqpY4pCK .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqpY4pCK .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqpY4pCK .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqpY4pCK .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqpY4pCK .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqpY4pCK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqpY4pCK .container-fluid {
  max-width: 1300px;
}
.cid-vfzqpY4pCK .mbr-section-title {
  margin-bottom: 1rem;
  color: #1d83a4;
}
.cid-vfzqpY4pCK .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqpY4pCK .btn-line {
  margin-top: 3rem;
}
.cid-vfzqoZ767k {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzqoZ767k {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqoZ767k .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqoZ767k h1 {
  color: #ffffff;
}
.cid-vfzqoZ767k h2 {
  color: #ffffff;
}
.cid-vfzqoZ767k a {
  color: #ffffff;
}
.cid-vfzqoZ767k .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqoZ767k .animated-element {
  color: #efefef;
}
.cid-vfzqoZ767k .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqoZ767k .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqoZ767k .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqoZ767k .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqoZ767k .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqoZ767k .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqoZ767k .container-fluid {
  max-width: 1300px;
}
.cid-vfzqoZ767k .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzqoZ767k .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqoZ767k .btn-line {
  margin-top: 3rem;
}
.cid-vfzqnP0fGI {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
@media (min-width: 992px) {
  .cid-vfzqnP0fGI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vfzqnP0fGI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfzqnP0fGI .mbr-text {
    text-align: center;
  }
}
.cid-v4xBDYl6zQ {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/club-cocktails-now-available-with-cards-1920x1080.png");
}
.cid-v4xBDYl6zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4xBDYl6zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4xBDYl6zQ .container {
    padding: 0 30px;
  }
}
.cid-v4xBDYl6zQ .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-v4xBDYl6zQ .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-tuJ3x9DHmQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tuJ3x9DHmQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tuJ3x9DHmQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuJ3x9DHmQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tuJ3x9DHmQ .mbr-text {
    text-align: center;
  }
}
.cid-snMkqnlTNY {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-snMkqnlTNY H1 {
  color: #ffffff;
  text-align: center;
}
.cid-snMkqnlTNY .mbr-text,
.cid-snMkqnlTNY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-snMkqnlTNY img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-snMkqnlTNY .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-snMkqnlTNY img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNuHZnmNr4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
.cid-rNuHZnmNr4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNuHZnmNr4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNuHZnmNr4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNuHZnmNr4 .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNuRLSEGk2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-va0o7zpSUU {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va0o7zpSUU {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-va0o7zpSUU .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-va0o7zpSUU h1 {
  color: #ffffff;
}
.cid-va0o7zpSUU h2 {
  color: #ffffff;
}
.cid-va0o7zpSUU a {
  color: #ffffff;
}
.cid-va0o7zpSUU .btn-line::after {
  background-color: #ffffff;
}
.cid-va0o7zpSUU .animated-element {
  color: #efefef;
}
.cid-va0o7zpSUU .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-va0o7zpSUU .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va0o7zpSUU .container-fluid {
    padding: 0 1rem;
  }
  .cid-va0o7zpSUU .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-va0o7zpSUU .mbr-white {
    padding-left: 6rem;
  }
  .cid-va0o7zpSUU .container-fluid {
    padding: 0 2rem;
  }
}
.cid-va0o7zpSUU .container-fluid {
  max-width: 1300px;
}
.cid-va0o7zpSUU .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-va0o7zpSUU .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-va0o7zpSUU .btn-line {
  margin-top: 3rem;
}
.cid-vcVHhZqzsU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vcVHhZqzsU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcVHhZqzsU .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-vcVHhZqzsU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vcVHhZqzsU .inner-container {
    width: 100% !important;
  }
}
.cid-va07iq0t36 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-va07iq0t36 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-va07iq0t36 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-va07iq0t36 h1 {
  color: #ffffff;
}
.cid-va07iq0t36 h2 {
  color: #ffffff;
}
.cid-va07iq0t36 a {
  color: #ffffff;
}
.cid-va07iq0t36 .btn-line::after {
  background-color: #ffffff;
}
.cid-va07iq0t36 .animated-element {
  color: #efefef;
}
.cid-va07iq0t36 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-va07iq0t36 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va07iq0t36 .container-fluid {
    padding: 0 1rem;
  }
  .cid-va07iq0t36 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-va07iq0t36 .mbr-white {
    padding-left: 6rem;
  }
  .cid-va07iq0t36 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-va07iq0t36 .container-fluid {
  max-width: 1300px;
}
.cid-va07iq0t36 .mbr-section-title {
  margin-bottom: 1rem;
  color: #1d83a4;
}
.cid-va07iq0t36 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-va07iq0t36 .btn-line {
  margin-top: 3rem;
}
.cid-vfzo311jEM {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzo311jEM {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzo311jEM .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzo311jEM h1 {
  color: #ffffff;
}
.cid-vfzo311jEM h2 {
  color: #ffffff;
}
.cid-vfzo311jEM a {
  color: #ffffff;
}
.cid-vfzo311jEM .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzo311jEM .animated-element {
  color: #efefef;
}
.cid-vfzo311jEM .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzo311jEM .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzo311jEM .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzo311jEM .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzo311jEM .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzo311jEM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzo311jEM .container-fluid {
  max-width: 1300px;
}
.cid-vfzo311jEM .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzo311jEM .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzo311jEM .btn-line {
  margin-top: 3rem;
}
.cid-uPIPv0OX1a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/279598821-5249414638455314-6230230275040587072-n-2000x1500.jpg");
}
.cid-uPIPv0OX1a .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uPIPv0OX1a .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPIPv0OX1a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uPIPv0OX1a .mbr-text {
    text-align: center;
  }
}
.cid-svO6oHSVOr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-svO6oHSVOr .container {
  max-width: 1400px;
}
.cid-svO6oHSVOr img,
.cid-svO6oHSVOr .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-svO6oHSVOr img:before,
.cid-svO6oHSVOr .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-svO6oHSVOr img:hover:before,
.cid-svO6oHSVOr .item-img:hover:before {
  opacity: 0.2;
}
.cid-svO6oHSVOr .item:focus,
.cid-svO6oHSVOr span:focus {
  outline: none;
}
.cid-svO6oHSVOr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svO6oHSVOr .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-svO6oHSVOr .item-content {
  padding-top: 1.5rem;
}
.cid-svO6oHSVOr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svO6oHSVOr .mbr-section-title {
  color: #232323;
}
.cid-svO6oHSVOr .mbr-text,
.cid-svO6oHSVOr .mbr-section-btn {
  color: #818181;
}
.cid-svO6oHSVOr .item-title {
  color: #ffffff;
}
.cid-svO7vri1FA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-svO7vri1FA .container {
  max-width: 1400px;
}
.cid-svO7vri1FA img,
.cid-svO7vri1FA .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-svO7vri1FA img:before,
.cid-svO7vri1FA .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-svO7vri1FA img:hover:before,
.cid-svO7vri1FA .item-img:hover:before {
  opacity: 0.2;
}
.cid-svO7vri1FA .item:focus,
.cid-svO7vri1FA span:focus {
  outline: none;
}
.cid-svO7vri1FA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svO7vri1FA .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-svO7vri1FA .item-content {
  padding-top: 1.5rem;
}
.cid-svO7vri1FA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svO7vri1FA .mbr-section-title {
  color: #232323;
}
.cid-svO7vri1FA .mbr-text,
.cid-svO7vri1FA .mbr-section-btn {
  color: #818181;
}
.cid-svO7vri1FA .item-title {
  color: #ffffff;
}
.cid-svO8idM5KO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-svO8idM5KO .container {
  max-width: 1400px;
}
.cid-svO8idM5KO img,
.cid-svO8idM5KO .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-svO8idM5KO img:before,
.cid-svO8idM5KO .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-svO8idM5KO img:hover:before,
.cid-svO8idM5KO .item-img:hover:before {
  opacity: 0.2;
}
.cid-svO8idM5KO .item:focus,
.cid-svO8idM5KO span:focus {
  outline: none;
}
.cid-svO8idM5KO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svO8idM5KO .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-svO8idM5KO .item-content {
  padding-top: 1.5rem;
}
.cid-svO8idM5KO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svO8idM5KO .mbr-section-title {
  color: #232323;
}
.cid-svO8idM5KO .mbr-text,
.cid-svO8idM5KO .mbr-section-btn {
  color: #818181;
}
.cid-svO8idM5KO .item-title {
  color: #ffffff;
}
.cid-tTxg2h85DF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tTxg2h85DF .container {
  max-width: 1400px;
}
.cid-tTxg2h85DF img,
.cid-tTxg2h85DF .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tTxg2h85DF img:before,
.cid-tTxg2h85DF .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tTxg2h85DF img:hover:before,
.cid-tTxg2h85DF .item-img:hover:before {
  opacity: 0.2;
}
.cid-tTxg2h85DF .item:focus,
.cid-tTxg2h85DF span:focus {
  outline: none;
}
.cid-tTxg2h85DF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTxg2h85DF .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tTxg2h85DF .item-content {
  padding-top: 1.5rem;
}
.cid-tTxg2h85DF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTxg2h85DF .mbr-section-title {
  color: #232323;
}
.cid-tTxg2h85DF .mbr-text,
.cid-tTxg2h85DF .mbr-section-btn {
  color: #818181;
}
.cid-tTxg2h85DF .item-title {
  color: #ffffff;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNAKG3tZs7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/20230522-113627-2000x1500.jpeg");
}
@media (min-width: 992px) {
  .cid-rNAKG3tZs7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNAKG3tZs7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNAKG3tZs7 .mbr-text {
    text-align: center;
  }
}
.cid-tF0iDMyqu3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20230223-134714-2000x1500.jpg");
}
.cid-tF0iDMyqu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF0iDMyqu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF0iDMyqu3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tF0iDMyqu3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tF0iDMyqu3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tF0iDMyqu3 .row .img-item img {
    min-height: 300px;
  }
}
.cid-trqNDetXMT {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
@media (min-width: 992px) {
  .cid-trqNDetXMT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trqNDetXMT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-trqNDetXMT .mbr-text {
    text-align: center;
  }
}
.cid-tF0mPPIUhC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-91451111-2000x1549.jpg");
}
.cid-tF0mPPIUhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF0mPPIUhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF0mPPIUhC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tF0mPPIUhC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tF0mPPIUhC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tF0mPPIUhC .row .img-item img {
    min-height: 300px;
  }
}
.cid-tF0mPPIUhC P {
  color: #ffffff;
}
.cid-rNLdcYQgXh {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rNLdcYQgXh p {
  margin-bottom: 0;
}
.cid-rNLdcYQgXh .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rNLdcYQgXh .card-box .card-title {
  pointer-events: all;
}
.cid-rNLdcYQgXh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rNLdcYQgXh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rNLdcYQgXh .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rNLdcYQgXh .card-wrap {
  position: relative;
}
.cid-rNLdcYQgXh .card {
  padding-bottom: 2rem;
}
.cid-rNLdcYQgXh .mbr-section-title {
  color: #ffffff;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNAXD2P5T7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1135edited.jpg");
}
@media (min-width: 992px) {
  .cid-rNAXD2P5T7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNAXD2P5T7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNAXD2P5T7 .mbr-text {
    text-align: center;
  }
}
.cid-tUWw7TJoqT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tUWw7TJoqT .item {
  padding-bottom: 2rem;
}
.cid-tUWw7TJoqT .item-wrapper {
  height: 100%;
}
.cid-tUWw7TJoqT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWw7TJoqT .carousel-control,
.cid-tUWw7TJoqT .close {
  background: #1b1b1b;
}
.cid-tUWw7TJoqT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWw7TJoqT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWw7TJoqT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tUWw7TJoqT .close::before {
  content: '\e91a';
}
.cid-tUWw7TJoqT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWw7TJoqT .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tUWw7TJoqT .carousel-inner > .active {
  display: block;
}
.cid-tUWw7TJoqT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWw7TJoqT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWw7TJoqT .carousel-control .icon-next,
.cid-tUWw7TJoqT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tUWw7TJoqT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWw7TJoqT .carousel-control,
  .cid-tUWw7TJoqT .carousel-indicators,
  .cid-tUWw7TJoqT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWw7TJoqT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWw7TJoqT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWw7TJoqT .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tUWw7TJoqT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWw7TJoqT .carousel-indicators {
    display: none;
  }
}
.cid-tUWw7TJoqT .carousel-indicators .active,
.cid-tUWw7TJoqT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tUWw7TJoqT .carousel-indicators .active {
  background: #fff;
}
.cid-tUWw7TJoqT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWw7TJoqT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWw7TJoqT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWw7TJoqT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWw7TJoqT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWw7TJoqT .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tUWw7TJoqT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWw7TJoqT .carousel {
  width: 100%;
}
.cid-tUWw7TJoqT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWw7TJoqT .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tUWw7TJoqT .modal.fade .modal-dialog,
.cid-tUWw7TJoqT .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tUWw7TJoqT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWw7TJoqT a {
  display: block;
}
.cid-tUWw7TJoqT a.img {
  pointer-events: none;
}
.cid-tUWwalpS0k {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hurricane-card1-645x1011.png");
}
.cid-tUWwalpS0k .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tUWwalpS0k .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tUWwalpS0k .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tUWwalpS0k .animated-element,
.cid-tUWwalpS0k .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tUWwalpS0k .typed-text {
    text-align: center;
  }
}
.cid-tUWwalpS0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWwalpS0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWxBwJCQ4 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/club-cocktails-now-available-with-cards-1920x1080.png");
}
.cid-tUWxBwJCQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWxBwJCQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUWxBwJCQ4 .container {
    padding: 0 30px;
  }
}
.cid-tUWxBwJCQ4 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-tUWxBwJCQ4 .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-skBcgscNCJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-skBcgscNCJ .item {
  padding-bottom: 2rem;
}
.cid-skBcgscNCJ .item-wrapper {
  height: 100%;
}
.cid-skBcgscNCJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skBcgscNCJ .carousel-control,
.cid-skBcgscNCJ .close {
  background: #1b1b1b;
}
.cid-skBcgscNCJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skBcgscNCJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skBcgscNCJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-skBcgscNCJ .close::before {
  content: '\e91a';
}
.cid-skBcgscNCJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skBcgscNCJ .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-skBcgscNCJ .carousel-inner > .active {
  display: block;
}
.cid-skBcgscNCJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skBcgscNCJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skBcgscNCJ .carousel-control .icon-next,
.cid-skBcgscNCJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skBcgscNCJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skBcgscNCJ .carousel-control,
  .cid-skBcgscNCJ .carousel-indicators,
  .cid-skBcgscNCJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skBcgscNCJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skBcgscNCJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skBcgscNCJ .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-skBcgscNCJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skBcgscNCJ .carousel-indicators {
    display: none;
  }
}
.cid-skBcgscNCJ .carousel-indicators .active,
.cid-skBcgscNCJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-skBcgscNCJ .carousel-indicators .active {
  background: #fff;
}
.cid-skBcgscNCJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skBcgscNCJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skBcgscNCJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skBcgscNCJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skBcgscNCJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skBcgscNCJ .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-skBcgscNCJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skBcgscNCJ .carousel {
  width: 100%;
}
.cid-skBcgscNCJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skBcgscNCJ .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-skBcgscNCJ .modal.fade .modal-dialog,
.cid-skBcgscNCJ .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-skBcgscNCJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skBcgscNCJ a {
  display: block;
}
.cid-skBcgscNCJ a.img {
  pointer-events: none;
}
.cid-skBcgscNCJ H4 {
  color: #ffffff;
}
.cid-srJX65WdDC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-1127edited.jpg");
}
@media (min-width: 992px) {
  .cid-srJX65WdDC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srJX65WdDC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srJX65WdDC .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNB20CW4Bz {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20230522-113627-1-2000x1500.jpg");
}
@media (min-width: 992px) {
  .cid-rNB20CW4Bz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNB20CW4Bz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNB20CW4Bz .mbr-text {
    text-align: center;
  }
}
.cid-srJWYzBMDV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-1127edited.jpg");
}
@media (min-width: 992px) {
  .cid-srJWYzBMDV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srJWYzBMDV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srJWYzBMDV .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNFe6zYmL6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNFe6zYmL6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNFe6zYmL6 a {
  font-style: normal;
}
.cid-rNFe6zYmL6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNFe6zYmL6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNFe6zYmL6 .nav-item:focus,
.cid-rNFe6zYmL6 .nav-link:focus {
  outline: none;
}
.cid-rNFe6zYmL6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNFe6zYmL6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNFe6zYmL6 .menu-logo {
  margin-right: auto;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNFe6zYmL6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNFe6zYmL6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNFe6zYmL6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNFe6zYmL6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNFe6zYmL6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNFe6zYmL6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNFe6zYmL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNFe6zYmL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNFe6zYmL6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNFe6zYmL6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNFe6zYmL6 .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-rNFe6zYmL6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNFe6zYmL6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNFe6zYmL6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNFe6zYmL6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNFe6zYmL6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNFe6zYmL6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNFe6zYmL6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNFe6zYmL6 button.navbar-toggler:focus {
  outline: none;
}
.cid-rNFe6zYmL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNFe6zYmL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNFe6zYmL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFe6zYmL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFe6zYmL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNFe6zYmL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFe6zYmL6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNFe6zYmL6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNFe6zYmL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFe6zYmL6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNFe6zYmL6 .collapsed .btn {
  display: flex;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNFe6zYmL6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNFe6zYmL6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNFe6zYmL6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNFe6zYmL6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNFe6zYmL6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNFe6zYmL6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNFe6zYmL6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNFe6zYmL6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNFe6zYmL6 .navbar-expand {
    flex-direction: column;
  }
  .cid-rNFe6zYmL6 img {
    height: 3.8rem !important;
  }
  .cid-rNFe6zYmL6 .btn {
    display: flex;
  }
  .cid-rNFe6zYmL6 button.navbar-toggler {
    display: block;
  }
  .cid-rNFe6zYmL6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNFe6zYmL6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNFe6zYmL6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing,
  .cid-rNFe6zYmL6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing .navbar-nav,
  .cid-rNFe6zYmL6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNFe6zYmL6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNFe6zYmL6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNFe6zYmL6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNFe6zYmL6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNFe6zYmL6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFe6zYmL6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNFe6zYmL6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNFe6zYmL6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNFe6zYmL6 .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-rNFe6zYmL6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNFe6zYmL6 .navbar-collapse {
  flex-basis: auto;
}
.cid-rNFe6zYmL6 .nav-link:hover,
.cid-rNFe6zYmL6 .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNFe6AvRzG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-35.jpg");
}
@media (min-width: 992px) {
  .cid-rNFe6AvRzG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFe6AvRzG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFe6AvRzG .mbr-text {
    text-align: center;
  }
}
.cid-rNFe6AvRzG H3 {
  text-align: right;
}
.cid-rNFe6AvRzG H1 {
  text-align: right;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNEXDZP0S1 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20200103-153351-560x329.jpg");
}
.cid-rNEXDZP0S1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNEXDZP0S1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNEXDZP0S1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNEXDZP0S1 .mbr-text {
    text-align: center;
  }
}
.cid-tTxfu6opyx {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tTxfu6opyx {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-tTxfu6opyx .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tTxfu6opyx h1 {
  color: #ffffff;
}
.cid-tTxfu6opyx h2 {
  color: #ffffff;
}
.cid-tTxfu6opyx a {
  color: #ffffff;
}
.cid-tTxfu6opyx .btn-line::after {
  background-color: #ffffff;
}
.cid-tTxfu6opyx .animated-element {
  color: #efefef;
}
.cid-tTxfu6opyx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tTxfu6opyx .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tTxfu6opyx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tTxfu6opyx .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tTxfu6opyx .mbr-white {
    padding-left: 6rem;
  }
  .cid-tTxfu6opyx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tTxfu6opyx .container-fluid {
  max-width: 1300px;
}
.cid-tTxfu6opyx .mbr-section-title {
  margin-bottom: 1rem;
  color: #3b49eb;
}
.cid-tTxfu6opyx .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tTxfu6opyx .btn-line {
  margin-top: 3rem;
}
.cid-rNF4xOnOyC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-33.jpg");
}
@media (min-width: 992px) {
  .cid-rNF4xOnOyC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNF4xOnOyC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNF4xOnOyC .mbr-text {
    text-align: center;
  }
}
.cid-rNF4xOnOyC H3 {
  text-align: right;
}
.cid-rNF4xOnOyC H1 {
  text-align: right;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNFTsGoyCl .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNFTsGoyCl .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNFTsGoyCl a {
  font-style: normal;
}
.cid-rNFTsGoyCl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNFTsGoyCl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNFTsGoyCl .nav-item:focus,
.cid-rNFTsGoyCl .nav-link:focus {
  outline: none;
}
.cid-rNFTsGoyCl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNFTsGoyCl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNFTsGoyCl .menu-logo {
  margin-right: auto;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNFTsGoyCl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNFTsGoyCl .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-rNFTsGoyCl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNFTsGoyCl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNFTsGoyCl button.navbar-toggler:focus {
  outline: none;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFTsGoyCl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNFTsGoyCl .collapsed .btn {
  display: flex;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNFTsGoyCl .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNFTsGoyCl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNFTsGoyCl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNFTsGoyCl .navbar-expand {
    flex-direction: column;
  }
  .cid-rNFTsGoyCl img {
    height: 3.8rem !important;
  }
  .cid-rNFTsGoyCl .btn {
    display: flex;
  }
  .cid-rNFTsGoyCl button.navbar-toggler {
    display: block;
  }
  .cid-rNFTsGoyCl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNFTsGoyCl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNFTsGoyCl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing,
  .cid-rNFTsGoyCl .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFTsGoyCl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNFTsGoyCl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNFTsGoyCl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNFTsGoyCl .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-rNFTsGoyCl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNFTsGoyCl .navbar-collapse {
  flex-basis: auto;
}
.cid-rNFTsGoyCl .nav-link:hover,
.cid-rNFTsGoyCl .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sx1LHoEjci {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sx1LHoEjci .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx1LHoEjci H2 {
  color: #ffffff;
}
.cid-sx1LHoEjci H1 {
  color: #ffffff;
}
.cid-u8raJxVSES {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-u8raJxVSES .image-block {
  margin: auto;
}
.cid-u8raJxVSES figcaption {
  position: relative;
}
.cid-u8raJxVSES figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8raJxVSES .image-block {
    width: 100% !important;
  }
}
.cid-vcVK3fg5Wc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vcVK3fg5Wc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcVK3fg5Wc .section-text {
  padding: 2rem 0;
}
.cid-vcVK3fg5Wc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vcVK3fg5Wc .inner-container {
    width: 100% !important;
  }
}
.cid-rRJZSUq8KR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRJZSUq8KR .mbr-section-subtitle {
  color: #767676;
}
.cid-rRJZSUq8KR .btn {
  margin: 0 0 .5rem 0;
}
.cid-rRJZSUq8KR .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sx21bo3pOQ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sx21bo3pOQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx21bo3pOQ H2 {
  color: #ffffff;
}
.cid-sx21bo3pOQ H1 {
  color: #ffffff;
}
.cid-u0eGIlNqJ5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u0eGIlNqJ5 .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-u0eGIlNqJ5 .menu-item .special-label {
  display: none;
}
.cid-u0eGIlNqJ5 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #ff3366;
}
.cid-u0eGIlNqJ5 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-u0eGIlNqJ5 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #ff3366;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-u0eGIlNqJ5 .special-label {
  color: #fff;
}
.cid-u0eGIlNqJ5 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u0eGIlNqJ5 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-u0eGIlNqJ5 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u0eGIlNqJ5 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-u0eGIlNqJ5 .menu-row {
  margin: 0;
}
.cid-u0eGIlNqJ5 .group-title {
  color: #7f1933;
  font-weight: bold;
}
.cid-u0eGIlNqJ5 .box-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0eGIlNqJ5 P {
  text-align: left;
  color: #ffffff;
}
.cid-u0eGIlNqJ5 .box-text P {
  text-align: left;
}
.cid-u0eGIlNqJ5 .item-title {
  color: #ffffff;
}
.cid-u0eGIlNqJ5 SPAN {
  color: #ffffff;
}
.cid-u0eGIlNqJ5 .mbr-section-title,
.cid-u0eGIlNqJ5 .ornament {
  color: #ffffff;
}
.cid-u0eJKelQBT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u0eJKelQBT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0eJKelQBT .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-u0eJKelQBT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0eJKelQBT .inner-container {
    width: 100% !important;
  }
}
.cid-vdoGD8NWjt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-2396-560x590.jpg");
}
.cid-vdoGD8NWjt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vdoGD8NWjt .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vdoGD8NWjt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdoGD8NWjt .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNFTsGoyCl .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNFTsGoyCl .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNFTsGoyCl a {
  font-style: normal;
}
.cid-rNFTsGoyCl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNFTsGoyCl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNFTsGoyCl .nav-item:focus,
.cid-rNFTsGoyCl .nav-link:focus {
  outline: none;
}
.cid-rNFTsGoyCl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNFTsGoyCl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNFTsGoyCl .menu-logo {
  margin-right: auto;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNFTsGoyCl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNFTsGoyCl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNFTsGoyCl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNFTsGoyCl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNFTsGoyCl .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-rNFTsGoyCl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNFTsGoyCl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNFTsGoyCl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNFTsGoyCl button.navbar-toggler:focus {
  outline: none;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFTsGoyCl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNFTsGoyCl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFTsGoyCl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNFTsGoyCl .collapsed .btn {
  display: flex;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNFTsGoyCl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNFTsGoyCl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNFTsGoyCl .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNFTsGoyCl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNFTsGoyCl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNFTsGoyCl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNFTsGoyCl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNFTsGoyCl .navbar-expand {
    flex-direction: column;
  }
  .cid-rNFTsGoyCl img {
    height: 3.8rem !important;
  }
  .cid-rNFTsGoyCl .btn {
    display: flex;
  }
  .cid-rNFTsGoyCl button.navbar-toggler {
    display: block;
  }
  .cid-rNFTsGoyCl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNFTsGoyCl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNFTsGoyCl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing,
  .cid-rNFTsGoyCl .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNFTsGoyCl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNFTsGoyCl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFTsGoyCl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNFTsGoyCl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNFTsGoyCl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNFTsGoyCl .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-rNFTsGoyCl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNFTsGoyCl .navbar-collapse {
  flex-basis: auto;
}
.cid-rNFTsGoyCl .nav-link:hover,
.cid-rNFTsGoyCl .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNFTsGORkE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNFTsGORkE .mbr-section-subtitle {
  color: #232323;
}
.cid-rNFTsGORkE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNAtge4xL8 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNAtge4xL8 h2 {
  text-align: center;
}
.cid-rNAtge4xL8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rNAtge4xL8 p {
  color: #767676;
}
.cid-rNAtge4xL8 img {
  object-fit: cover;
}
.cid-rNAtge4xL8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rNAtge4xL8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rNAtge4xL8 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rNAtge4xL8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rNAtge4xL8 .card-title {
  font-weight: 500;
}
.cid-rNAtge4xL8 .card-img {
  text-align: inherit;
}
.cid-rNAtge4xL8 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rNAtge4xL8 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rNAtge4xL8 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rNAtge4xL8 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rNAtge4xL8 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rNAtge4xL8 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rTwWEDyPwd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTwWEDyPwd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rTwWEDyPwd H2 {
  color: #ffffff;
}
.cid-rTwWEDyPwd H1 {
  color: #ffffff;
}
.cid-rTGSdKf6Uq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rTGSdKf6Uq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rNB9oR1GIG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rNB9oR1GIG .content {
    text-align: center;
  }
  .cid-rNB9oR1GIG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rNB9oR1GIG .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-rNB9oR1GIG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rNB9oR1GIG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rNB9oR1GIG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNB9oR1GIG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rNB9oR1GIG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNB9oR1GIG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNB9oR1GIG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNB9oR1GIG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNB9oR1GIG .google-map {
  height: 25rem;
  position: relative;
}
.cid-rNB9oR1GIG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rNB9oR1GIG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rNB9oR1GIG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rNB9oR1GIG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rRxVsKDRPH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRxVsKDRPH img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-rRxVsKDRPH .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #7175bc;
  opacity: 0.6;
  pointer-events: none;
}
.cid-rRxVsKDRPH .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-rRxVsKDRPH .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-rRxVsKDRPH .wrapper:before {
    opacity: 0.2;
  }
}
.cid-uEv0ahqRmQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uEv0ahqRmQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEv0ahqRmQ H2 {
  color: #ffffff;
}
.cid-uEv02yEKBK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEv02yEKBK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEv02yEKBK .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEv02yEKBK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEv02yEKBK .inner-container {
    width: 100% !important;
  }
}
#custom-html-7t {
  /* Type valid CSS here */
}
#custom-html-7t div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-7t p {
  font-size: 60px;
  color: #777;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNGsw5yfnR .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNGsw5yfnR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNGsw5yfnR a {
  font-style: normal;
}
.cid-rNGsw5yfnR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNGsw5yfnR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNGsw5yfnR .nav-item:focus,
.cid-rNGsw5yfnR .nav-link:focus {
  outline: none;
}
.cid-rNGsw5yfnR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNGsw5yfnR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNGsw5yfnR .menu-logo {
  margin-right: auto;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNGsw5yfnR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNGsw5yfnR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNGsw5yfnR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNGsw5yfnR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNGsw5yfnR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNGsw5yfnR .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNGsw5yfnR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNGsw5yfnR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNGsw5yfnR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNGsw5yfnR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNGsw5yfnR .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-rNGsw5yfnR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNGsw5yfnR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNGsw5yfnR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNGsw5yfnR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNGsw5yfnR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNGsw5yfnR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNGsw5yfnR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNGsw5yfnR button.navbar-toggler:focus {
  outline: none;
}
.cid-rNGsw5yfnR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNGsw5yfnR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNGsw5yfnR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNGsw5yfnR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNGsw5yfnR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNGsw5yfnR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNGsw5yfnR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNGsw5yfnR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNGsw5yfnR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNGsw5yfnR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNGsw5yfnR .collapsed .btn {
  display: flex;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNGsw5yfnR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNGsw5yfnR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNGsw5yfnR .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNGsw5yfnR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNGsw5yfnR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNGsw5yfnR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNGsw5yfnR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNGsw5yfnR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNGsw5yfnR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNGsw5yfnR .navbar-expand {
    flex-direction: column;
  }
  .cid-rNGsw5yfnR img {
    height: 3.8rem !important;
  }
  .cid-rNGsw5yfnR .btn {
    display: flex;
  }
  .cid-rNGsw5yfnR button.navbar-toggler {
    display: block;
  }
  .cid-rNGsw5yfnR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNGsw5yfnR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNGsw5yfnR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing,
  .cid-rNGsw5yfnR .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing .navbar-nav,
  .cid-rNGsw5yfnR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNGsw5yfnR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNGsw5yfnR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNGsw5yfnR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNGsw5yfnR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNGsw5yfnR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNGsw5yfnR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNGsw5yfnR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNGsw5yfnR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNGsw5yfnR .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-rNGsw5yfnR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNGsw5yfnR .navbar-collapse {
  flex-basis: auto;
}
.cid-rNGsw5yfnR .nav-link:hover,
.cid-rNGsw5yfnR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-s2bF9cGrgn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2bF9cGrgn P {
  color: #767676;
}
.cid-sx23fcCqyX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx23fcCqyX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx23fcCqyX H2 {
  color: #ffffff;
}
.cid-sx23fcCqyX H1 {
  color: #000000;
}
#custom-html-a9 {
  /* Type valid CSS here */
}
#custom-html-a9 div {
  padding: 40px 0;
  color: black;
  text-align: center;
}
#custom-html-a9 p {
  font-size: 60px;
  color: #777;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sx26zktjOd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sx26zktjOd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx26zktjOd H2 {
  color: #ffffff;
}
.cid-sx26zktjOd H1 {
  color: #ffffff;
}
.cid-s64gMYtAXY {
  padding-top: 240px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s64gMYtAXY .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-s64gMYtAXY .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s64gMYtAXY .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-s64gMYtAXY .form-group {
  padding-right: 0;
}
.cid-s64gMYtAXY .card {
  padding: 3rem 8rem;
}
.cid-s64gMYtAXY .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s64gMYtAXY .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-s64gMYtAXY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s64gMYtAXY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s64gMYtAXY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s64gMYtAXY .map-placeholder {
  display: none;
}
.cid-s64gMYtAXY .btn-primary {
  border: 1px solid #0f7699 !important;
}
.cid-s64gMYtAXY .btn-primary:hover {
  border: 1px solid #0f7699 !important;
}
.cid-s64gMYtAXY .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s64gMYtAXY .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s64gMYtAXY .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-s64gMYtAXY .mbr-text {
  color: #444;
}
.cid-s64gMYtAXY h5 {
  margin-bottom: 0;
}
.cid-s64gMYtAXY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s64gMYtAXY .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s64gMYtAXY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s64gMYtAXY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s64gMYtAXY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s64gMYtAXY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s64gMYtAXY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s64gMYtAXY .social-list a:hover {
  opacity: 0.4;
}
.cid-s64gMYtAXY .media-container-row > div {
  padding: 0px;
}
.cid-s64gMYtAXY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s64gMYtAXY .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-s64gMYtAXY .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-s64gMYtAXY .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-s64gMYtAXY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s64gMYtAXY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s64gMYtAXY .form-group {
    max-width: 180px;
  }
  .cid-s64gMYtAXY .card {
    padding: 2rem 1rem;
  }
}
.cid-s64gMYtAXY .links span {
  color: #9e9e9e;
}
.cid-s64gMYtAXY .logo-title,
.cid-s64gMYtAXY .logo-sub-title {
  text-align: center;
}
.cid-s64gMYtAXY .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s64gg3XFVN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s64gg3XFVN .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s64gg3XFVN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s64gg3XFVN .card:hover {
  margin-top: -0.6rem;
}
.cid-s64gg3XFVN .card-wrapper {
  position: relative;
}
.cid-s64gg3XFVN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s64gg3XFVN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s64gg3XFVN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s64gg3XFVN .big {
  margin-top: -25%;
}
.cid-s64gg3XFVN .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s64gg3XFVN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s64gg3XFVN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s64gg3XFVN .mbr-section-title {
  color: #ffffff;
}
.cid-s6J1cL6P3n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s6J1cL6P3n .google-map {
  height: 25rem;
  position: relative;
}
.cid-s6J1cL6P3n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s6J1cL6P3n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s6J1cL6P3n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s6J1cL6P3n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s6J1cL6P3n .container-fluid {
  padding: 0;
}
.cid-s6J1cL6P3n .relative {
  position: relative;
  width: 100%;
}
.cid-s6J1cL6P3n .mbr-section-title {
  color: #656565;
}
.cid-s6J1cL6P3n .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s6J1cL6P3n .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s6J1cL6P3n .title {
  text-align: center;
  color: #ffffff;
}
.cid-s6J1cL6P3n .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s6J1cL6P3n .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-s69o8LsYp7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s69o8LsYp7 .mbr-section-subtitle {
  color: #767676;
}
.cid-s69o8LsYp7 H2 {
  color: #ffffff;
}
.cid-s68OOE0AoW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s68OOE0AoW .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s68OOE0AoW .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s68OOE0AoW .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s68OOE0AoW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s68OOE0AoW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s68OOE0AoW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s68OOE0AoW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s68OOE0AoW .map-placeholder {
  display: none;
}
.cid-s68OOE0AoW .mbr-section-title,
.cid-s68OOE0AoW .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s68OOE0AoW .map-title {
    margin-top: 3rem;
  }
}
.cid-s68OUNbLAJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s68OUNbLAJ .card-icon {
  font-size: 56px;
  color: #073b4c;
  transition: color 0.3s;
}
.cid-s68OUNbLAJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s68OUNbLAJ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-s68OUNbLAJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #073b4c;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s68OUNbLAJ .card {
  padding: 0!important;
}
.cid-s68OUNbLAJ .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-s68OUNbLAJ .card-wrapper:hover {
  background: #073b4c;
}
.cid-s68OUNbLAJ .card-wrapper:hover .card-icon {
  color: #000000;
}
.cid-s68OUNbLAJ .card-wrapper:hover .line {
  background: #000000;
}
.cid-s68OUNbLAJ .card1 {
  background: #000000;
}
.cid-s68OUNbLAJ .card2 {
  background: #050505;
}
.cid-s68OUNbLAJ .card3 {
  background: #0a0a0a;
}
.cid-s68OUNbLAJ .card4 {
  background: #0f0f0f;
}
.cid-s68OUNbLAJ .card5 {
  background: #141414;
}
.cid-s68OUNbLAJ .card6 {
  background: #1a1a1a;
}
.cid-s68OUNbLAJ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-s68OUNbLAJ .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-s68OUNbLAJ .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s69otn3DA2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s69otn3DA2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s69otn3DA2 H2 {
  color: #ffffff;
}
.cid-s68OPXnF0v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s68OPXnF0v .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s68OPXnF0v .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s68OPXnF0v .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s68OPXnF0v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s68OPXnF0v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s68OPXnF0v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s68OPXnF0v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s68OPXnF0v .map-placeholder {
  display: none;
}
.cid-s68OPXnF0v .mbr-section-title,
.cid-s68OPXnF0v .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s68OPXnF0v .map-title {
    margin-top: 3rem;
  }
}
.cid-s68OKf0tsU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s68OKf0tsU .card-icon {
  font-size: 56px;
  color: #073b4c;
  transition: color 0.3s;
}
.cid-s68OKf0tsU .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s68OKf0tsU .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-s68OKf0tsU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #073b4c;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s68OKf0tsU .card {
  padding: 0!important;
}
.cid-s68OKf0tsU .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-s68OKf0tsU .card-wrapper:hover {
  background: #073b4c;
}
.cid-s68OKf0tsU .card-wrapper:hover .card-icon {
  color: #000000;
}
.cid-s68OKf0tsU .card-wrapper:hover .line {
  background: #000000;
}
.cid-s68OKf0tsU .card1 {
  background: #000000;
}
.cid-s68OKf0tsU .card2 {
  background: #050505;
}
.cid-s68OKf0tsU .card3 {
  background: #0a0a0a;
}
.cid-s68OKf0tsU .card4 {
  background: #0f0f0f;
}
.cid-s68OKf0tsU .card5 {
  background: #141414;
}
.cid-s68OKf0tsU .card6 {
  background: #1a1a1a;
}
.cid-s68OKf0tsU .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-s68OKf0tsU .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-s68OKf0tsU .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s69oupOlBo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s69oupOlBo .mbr-section-subtitle {
  color: #767676;
}
.cid-s69oupOlBo H2 {
  color: #ffffff;
}
.cid-s68OMwlbJx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s68OMwlbJx .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s68OMwlbJx .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s68OMwlbJx .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s68OMwlbJx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s68OMwlbJx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s68OMwlbJx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s68OMwlbJx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s68OMwlbJx .map-placeholder {
  display: none;
}
.cid-s68OMwlbJx .mbr-section-title,
.cid-s68OMwlbJx .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s68OMwlbJx .map-title {
    margin-top: 3rem;
  }
}
.cid-s69d7q20rx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s69d7q20rx .card-icon {
  font-size: 56px;
  color: #073b4c;
  transition: color 0.3s;
}
.cid-s69d7q20rx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s69d7q20rx .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-s69d7q20rx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #073b4c;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s69d7q20rx .card {
  padding: 0!important;
}
.cid-s69d7q20rx .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-s69d7q20rx .card-wrapper:hover {
  background: #073b4c;
}
.cid-s69d7q20rx .card-wrapper:hover .card-icon {
  color: #000000;
}
.cid-s69d7q20rx .card-wrapper:hover .line {
  background: #000000;
}
.cid-s69d7q20rx .card1 {
  background: #000000;
}
.cid-s69d7q20rx .card2 {
  background: #050505;
}
.cid-s69d7q20rx .card3 {
  background: #0a0a0a;
}
.cid-s69d7q20rx .card4 {
  background: #0f0f0f;
}
.cid-s69d7q20rx .card5 {
  background: #141414;
}
.cid-s69d7q20rx .card6 {
  background: #1a1a1a;
}
.cid-s69d7q20rx .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-s69d7q20rx .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-s69d7q20rx .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s69ovhNGeM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s69ovhNGeM .mbr-section-subtitle {
  color: #767676;
}
.cid-s69ovhNGeM H2 {
  color: #ffffff;
}
.cid-s68ON33QTw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s68ON33QTw .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-s68ON33QTw .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-s68ON33QTw .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-s68ON33QTw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s68ON33QTw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s68ON33QTw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s68ON33QTw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s68ON33QTw .map-placeholder {
  display: none;
}
.cid-s68ON33QTw .mbr-section-title,
.cid-s68ON33QTw .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s68ON33QTw .map-title {
    margin-top: 3rem;
  }
}
.cid-s69nWnsS7A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s69nWnsS7A .card-icon {
  font-size: 56px;
  color: #073b4c;
  transition: color 0.3s;
}
.cid-s69nWnsS7A .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s69nWnsS7A .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-s69nWnsS7A .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #073b4c;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s69nWnsS7A .card {
  padding: 0!important;
}
.cid-s69nWnsS7A .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-s69nWnsS7A .card-wrapper:hover {
  background: #073b4c;
}
.cid-s69nWnsS7A .card-wrapper:hover .card-icon {
  color: #000000;
}
.cid-s69nWnsS7A .card-wrapper:hover .line {
  background: #000000;
}
.cid-s69nWnsS7A .card1 {
  background: #000000;
}
.cid-s69nWnsS7A .card2 {
  background: #050505;
}
.cid-s69nWnsS7A .card3 {
  background: #0a0a0a;
}
.cid-s69nWnsS7A .card4 {
  background: #0f0f0f;
}
.cid-s69nWnsS7A .card5 {
  background: #141414;
}
.cid-s69nWnsS7A .card6 {
  background: #1a1a1a;
}
.cid-s69nWnsS7A .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-s69nWnsS7A .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-s69nWnsS7A .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uWqhiZrc9e {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uWqhiZrc9e P {
  color: #767676;
}
.cid-uWqhiZrc9e .mbr-text,
.cid-uWqhiZrc9e .mbr-section-btn {
  color: #0f7699;
}
.cid-uWqhiZrc9e H1 {
  color: #ffffff;
}
.cid-uWqg9DvwWr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWqg9DvwWr P {
  color: #767676;
}
.cid-uWqg9DvwWr H1 {
  color: #ffffff;
}
.cid-uWqg9DvwWr .mbr-text,
.cid-uWqg9DvwWr .mbr-section-btn {
  color: #0f7699;
}
.cid-vf5DkRBhMr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vf5DkRBhMr P {
  color: #767676;
}
.cid-vf5DkRBhMr .mbr-text,
.cid-vf5DkRBhMr .mbr-section-btn {
  color: #0f7699;
}
.cid-vf5DkRBhMr H1 {
  color: #ffffff;
}
.cid-vf5DmakYCn {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vf5DmakYCn P {
  color: #767676;
}
.cid-vf5DmakYCn H1 {
  color: #ffffff;
}
.cid-vf5DmakYCn .mbr-text,
.cid-vf5DmakYCn .mbr-section-btn {
  color: #0f7699;
}
.cid-vf5DSLYlnR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vf5DSLYlnR P {
  color: #767676;
}
.cid-vf5DSLYlnR .mbr-text,
.cid-vf5DSLYlnR .mbr-section-btn {
  color: #0f7699;
}
.cid-vf5DSLYlnR H1 {
  color: #ffffff;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rOqLnsQlal {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rOqLnsQlal a:link {
  text-decoration: none;
}
.cid-rOqLnsQlal .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rOqLnsQlal .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rOqLnsQlal .inner-text {
  line-height: 3em;
}
.cid-rOqLnsQlal .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOqLnsQlal .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rOqLnsQlal .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rOqLnsQlal .content-text,
.cid-rOqLnsQlal .inner-text {
  color: #c1c1c1;
}
.cid-rNAGqRuRFs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/befunky-collage1234-2000x1721.jpg");
}
.cid-rNAGqRuRFs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNAGqRuRFs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNAGqRuRFs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNAGqRuRFs .mbr-text {
    text-align: center;
  }
}
.cid-tREQcHf7yq {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hurricane-card1-645x1011.png");
}
.cid-tREQcHf7yq .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tREQcHf7yq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tREQcHf7yq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tREQcHf7yq .animated-element,
.cid-tREQcHf7yq .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tREQcHf7yq .typed-text {
    text-align: center;
  }
}
.cid-tREQcHf7yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREQcHf7yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREo7hulrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/club-card-tv1-copy-2-1460x821.png");
}
.cid-tREo7hulrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREo7hulrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREo7hulrU .container-fluid {
  padding: 0 0 0 60px;
}
@media (max-width: 992px) {
  .cid-tREo7hulrU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tREo7hulrU .container {
    padding: 0 25px;
  }
}
.cid-tREo7hulrU .title-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tREo7hulrU .title-wrapper {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tREo7hulrU .title-wrapper .title-wrap {
    margin-bottom: 50px;
  }
}
.cid-tREo7hulrU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tREo7hulrU .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tREo7hulrU .title-wrapper .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-tREo7hulrU .title-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-tREo7hulrU .title-wrapper .image-wrapper img {
  object-fit: cover;
  height: 560px;
  border-radius: 10rem 0 0 10rem;
}
.cid-tREo7hulrU .mbr-section-title {
  color: #ffffff;
}
.cid-tREo7hulrU .mbr-text {
  color: #ffffff;
}
.cid-tREo7hulrU .mbr-section-title,
.cid-tREo7hulrU .mbr-section-btn {
  color: #000000;
}
.cid-tyAbc7rYmY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tyAbc7rYmY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyAbc7rYmY .btn {
  margin: 0 0 .5rem 0;
}
.cid-tyAbc7rYmY H2 {
  color: #ffffff;
}
.cid-tsbSi1mIhK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pxl-20221220-033717688.mp-1.jpg");
}
.cid-tsbSi1mIhK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbSi1mIhK .btn {
  margin: 0 0 .5rem 0;
}
.cid-tsbSi1mIhK H2 {
  color: #ffffff;
}
.cid-srnOI7RU6a {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srnOI7RU6a .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srnOI7RU6a .video-block {
    width: 100% !important;
  }
}
.cid-vcVP5aE0zy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vcVP5aE0zy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcVP5aE0zy .section-text {
  padding: 2rem 0;
}
.cid-vcVP5aE0zy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vcVP5aE0zy .inner-container {
    width: 100% !important;
  }
}
.cid-rTx4gl2WHa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rTx4gl2WHa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rTx4gl2WHa H2 {
  color: #ffffff;
}
.cid-rTx4gl2WHa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rTx4h94yBk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rTx4h94yBk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTx4h94yBk .form-control,
.cid-rTx4h94yBk .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTx4h94yBk .form-control::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input::-webkit-input-placeholder,
.cid-rTx4h94yBk .form-control::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rTx4h94yBk .form-control:-moz-placeholder,
.cid-rTx4h94yBk .field-input:-moz-placeholder,
.cid-rTx4h94yBk .form-control:-moz-placeholder,
.cid-rTx4h94yBk .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rTx4h94yBk .form-control:hover,
.cid-rTx4h94yBk .field-input:hover,
.cid-rTx4h94yBk .form-control:focus,
.cid-rTx4h94yBk .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-rTx4h94yBk .form-control:hover::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input:hover::-webkit-input-placeholder,
.cid-rTx4h94yBk .form-control:focus::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input:focus::-webkit-input-placeholder,
.cid-rTx4h94yBk .form-control:hover::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input:hover::-webkit-input-placeholder,
.cid-rTx4h94yBk .form-control:focus::-webkit-input-placeholder,
.cid-rTx4h94yBk .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rTx4h94yBk .form-control:hover:-moz-placeholder,
.cid-rTx4h94yBk .field-input:hover:-moz-placeholder,
.cid-rTx4h94yBk .form-control:focus:-moz-placeholder,
.cid-rTx4h94yBk .field-input:focus:-moz-placeholder,
.cid-rTx4h94yBk .form-control:hover:-moz-placeholder,
.cid-rTx4h94yBk .field-input:hover:-moz-placeholder,
.cid-rTx4h94yBk .form-control:focus:-moz-placeholder,
.cid-rTx4h94yBk .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rTx4h94yBk .jq-number__spin:hover,
.cid-rTx4h94yBk .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTx4h94yBk .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTx4h94yBk .jq-selectbox li,
.cid-rTx4h94yBk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rTx4h94yBk .jq-selectbox li:hover,
.cid-rTx4h94yBk .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rTx4h94yBk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rTx4h94yBk .jq-number__spin.minus:hover:after,
.cid-rTx4h94yBk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rTx4h94yBk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rTx4h94yBk .jq-number__spin.minus:after,
.cid-rTx4h94yBk .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-rTx4h94yBk input::-webkit-clear-button {
  display: none;
}
.cid-rTx4h94yBk input::-webkit-inner-spin-button {
  display: none;
}
.cid-rTx4h94yBk input::-webkit-outer-spin-button {
  display: none;
}
.cid-rTx4h94yBk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rTHmh3FBsO {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-rTHmh3FBsO .image-block {
  margin: auto;
}
.cid-rTHmh3FBsO figcaption {
  position: relative;
}
.cid-rTHmh3FBsO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTHmh3FBsO .image-block {
    width: 100% !important;
  }
}
#custom-html-34l {
  /* Type valid CSS here */
}
#custom-html-34l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-34l p {
  font-size: 60px;
  color: #777;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
#custom-html-34m {
  /* Type valid CSS here */
}
#custom-html-34m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-34m p {
  font-size: 60px;
  color: #777;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sx26nKp7tE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sx26nKp7tE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx26nKp7tE H2 {
  color: #ffffff;
}
.cid-sx26nKp7tE H1 {
  color: #ffffff;
}
#custom-html-a8 {
  /* Type valid CSS here */
}
#custom-html-a8 div {
  padding: 40px 0;
  color: black;
  text-align: center;
}
#custom-html-a8 p {
  font-size: 60px;
  color: #777;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sx2xB6fo5t {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sx2xB6fo5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sx2xB6fo5t H2 {
  color: #ffffff;
}
.cid-sx2xB6fo5t H1 {
  color: #ffffff;
}
.cid-tREO7DTNWx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2396-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-tREO7DTNWx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREO7DTNWx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREO7DTNWx .mbr-text {
    text-align: center;
  }
}
.cid-tREO9aMnpJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREO9aMnpJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREO9aMnpJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREO9aMnpJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREO9aMnpJ .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-tRENYvkryu {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tRENYvkryu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tRENYvkryu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tRENYvkryu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tRENYvkryu .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNA4U5mqFK .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNA4U5mqFK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNA4U5mqFK a {
  font-style: normal;
}
.cid-rNA4U5mqFK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNA4U5mqFK .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNA4U5mqFK .nav-item:focus,
.cid-rNA4U5mqFK .nav-link:focus {
  outline: none;
}
.cid-rNA4U5mqFK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNA4U5mqFK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNA4U5mqFK .menu-logo {
  margin-right: auto;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNA4U5mqFK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNA4U5mqFK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNA4U5mqFK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNA4U5mqFK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNA4U5mqFK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNA4U5mqFK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNA4U5mqFK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNA4U5mqFK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNA4U5mqFK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNA4U5mqFK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNA4U5mqFK .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-rNA4U5mqFK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNA4U5mqFK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNA4U5mqFK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNA4U5mqFK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNA4U5mqFK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNA4U5mqFK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNA4U5mqFK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNA4U5mqFK button.navbar-toggler:focus {
  outline: none;
}
.cid-rNA4U5mqFK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNA4U5mqFK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNA4U5mqFK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNA4U5mqFK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNA4U5mqFK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNA4U5mqFK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNA4U5mqFK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNA4U5mqFK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNA4U5mqFK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNA4U5mqFK .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNA4U5mqFK .collapsed .btn {
  display: flex;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNA4U5mqFK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNA4U5mqFK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNA4U5mqFK .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNA4U5mqFK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNA4U5mqFK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNA4U5mqFK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNA4U5mqFK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNA4U5mqFK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNA4U5mqFK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNA4U5mqFK .navbar-expand {
    flex-direction: column;
  }
  .cid-rNA4U5mqFK img {
    height: 3.8rem !important;
  }
  .cid-rNA4U5mqFK .btn {
    display: flex;
  }
  .cid-rNA4U5mqFK button.navbar-toggler {
    display: block;
  }
  .cid-rNA4U5mqFK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNA4U5mqFK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNA4U5mqFK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing,
  .cid-rNA4U5mqFK .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing .navbar-nav,
  .cid-rNA4U5mqFK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNA4U5mqFK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNA4U5mqFK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNA4U5mqFK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNA4U5mqFK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNA4U5mqFK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNA4U5mqFK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNA4U5mqFK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNA4U5mqFK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNA4U5mqFK .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-rNA4U5mqFK .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNA4U5mqFK .navbar-collapse {
  flex-basis: auto;
}
.cid-rNA4U5mqFK .nav-link:hover,
.cid-rNA4U5mqFK .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNA4U4EImB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rNA6IdF4Mm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/279598821-5249414638455314-6230230275040587072-n-2000x1500.jpg");
}
.cid-rNA6IdF4Mm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNA6IdF4Mm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNA6IdF4Mm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNA6IdF4Mm .mbr-text {
    text-align: center;
  }
}
.cid-tDdnCorR49 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20230127-93932.jpeg");
}
@media (min-width: 992px) {
  .cid-tDdnCorR49 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tDdnCorR49 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tDdnCorR49 .mbr-text {
    text-align: center;
  }
}
.cid-uK58qXURCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/friday-200-2000x1545.png");
}
.cid-uK58qXURCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK58qXURCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK58qXURCj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uK58qXURCj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uK58qXURCj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uK58qXURCj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uK58qXURCj .container {
    padding: 0 24px;
  }
}
.cid-uK58qXURCj .image-wrapper img {
  border: 1px solid #000000;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uK58qXURCj .image-wrapper img {
    height: 400px;
  }
}
.cid-sSOPOKbFrD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #232323);
}
@media (min-width: 992px) {
  .cid-sSOPOKbFrD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSOPOKbFrD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSOPOKbFrD .mbr-text {
    text-align: center;
  }
}
.cid-rNFPb0fqew {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNFPb0fqew .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFPb0fqew .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFPb0fqew .mbr-text {
    text-align: center;
  }
}
.cid-tREJAIjIkf {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREJAIjIkf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREJAIjIkf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREJAIjIkf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREJAIjIkf .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNAbJPq02N .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNAbJPq02N .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNAbJPq02N a {
  font-style: normal;
}
.cid-rNAbJPq02N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNAbJPq02N .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNAbJPq02N .nav-item:focus,
.cid-rNAbJPq02N .nav-link:focus {
  outline: none;
}
.cid-rNAbJPq02N .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNAbJPq02N .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNAbJPq02N .menu-logo {
  margin-right: auto;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNAbJPq02N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNAbJPq02N .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNAbJPq02N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNAbJPq02N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNAbJPq02N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNAbJPq02N .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNAbJPq02N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNAbJPq02N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNAbJPq02N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNAbJPq02N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNAbJPq02N .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-rNAbJPq02N .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNAbJPq02N .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNAbJPq02N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNAbJPq02N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNAbJPq02N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNAbJPq02N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNAbJPq02N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNAbJPq02N button.navbar-toggler:focus {
  outline: none;
}
.cid-rNAbJPq02N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNAbJPq02N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNAbJPq02N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAbJPq02N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAbJPq02N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNAbJPq02N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAbJPq02N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNAbJPq02N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNAbJPq02N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAbJPq02N .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNAbJPq02N .collapsed .btn {
  display: flex;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNAbJPq02N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNAbJPq02N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNAbJPq02N .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNAbJPq02N .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNAbJPq02N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNAbJPq02N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNAbJPq02N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNAbJPq02N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNAbJPq02N .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNAbJPq02N .navbar-expand {
    flex-direction: column;
  }
  .cid-rNAbJPq02N img {
    height: 3.8rem !important;
  }
  .cid-rNAbJPq02N .btn {
    display: flex;
  }
  .cid-rNAbJPq02N button.navbar-toggler {
    display: block;
  }
  .cid-rNAbJPq02N .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNAbJPq02N .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNAbJPq02N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing,
  .cid-rNAbJPq02N .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing .navbar-nav,
  .cid-rNAbJPq02N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNAbJPq02N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNAbJPq02N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNAbJPq02N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNAbJPq02N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNAbJPq02N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAbJPq02N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNAbJPq02N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNAbJPq02N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNAbJPq02N .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-rNAbJPq02N .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNAbJPq02N .navbar-collapse {
  flex-basis: auto;
}
.cid-rNAbJPq02N .nav-link:hover,
.cid-rNAbJPq02N .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNAbJOMbVS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vfzvTq7ejW {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzvTq7ejW {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzvTq7ejW .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzvTq7ejW h1 {
  color: #ffffff;
}
.cid-vfzvTq7ejW h2 {
  color: #ffffff;
}
.cid-vfzvTq7ejW a {
  color: #ffffff;
}
.cid-vfzvTq7ejW .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzvTq7ejW .animated-element {
  color: #efefef;
}
.cid-vfzvTq7ejW .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzvTq7ejW .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzvTq7ejW .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzvTq7ejW .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzvTq7ejW .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzvTq7ejW .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzvTq7ejW .container-fluid {
  max-width: 1300px;
}
.cid-vfzvTq7ejW .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzvTq7ejW .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzvTq7ejW .btn-line {
  margin-top: 3rem;
}
.cid-vfzvU1G486 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzvU1G486 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzvU1G486 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzvU1G486 h1 {
  color: #ffffff;
}
.cid-vfzvU1G486 h2 {
  color: #ffffff;
}
.cid-vfzvU1G486 a {
  color: #ffffff;
}
.cid-vfzvU1G486 .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzvU1G486 .animated-element {
  color: #efefef;
}
.cid-vfzvU1G486 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzvU1G486 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzvU1G486 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzvU1G486 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzvU1G486 .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzvU1G486 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzvU1G486 .container-fluid {
  max-width: 1300px;
}
.cid-vfzvU1G486 .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzvU1G486 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzvU1G486 .btn-line {
  margin-top: 3rem;
}
.cid-rNAbJQ2RKK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
@media (min-width: 992px) {
  .cid-rNAbJQ2RKK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNAbJQ2RKK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNAbJQ2RKK .mbr-text {
    text-align: center;
  }
}
.cid-tREJJZDOcz {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREJJZDOcz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREJJZDOcz .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREJJZDOcz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREJJZDOcz .mbr-text {
    text-align: center;
  }
}
.cid-rNFPQSugjY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNFPQSugjY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFPQSugjY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFPQSugjY .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-se4BWx6VfT {
  background: #d9900f;
  padding-top: 90px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #d9900f);
}
.cid-se4BWx6VfT .image-block {
  margin: auto;
}
.cid-se4BWx6VfT figcaption {
  position: relative;
}
.cid-se4BWx6VfT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-se4BWx6VfT .image-block {
    width: 100% !important;
  }
}
.cid-se4ATOmP0L {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-se4ATOmP0L .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-se4ATOmP0L .menu-item .special-label {
  display: none;
}
.cid-se4ATOmP0L .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #ff3366;
}
.cid-se4ATOmP0L .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-se4ATOmP0L .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #ff3366;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-se4ATOmP0L .special-label {
  color: #fff;
}
.cid-se4ATOmP0L .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-se4ATOmP0L .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-se4ATOmP0L .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4ATOmP0L .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-se4ATOmP0L .menu-row {
  margin: 0;
}
.cid-se4ATOmP0L .group-title {
  color: #7f1933;
  font-weight: bold;
}
.cid-se4ATOmP0L .box-text {
  text-align: left;
  color: #ffffff;
}
.cid-se4ATOmP0L P {
  text-align: left;
  color: #ffffff;
}
.cid-se4ATOmP0L .box-text P {
  text-align: left;
}
.cid-se4ATOmP0L .item-title {
  color: #ffffff;
}
.cid-se4ATOmP0L SPAN {
  color: #ffffff;
}
.cid-se4ATOmP0L .mbr-section-title,
.cid-se4ATOmP0L .ornament {
  color: #ffffff;
}
.cid-u0eB9MfCWy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u0eB9MfCWy .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-u0eB9MfCWy .menu-item .special-label {
  display: none;
}
.cid-u0eB9MfCWy .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #ff3366;
}
.cid-u0eB9MfCWy .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-u0eB9MfCWy .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #ff3366;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-u0eB9MfCWy .special-label {
  color: #fff;
}
.cid-u0eB9MfCWy .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-u0eB9MfCWy .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-u0eB9MfCWy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u0eB9MfCWy .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-u0eB9MfCWy .menu-row {
  margin: 0;
}
.cid-u0eB9MfCWy .group-title {
  color: #7f1933;
  font-weight: bold;
}
.cid-u0eB9MfCWy .box-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0eB9MfCWy P {
  text-align: left;
  color: #ffffff;
}
.cid-u0eB9MfCWy .box-text P {
  text-align: left;
}
.cid-u0eB9MfCWy .item-title {
  color: #ffffff;
}
.cid-u0eB9MfCWy SPAN {
  color: #ffffff;
}
.cid-u0eB9MfCWy .mbr-section-title,
.cid-u0eB9MfCWy .ornament {
  color: #ffffff;
}
.cid-u0eKRdXlfk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u0eKRdXlfk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0eKRdXlfk .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-u0eKRdXlfk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0eKRdXlfk .inner-container {
    width: 100% !important;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNv2H2BDEk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-skAOU30Jrd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-skAOU30Jrd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-skAOU30Jrd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skAOU30Jrd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-skAOU30Jrd .mbr-text {
    text-align: center;
  }
}
.cid-seVpJH3eJc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-seVpJH3eJc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seVpJH3eJc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seVpJH3eJc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seVpJH3eJc .mbr-text {
    text-align: center;
  }
}
.cid-srJOPVecuL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-1127edited.jpg");
}
@media (min-width: 992px) {
  .cid-srJOPVecuL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srJOPVecuL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srJOPVecuL .mbr-text {
    text-align: center;
  }
}
.cid-tREIAeRzlM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREIAeRzlM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREIAeRzlM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREIAeRzlM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREIAeRzlM .mbr-text {
    text-align: center;
  }
}
.cid-rNGrYRJqIP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNGrYRJqIP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNGrYRJqIP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNGrYRJqIP .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNzTcUFqPQ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNzTcUFqPQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNzTcUFqPQ a {
  font-style: normal;
}
.cid-rNzTcUFqPQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNzTcUFqPQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNzTcUFqPQ .nav-item:focus,
.cid-rNzTcUFqPQ .nav-link:focus {
  outline: none;
}
.cid-rNzTcUFqPQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNzTcUFqPQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNzTcUFqPQ .menu-logo {
  margin-right: auto;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNzTcUFqPQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNzTcUFqPQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNzTcUFqPQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNzTcUFqPQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNzTcUFqPQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNzTcUFqPQ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNzTcUFqPQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNzTcUFqPQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNzTcUFqPQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNzTcUFqPQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNzTcUFqPQ .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-rNzTcUFqPQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNzTcUFqPQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNzTcUFqPQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNzTcUFqPQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNzTcUFqPQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNzTcUFqPQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNzTcUFqPQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNzTcUFqPQ button.navbar-toggler:focus {
  outline: none;
}
.cid-rNzTcUFqPQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNzTcUFqPQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNzTcUFqPQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzTcUFqPQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzTcUFqPQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNzTcUFqPQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzTcUFqPQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNzTcUFqPQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNzTcUFqPQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzTcUFqPQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNzTcUFqPQ .collapsed .btn {
  display: flex;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNzTcUFqPQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNzTcUFqPQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNzTcUFqPQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNzTcUFqPQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNzTcUFqPQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNzTcUFqPQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNzTcUFqPQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNzTcUFqPQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNzTcUFqPQ .navbar-expand {
    flex-direction: column;
  }
  .cid-rNzTcUFqPQ img {
    height: 3.8rem !important;
  }
  .cid-rNzTcUFqPQ .btn {
    display: flex;
  }
  .cid-rNzTcUFqPQ button.navbar-toggler {
    display: block;
  }
  .cid-rNzTcUFqPQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNzTcUFqPQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNzTcUFqPQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing,
  .cid-rNzTcUFqPQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing .navbar-nav,
  .cid-rNzTcUFqPQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNzTcUFqPQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNzTcUFqPQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNzTcUFqPQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNzTcUFqPQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNzTcUFqPQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzTcUFqPQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNzTcUFqPQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNzTcUFqPQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNzTcUFqPQ .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-rNzTcUFqPQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNzTcUFqPQ .navbar-collapse {
  flex-basis: auto;
}
.cid-rNzTcUFqPQ .nav-link:hover,
.cid-rNzTcUFqPQ .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNzTcUejox {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #231060;
}
.cid-rNzTcV7kDX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
@media (min-width: 992px) {
  .cid-rNzTcV7kDX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNzTcV7kDX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzTcV7kDX .mbr-text {
    text-align: center;
  }
}
.cid-seVpPJpdkM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-seVpPJpdkM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seVpPJpdkM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seVpPJpdkM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seVpPJpdkM .mbr-text {
    text-align: center;
  }
}
.cid-sSOPwNpi5o {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-1127edited-1.jpg");
}
@media (min-width: 992px) {
  .cid-sSOPwNpi5o .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSOPwNpi5o .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSOPwNpi5o .mbr-text {
    text-align: center;
  }
}
.cid-s8kRVICbw7 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-80.jpg");
}
.cid-s8kRVICbw7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s8kRVICbw7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8kRVICbw7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s8kRVICbw7 .mbr-text {
    text-align: center;
  }
}
.cid-rNzTcVN5WS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNzTcVN5WS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNzTcVN5WS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzTcVN5WS .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNzUwymlWR .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNzUwymlWR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNzUwymlWR a {
  font-style: normal;
}
.cid-rNzUwymlWR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNzUwymlWR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNzUwymlWR .nav-item:focus,
.cid-rNzUwymlWR .nav-link:focus {
  outline: none;
}
.cid-rNzUwymlWR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNzUwymlWR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNzUwymlWR .menu-logo {
  margin-right: auto;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNzUwymlWR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNzUwymlWR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNzUwymlWR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNzUwymlWR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNzUwymlWR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNzUwymlWR .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNzUwymlWR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNzUwymlWR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNzUwymlWR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNzUwymlWR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNzUwymlWR .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-rNzUwymlWR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNzUwymlWR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNzUwymlWR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNzUwymlWR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNzUwymlWR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNzUwymlWR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNzUwymlWR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNzUwymlWR button.navbar-toggler:focus {
  outline: none;
}
.cid-rNzUwymlWR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNzUwymlWR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNzUwymlWR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzUwymlWR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzUwymlWR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNzUwymlWR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzUwymlWR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNzUwymlWR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNzUwymlWR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzUwymlWR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNzUwymlWR .collapsed .btn {
  display: flex;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNzUwymlWR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNzUwymlWR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNzUwymlWR .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNzUwymlWR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNzUwymlWR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNzUwymlWR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNzUwymlWR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNzUwymlWR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNzUwymlWR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNzUwymlWR .navbar-expand {
    flex-direction: column;
  }
  .cid-rNzUwymlWR img {
    height: 3.8rem !important;
  }
  .cid-rNzUwymlWR .btn {
    display: flex;
  }
  .cid-rNzUwymlWR button.navbar-toggler {
    display: block;
  }
  .cid-rNzUwymlWR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNzUwymlWR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNzUwymlWR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing,
  .cid-rNzUwymlWR .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing .navbar-nav,
  .cid-rNzUwymlWR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNzUwymlWR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNzUwymlWR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNzUwymlWR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNzUwymlWR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNzUwymlWR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzUwymlWR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNzUwymlWR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNzUwymlWR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNzUwymlWR .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-rNzUwymlWR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNzUwymlWR .navbar-collapse {
  flex-basis: auto;
}
.cid-rNzUwymlWR .nav-link:hover,
.cid-rNzUwymlWR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNzUwxK20O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rNzUwyRtbM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x935.jpg");
}
@media (min-width: 992px) {
  .cid-rNzUwyRtbM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNzUwyRtbM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzUwyRtbM .mbr-text {
    text-align: center;
  }
}
.cid-uKJDARFqIi {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uKJDARFqIi .image-block {
  margin: auto;
}
.cid-uKJDARFqIi figcaption {
  position: relative;
}
.cid-uKJDARFqIi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uKJDARFqIi .image-block {
    width: 100% !important;
  }
}
.cid-seVpVMh9up {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-seVpVMh9up .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seVpVMh9up .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seVpVMh9up .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seVpVMh9up .mbr-text {
    text-align: center;
  }
}
.cid-sSOPBJxdT3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-sSOPBJxdT3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSOPBJxdT3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSOPBJxdT3 .mbr-text {
    text-align: center;
  }
}
.cid-rNzUwzAmaK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNzUwzAmaK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNzUwzAmaK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzUwzAmaK .mbr-text {
    text-align: center;
  }
}
.cid-tREHoUoapb {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREHoUoapb .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREHoUoapb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREHoUoapb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREHoUoapb .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-srnVWV80G7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-srnVWV80G7 .row {
  flex-direction: row-reverse;
}
.cid-srnVWV80G7 .video-wrapper iframe {
  width: 100%;
}
.cid-srnVWV80G7 .mbr-section-title,
.cid-srnVWV80G7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-srnVWV80G7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-srnVWV80G7 .mbr-text {
  color: #ffffff;
}
.cid-srnVWV80G7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srnVWV80G7 .mbr-section-title {
  color: #ffffff;
}
.cid-srnVWV80G7 .mbr-description {
  color: #ffffff;
}
.cid-sro1Hgt6Bv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sro1Hgt6Bv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sro1Hgt6Bv H2 {
  color: #ffffff;
}
.cid-sro1Hgt6Bv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sro1PdHpt6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sro1PdHpt6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sro1PdHpt6 .form-control,
.cid-sro1PdHpt6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sro1PdHpt6 .form-control::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input::-webkit-input-placeholder,
.cid-sro1PdHpt6 .form-control::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sro1PdHpt6 .form-control:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:-moz-placeholder,
.cid-sro1PdHpt6 .form-control:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sro1PdHpt6 .form-control:hover,
.cid-sro1PdHpt6 .field-input:hover,
.cid-sro1PdHpt6 .form-control:focus,
.cid-sro1PdHpt6 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sro1PdHpt6 .form-control:hover::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input:hover::-webkit-input-placeholder,
.cid-sro1PdHpt6 .form-control:focus::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input:focus::-webkit-input-placeholder,
.cid-sro1PdHpt6 .form-control:hover::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input:hover::-webkit-input-placeholder,
.cid-sro1PdHpt6 .form-control:focus::-webkit-input-placeholder,
.cid-sro1PdHpt6 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sro1PdHpt6 .form-control:hover:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:hover:-moz-placeholder,
.cid-sro1PdHpt6 .form-control:focus:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:focus:-moz-placeholder,
.cid-sro1PdHpt6 .form-control:hover:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:hover:-moz-placeholder,
.cid-sro1PdHpt6 .form-control:focus:-moz-placeholder,
.cid-sro1PdHpt6 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sro1PdHpt6 .jq-number__spin:hover,
.cid-sro1PdHpt6 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sro1PdHpt6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sro1PdHpt6 .jq-selectbox li,
.cid-sro1PdHpt6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sro1PdHpt6 .jq-selectbox li:hover,
.cid-sro1PdHpt6 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sro1PdHpt6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sro1PdHpt6 .jq-number__spin.minus:hover:after,
.cid-sro1PdHpt6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sro1PdHpt6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sro1PdHpt6 .jq-number__spin.minus:after,
.cid-sro1PdHpt6 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sro1PdHpt6 input::-webkit-clear-button {
  display: none;
}
.cid-sro1PdHpt6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sro1PdHpt6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sro1PdHpt6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-szWpMiDG1t {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-szWpMiDG1t .video-wrapper iframe {
  width: 100%;
}
.cid-szWpMiDG1t .mbr-section-title,
.cid-szWpMiDG1t .mbr-section-subtitle,
.cid-szWpMiDG1t .mbr-text {
  text-align: center;
}
.cid-szWpMiDG1t .mbr-text {
  color: #ffffff;
}
.cid-srnW1k4kY2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-srnW1k4kY2 .video-wrapper iframe {
  width: 100%;
}
.cid-srnW1k4kY2 .mbr-section-title,
.cid-srnW1k4kY2 .mbr-section-subtitle,
.cid-srnW1k4kY2 .mbr-text {
  text-align: center;
}
.cid-srnW1k4kY2 .mbr-text {
  color: #ffffff;
}
.cid-t9pvRuQdUo {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t9pvRuQdUo .video-wrapper iframe {
  width: 100%;
}
.cid-t9pvRuQdUo .mbr-section-title,
.cid-t9pvRuQdUo .mbr-section-subtitle,
.cid-t9pvRuQdUo .mbr-text {
  text-align: center;
}
.cid-t9pvRuQdUo .mbr-text {
  color: #ffffff;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-svqd4ocC2A .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-svqd4ocC2A .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-svqd4ocC2A a {
  font-style: normal;
}
.cid-svqd4ocC2A .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-svqd4ocC2A .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-svqd4ocC2A .nav-item:focus,
.cid-svqd4ocC2A .nav-link:focus {
  outline: none;
}
.cid-svqd4ocC2A .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-svqd4ocC2A .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-svqd4ocC2A .menu-logo {
  margin-right: auto;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-svqd4ocC2A .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-svqd4ocC2A .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-svqd4ocC2A .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-svqd4ocC2A .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-svqd4ocC2A .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-svqd4ocC2A .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-svqd4ocC2A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-svqd4ocC2A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svqd4ocC2A .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-svqd4ocC2A .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svqd4ocC2A .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-svqd4ocC2A .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-svqd4ocC2A .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-svqd4ocC2A .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-svqd4ocC2A .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-svqd4ocC2A .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-svqd4ocC2A .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-svqd4ocC2A button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-svqd4ocC2A button.navbar-toggler:focus {
  outline: none;
}
.cid-svqd4ocC2A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svqd4ocC2A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-svqd4ocC2A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-svqd4ocC2A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-svqd4ocC2A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-svqd4ocC2A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svqd4ocC2A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-svqd4ocC2A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-svqd4ocC2A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svqd4ocC2A .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-svqd4ocC2A .collapsed .btn {
  display: flex;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-svqd4ocC2A .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-svqd4ocC2A .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-svqd4ocC2A .collapsed button.navbar-toggler {
  display: block;
}
.cid-svqd4ocC2A .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-svqd4ocC2A .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-svqd4ocC2A .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-svqd4ocC2A .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-svqd4ocC2A .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-svqd4ocC2A .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-svqd4ocC2A .navbar-expand {
    flex-direction: column;
  }
  .cid-svqd4ocC2A img {
    height: 3.8rem !important;
  }
  .cid-svqd4ocC2A .btn {
    display: flex;
  }
  .cid-svqd4ocC2A button.navbar-toggler {
    display: block;
  }
  .cid-svqd4ocC2A .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-svqd4ocC2A .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-svqd4ocC2A .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing,
  .cid-svqd4ocC2A .navbar-collapse.show {
    display: block !important;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing .navbar-nav,
  .cid-svqd4ocC2A .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-svqd4ocC2A .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-svqd4ocC2A .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing .navbar-buttons,
  .cid-svqd4ocC2A .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-svqd4ocC2A .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-svqd4ocC2A .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-svqd4ocC2A .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-svqd4ocC2A .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-svqd4ocC2A .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-svqd4ocC2A .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-svqd4ocC2A .menu-logo {
    flex-shrink: 0;
  }
}
.cid-svqd4ocC2A .navbar-collapse {
  flex-basis: auto;
}
.cid-svqd4ocC2A .nav-link:hover,
.cid-svqd4ocC2A .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sBEVKzd4a0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBEVKzd4a0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBEVKzd4a0 H2 {
  color: #ffffff;
}
.cid-sBEVKzd4a0 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sBEAiDSluv {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBEAiDSluv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBEAiDSluv H2 {
  color: #ffffff;
}
.cid-sBEAiDSluv H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tNRXtMJlWq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tNRXtMJlWq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNRXtMJlWq H2 {
  color: #ffffff;
}
.cid-vfzq9DcEyI {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzq9DcEyI {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzq9DcEyI .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzq9DcEyI h1 {
  color: #ffffff;
}
.cid-vfzq9DcEyI h2 {
  color: #ffffff;
}
.cid-vfzq9DcEyI a {
  color: #ffffff;
}
.cid-vfzq9DcEyI .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzq9DcEyI .animated-element {
  color: #efefef;
}
.cid-vfzq9DcEyI .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzq9DcEyI .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzq9DcEyI .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzq9DcEyI .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzq9DcEyI .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzq9DcEyI .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzq9DcEyI .container-fluid {
  max-width: 1300px;
}
.cid-vfzq9DcEyI .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzq9DcEyI .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzq9DcEyI .btn-line {
  margin-top: 3rem;
}
.cid-vfzqahmqw3 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-vfzqahmqw3 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqahmqw3 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqahmqw3 h1 {
  color: #ffffff;
}
.cid-vfzqahmqw3 h2 {
  color: #ffffff;
}
.cid-vfzqahmqw3 a {
  color: #ffffff;
}
.cid-vfzqahmqw3 .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqahmqw3 .animated-element {
  color: #efefef;
}
.cid-vfzqahmqw3 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqahmqw3 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqahmqw3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqahmqw3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqahmqw3 .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqahmqw3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqahmqw3 .container-fluid {
  max-width: 1300px;
}
.cid-vfzqahmqw3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #1d83a4;
}
.cid-vfzqahmqw3 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqahmqw3 .btn-line {
  margin-top: 3rem;
}
.cid-vfzqaPzoeS {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzqaPzoeS {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqaPzoeS .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqaPzoeS h1 {
  color: #ffffff;
}
.cid-vfzqaPzoeS h2 {
  color: #ffffff;
}
.cid-vfzqaPzoeS a {
  color: #ffffff;
}
.cid-vfzqaPzoeS .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqaPzoeS .animated-element {
  color: #efefef;
}
.cid-vfzqaPzoeS .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqaPzoeS .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqaPzoeS .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqaPzoeS .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqaPzoeS .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqaPzoeS .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqaPzoeS .container-fluid {
  max-width: 1300px;
}
.cid-vfzqaPzoeS .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzqaPzoeS .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqaPzoeS .btn-line {
  margin-top: 3rem;
}
.cid-tRECDd1GNe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hurricane-card1-645x1011.png");
}
.cid-tRECDd1GNe .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tRECDd1GNe .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tRECDd1GNe .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tRECDd1GNe .animated-element,
.cid-tRECDd1GNe .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRECDd1GNe .typed-text {
    text-align: center;
  }
}
.cid-tRECDd1GNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRECDd1GNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svqd4pgayN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-svqd4pgayN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svqd4pgayN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svqd4pgayN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svqd4pgayN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svqd4pgayN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svqd4pgayN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svqd4pgayN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svqd4pgayN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-svqd4pgayN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-svqd4pgayN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svqd4pgayN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svqd4pgayN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svqd4pgayN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svqd4pgayN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNAfGkEUqR .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNAfGkEUqR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNAfGkEUqR a {
  font-style: normal;
}
.cid-rNAfGkEUqR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNAfGkEUqR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNAfGkEUqR .nav-item:focus,
.cid-rNAfGkEUqR .nav-link:focus {
  outline: none;
}
.cid-rNAfGkEUqR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNAfGkEUqR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNAfGkEUqR .menu-logo {
  margin-right: auto;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNAfGkEUqR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNAfGkEUqR .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-rNAfGkEUqR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNAfGkEUqR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNAfGkEUqR button.navbar-toggler:focus {
  outline: none;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAfGkEUqR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNAfGkEUqR .collapsed .btn {
  display: flex;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNAfGkEUqR .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNAfGkEUqR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNAfGkEUqR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNAfGkEUqR .navbar-expand {
    flex-direction: column;
  }
  .cid-rNAfGkEUqR img {
    height: 3.8rem !important;
  }
  .cid-rNAfGkEUqR .btn {
    display: flex;
  }
  .cid-rNAfGkEUqR button.navbar-toggler {
    display: block;
  }
  .cid-rNAfGkEUqR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNAfGkEUqR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNAfGkEUqR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing,
  .cid-rNAfGkEUqR .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAfGkEUqR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNAfGkEUqR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNAfGkEUqR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNAfGkEUqR .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-rNAfGkEUqR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNAfGkEUqR .navbar-collapse {
  flex-basis: auto;
}
.cid-rNAfGkEUqR .nav-link:hover,
.cid-rNAfGkEUqR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNFSAHogg4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNFSAHogg4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rNFSAHogg4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNFdzoUbpw .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNFdzoUbpw .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNFdzoUbpw a {
  font-style: normal;
}
.cid-rNFdzoUbpw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNFdzoUbpw .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNFdzoUbpw .nav-item:focus,
.cid-rNFdzoUbpw .nav-link:focus {
  outline: none;
}
.cid-rNFdzoUbpw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNFdzoUbpw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNFdzoUbpw .menu-logo {
  margin-right: auto;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNFdzoUbpw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNFdzoUbpw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNFdzoUbpw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNFdzoUbpw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNFdzoUbpw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNFdzoUbpw .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNFdzoUbpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNFdzoUbpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNFdzoUbpw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNFdzoUbpw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNFdzoUbpw .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-rNFdzoUbpw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNFdzoUbpw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNFdzoUbpw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNFdzoUbpw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNFdzoUbpw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNFdzoUbpw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNFdzoUbpw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNFdzoUbpw button.navbar-toggler:focus {
  outline: none;
}
.cid-rNFdzoUbpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNFdzoUbpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNFdzoUbpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFdzoUbpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNFdzoUbpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNFdzoUbpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFdzoUbpw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNFdzoUbpw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNFdzoUbpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNFdzoUbpw .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNFdzoUbpw .collapsed .btn {
  display: flex;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNFdzoUbpw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNFdzoUbpw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNFdzoUbpw .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNFdzoUbpw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNFdzoUbpw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNFdzoUbpw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNFdzoUbpw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNFdzoUbpw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNFdzoUbpw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNFdzoUbpw .navbar-expand {
    flex-direction: column;
  }
  .cid-rNFdzoUbpw img {
    height: 3.8rem !important;
  }
  .cid-rNFdzoUbpw .btn {
    display: flex;
  }
  .cid-rNFdzoUbpw button.navbar-toggler {
    display: block;
  }
  .cid-rNFdzoUbpw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNFdzoUbpw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNFdzoUbpw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing,
  .cid-rNFdzoUbpw .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing .navbar-nav,
  .cid-rNFdzoUbpw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNFdzoUbpw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNFdzoUbpw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNFdzoUbpw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNFdzoUbpw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNFdzoUbpw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNFdzoUbpw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNFdzoUbpw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNFdzoUbpw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNFdzoUbpw .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-rNFdzoUbpw .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNFdzoUbpw .navbar-collapse {
  flex-basis: auto;
}
.cid-rNFdzoUbpw .nav-link:hover,
.cid-rNFdzoUbpw .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNFdzq8S0Z {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-34.jpg");
}
@media (min-width: 992px) {
  .cid-rNFdzq8S0Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFdzq8S0Z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFdzq8S0Z .mbr-text {
    text-align: center;
  }
}
.cid-rNFdzq8S0Z H3 {
  text-align: right;
}
.cid-rNFdzq8S0Z H1 {
  text-align: right;
}
.cid-rSoSIZrwTo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-34.jpg");
}
@media (min-width: 992px) {
  .cid-rSoSIZrwTo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSoSIZrwTo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rSoSIZrwTo .mbr-text {
    text-align: center;
  }
}
.cid-sIUUFtpafJ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-73.jpg");
}
.cid-sIUUFtpafJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIUUFtpafJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIUUFtpafJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIUUFtpafJ .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNASzCFYit .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNASzCFYit .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNASzCFYit a {
  font-style: normal;
}
.cid-rNASzCFYit .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNASzCFYit .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNASzCFYit .nav-item:focus,
.cid-rNASzCFYit .nav-link:focus {
  outline: none;
}
.cid-rNASzCFYit .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNASzCFYit .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNASzCFYit .menu-logo {
  margin-right: auto;
}
.cid-rNASzCFYit .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNASzCFYit .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNASzCFYit .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNASzCFYit .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNASzCFYit .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNASzCFYit .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNASzCFYit .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-rNASzCFYit .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNASzCFYit .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNASzCFYit button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNASzCFYit button.navbar-toggler:focus {
  outline: none;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNASzCFYit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNASzCFYit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNASzCFYit .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNASzCFYit .collapsed .btn {
  display: flex;
}
.cid-rNASzCFYit .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing,
.cid-rNASzCFYit .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNASzCFYit .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNASzCFYit .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNASzCFYit .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNASzCFYit .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNASzCFYit .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNASzCFYit .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNASzCFYit .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNASzCFYit .navbar-expand {
    flex-direction: column;
  }
  .cid-rNASzCFYit img {
    height: 3.8rem !important;
  }
  .cid-rNASzCFYit .btn {
    display: flex;
  }
  .cid-rNASzCFYit button.navbar-toggler {
    display: block;
  }
  .cid-rNASzCFYit .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNASzCFYit .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNASzCFYit .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing,
  .cid-rNASzCFYit .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNASzCFYit .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNASzCFYit .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNASzCFYit .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNASzCFYit .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNASzCFYit .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNASzCFYit .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-rNASzCFYit .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNASzCFYit .navbar-collapse {
  flex-basis: auto;
}
.cid-rNASzCFYit .nav-link:hover,
.cid-rNASzCFYit .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sQWEMFVbCv {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sQWEMFVbCv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sQWEMFVbCv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sQWEMFVbCv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sQWEMFVbCv .mbr-text,
.cid-sQWEMFVbCv .mbr-section-btn {
  text-align: center;
}
.cid-sTts6RLBVf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sTts6RLBVf img {
  width: 100%;
  object-fit: cover;
  height: 650px;
}
@media (max-width: 800px) {
  .cid-sTts6RLBVf img {
    height: auto;
  }
}
.cid-sQWJp1w9bZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWJp1w9bZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQWJp1w9bZ H2 {
  color: #ffffff;
}
.cid-sQWJp1w9bZ H1 {
  color: #ffffff;
}
.cid-sQWPfIHhkL {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sQWPfIHhkL .mbr-section-subtitle {
  color: #767676;
}
.cid-sQWPfIHhkL H2 {
  color: #ffffff;
}
.cid-sQWJll8Djw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWJll8Djw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQWJll8Djw .btn {
  margin: 0 0 .5rem 0;
}
.cid-sQWJll8Djw H2 {
  color: #ffffff;
}
.cid-sQWKZC4qZa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWKZC4qZa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQWKZC4qZa .btn {
  margin: 0 0 .5rem 0;
}
.cid-sQWKZC4qZa H2 {
  color: #ffffff;
}
.cid-sQWL0eGpZS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWL0eGpZS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQWL0eGpZS .btn {
  margin: 0 0 .5rem 0;
}
.cid-sQWL0eGpZS H2 {
  color: #ffffff;
}
.cid-sQWL0NpyHu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sQWL0NpyHu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQWL0NpyHu .btn {
  margin: 0 0 .5rem 0;
}
.cid-sQWL0NpyHu H2 {
  color: #ffffff;
}
.cid-sQWOyIK87f .google-map {
  height: 25rem;
  position: relative;
}
.cid-sQWOyIK87f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQWOyIK87f .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQWOyIK87f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQWOyIK87f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRurpsg27l .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sRurpsg27l .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sRurpsg27l a {
  font-style: normal;
}
.cid-sRurpsg27l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRurpsg27l .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sRurpsg27l .nav-item:focus,
.cid-sRurpsg27l .nav-link:focus {
  outline: none;
}
.cid-sRurpsg27l .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sRurpsg27l .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRurpsg27l .menu-logo {
  margin-right: auto;
}
.cid-sRurpsg27l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sRurpsg27l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sRurpsg27l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRurpsg27l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRurpsg27l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRurpsg27l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRurpsg27l .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRurpsg27l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRurpsg27l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRurpsg27l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRurpsg27l .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRurpsg27l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRurpsg27l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRurpsg27l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRurpsg27l .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRurpsg27l .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-sRurpsg27l .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRurpsg27l .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRurpsg27l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRurpsg27l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRurpsg27l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRurpsg27l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRurpsg27l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRurpsg27l button.navbar-toggler:focus {
  outline: none;
}
.cid-sRurpsg27l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRurpsg27l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRurpsg27l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRurpsg27l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRurpsg27l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRurpsg27l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRurpsg27l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRurpsg27l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRurpsg27l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRurpsg27l .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sRurpsg27l .collapsed .btn {
  display: flex;
}
.cid-sRurpsg27l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing,
.cid-sRurpsg27l .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRurpsg27l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRurpsg27l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRurpsg27l .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRurpsg27l .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRurpsg27l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRurpsg27l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sRurpsg27l .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRurpsg27l .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRurpsg27l .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRurpsg27l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sRurpsg27l .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRurpsg27l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRurpsg27l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sRurpsg27l .navbar-expand {
    flex-direction: column;
  }
  .cid-sRurpsg27l img {
    height: 3.8rem !important;
  }
  .cid-sRurpsg27l .btn {
    display: flex;
  }
  .cid-sRurpsg27l button.navbar-toggler {
    display: block;
  }
  .cid-sRurpsg27l .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRurpsg27l .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRurpsg27l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing,
  .cid-sRurpsg27l .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing .navbar-nav,
  .cid-sRurpsg27l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRurpsg27l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRurpsg27l .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRurpsg27l .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRurpsg27l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRurpsg27l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRurpsg27l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sRurpsg27l .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRurpsg27l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRurpsg27l .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-sRurpsg27l .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sRurpsg27l .navbar-collapse {
  flex-basis: auto;
}
.cid-sRurpsg27l .nav-link:hover,
.cid-sRurpsg27l .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-sRurpsZDyU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sRurpsZDyU .mbr-section-subtitle {
  color: #767676;
}
.cid-sRurpsZDyU H2 {
  color: #ffffff;
}
.cid-uEuWPc3M7N {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEuWPc3M7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuWPc3M7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuWPc3M7N .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEuWPc3M7N .image-wrapper img {
    height: 350px;
  }
}
.cid-uEuWPc3M7N .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uEuWPc3M7N .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uEuWPc3M7N .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEuWPc3M7N .mbr-text {
  color: #747474;
}
.cid-uEuWOi3oP5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEuWOi3oP5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEuWOi3oP5 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEuWOi3oP5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEuWOi3oP5 .inner-container {
    width: 100% !important;
  }
}
.cid-uEuWQo67Ll {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEuWQo67Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuWQo67Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuWQo67Ll .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEuWQo67Ll .image-wrapper img {
    height: 350px;
  }
}
.cid-uEuWQo67Ll .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uEuWQo67Ll .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uEuWQo67Ll .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEuWQo67Ll .mbr-text {
  color: #747474;
}
.cid-uEuWPQlYgX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEuWPQlYgX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEuWPQlYgX .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEuWPQlYgX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEuWPQlYgX .inner-container {
    width: 100% !important;
  }
}
.cid-uEuWNdyiQE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEuWNdyiQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuWNdyiQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuWNdyiQE .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEuWNdyiQE .image-wrapper img {
    height: 350px;
  }
}
.cid-uEuWNdyiQE .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uEuWNdyiQE .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uEuWNdyiQE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEuWNdyiQE .mbr-text {
  color: #747474;
}
.cid-uEuWMsROPZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEuWMsROPZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEuWMsROPZ .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEuWMsROPZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEuWMsROPZ .inner-container {
    width: 100% !important;
  }
}
.cid-uEuWLqWwzV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEuWLqWwzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuWLqWwzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuWLqWwzV .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEuWLqWwzV .image-wrapper img {
    height: 350px;
  }
}
.cid-uEuWLqWwzV .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uEuWLqWwzV .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uEuWLqWwzV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEuWLqWwzV .mbr-text {
  color: #747474;
}
.cid-uEuWKCcJ1H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEuWKCcJ1H .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEuWKCcJ1H .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEuWKCcJ1H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEuWKCcJ1H .inner-container {
    width: 100% !important;
  }
}
.cid-uEuWK95HK0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uEuWK95HK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuWK95HK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuWK95HK0 .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEuWK95HK0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEuWK95HK0 .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uEuWK95HK0 .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uEuWK95HK0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEuWK95HK0 .mbr-text {
  color: #747474;
}
.cid-uEuWJywWtw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uEuWJywWtw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEuWJywWtw .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uEuWJywWtw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEuWJywWtw .inner-container {
    width: 100% !important;
  }
}
.cid-usBYOtSwen {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-usBYOtSwen {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-usBYOtSwen .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-usBYOtSwen h1 {
  color: #ffffff;
}
.cid-usBYOtSwen h2 {
  color: #ffffff;
}
.cid-usBYOtSwen a {
  color: #ffffff;
}
.cid-usBYOtSwen .btn-line::after {
  background-color: #ffffff;
}
.cid-usBYOtSwen .animated-element {
  color: #efefef;
}
.cid-usBYOtSwen .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-usBYOtSwen .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-usBYOtSwen .container-fluid {
    padding: 0 1rem;
  }
  .cid-usBYOtSwen .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-usBYOtSwen .mbr-white {
    padding-left: 6rem;
  }
  .cid-usBYOtSwen .container-fluid {
    padding: 0 2rem;
  }
}
.cid-usBYOtSwen .container-fluid {
  max-width: 1300px;
}
.cid-usBYOtSwen .mbr-section-title {
  margin-bottom: 1rem;
  color: #1d83a4;
}
.cid-usBYOtSwen .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-usBYOtSwen .btn-line {
  margin-top: 3rem;
}
.cid-sRurpwkTQa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRurpwkTQa .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRurpwkTQa .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRurpwkTQa .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRurpwkTQa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRurpwkTQa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sRurpwkTQa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sRurpwkTQa .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sRurpwkTQa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sRurpwkTQa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRurpwkTQa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRurpwkTQa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRurpwkTQa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRurpwkTQa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sRurpwkTQa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-theJP4jpcx .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-theJP4jpcx .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-theJP4jpcx a {
  font-style: normal;
}
.cid-theJP4jpcx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-theJP4jpcx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-theJP4jpcx .nav-item:focus,
.cid-theJP4jpcx .nav-link:focus {
  outline: none;
}
.cid-theJP4jpcx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-theJP4jpcx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-theJP4jpcx .menu-logo {
  margin-right: auto;
}
.cid-theJP4jpcx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-theJP4jpcx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-theJP4jpcx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-theJP4jpcx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-theJP4jpcx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-theJP4jpcx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-theJP4jpcx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-theJP4jpcx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-theJP4jpcx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-theJP4jpcx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-theJP4jpcx .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-theJP4jpcx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-theJP4jpcx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-theJP4jpcx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-theJP4jpcx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-theJP4jpcx .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-theJP4jpcx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-theJP4jpcx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-theJP4jpcx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-theJP4jpcx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-theJP4jpcx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-theJP4jpcx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-theJP4jpcx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-theJP4jpcx button.navbar-toggler:focus {
  outline: none;
}
.cid-theJP4jpcx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-theJP4jpcx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-theJP4jpcx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-theJP4jpcx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-theJP4jpcx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-theJP4jpcx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-theJP4jpcx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-theJP4jpcx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-theJP4jpcx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-theJP4jpcx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-theJP4jpcx .collapsed .btn {
  display: flex;
}
.cid-theJP4jpcx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing,
.cid-theJP4jpcx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-theJP4jpcx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-theJP4jpcx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-theJP4jpcx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-theJP4jpcx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-theJP4jpcx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-theJP4jpcx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-theJP4jpcx .collapsed button.navbar-toggler {
  display: block;
}
.cid-theJP4jpcx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-theJP4jpcx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-theJP4jpcx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-theJP4jpcx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-theJP4jpcx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-theJP4jpcx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-theJP4jpcx .navbar-expand {
    flex-direction: column;
  }
  .cid-theJP4jpcx img {
    height: 3.8rem !important;
  }
  .cid-theJP4jpcx .btn {
    display: flex;
  }
  .cid-theJP4jpcx button.navbar-toggler {
    display: block;
  }
  .cid-theJP4jpcx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-theJP4jpcx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-theJP4jpcx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing,
  .cid-theJP4jpcx .navbar-collapse.show {
    display: block !important;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing .navbar-nav,
  .cid-theJP4jpcx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-theJP4jpcx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-theJP4jpcx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing .navbar-buttons,
  .cid-theJP4jpcx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-theJP4jpcx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-theJP4jpcx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-theJP4jpcx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-theJP4jpcx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-theJP4jpcx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-theJP4jpcx .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-theJP4jpcx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-theJP4jpcx .navbar-collapse {
  flex-basis: auto;
}
.cid-theJP4jpcx .nav-link:hover,
.cid-theJP4jpcx .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-v7fx7arJjv {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v7fx7arJjv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7fx7arJjv H2 {
  color: #ffffff;
}
.cid-v7g5GsArza {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-v7g5GsArza .image-block {
  margin: auto;
}
.cid-v7g5GsArza figcaption {
  position: relative;
}
.cid-v7g5GsArza figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v7g5GsArza .image-block {
    width: 100% !important;
  }
}
.cid-vfzqyryUvQ {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzqyryUvQ {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqyryUvQ .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqyryUvQ h1 {
  color: #ffffff;
}
.cid-vfzqyryUvQ h2 {
  color: #ffffff;
}
.cid-vfzqyryUvQ a {
  color: #ffffff;
}
.cid-vfzqyryUvQ .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqyryUvQ .animated-element {
  color: #efefef;
}
.cid-vfzqyryUvQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqyryUvQ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqyryUvQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqyryUvQ .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqyryUvQ .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqyryUvQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqyryUvQ .container-fluid {
  max-width: 1300px;
}
.cid-vfzqyryUvQ .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzqyryUvQ .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqyryUvQ .btn-line {
  margin-top: 3rem;
}
.cid-vfzuBzWexQ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vfzuBzWexQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfzuBzWexQ H2 {
  color: #ffffff;
}
.cid-vfzutezzq1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vfzutezzq1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vfzutezzq1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vfzutezzq1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfzutezzq1 .mbr-text {
    text-align: center;
  }
}
.cid-uK6iZwMzP8 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20230127-93932.jpeg");
}
@media (min-width: 992px) {
  .cid-uK6iZwMzP8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uK6iZwMzP8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uK6iZwMzP8 .mbr-text {
    text-align: center;
  }
}
.cid-theJPm5kw5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-theJPm5kw5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-theJPm5kw5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-theJPm5kw5 H2 {
  color: #ffffff;
}
.cid-txbqJes9yF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-txbqJes9yF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txbqJes9yF H2 {
  color: #ffffff;
}
.cid-vfzqI6nMuA {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-vfzqI6nMuA {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqI6nMuA .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqI6nMuA h1 {
  color: #ffffff;
}
.cid-vfzqI6nMuA h2 {
  color: #ffffff;
}
.cid-vfzqI6nMuA a {
  color: #ffffff;
}
.cid-vfzqI6nMuA .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqI6nMuA .animated-element {
  color: #efefef;
}
.cid-vfzqI6nMuA .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqI6nMuA .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqI6nMuA .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqI6nMuA .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqI6nMuA .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqI6nMuA .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqI6nMuA .container-fluid {
  max-width: 1300px;
}
.cid-vfzqI6nMuA .mbr-section-title {
  margin-bottom: 1rem;
  color: #1d83a4;
}
.cid-vfzqI6nMuA .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqI6nMuA .btn-line {
  margin-top: 3rem;
}
.cid-vfzqIKYl2y {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-vfzqIKYl2y {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-vfzqIKYl2y .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vfzqIKYl2y h1 {
  color: #ffffff;
}
.cid-vfzqIKYl2y h2 {
  color: #ffffff;
}
.cid-vfzqIKYl2y a {
  color: #ffffff;
}
.cid-vfzqIKYl2y .btn-line::after {
  background-color: #ffffff;
}
.cid-vfzqIKYl2y .animated-element {
  color: #efefef;
}
.cid-vfzqIKYl2y .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-vfzqIKYl2y .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vfzqIKYl2y .container-fluid {
    padding: 0 1rem;
  }
  .cid-vfzqIKYl2y .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vfzqIKYl2y .mbr-white {
    padding-left: 6rem;
  }
  .cid-vfzqIKYl2y .container-fluid {
    padding: 0 2rem;
  }
}
.cid-vfzqIKYl2y .container-fluid {
  max-width: 1300px;
}
.cid-vfzqIKYl2y .mbr-section-title {
  margin-bottom: 1rem;
  color: #cc7014;
}
.cid-vfzqIKYl2y .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-vfzqIKYl2y .btn-line {
  margin-top: 3rem;
}
.cid-vfzqJoPANY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
@media (min-width: 992px) {
  .cid-vfzqJoPANY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vfzqJoPANY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfzqJoPANY .mbr-text {
    text-align: center;
  }
}
.cid-tVe9exRAbN {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hurricane-card1-645x1011.png");
}
.cid-tVe9exRAbN .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tVe9exRAbN .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tVe9exRAbN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tVe9exRAbN .animated-element,
.cid-tVe9exRAbN .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVe9exRAbN .typed-text {
    text-align: center;
  }
}
.cid-tVe9exRAbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVe9exRAbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWygW3B8q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-tUWygW3B8q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUWygW3B8q H2 {
  color: #ffffff;
}
.cid-uuNlF4qutT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-uuNlF4qutT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uuNlF4qutT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uuNlF4qutT .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-uuNlF4qutT .mbr-text {
  color: #ffffff;
}
.cid-uuNlF4qutT .mbr-section-title {
  color: #ffffff;
}
.cid-uXbj5Cepsu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXbj5Cepsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXbj5Cepsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXbj5Cepsu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uXbj5Cepsu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uXbj5Cepsu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXbj5Cepsu [class^="socicon-"]:before,
.cid-uXbj5Cepsu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uXbj5Cepsu .mbr-section-title,
.cid-uXbj5Cepsu .social-list {
  color: #ffffff;
}
.cid-uXbakxW54C {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uXbakxW54C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXbakxW54C H2 {
  color: #ffffff;
}
.cid-vdMnYMJaaB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vdMnYMJaaB .mbr-text,
.cid-vdMnYMJaaB blockquote {
  color: #767676;
}
.cid-vdMnYMJaaB .mbr-text P {
  text-align: center;
}
.cid-tvuWTMxwWw {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-tvuWTMxwWw {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-tvuWTMxwWw h1 {
  color: #ffffff;
}
.cid-tvuWTMxwWw h2 {
  color: #ffffff;
}
.cid-tvuWTMxwWw a {
  color: #ffffff;
}
.cid-tvuWTMxwWw .btn-line::after {
  background-color: #ffffff;
}
.cid-tvuWTMxwWw .animated-element {
  color: #efefef;
}
.cid-tvuWTMxwWw .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tvuWTMxwWw .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tvuWTMxwWw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tvuWTMxwWw .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tvuWTMxwWw .mbr-white {
    padding-left: 6rem;
  }
  .cid-tvuWTMxwWw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tvuWTMxwWw .container-fluid {
  max-width: 1300px;
}
.cid-tvuWTMxwWw .mbr-section-title {
  margin-bottom: 1rem;
  color: #56bc32;
}
.cid-tvuWTMxwWw .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tvuWTMxwWw .btn-line {
  margin-top: 3rem;
}
.cid-ukYdKSJ6Hp {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-ukYdKSJ6Hp {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-ukYdKSJ6Hp .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukYdKSJ6Hp h1 {
  color: #ffffff;
}
.cid-ukYdKSJ6Hp h2 {
  color: #ffffff;
}
.cid-ukYdKSJ6Hp a {
  color: #ffffff;
}
.cid-ukYdKSJ6Hp .btn-line::after {
  background-color: #ffffff;
}
.cid-ukYdKSJ6Hp .animated-element {
  color: #efefef;
}
.cid-ukYdKSJ6Hp .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ukYdKSJ6Hp .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ukYdKSJ6Hp .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukYdKSJ6Hp .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ukYdKSJ6Hp .mbr-white {
    padding-left: 6rem;
  }
  .cid-ukYdKSJ6Hp .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ukYdKSJ6Hp .container-fluid {
  max-width: 1300px;
}
.cid-ukYdKSJ6Hp .mbr-section-title {
  margin-bottom: 1rem;
  color: #149dcc;
}
.cid-ukYdKSJ6Hp .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ukYdKSJ6Hp .btn-line {
  margin-top: 3rem;
}
.cid-uTdHezaNPC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uTdHezaNPC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTdHezaNPC H2 {
  color: #55b4d4;
}
.cid-uWqvYzRXlp {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pxl-20250817-041856344.mp-2000x2667.jpeg");
}
.cid-uWqvYzRXlp P {
  color: #767676;
}
.cid-uWqvYzRXlp H1 {
  color: #ffffff;
}
.cid-uWqvYzRXlp .mbr-text,
.cid-uWqvYzRXlp .mbr-section-btn {
  color: #ffffff;
}
.cid-uWqvYzRXlp H3 {
  color: #ffffff;
}
.cid-uzSu3IzYOf {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-uzSu3IzYOf {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-uzSu3IzYOf .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzSu3IzYOf h1 {
  color: #ffffff;
}
.cid-uzSu3IzYOf h2 {
  color: #ffffff;
}
.cid-uzSu3IzYOf a {
  color: #ffffff;
}
.cid-uzSu3IzYOf .btn-line::after {
  background-color: #ffffff;
}
.cid-uzSu3IzYOf .animated-element {
  color: #efefef;
}
.cid-uzSu3IzYOf .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uzSu3IzYOf .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzSu3IzYOf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzSu3IzYOf .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uzSu3IzYOf .mbr-white {
    padding-left: 6rem;
  }
  .cid-uzSu3IzYOf .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uzSu3IzYOf .container-fluid {
  max-width: 1300px;
}
.cid-uzSu3IzYOf .mbr-section-title {
  margin-bottom: 1rem;
  color: #149dcc;
}
.cid-uzSu3IzYOf .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-uzSu3IzYOf .btn-line {
  margin-top: 3rem;
}
.cid-uzSujRXniV {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-uzSujRXniV {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-uzSujRXniV .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzSujRXniV h1 {
  color: #ffffff;
}
.cid-uzSujRXniV h2 {
  color: #ffffff;
}
.cid-uzSujRXniV a {
  color: #ffffff;
}
.cid-uzSujRXniV .btn-line::after {
  background-color: #ffffff;
}
.cid-uzSujRXniV .animated-element {
  color: #efefef;
}
.cid-uzSujRXniV .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uzSujRXniV .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzSujRXniV .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzSujRXniV .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uzSujRXniV .mbr-white {
    padding-left: 6rem;
  }
  .cid-uzSujRXniV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uzSujRXniV .container-fluid {
  max-width: 1300px;
}
.cid-uzSujRXniV .mbr-section-title {
  margin-bottom: 1rem;
  color: #149dcc;
}
.cid-uzSujRXniV .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-uzSujRXniV .btn-line {
  margin-top: 3rem;
}
.cid-theJPlK3Y4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-theJPlK3Y4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-theJPlK3Y4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-theJPlK3Y4 H2 {
  color: #ffffff;
}
.cid-tVeJpg1Sc4 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-tVeJpg1Sc4 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-tVeJpg1Sc4 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tVeJpg1Sc4 h1 {
  color: #ffffff;
}
.cid-tVeJpg1Sc4 h2 {
  color: #ffffff;
}
.cid-tVeJpg1Sc4 a {
  color: #ffffff;
}
.cid-tVeJpg1Sc4 .btn-line::after {
  background-color: #ffffff;
}
.cid-tVeJpg1Sc4 .animated-element {
  color: #efefef;
}
.cid-tVeJpg1Sc4 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tVeJpg1Sc4 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tVeJpg1Sc4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tVeJpg1Sc4 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tVeJpg1Sc4 .mbr-white {
    padding-left: 6rem;
  }
  .cid-tVeJpg1Sc4 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tVeJpg1Sc4 .container-fluid {
  max-width: 1300px;
}
.cid-tVeJpg1Sc4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3b49eb;
}
.cid-tVeJpg1Sc4 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tVeJpg1Sc4 .btn-line {
  margin-top: 3rem;
}
.cid-u2uUwLHcc5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u2uUwLHcc5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2uUwLHcc5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-u2uUwLHcc5 H2 {
  color: #ffffff;
}
.cid-uKJfp41vOO {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hurricane-card1-1-645x1011.png");
}
@media (max-width: 991px) {
  .cid-uKJfp41vOO {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-uKJfp41vOO .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKJfp41vOO h1 {
  color: #ffffff;
}
.cid-uKJfp41vOO h2 {
  color: #ffffff;
}
.cid-uKJfp41vOO a {
  color: #ffffff;
}
.cid-uKJfp41vOO .btn-line::after {
  background-color: #ffffff;
}
.cid-uKJfp41vOO .animated-element {
  color: #efefef;
}
.cid-uKJfp41vOO .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uKJfp41vOO .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uKJfp41vOO .container-fluid {
    padding: 0 1rem;
  }
  .cid-uKJfp41vOO .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uKJfp41vOO .mbr-white {
    padding-left: 6rem;
  }
  .cid-uKJfp41vOO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uKJfp41vOO .container-fluid {
  max-width: 1300px;
}
.cid-uKJfp41vOO .mbr-section-title {
  margin-bottom: 1rem;
  color: #0f7699;
}
.cid-uKJfp41vOO .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-uKJfp41vOO .btn-line {
  margin-top: 3rem;
}
.cid-theJPmplHW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1637.jpg");
}
.cid-theJPmplHW .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-theJPmplHW .title {
  max-width: 800px;
  margin: auto;
}
.cid-theJPmplHW .text-wrap {
  padding: 0 1rem;
}
.cid-theJPmplHW .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-theJPmplHW .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-theJPmplHW .link:hover:before {
  margin-right: -0.4rem;
}
.cid-theJPmplHW .card-block:hover img {
  transform: scale(1.1);
}
.cid-theJPmplHW .card {
  padding: 0;
}
.cid-theJPmplHW .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-theJPmplHW .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-theJPmplHW .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-theJPmplHW H4 {
  color: #f7ed4a;
}
@media (max-width: 992px) {
  .cid-theJPmplHW .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-theJPmplHW H2 {
  color: #ffffff;
}
.cid-theJPmplHW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-theJPmplHW .mbr-text,
.cid-theJPmplHW .link-wrap {
  color: #ff3366;
}
.cid-tME5pOTHZN {
  background-image: url("../../../assets/images/fb-img-1736044774927-1-1080x1103.jpeg");
}
.cid-tME5pOTHZN P {
  color: #767676;
}
.cid-tME5pOTHZN H1 {
  color: #55b4d4;
}
.cid-tME5pOTHZN .mbr-text,
.cid-tME5pOTHZN .mbr-section-btn {
  color: #ffffff;
}
.cid-tME5pOTHZN H3 {
  color: #ffffff;
}
.cid-tME4IlZwSv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pxl-20250626-235407083.mp2-2000x2499.jpeg");
}
.cid-tME4IlZwSv P {
  color: #767676;
}
.cid-tME4IlZwSv H1 {
  color: #55b4d4;
}
.cid-tME4IlZwSv .mbr-text,
.cid-tME4IlZwSv .mbr-section-btn {
  color: #ffffff;
}
.cid-tME4IlZwSv H3 {
  color: #ffffff;
}
.cid-tME5oSvtZr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/screenshot-20240713-134504-photos-1079x792.jpeg");
}
.cid-tME5oSvtZr P {
  color: #767676;
}
.cid-tME5oSvtZr H1 {
  color: #55b4d4;
}
.cid-tME5oSvtZr .mbr-text,
.cid-tME5oSvtZr .mbr-section-btn {
  color: #ffffff;
}
.cid-tME5oSvtZr H3 {
  color: #ffffff;
}
.cid-tVTDyKhyMR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tVTDyKhyMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVTDyKhyMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVTDyKhyMR .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVTDyKhyMR .image-wrapper img {
    height: 350px;
  }
}
.cid-tVTDyKhyMR .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-tVTDyKhyMR .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-tVTDyKhyMR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVTDyKhyMR .mbr-text {
  color: #747474;
}
.cid-theJPlmI1X {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-theJPlmI1X [class^="socicon-"]:before,
.cid-theJPlmI1X [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-theJPlmI1X .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-theJPlmI1X .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-theJPlmI1X .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-theJPlmI1X .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-theJPlmI1X .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-theJPlmI1X .btn {
    font-size: 20px !important;
  }
}
.cid-theJPlmI1X .btn-social,
.cid-theJPlmI1X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-theJPp3l74 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-theJPp3l74 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-theJPp3l74 H2 {
  color: #ffffff;
}
.cid-theJPp3l74 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-theJPpoRqE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-theJPpoRqE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-theJPpoRqE .form-control,
.cid-theJPpoRqE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-theJPpoRqE .form-control::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input::-webkit-input-placeholder,
.cid-theJPpoRqE .form-control::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-theJPpoRqE .form-control:-moz-placeholder,
.cid-theJPpoRqE .field-input:-moz-placeholder,
.cid-theJPpoRqE .form-control:-moz-placeholder,
.cid-theJPpoRqE .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-theJPpoRqE .form-control:hover,
.cid-theJPpoRqE .field-input:hover,
.cid-theJPpoRqE .form-control:focus,
.cid-theJPpoRqE .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-theJPpoRqE .form-control:hover::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input:hover::-webkit-input-placeholder,
.cid-theJPpoRqE .form-control:focus::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input:focus::-webkit-input-placeholder,
.cid-theJPpoRqE .form-control:hover::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input:hover::-webkit-input-placeholder,
.cid-theJPpoRqE .form-control:focus::-webkit-input-placeholder,
.cid-theJPpoRqE .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-theJPpoRqE .form-control:hover:-moz-placeholder,
.cid-theJPpoRqE .field-input:hover:-moz-placeholder,
.cid-theJPpoRqE .form-control:focus:-moz-placeholder,
.cid-theJPpoRqE .field-input:focus:-moz-placeholder,
.cid-theJPpoRqE .form-control:hover:-moz-placeholder,
.cid-theJPpoRqE .field-input:hover:-moz-placeholder,
.cid-theJPpoRqE .form-control:focus:-moz-placeholder,
.cid-theJPpoRqE .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-theJPpoRqE .jq-number__spin:hover,
.cid-theJPpoRqE .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-theJPpoRqE .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-theJPpoRqE .jq-selectbox li,
.cid-theJPpoRqE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-theJPpoRqE .jq-selectbox li:hover,
.cid-theJPpoRqE .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-theJPpoRqE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-theJPpoRqE .jq-number__spin.minus:hover:after,
.cid-theJPpoRqE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-theJPpoRqE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-theJPpoRqE .jq-number__spin.minus:after,
.cid-theJPpoRqE .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-theJPpoRqE input::-webkit-clear-button {
  display: none;
}
.cid-theJPpoRqE input::-webkit-inner-spin-button {
  display: none;
}
.cid-theJPpoRqE input::-webkit-outer-spin-button {
  display: none;
}
.cid-theJPpoRqE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-theJPpLP3E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-theJPpLP3E .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-theJPpLP3E .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-theJPpLP3E .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-theJPpLP3E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-theJPpLP3E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-theJPpLP3E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-theJPpLP3E .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-theJPpLP3E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-theJPpLP3E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-theJPpLP3E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-theJPpLP3E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-theJPpLP3E .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-theJPpLP3E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-theJPpLP3E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-tREpUx7bAH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hurricane-card1-645x1011.png");
}
.cid-tREpUx7bAH .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tREpUx7bAH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tREpUx7bAH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tREpUx7bAH .animated-element,
.cid-tREpUx7bAH .typed-cursor {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tREpUx7bAH .typed-text {
    text-align: center;
  }
}
.cid-tREpUx7bAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREpUx7bAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREpI7THmz {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-tREpI7THmz .images-container.container-fluid {
  padding: 0;
}
.cid-tREpI7THmz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tREpI7THmz .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-tREpI7THmz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tREpI7THmz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tREpI7THmz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tREpI7THmz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tREpI7THmz .img-item {
    width: 100% !important;
  }
  .cid-tREpI7THmz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tREtjAuSdq {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tREtjAuSdq .image-block {
  margin: auto;
}
.cid-tREtjAuSdq figcaption {
  position: relative;
}
.cid-tREtjAuSdq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tREtjAuSdq .image-block {
    width: 100% !important;
  }
}
.cid-tREsaW2y2c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREsaW2y2c .counter-container {
  color: #767676;
}
.cid-tREsaW2y2c .counter-container ul {
  margin-bottom: 0;
}
.cid-tREsaW2y2c .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tREsaW2y2c .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tTxcYnuwVv {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tTxcYnuwVv {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-tTxcYnuwVv .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tTxcYnuwVv h1 {
  color: #ffffff;
}
.cid-tTxcYnuwVv h2 {
  color: #ffffff;
}
.cid-tTxcYnuwVv a {
  color: #ffffff;
}
.cid-tTxcYnuwVv .btn-line::after {
  background-color: #ffffff;
}
.cid-tTxcYnuwVv .animated-element {
  color: #efefef;
}
.cid-tTxcYnuwVv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tTxcYnuwVv .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tTxcYnuwVv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tTxcYnuwVv .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tTxcYnuwVv .mbr-white {
    padding-left: 6rem;
  }
  .cid-tTxcYnuwVv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tTxcYnuwVv .container-fluid {
  max-width: 1300px;
}
.cid-tTxcYnuwVv .mbr-section-title {
  margin-bottom: 1rem;
  color: #3b49eb;
}
.cid-tTxcYnuwVv .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tTxcYnuwVv .btn-line {
  margin-top: 3rem;
}
.cid-tVe9tH6x4W {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tVe9tH6x4W {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.cid-tVe9tH6x4W .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tVe9tH6x4W h1 {
  color: #ffffff;
}
.cid-tVe9tH6x4W h2 {
  color: #ffffff;
}
.cid-tVe9tH6x4W a {
  color: #ffffff;
}
.cid-tVe9tH6x4W .btn-line::after {
  background-color: #ffffff;
}
.cid-tVe9tH6x4W .animated-element {
  color: #efefef;
}
.cid-tVe9tH6x4W .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-tVe9tH6x4W .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tVe9tH6x4W .container-fluid {
    padding: 0 1rem;
  }
  .cid-tVe9tH6x4W .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tVe9tH6x4W .mbr-white {
    padding-left: 6rem;
  }
  .cid-tVe9tH6x4W .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tVe9tH6x4W .container-fluid {
  max-width: 1300px;
}
.cid-tVe9tH6x4W .mbr-section-title {
  margin-bottom: 1rem;
  color: #3b49eb;
}
.cid-tVe9tH6x4W .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tVe9tH6x4W .btn-line {
  margin-top: 3rem;
}
.cid-tREtUOOEjt {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tREtUOOEjt .image-block {
  margin: auto;
}
.cid-tREtUOOEjt figcaption {
  position: relative;
}
.cid-tREtUOOEjt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tREtUOOEjt .image-block {
    width: 100% !important;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNzZsYNuiZ .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNzZsYNuiZ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNzZsYNuiZ a {
  font-style: normal;
}
.cid-rNzZsYNuiZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNzZsYNuiZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNzZsYNuiZ .nav-item:focus,
.cid-rNzZsYNuiZ .nav-link:focus {
  outline: none;
}
.cid-rNzZsYNuiZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNzZsYNuiZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNzZsYNuiZ .menu-logo {
  margin-right: auto;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNzZsYNuiZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNzZsYNuiZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNzZsYNuiZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNzZsYNuiZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNzZsYNuiZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNzZsYNuiZ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNzZsYNuiZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNzZsYNuiZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNzZsYNuiZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNzZsYNuiZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNzZsYNuiZ .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-rNzZsYNuiZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNzZsYNuiZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNzZsYNuiZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNzZsYNuiZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNzZsYNuiZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNzZsYNuiZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNzZsYNuiZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNzZsYNuiZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rNzZsYNuiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNzZsYNuiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNzZsYNuiZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzZsYNuiZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzZsYNuiZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNzZsYNuiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzZsYNuiZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNzZsYNuiZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNzZsYNuiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzZsYNuiZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNzZsYNuiZ .collapsed .btn {
  display: flex;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNzZsYNuiZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNzZsYNuiZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNzZsYNuiZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNzZsYNuiZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNzZsYNuiZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNzZsYNuiZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNzZsYNuiZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNzZsYNuiZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNzZsYNuiZ .navbar-expand {
    flex-direction: column;
  }
  .cid-rNzZsYNuiZ img {
    height: 3.8rem !important;
  }
  .cid-rNzZsYNuiZ .btn {
    display: flex;
  }
  .cid-rNzZsYNuiZ button.navbar-toggler {
    display: block;
  }
  .cid-rNzZsYNuiZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNzZsYNuiZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNzZsYNuiZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing,
  .cid-rNzZsYNuiZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rNzZsYNuiZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNzZsYNuiZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNzZsYNuiZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNzZsYNuiZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNzZsYNuiZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNzZsYNuiZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNzZsYNuiZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNzZsYNuiZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNzZsYNuiZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNzZsYNuiZ .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-rNzZsYNuiZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNzZsYNuiZ .navbar-collapse {
  flex-basis: auto;
}
.cid-rNzZsYNuiZ .nav-link:hover,
.cid-rNzZsYNuiZ .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNzZsYl4wX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #231060;
}
.cid-rNzZsZpmG9 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1068.jpg");
}
.cid-rNzZsZpmG9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNzZsZpmG9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNzZsZpmG9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzZsZpmG9 .mbr-text {
    text-align: center;
  }
}
.cid-rNzZsZpmG9 .mbr-text,
.cid-rNzZsZpmG9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rNFO8BGHyP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNFO8BGHyP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFO8BGHyP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFO8BGHyP .mbr-text {
    text-align: center;
  }
}
.cid-sSOPKmzXDC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-sSOPKmzXDC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSOPKmzXDC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSOPKmzXDC .mbr-text {
    text-align: center;
  }
}
.cid-tREHsneQpJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREHsneQpJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREHsneQpJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREHsneQpJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREHsneQpJ .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNAfGkEUqR .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rNAfGkEUqR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rNAfGkEUqR a {
  font-style: normal;
}
.cid-rNAfGkEUqR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNAfGkEUqR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rNAfGkEUqR .nav-item:focus,
.cid-rNAfGkEUqR .nav-link:focus {
  outline: none;
}
.cid-rNAfGkEUqR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rNAfGkEUqR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNAfGkEUqR .menu-logo {
  margin-right: auto;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNAfGkEUqR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNAfGkEUqR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNAfGkEUqR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNAfGkEUqR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNAfGkEUqR .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-rNAfGkEUqR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNAfGkEUqR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNAfGkEUqR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNAfGkEUqR button.navbar-toggler:focus {
  outline: none;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNAfGkEUqR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNAfGkEUqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNAfGkEUqR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rNAfGkEUqR .collapsed .btn {
  display: flex;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNAfGkEUqR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNAfGkEUqR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rNAfGkEUqR .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNAfGkEUqR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNAfGkEUqR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNAfGkEUqR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNAfGkEUqR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rNAfGkEUqR .navbar-expand {
    flex-direction: column;
  }
  .cid-rNAfGkEUqR img {
    height: 3.8rem !important;
  }
  .cid-rNAfGkEUqR .btn {
    display: flex;
  }
  .cid-rNAfGkEUqR button.navbar-toggler {
    display: block;
  }
  .cid-rNAfGkEUqR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNAfGkEUqR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNAfGkEUqR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing,
  .cid-rNAfGkEUqR .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNAfGkEUqR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNAfGkEUqR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNAfGkEUqR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNAfGkEUqR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNAfGkEUqR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNAfGkEUqR .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-rNAfGkEUqR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rNAfGkEUqR .navbar-collapse {
  flex-basis: auto;
}
.cid-rNAfGkEUqR .nav-link:hover,
.cid-rNAfGkEUqR .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-rNAfGk3MGE {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-1135edited.jpg");
}
.cid-rNAgobmiOY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-91451111.jpeg");
}
.cid-rNAgobmiOY .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rNAgobmiOY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNAgobmiOY .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNAgobmiOY .mbr-text {
    text-align: center;
  }
}
.cid-rNFR1EkUH9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-2395-560x590.jpg");
}
@media (min-width: 992px) {
  .cid-rNFR1EkUH9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rNFR1EkUH9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNFR1EkUH9 .mbr-text {
    text-align: center;
  }
}
.cid-tREKJK0GOJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-81.jpg");
}
.cid-tREKJK0GOJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tREKJK0GOJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tREKJK0GOJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tREKJK0GOJ .mbr-text {
    text-align: center;
  }
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXViFwuJQ6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uXViFwuJQ6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uXViFwuJQ6 a {
  font-style: normal;
}
.cid-uXViFwuJQ6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXViFwuJQ6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uXViFwuJQ6 .nav-item:focus,
.cid-uXViFwuJQ6 .nav-link:focus {
  outline: none;
}
.cid-uXViFwuJQ6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uXViFwuJQ6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXViFwuJQ6 .menu-logo {
  margin-right: auto;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXViFwuJQ6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXViFwuJQ6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXViFwuJQ6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXViFwuJQ6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXViFwuJQ6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXViFwuJQ6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXViFwuJQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXViFwuJQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXViFwuJQ6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXViFwuJQ6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXViFwuJQ6 .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-uXViFwuJQ6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXViFwuJQ6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXViFwuJQ6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXViFwuJQ6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXViFwuJQ6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXViFwuJQ6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXViFwuJQ6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXViFwuJQ6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uXViFwuJQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXViFwuJQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXViFwuJQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXViFwuJQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXViFwuJQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXViFwuJQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXViFwuJQ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXViFwuJQ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXViFwuJQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXViFwuJQ6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uXViFwuJQ6 .collapsed .btn {
  display: flex;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXViFwuJQ6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXViFwuJQ6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXViFwuJQ6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXViFwuJQ6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXViFwuJQ6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXViFwuJQ6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXViFwuJQ6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXViFwuJQ6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uXViFwuJQ6 .navbar-expand {
    flex-direction: column;
  }
  .cid-uXViFwuJQ6 img {
    height: 3.8rem !important;
  }
  .cid-uXViFwuJQ6 .btn {
    display: flex;
  }
  .cid-uXViFwuJQ6 button.navbar-toggler {
    display: block;
  }
  .cid-uXViFwuJQ6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXViFwuJQ6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXViFwuJQ6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing,
  .cid-uXViFwuJQ6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uXViFwuJQ6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXViFwuJQ6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXViFwuJQ6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXViFwuJQ6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXViFwuJQ6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXViFwuJQ6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXViFwuJQ6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXViFwuJQ6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXViFwuJQ6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXViFwuJQ6 .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-uXViFwuJQ6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uXViFwuJQ6 .navbar-collapse {
  flex-basis: auto;
}
.cid-uXViFwuJQ6 .nav-link:hover,
.cid-uXViFwuJQ6 .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-uXViFwIQbv {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uXViFwIQbv .mbr-section-subtitle {
  color: #767676;
}
.cid-uXViFwIQbv H2 {
  color: #ffffff;
}
.cid-uXViFwWFLy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uXViFwWFLy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXViFwWFLy .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uXViFwWFLy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uXViFwWFLy .inner-container {
    width: 100% !important;
  }
}
.cid-uXVqbwrGcb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXVqbwrGcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVqbwrGcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXVqbwrGcb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXVqbwrGcb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXVqbwrGcb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uXVqbwrGcb .row .img-item img {
    min-height: 300px;
  }
}
.cid-uXVqKGESsq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXVqKGESsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVqKGESsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXVqKGESsq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXVqKGESsq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXVqKGESsq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uXVqKGESsq .row .img-item img {
    min-height: 300px;
  }
}
.cid-uXVritVgVJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXVritVgVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVritVgVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXVritVgVJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXVritVgVJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXVritVgVJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uXVritVgVJ .row .img-item img {
    min-height: 300px;
  }
}
.cid-uXVs1iuvXe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uXVs1iuvXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVs1iuvXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXVs1iuvXe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uXVs1iuvXe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uXVs1iuvXe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uXVs1iuvXe .row .img-item img {
    min-height: 300px;
  }
}
.cid-uXViFydgZH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uXViFydgZH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXViFydgZH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXViFydgZH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXViFydgZH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXViFydgZH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXViFydgZH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXViFydgZH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXViFydgZH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXViFydgZH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXViFydgZH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uXViFydgZH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXViFydgZH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXViFydgZH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXViFydgZH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-vcVQCLc2it {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcVQCLc2it .counter-container {
  color: #767676;
}
.cid-vcVQCLc2it .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcVQCLc2it .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcVQCLc2it .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-vcVQCLc2it .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-vcVQCLc2it .mbr-text DIV {
  text-align: center;
}
.cid-vcVQCLc2it .mbr-text {
  color: #000000;
}
.cid-vcVRScrey2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcVRScrey2 .counter-container {
  color: #767676;
}
.cid-vcVRScrey2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcVRScrey2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcVRScrey2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-vcVRScrey2 .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-vcVRScrey2 .mbr-text DIV {
  text-align: center;
}
.cid-vcVRScrey2 .mbr-text {
  color: #000000;
}
.cid-vcVREgnOxA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcVREgnOxA .counter-container {
  color: #767676;
}
.cid-vcVREgnOxA .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcVREgnOxA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcVREgnOxA .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-vcVREgnOxA .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-vcVREgnOxA .mbr-text DIV {
  text-align: center;
}
.cid-vcVREgnOxA .mbr-text {
  color: #000000;
}
.cid-vcW7Y7K5el {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vcW7Y7K5el .counter-container {
  color: #767676;
}
.cid-vcW7Y7K5el .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vcW7Y7K5el .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vcW7Y7K5el .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-vcW7Y7K5el .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-vcW7Y7K5el .mbr-text DIV {
  text-align: center;
}
.cid-vcW7Y7K5el .mbr-text {
  color: #000000;
}
.cid-rQdTsa2qqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQdTsa2qqG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdTsa2qqG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQdTsa2qqG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQdTsa2qqG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQdTsa2qqG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rQdTsa2qqG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rQdTsa2qqG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQdTsa2qqG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQdTsa2qqG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rQdTsa2qqG .media-container-row .row-copirayt p {
  width: 100%;
}
