<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 &gt; .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: #fbd109 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #cc1437 !important;
}
.bg-danger {
  background-color: #149dcc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbd109 !important;
  border-color: #fbd109 !important;
  color: #050400 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #050400 !important;
  background-color: #b59603 !important;
  border-color: #b59603 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #050400 !important;
  background-color: #b59603 !important;
  border-color: #b59603 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f04c3e !important;
  border-color: #f04c3e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d11f10 !important;
  border-color: #d11f10 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d11f10 !important;
  border-color: #d11f10 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #cc1437 !important;
  border-color: #cc1437 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #860d24 !important;
  border-color: #860d24 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #860d24 !important;
  border-color: #860d24 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #9b8103;
  color: #9b8103;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050400;
  background-color: #fbd109;
  border-color: #fbd109;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #050400 !important;
  background-color: #fbd109 !important;
  border-color: #fbd109 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ba1c0e;
  color: #ba1c0e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f04c3e;
  border-color: #f04c3e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f04c3e !important;
  border-color: #f04c3e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #6f0b1e;
  color: #6f0b1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cc1437;
  border-color: #cc1437;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc1437 !important;
  border-color: #cc1437 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #fbd109 !important;
}
.text-secondary {
  color: #f04c3e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #cc1437 !important;
}
.text-danger {
  color: #149dcc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9b8103 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ba1c0e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6f0b1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b566f !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: #ffffff;
}
.alert-warning {
  background-color: #cc1437;
}
.alert-danger {
  background-color: #149dcc;
}
.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: #fbd109;
  border-color: #fbd109;
  color: #1e1900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fbd109;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7d2;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8b4c1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4e6f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fbd109;
}
/* 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: #fbd109;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fbd109;
}
.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: #fbd109;
  color: #000000;
}
.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: #fbd109;
  border-bottom-color: #fbd109;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #000000 !important;
  background-color: #fbd109 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #f04c3e !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='%23fbd109' %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-qy5lTYB3WQ .navbar {
  background: #333333;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qy5lTYB3WQ .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qy5lTYB3WQ a {
  font-style: normal;
}
.cid-qy5lTYB3WQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qy5lTYB3WQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qy5lTYB3WQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qy5lTYB3WQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qy5lTYB3WQ .menu-logo {
  margin-right: auto;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qy5lTYB3WQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qy5lTYB3WQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qy5lTYB3WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qy5lTYB3WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qy5lTYB3WQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qy5lTYB3WQ .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qy5lTYB3WQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qy5lTYB3WQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qy5lTYB3WQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qy5lTYB3WQ .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-qy5lTYB3WQ .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-qy5lTYB3WQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qy5lTYB3WQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qy5lTYB3WQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qy5lTYB3WQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qy5lTYB3WQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qy5lTYB3WQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qy5lTYB3WQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qy5lTYB3WQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qy5lTYB3WQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qy5lTYB3WQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qy5lTYB3WQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qy5lTYB3WQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qy5lTYB3WQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qy5lTYB3WQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy5lTYB3WQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qy5lTYB3WQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qy5lTYB3WQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qy5lTYB3WQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qy5lTYB3WQ .collapsed .btn {
  display: flex;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qy5lTYB3WQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qy5lTYB3WQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qy5lTYB3WQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qy5lTYB3WQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qy5lTYB3WQ .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-qy5lTYB3WQ .collapsed .dropdown.open &gt; .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qy5lTYB3WQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qy5lTYB3WQ .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-qy5lTYB3WQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qy5lTYB3WQ img {
    height: 3.8rem !important;
  }
  .cid-qy5lTYB3WQ .btn {
    display: flex;
  }
  .cid-qy5lTYB3WQ button.navbar-toggler {
    display: block;
  }
  .cid-qy5lTYB3WQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qy5lTYB3WQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qy5lTYB3WQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing,
  .cid-qy5lTYB3WQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qy5lTYB3WQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qy5lTYB3WQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qy5lTYB3WQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qy5lTYB3WQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qy5lTYB3WQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qy5lTYB3WQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qy5lTYB3WQ .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-qy5lTYB3WQ .dropdown.open &gt; .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qy5lTYB3WQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qy5lTYB3WQ .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-qy5lTYB3WQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rCl0BbZynv .modal-body .close {
  background: #1b1b1b;
}
.cid-rCl0BbZynv .modal-body .close span {
  font-style: normal;
}
.cid-rCl0BbZynv .carousel-inner &gt; .active,
.cid-rCl0BbZynv .carousel-inner &gt; .next,
.cid-rCl0BbZynv .carousel-inner &gt; .prev {
  display: table;
}
.cid-rCl0BbZynv .carousel-control .icon-next,
.cid-rCl0BbZynv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rCl0BbZynv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCl0BbZynv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCl0BbZynv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rCl0BbZynv .boxed-slider &gt; div {
  position: relative;
}
.cid-rCl0BbZynv .container img {
  width: 100%;
}
.cid-rCl0BbZynv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rCl0BbZynv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCl0BbZynv .mbr-table-cell {
  padding: 0;
}
.cid-rCl0BbZynv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rCl0BbZynv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCl0BbZynv .mbr-overlay {
  z-index: 1;
}
.cid-rCl0BbZynv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCl0BbZynv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rCl0BbZynv .carousel-item .container {
    width: 100%;
  }
}
.cid-rCl0BbZynv .carousel-item-next.carousel-item-left,
.cid-rCl0BbZynv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rCl0BbZynv .active.carousel-item-right,
.cid-rCl0BbZynv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rCl0BbZynv .active.carousel-item-left,
.cid-rCl0BbZynv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rCl0BbZynv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rCl0BbZynv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCl0BbZynv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCl0BbZynv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rCl0BbZynv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rCl0BbZynv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rCl0BbZynv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rCl0BbZynv .mbr-slider .carousel-indicators li.active,
.cid-rCl0BbZynv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rCl0BbZynv .mbr-slider .carousel-indicators li::after,
.cid-rCl0BbZynv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rCl0BbZynv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rCl0BbZynv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rCl0BbZynv .mbr-slider &gt; .container img {
  width: 100%;
}
.cid-rCl0BbZynv .mbr-slider &gt; .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCl0BbZynv .mbr-slider &gt; .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rCl0BbZynv .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCl0BbZynv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCl0BbZynv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rCl0BbZynv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rCl0BbZynv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rCl0BbZynv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rCl0BbZynv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rCl0BbZynv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCl0BbZynv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rCl0BbZynv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rCl0BbZynv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sbBStP8f9y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbBStP8f9y .mbr-section-subtitle {
  color: #232323;
}
.cid-sbBOLdVlOp {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbBOLdVlOp h2 {
  text-align: left;
}
.cid-sbBOLdVlOp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sbBOLdVlOp p {
  color: #767676;
  text-align: left;
}
.cid-sbBOLdVlOp .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sbBOLdVlOp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbBOLdVlOp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbBOLdVlOp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbBOLdVlOp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbBOLdVlOp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbBOLdVlOp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbBOLdVlOp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbBOLdVlOp .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbBOLdVlOp .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sbBOLdVlOp P {
  color: #232323;
}
.cid-qxRj6M85gL {
  padding-top: 0px;
  padding-bottom: 45px;
  background: url("../../../assets/images/img-1788-2000x1333.jpg");
}
.cid-qxRj6M85gL .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-qxRj6M85gL .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qxRj6M85gL .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-qxRj6M85gL .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qxRj6M85gL .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-qxRj6M85gL .countdown-cont {
  background: linear-gradient(45deg, #ffffff, #efefef);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qxRj6M85gL .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qxRj6M85gL .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qxRj6M85gL .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qxRj6M85gL .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qxRj6M85gL .number,
  .cid-qxRj6M85gL .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qxRj6M85gL .period {
    font-size: 0.8rem;
  }
}
.cid-qxRj6M85gL H4 {
  color: #000000;
  text-align: center;
}
.cid-qy58HNDTCN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f04c3e;
}
.cid-qy58HNDTCN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qy58HNDTCN SPAN {
  color: #ffffff;
}
.cid-qy5dXuZHTW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qy5dXuZHTW .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qy5dXuZHTW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qy5dXuZHTW p {
  color: #767676;
  text-align: left;
}
.cid-qy5dXuZHTW .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qy5dXuZHTW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qy5dXuZHTW .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qxQPyjVf7s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qxQPyjVf7s .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qxQPyjVf7s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxQPyjVf7s p {
  color: #767676;
  text-align: left;
}
.cid-qxQPyjVf7s .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxQPyjVf7s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qxQPyjVf7s .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qxQPyjVf7s P {
  color: #767676;
}
.cid-qxWz61W9wi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qxQN98Iu7b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fbd109;
}
.cid-qxQN98Iu7b .mbr-section-subtitle {
  color: #767676;
}
.cid-qxQN98Iu7b H2 {
  color: #ffffff;
}
.cid-qxQN98Iu7b B {
  color: #ffffff;
}
.cid-urtkFcxbIR {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #fbd109;
}
.cid-urtkFcxbIR .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-urtkFcxbIR .modal-body .close {
  background: #1b1b1b;
}
.cid-urtkFcxbIR .modal-body .close span {
  font-style: normal;
}
.cid-urtkFcxbIR .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-urtkFcxbIR .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-urtkFcxbIR .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 4px;
}
.cid-urtkFcxbIR .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 4px;
}
.cid-urtkFcxbIR .carousel-control,
.cid-urtkFcxbIR .carousel-indicators li {
  background-color: #fbd109 !important;
  opacity: 0.7!important;
}
.cid-urtkFcxbIR .carousel-control:hover,
.cid-urtkFcxbIR .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-urtkFcxbIR .col-10 {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-urtkFcxbIR .col-10 {
    max-width: 400px;
  }
}
.cid-urtkFcxbIR .carousel-inner &gt; .active,
.cid-urtkFcxbIR .carousel-inner &gt; .next,
.cid-urtkFcxbIR .carousel-inner &gt; .prev {
  display: -webkit-flex;
}
.cid-urtkFcxbIR .carousel-control .icon-next,
.cid-urtkFcxbIR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-urtkFcxbIR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urtkFcxbIR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-urtkFcxbIR .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-urtkFcxbIR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-urtkFcxbIR .boxed-slider &gt; div {
  position: relative;
}
.cid-urtkFcxbIR .container img {
  width: 100%;
}
.cid-urtkFcxbIR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-urtkFcxbIR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-urtkFcxbIR .mbr-table-cell {
  padding: 0;
}
.cid-urtkFcxbIR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-urtkFcxbIR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-urtkFcxbIR .mbr-overlay {
  z-index: 1;
}
.cid-urtkFcxbIR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-urtkFcxbIR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-urtkFcxbIR .carousel-item .container {
    width: 100%;
  }
}
.cid-urtkFcxbIR .carousel-item-next.carousel-item-left,
.cid-urtkFcxbIR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-urtkFcxbIR .active.carousel-item-right,
.cid-urtkFcxbIR .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-urtkFcxbIR .active.carousel-item-left,
.cid-urtkFcxbIR .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-urtkFcxbIR .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-urtkFcxbIR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urtkFcxbIR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urtkFcxbIR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-urtkFcxbIR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urtkFcxbIR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-urtkFcxbIR .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-urtkFcxbIR .mbr-slider .carousel-indicators li.active,
.cid-urtkFcxbIR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-urtkFcxbIR .mbr-slider .carousel-indicators li::after,
.cid-urtkFcxbIR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-urtkFcxbIR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-urtkFcxbIR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-urtkFcxbIR .mbr-slider &gt; .container img {
  width: 100%;
}
.cid-urtkFcxbIR .mbr-slider &gt; .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-urtkFcxbIR .mbr-slider &gt; .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-urtkFcxbIR .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urtkFcxbIR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-urtkFcxbIR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-urtkFcxbIR .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-urtkFcxbIR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-urtkFcxbIR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-urtkFcxbIR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-urtkFcxbIR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-urtkFcxbIR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-urtkFcxbIR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-urtkFcxbIR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-urtkFcxbIR .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-urtkFcxbIR .carousel-inner {
  height: 100%;
}
.cid-urtkFcxbIR .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-urtkFcxbIR .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-urtkFcxbIR .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-urtkFcxbIR .carousel-item .container-slide {
  text-align: center;
}
.cid-urtkFcxbIR .content-slider-wrap {
  width: 100%;
}
.cid-urtJfc0OgV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-urtJfc0OgV .mbr-section-subtitle {
  color: #767676;
}
.cid-urtJfc0OgV H2 {
  color: #fbd109;
}
.cid-urtJfc0OgV B {
  color: #fbd109;
}
.cid-urtkKl1ftl {
  background-color: #f9f9f9;
}
.cid-urtkKl1ftl .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urtkKl1ftl .carousel-item &gt; div {
  width: 100%;
}
.cid-urtkKl1ftl h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-urtkKl1ftl .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-urtkKl1ftl .carousel-item.active,
.cid-urtkKl1ftl .carousel-item-next,
.cid-urtkKl1ftl .carousel-item-prev {
  display: flex;
}
.cid-urtkKl1ftl .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-urtkKl1ftl .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-urtkKl1ftl .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-urtkKl1ftl .carousel-controls a {
    width: 5%;
  }
}
.cid-urtkKl1ftl .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-urtkKl1ftl .mbr-text {
  position: relative;
}
.cid-urtkKl1ftl li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-urtkKl1ftl li.active {
  background-color: #f04c3e;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-urtkKl1ftl .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-urtkKl1ftl ol {
  margin-bottom: 0;
}
.cid-urtkKl1ftl .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-urtkKl1ftl .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-urtkKl1ftl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-urtkKl1ftl .col-md-3 {
    padding: 0;
  }
  .cid-urtkKl1ftl .img-card {
    padding: 0;
  }
  .cid-urtkKl1ftl .title-block {
    margin: 2rem 1rem;
    z-index: 2;
  }
  .cid-urtkKl1ftl .mbr-iconfont {
    opacity: 1;
  }
  .cid-urtkKl1ftl .wrapper-img {
    z-index: 1;
  }
  .cid-urtkKl1ftl .signature {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .desk {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .mbr-text {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .date {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .cid-urtkKl1ftl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-urtkKl1ftl .title-block {
    margin: 2.5rem 3rem 2rem 2.5rem;
  }
  .cid-urtkKl1ftl .wrapper-img {
    z-index: -1;
  }
  .cid-urtkKl1ftl .desk {
    color: #e9204f;
  }
  .cid-urtkKl1ftl .signature {
    color: #101010;
  }
  .cid-urtkKl1ftl .img-block:hover img {
    transform: scale(1.05);
  }
  .cid-urtkKl1ftl .img-block:hover .mbr-iconfont {
    opacity: 1;
  }
  .cid-urtkKl1ftl .img-block:hover .wrapper-img {
    z-index: 1;
  }
  .cid-urtkKl1ftl .img-block:hover .title-block {
    z-index: 2;
  }
  .cid-urtkKl1ftl .img-block:hover .signature {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .img-block:hover .desk {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .img-block:hover .mbr-text {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .img-block:hover .date {
    color: #ffffff;
  }
  .cid-urtkKl1ftl .img-block:hover::after {
    opacity: 0;
  }
}
.cid-urtkKl1ftl .title-block {
  position: relative;
  z-index: 10;
}
.cid-urtkKl1ftl .desk {
  font-weight: 700;
}
.cid-urtkKl1ftl .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.cid-urtkKl1ftl .img-block::after {
  content: '';
  position: absolute;
  left: 0;
  transition: 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fbd109;
  opacity: 1;
  z-index: 0;
}
.cid-urtkKl1ftl .date {
  margin-top: 3.5rem;
}
.cid-urtkKl1ftl .wrapper-img {
  position: absolute;
  background-color: #000000;
  transition: cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-urtkKl1ftl img {
  transition: 0.7s;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urtkKl1ftl .img-card {
    margin-top: 2rem;
  }
}
.cid-qxWoR1DpMf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fbd109;
}
.cid-qxWoR1DpMf .mbr-section-subtitle {
  color: #767676;
}
.cid-qxReA2QTEz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qxReA2QTEz h2 {
  text-align: left;
}
.cid-qxReA2QTEz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxReA2QTEz p {
  color: #767676;
  text-align: left;
}
.cid-qxReA2QTEz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qxReA2QTEz .media {
  margin: initial;
  align-items: center;
}
.cid-qxReA2QTEz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qxReA2QTEz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qxReA2QTEz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qxReA2QTEz .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qxReA2QTEz .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qxReA2QTEz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qxReA2QTEz .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qxReA2QTEz .card-img span {
    font-size: 40px !important;
  }
}
.cid-rCkVYHBYIT {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rCkVYHBYIT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rCkVYHBYIT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rCkVYHBYIT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rCkVYHBYIT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rCkVYHBYIT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rCkVYHBYIT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rCkVYHBYIT .card .panel-body {
  color: #767676;
}
.cid-rCkVYHBYIT H4 {
  color: #000000;
}
.cid-qxWwKOjxbD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qxWwKOjxbD .mbr-section-subtitle {
  color: #767676;
}
.cid-qxWtVxRZXT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxWtVxRZXT .carousel-item {
  justify-content: center;
}
.cid-qxWtVxRZXT .carousel-item.active,
.cid-qxWtVxRZXT .carousel-item-next,
.cid-qxWtVxRZXT .carousel-item-prev {
  display: flex;
}
.cid-qxWtVxRZXT .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qxWtVxRZXT .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qxWtVxRZXT .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qxWtVxRZXT .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qxWtVxRZXT .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qxWtVxRZXT .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qxWtVxRZXT H2 {
  text-align: center;
}
.cid-ursYlDC1Oi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fbd109;
}
.cid-ursYlDC1Oi .mbr-section-subtitle {
  color: #767676;
}
.cid-qxL8DYYVWN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fbd109;
}
.cid-qxL8DYYVWN .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-qxL8DYYVWN .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qxL8DYYVWN .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qxL8DYYVWN .time-line-date-content {
  margin-right: 2rem;
}
.cid-qxL8DYYVWN .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qxL8DYYVWN .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qxL8DYYVWN .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qxL8DYYVWN .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qxL8DYYVWN .mbr-timeline-date,
.cid-qxL8DYYVWN .timeline-text-content {
  transition: all .4s;
}
.cid-qxL8DYYVWN .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qxL8DYYVWN .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qxL8DYYVWN .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qxL8DYYVWN .reverse .time-line-date-content p {
  float: left;
}
.cid-qxL8DYYVWN .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qxL8DYYVWN .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qxL8DYYVWN .iconBackground {
    left: 0 !important;
  }
  .cid-qxL8DYYVWN .separline:before {
    left: 0!important;
  }
  .cid-qxL8DYYVWN .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qxL8DYYVWN .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qxL8DYYVWN .time-line-date-content p {
    float: left !important;
  }
  .cid-qxL8DYYVWN .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qxL8DYYVWN .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qxL8DYYVWN .mbr-section-title B {
  color: #000000;
}
.cid-qy4iYJEwhR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qy4jpvTU1L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .cid-qy4jpvTU1L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qy4jpvTU1L .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qy4jpvTU1L .mbr-text {
  color: #f04c3e;
  text-align: left;
}
.cid-qxQZ8rWKtD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qxQZ8rWKtD .mbr-section-subtitle {
  color: #3b5998;
}
.cid-qxQZ8rWKtD .mbr-section-subtitle B {
  color: #3b5998;
}
.cid-qxQZ8rWKtD H2 {
  color: #3b5998;
}
.cid-qxQZ8rWKtD B {
  color: #232323;
}
.cid-r1reGiyRLw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rCkOGcbz2j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rCkOGcbz2j .mbr-section-subtitle {
  color: #3b5998;
}
.cid-rCkOGcbz2j .mbr-section-subtitle B {
  color: #3b5998;
}
.cid-rCkOGcbz2j H2 {
  color: #ff3366;
}
.cid-rCkOGcbz2j B {
  color: #232323;
}
.cid-rCkQ8ZrfH1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
#instagram-feed-block-2t .inst__title {
  color: #cc2952;
}
.cid-qzzB7muArV {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #f04c3e, #f04c3e);
}
.cid-qzzB7muArV .mbr-iconfont-social {
  font-size: 32px;
  color: #f9f9f9;
}
.cid-qzzB7muArV .social-list a:focus {
  text-decoration: none;
}
.cid-qzzB7muArV H2 {
  color: #f9f9f9;
}
.cid-qxWNuzTrRs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qxWNuzTrRs .mbr-section-subtitle {
  color: #cc1437;
}
.cid-qxWNuzTrRs .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxWNuzTrRs .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qxWNuzTrRs .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qxWNuzTrRs .card-wrapper .card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-qxWNuzTrRs .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-qxWNuzTrRs .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  margin: auto;
}
.cid-qxWNuzTrRs .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-qxWNuzTrRs .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-qxWNuzTrRs .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qxWNuzTrRs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qxWNuzTrRs .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-qxWNuzTrRs .popup-btn .mbr-section-btn {
  display: block !important;
  opacity: 0;
}
.cid-qxWNuzTrRs .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-qxWNuzTrRs .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-qxWNuzTrRs .mbr-section-subtitle B {
  color: #f04c3e;
}
.cid-rCkXlT8Xns {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f04c3e;
}
.cid-rCkXlT8Xns p {
  color: #767676;
}
.cid-rCkXlT8Xns .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rCkXlT8Xns .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rCkXlT8Xns .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rCkXlT8Xns .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rCkXlT8Xns .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rCkXlT8Xns .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rCkXlT8Xns .panel-text {
  color: #ffffff;
}
.cid-rCkXlT8Xns H4 {
  color: #ffffff;
}
.cid-rCkXlT8Xns H2 {
  color: #ffffff;
}
.cid-qxWRKIe6Cv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qxWRKIe6Cv .mbr-section-subtitle {
  color: #232323;
}
.cid-qxWKwSY2R7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxWKwSY2R7 .mbr-section-subtitle {
  color: #232323;
}
.cid-qxWJaXze3f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxWJaXze3f h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxWJaXze3f p {
  color: #767676;
  text-align: left;
}
.cid-qxWJaXze3f .card-img {
  text-align: left;
}
.cid-qxWJaXze3f .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qxWJaXze3f .card-title,
.cid-qxWJaXze3f .card-img {
  text-align: center;
}
.cid-qy5fmmWioT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qy5fmmWioT .mbr-section-subtitle {
  color: #767676;
}
.cid-qy5fmmWioT .formoid {
  margin: auto;
}
.cid-qy5fmmWioT .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qy5fmmWioT a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qy5fmmWioT .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qy5fmmWioT .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qy5fmmWioT a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qy5fmmWioT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qy5fmmWioT .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qy5fmmWioT .mbr-subscribe .input-group-btn button,
.cid-qy5fmmWioT .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qy5fmmWioT .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qy5fmmWioT input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qy5fmmWioT .input-group-btn {
    width: 100%;
  }
  .cid-qy5fmmWioT .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qy5fmmWioT .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qy5fmmWioT .input-group-btn {
    width: calc(92%);
  }
  .cid-qy5fmmWioT .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qy5fmmWioT .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qy5fmmWioT .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qy5fmmWioT .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qy5fmmWioT .input-group-btn button,
  .cid-qy5fmmWioT .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qy5fmmWioT .mbr-subscribe &gt; * {
    margin: 0 0.5rem;
  }
}
.cid-qy5fmmWioT H2 {
  color: #767676;
}
.cid-qy4UvpnOMp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbd109;
}
.cid-qy4UvpnOMp .mbr-section-subtitle {
  color: #767676;
}
.cid-qy4UvpnOMp .btn {
  margin: 0 0 .5rem 0;
}
.cid-qy4UvpnOMp .mbr-section-subtitle B {
  color: #000000;
}
.cid-qy4UvpnOMp H2 {
  color: #ffffff;
}
.cid-qxFLlMV6xG .google-map {
  height: 25rem;
  position: relative;
}
.cid-qxFLlMV6xG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qxFLlMV6xG .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-qxFLlMV6xG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qxFLlMV6xG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qy4jOupviZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qy4jOupviZ .content {
    text-align: center;
  }
  .cid-qy4jOupviZ .content &gt; div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qy4jOupviZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qy4jOupviZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qy4jOupviZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qy4jOupviZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qy4jOupviZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qy4jOupviZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qy4jOupviZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qy4jOupviZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qy4jOupviZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qy4jOupviZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qy4jOupviZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ti41kTmixj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti41kTmixj .mbr-section-subtitle {
  color: #767676;
}
.cid-qxWEAIqwR1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qxWEAIqwR1 .image-block {
  margin: auto;
}
.cid-qxWEAIqwR1 figcaption {
  position: relative;
}
.cid-qxWEAIqwR1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qxWEAIqwR1 .image-block {
    width: 100% !important;
  }
}
.cid-qxWEMMVkw5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
</pre></body></html>