@import url(https://fonts.googleapis.com/css?family=Russo+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Russo One', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Russo One', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #f9b11f !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c68605 !important;
  border-color: #c68605 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c68605 !important;
  border-color: #c68605 !important;
}
.btn-primary:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f9b11f;
  color: #f9b11f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f9b11f;
  border-color: #f9b11f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9b11f !important;
  border-color: #f9b11f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #f9b11f !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fcd482 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9b11f;
  border-color: #f9b11f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9b11f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef6e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #f9b11f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9b11f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9b11f;
  border-bottom-color: #f9b11f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f9b11f !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: #282f39 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f9b11f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.is-builder .cid-swseHTPzr3 .navbar {
  padding-top: 20px !important;
}
.cid-swseHTPzr3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swseHTPzr3 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swseHTPzr3 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swseHTPzr3 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swseHTPzr3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swseHTPzr3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swseHTPzr3 a {
  font-style: normal;
}
.cid-swseHTPzr3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swseHTPzr3 .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-swseHTPzr3 .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swseHTPzr3 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swseHTPzr3 .content-text {
  margin-bottom: 0;
}
.cid-swseHTPzr3 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swseHTPzr3 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swseHTPzr3 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-swseHTPzr3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f9b11f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swseHTPzr3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swseHTPzr3 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swseHTPzr3 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swseHTPzr3 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swseHTPzr3 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swseHTPzr3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swseHTPzr3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swseHTPzr3 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swseHTPzr3 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swseHTPzr3 .content-link {
    display: none;
  }
}
.cid-swseHTPzr3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swseHTPzr3 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swseHTPzr3 .nav-dropdown .link {
  font-weight: 600;
}
.cid-swseHTPzr3 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swseHTPzr3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swseHTPzr3 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swseHTPzr3 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swseHTPzr3 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swseHTPzr3 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swseHTPzr3 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swseHTPzr3 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swseHTPzr3 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swseHTPzr3 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swseHTPzr3 .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-swseHTPzr3 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-swseHTPzr3 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swseHTPzr3 .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-swseHTPzr3 .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-swseHTPzr3 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swseHTPzr3 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-swseHTPzr3 .dropdown-item:before {
    display: none;
  }
  .cid-swseHTPzr3 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swseHTPzr3 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swseHTPzr3 img {
    height: 3.8rem !important;
  }
  .cid-swseHTPzr3 .btn {
    display: flex;
  }
  .cid-swseHTPzr3 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swseHTPzr3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swseHTPzr3 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swseHTPzr3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swseHTPzr3 .navbar-collapse.collapsing,
  .cid-swseHTPzr3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-swseHTPzr3 .navbar-collapse.collapsing .navbar-nav,
  .cid-swseHTPzr3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swseHTPzr3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swseHTPzr3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swseHTPzr3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-swseHTPzr3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swseHTPzr3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swseHTPzr3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swseHTPzr3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-swseHTPzr3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swseHTPzr3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swseHTPzr3 .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-swseHTPzr3 .navbar .menu-content-top {
    display: block;
  }
  .cid-swseHTPzr3 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swseHTPzr3 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swseHTPzr3 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swseHTPzr3 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swseHTPzr3 .menu-bottom {
    display: flex;
  }
  .cid-swseHTPzr3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-swseHTPzr3 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swseHTPzr3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-swseHTPzr3 .navbar-toggler {
    display: none;
  }
}
.cid-swseHTPzr3 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swseHTPzr3 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swseHTPzr3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swseHTPzr3 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-swseHTPzr3 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swseHTPzr3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swseHTPzr3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swseHTPzr3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #f9b11f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-swseHTPzr3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9b11f;
  color: #000000;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swseHTPzr3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swseHTPzr3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swseHTPzr3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swseHTPzr3 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swseHTPzr3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swseHTPzr3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swseHTPzr3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swseHTPzr3 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swseHTPzr3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 button.navbar-toggler:focus {
  outline: none;
}
.cid-swseHTPzr3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swseHTPzr3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swseHTPzr3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swseHTPzr3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swseHTPzr3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swseHTPzr3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swseHTPzr3 .navbar-fixed-top.opened {
  position: relative;
}
.cid-swseHTPzr3 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swseHTPzr3 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swseHTPzr3 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swseHTPzr3 .collapsed .btn {
  display: flex;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse.collapsing,
.cid-swseHTPzr3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swseHTPzr3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swseHTPzr3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swseHTPzr3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swseHTPzr3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swseHTPzr3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swseHTPzr3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem  - 3.5rem);
  }
  .cid-swseHTPzr3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swseHTPzr3 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swseHTPzr3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swseHTPzr3 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swseHTPzr3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-swseHTPzr3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swseHTPzr3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swseHTPzr3 .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swseHTPzr3 .collapsed .dropdown-item:before {
  display: none;
}
.cid-swseHTPzr3 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swseHTPzr3 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swseHTPzr3 .nav-link:focus {
  outline: none;
}
.cid-swseHTPzr3 .navbar-toggler {
  position: relative;
}
.cid-swseHTPzr3 .dropdown-item.active,
.cid-swseHTPzr3 .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-swseHTPzr3 .nav-link:hover,
.cid-swseHTPzr3 .dropdown-item:hover {
  color: #f9b11f;
}
.cid-swshf4YNsz {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-swshf4YNsz .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-swshf4YNsz .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-swshf4YNsz .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-swshf4YNsz .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-swshf4YNsz .card-title {
  padding: 0;
  margin: 0;
}
.cid-swshf4YNsz .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-swshf4YNsz .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swshf4YNsz .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-swshf4YNsz .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swshf4YNsz .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-swshf4YNsz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swshf4YNsz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swshf4YNsz .card-title,
.cid-swshf4YNsz .card-icon {
  color: #ffffff;
}
.cid-swshf4YNsz .mbr-section-title {
  color: #ffffff;
}
.cid-swshf4YNsz .mbr-text,
.cid-swshf4YNsz .mbr-section-btn {
  color: #f9b11f;
}
.cid-swshf4YNsz .card-text {
  color: #ffffff;
}
.cid-swshf4YNsz .card-title,
.cid-swshf4YNsz .iconfont-wrapper {
  color: #f3f3f3;
}
.cid-swPn3qdXBr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f4f6f9;
}
.cid-swPn3qdXBr .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-swPn3qdXBr .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-swPn3qdXBr .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-swPn3qdXBr .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-swPn3qdXBr .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f9b11f;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #f9b11f;
}
@media (max-width: 767px) {
  .cid-swPn3qdXBr .img-text {
    left: 1rem;
  }
}
.cid-swPn3qdXBr img,
.cid-swPn3qdXBr .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-swPn3qdXBr .item:focus,
.cid-swPn3qdXBr span:focus {
  outline: none;
}
.cid-swPn3qdXBr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-swPn3qdXBr .mbr-section-title {
  color: #f9b11f;
}
.cid-swPn3qdXBr .mbr-text,
.cid-swPn3qdXBr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-swPn3qdXBr .item-title {
  text-align: center;
  color: #1b2026;
}
.cid-swPn3qdXBr .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-swPn3qdXBr .mbr-section-subtitle {
  color: #777777;
}
.cid-swPntt2zNx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f4f6f9;
}
.cid-swPntt2zNx .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-swPntt2zNx .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-swPntt2zNx .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-swPntt2zNx .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-swPntt2zNx .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f9b11f;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #f9b11f;
}
@media (max-width: 767px) {
  .cid-swPntt2zNx .img-text {
    left: 1rem;
  }
}
.cid-swPntt2zNx img,
.cid-swPntt2zNx .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-swPntt2zNx .item:focus,
.cid-swPntt2zNx span:focus {
  outline: none;
}
.cid-swPntt2zNx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-swPntt2zNx .mbr-section-title {
  color: #232323;
}
.cid-swPntt2zNx .mbr-text,
.cid-swPntt2zNx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-swPntt2zNx .item-title {
  text-align: center;
  color: #1b2026;
}
.cid-swPntt2zNx .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-swPntt2zNx .mbr-section-subtitle {
  color: #777777;
}
.cid-swPwSF1Q5J {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f4f6f9;
}
.cid-swPwSF1Q5J .fb-page,
.cid-swPwSF1Q5J span,
.cid-swPwSF1Q5J iframe {
  width: 360px;
  height: 620px;
}
.cid-swPwSF1Q5J blockquote {
  display: none;
}
.cid-swPwSF1Q5J .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-swPwSF1Q5J .mbr-section-title {
  color: #f9b11f;
}
.cid-swPvDOHlFM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #f4f6f9;
}
.cid-swPvDOHlFM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-swPvDOHlFM .team-card:hover {
  transform: translateY(-10px);
}
.cid-swPvDOHlFM .title-icon {
  font-size: 3rem;
  color: #ffc800;
  padding-right: 1rem;
}
.cid-swPvDOHlFM .title-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-swPvDOHlFM .title-wrap {
    flex-direction: column;
  }
  .cid-swPvDOHlFM .title-wrap .title-icon {
    padding: 0;
  }
}
.cid-swPvDOHlFM .card-wrap {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-swPvDOHlFM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-swPvDOHlFM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-swPvDOHlFM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swPvDOHlFM .card-wrap .content-wrap {
    padding: 2rem 1rem;
  }
}
.cid-swPvDOHlFM .social-row {
  display: flex;
}
.cid-swPvDOHlFM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-swPvDOHlFM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffc800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-swPvDOHlFM .social-row {
    justify-content: center;
  }
}
.cid-swPvDOHlFM .card-text,
.cid-swPvDOHlFM .mbr-section-btn,
.cid-swPvDOHlFM .social-row {
  color: #000000;
}
.cid-swPvDOHlFM .card-title,
.cid-swPvDOHlFM .social-row {
  color: #666666;
}
.cid-swPvDOHlFM .mbr-section-title {
  color: #103178;
}
.cid-swPvDOHlFM .mbr-section-title,
.cid-swPvDOHlFM .title-col {
  text-align: center;
  color: #f9b11f;
}
.cid-swsohQuTKN .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-swsohQuTKN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swsohQuTKN .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-swsohQuTKN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swsohQuTKN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swskLG8j8o {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-swskLG8j8o section {
  position: relative;
}
.cid-swskLG8j8o .widget-title {
  font-weight: 600;
}
.cid-swskLG8j8o .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-swskLG8j8o .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swskLG8j8o .item .card-box .item-title {
  font-weight: 300;
}
.cid-swskLG8j8o .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swskLG8j8o .item .card-img {
  width: auto;
  background-color: #f9b11f;
  border-radius: 100%;
}
.cid-swskLG8j8o .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swskLG8j8o img {
  height: 100px;
  padding-right: 8px;
}
.cid-swskLG8j8o .img1 {
  color: #000000;
  background-color: #f9b11f;
  border-radius: 50%;
}
.cid-swskLG8j8o .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swskLG8j8o .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #f9b11f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swskLG8j8o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swskLG8j8o .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swskLG8j8o .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swskLG8j8o .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swskLG8j8o .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-swskLG8j8o .item,
.cid-swskLG8j8o .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swskLG8j8o .item h4,
.cid-swskLG8j8o .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swskLG8j8o .link .card-img {
  padding-bottom: 3px;
}
.cid-swskLG8j8o .link .card-box .link-title {
  font-weight: 300;
}
.cid-swskLG8j8o .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f9b11f !important;
}
.cid-swskLG8j8o .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swskLG8j8o .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swskLG8j8o h5 {
    text-align: left !important;
  }
  .cid-swskLG8j8o .line-wrap {
    text-align: left !important;
  }
}
.cid-swskLG8j8o .item-title {
  color: #ffffff;
}
.cid-swskLG8j8o .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swskLG8j8o .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swskLG8j8o .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swskLG8j8o .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #f9b11f !important;
  box-shadow: none !important;
}
.cid-swskLG8j8o .btn[class*='-outline']:active,
.cid-swskLG8j8o .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swskLG8j8o .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swskLG8j8o .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swskLG8j8o .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swskLG8j8o .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swskLG8j8o .box-list li:first-child {
  padding-top: 0;
}
.cid-swskLG8j8o .box-list li:last-child {
  border-bottom: none;
}
.cid-swskLG8j8o .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #f9b11f;
}
.cid-swskLG8j8o .box-list.display-4 {
  line-height: 1.71;
}
.cid-swskLG8j8o .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swskLG8j8o .box-list li .box-list li SPAN {
  color: #f9b11f;
}
.cid-swskLG8j8o .list .list-item .content .date-wrap {
  color: #f9b11f;
}
.cid-swsmNVdjzi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-swsmNVdjzi .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-swsmNVdjzi .copyright {
    margin-bottom: 1rem;
  }
}
.cid-swsmNVdjzi .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-swsmNVdjzi .text-wrap .icons-wrap .icon-wrapper {
  background: #333333;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #f9b11f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-swsmNVdjzi .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #f9b11f;
  border-color: #f9b11f;
}
.cid-swsmNVdjzi .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-swsmNVdjzi .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-swsmNVdjzi .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swsmNVdjzi .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-swsmNVdjzi .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swsmNVdjzi .text-wrap .icons-wrap::after {
    display: none;
  }
}
.is-builder .cid-swPxWVsbpN .navbar {
  padding-top: 20px !important;
}
.cid-swPxWVsbpN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swPxWVsbpN .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swPxWVsbpN .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swPxWVsbpN .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swPxWVsbpN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPxWVsbpN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swPxWVsbpN a {
  font-style: normal;
}
.cid-swPxWVsbpN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swPxWVsbpN .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-swPxWVsbpN .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPxWVsbpN .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swPxWVsbpN .content-text {
  margin-bottom: 0;
}
.cid-swPxWVsbpN .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swPxWVsbpN .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swPxWVsbpN .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-swPxWVsbpN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f9b11f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swPxWVsbpN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swPxWVsbpN .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swPxWVsbpN .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swPxWVsbpN .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swPxWVsbpN .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swPxWVsbpN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swPxWVsbpN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swPxWVsbpN .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swPxWVsbpN .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swPxWVsbpN .content-link {
    display: none;
  }
}
.cid-swPxWVsbpN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swPxWVsbpN .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swPxWVsbpN .nav-dropdown .link {
  font-weight: 600;
}
.cid-swPxWVsbpN .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swPxWVsbpN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swPxWVsbpN .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swPxWVsbpN .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPxWVsbpN .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPxWVsbpN .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swPxWVsbpN .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPxWVsbpN .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPxWVsbpN .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swPxWVsbpN .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swPxWVsbpN .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-swPxWVsbpN .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-swPxWVsbpN .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swPxWVsbpN .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-swPxWVsbpN .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-swPxWVsbpN .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swPxWVsbpN .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-swPxWVsbpN .dropdown-item:before {
    display: none;
  }
  .cid-swPxWVsbpN .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swPxWVsbpN .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swPxWVsbpN img {
    height: 3.8rem !important;
  }
  .cid-swPxWVsbpN .btn {
    display: flex;
  }
  .cid-swPxWVsbpN button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swPxWVsbpN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swPxWVsbpN .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swPxWVsbpN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swPxWVsbpN .navbar-collapse.collapsing,
  .cid-swPxWVsbpN .navbar-collapse.show {
    display: block !important;
  }
  .cid-swPxWVsbpN .navbar-collapse.collapsing .navbar-nav,
  .cid-swPxWVsbpN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swPxWVsbpN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swPxWVsbpN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swPxWVsbpN .navbar-collapse.collapsing .navbar-buttons,
  .cid-swPxWVsbpN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swPxWVsbpN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swPxWVsbpN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swPxWVsbpN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-swPxWVsbpN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swPxWVsbpN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swPxWVsbpN .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-swPxWVsbpN .navbar .menu-content-top {
    display: block;
  }
  .cid-swPxWVsbpN .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swPxWVsbpN .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPxWVsbpN .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPxWVsbpN .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swPxWVsbpN .menu-bottom {
    display: flex;
  }
  .cid-swPxWVsbpN .navbar {
    display: block;
    padding: 0;
  }
  .cid-swPxWVsbpN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swPxWVsbpN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-swPxWVsbpN .navbar-toggler {
    display: none;
  }
}
.cid-swPxWVsbpN .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swPxWVsbpN .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swPxWVsbpN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swPxWVsbpN .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-swPxWVsbpN .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swPxWVsbpN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swPxWVsbpN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPxWVsbpN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #f9b11f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-swPxWVsbpN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9b11f;
  color: #000000;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPxWVsbpN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swPxWVsbpN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swPxWVsbpN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swPxWVsbpN .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPxWVsbpN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swPxWVsbpN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swPxWVsbpN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swPxWVsbpN .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swPxWVsbpN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN button.navbar-toggler:focus {
  outline: none;
}
.cid-swPxWVsbpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swPxWVsbpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPxWVsbpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPxWVsbpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPxWVsbpN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPxWVsbpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPxWVsbpN .navbar-fixed-top.opened {
  position: relative;
}
.cid-swPxWVsbpN .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPxWVsbpN .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPxWVsbpN .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swPxWVsbpN .collapsed .btn {
  display: flex;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse.collapsing,
.cid-swPxWVsbpN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swPxWVsbpN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swPxWVsbpN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swPxWVsbpN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swPxWVsbpN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swPxWVsbpN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swPxWVsbpN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem  - 3.5rem);
  }
  .cid-swPxWVsbpN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPxWVsbpN .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPxWVsbpN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swPxWVsbpN .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPxWVsbpN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-swPxWVsbpN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swPxWVsbpN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swPxWVsbpN .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swPxWVsbpN .collapsed .dropdown-item:before {
  display: none;
}
.cid-swPxWVsbpN .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swPxWVsbpN .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swPxWVsbpN .nav-link:focus {
  outline: none;
}
.cid-swPxWVsbpN .navbar-toggler {
  position: relative;
}
.cid-swPxWVsbpN .dropdown-item.active,
.cid-swPxWVsbpN .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-swPxWVsbpN .nav-link:hover,
.cid-swPxWVsbpN .dropdown-item:hover {
  color: #f9b11f;
}
.cid-swPxWXSoyC {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-swPxWXSoyC .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-swPxWXSoyC .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-swPxWXSoyC .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-swPxWXSoyC .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-swPxWXSoyC .card-title {
  padding: 0;
  margin: 0;
}
.cid-swPxWXSoyC .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-swPxWXSoyC .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swPxWXSoyC .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-swPxWXSoyC .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swPxWXSoyC .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-swPxWXSoyC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swPxWXSoyC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swPxWXSoyC .card-title,
.cid-swPxWXSoyC .card-icon {
  color: #ffffff;
}
.cid-swPxWXSoyC .mbr-section-title {
  color: #ffffff;
}
.cid-swPxWXSoyC .mbr-text,
.cid-swPxWXSoyC .mbr-section-btn {
  color: #f9b11f;
}
.cid-swPxWXSoyC .card-text {
  color: #ffffff;
}
.cid-swPxWXSoyC .card-title,
.cid-swPxWXSoyC .iconfont-wrapper {
  color: #f3f3f3;
}
.cid-swPClH0ZWV {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f4f6f9;
}
.cid-swPClH0ZWV .content-left-wrapper .mbr-section-subtitle {
  color: #b6af8b;
}
.cid-swPClH0ZWV .content-left-wrapper .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-swPClH0ZWV .content-left-wrapper .btn .mbr-iconfont {
  order: 2;
  margin-left: 24px;
}
.cid-swPClH0ZWV .content-right-wrapper .mbr-text,
.cid-swPClH0ZWV .mbr-section-btn {
  color: #000000;
}
.cid-swPClH0ZWV .content-left-wrapper .mbr-section-title,
.cid-swPClH0ZWV .mbr-section-btn {
  color: #000000;
}
.cid-swPClH0ZWV .content-left-wrapper .mbr-section-subtitle,
.cid-swPClH0ZWV .mbr-section-btn {
  color: #666666;
}
.cid-swPGYDeLWm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-swPGYDeLWm .container {
  max-width: 1500px;
}
.cid-swPGYDeLWm .row {
  background: #f4f6f9;
}
.cid-swPGYDeLWm .img-col {
  padding: 0;
}
.cid-swPGYDeLWm .title-col {
  padding: 4rem 6rem;
}
.cid-swPGYDeLWm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-swPGYDeLWm h2 {
  padding: 0;
  margin: 0;
}
.cid-swPGYDeLWm .text-wrap {
  margin: auto;
}
.cid-swPGYDeLWm .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-swPGYDeLWm .row {
    margin: 2rem;
  }
  .cid-swPGYDeLWm .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-swPGYDeLWm .row {
    margin: 0rem;
  }
  .cid-swPGYDeLWm .title-col {
    padding: 2rem 1rem;
  }
}
.cid-swPGYDeLWm H2 {
  color: #f9b11f;
}
.cid-swPI7cTVBu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-swPI7cTVBu .container {
  max-width: 1500px;
}
.cid-swPI7cTVBu .row {
  background: #f4f6f9;
}
.cid-swPI7cTVBu .img-col {
  padding: 0;
}
.cid-swPI7cTVBu .title-col {
  padding: 4rem 6rem;
}
.cid-swPI7cTVBu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-swPI7cTVBu h2 {
  padding: 0;
  margin: 0;
}
.cid-swPI7cTVBu .text-wrap {
  margin: auto;
}
.cid-swPI7cTVBu .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-swPI7cTVBu .row {
    margin: 2rem;
  }
  .cid-swPI7cTVBu .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-swPI7cTVBu .row {
    margin: 0rem;
  }
  .cid-swPI7cTVBu .title-col {
    padding: 2rem 1rem;
  }
}
.cid-swPI7cTVBu H2 {
  color: #f9b11f;
}
.cid-swPxX6MsAu .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-swPxX6MsAu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swPxX6MsAu .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-swPxX6MsAu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swPxX6MsAu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swPxX7yFwa {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-swPxX7yFwa section {
  position: relative;
}
.cid-swPxX7yFwa .widget-title {
  font-weight: 600;
}
.cid-swPxX7yFwa .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-swPxX7yFwa .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swPxX7yFwa .item .card-box .item-title {
  font-weight: 300;
}
.cid-swPxX7yFwa .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPxX7yFwa .item .card-img {
  width: auto;
  background-color: #f9b11f;
  border-radius: 100%;
}
.cid-swPxX7yFwa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swPxX7yFwa img {
  height: 100px;
  padding-right: 8px;
}
.cid-swPxX7yFwa .img1 {
  color: #000000;
  background-color: #f9b11f;
  border-radius: 50%;
}
.cid-swPxX7yFwa .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swPxX7yFwa .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #f9b11f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swPxX7yFwa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swPxX7yFwa .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swPxX7yFwa .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPxX7yFwa .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swPxX7yFwa .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-swPxX7yFwa .item,
.cid-swPxX7yFwa .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swPxX7yFwa .item h4,
.cid-swPxX7yFwa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swPxX7yFwa .link .card-img {
  padding-bottom: 3px;
}
.cid-swPxX7yFwa .link .card-box .link-title {
  font-weight: 300;
}
.cid-swPxX7yFwa .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f9b11f !important;
}
.cid-swPxX7yFwa .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPxX7yFwa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swPxX7yFwa h5 {
    text-align: left !important;
  }
  .cid-swPxX7yFwa .line-wrap {
    text-align: left !important;
  }
}
.cid-swPxX7yFwa .item-title {
  color: #ffffff;
}
.cid-swPxX7yFwa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swPxX7yFwa .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swPxX7yFwa .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swPxX7yFwa .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #f9b11f !important;
  box-shadow: none !important;
}
.cid-swPxX7yFwa .btn[class*='-outline']:active,
.cid-swPxX7yFwa .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swPxX7yFwa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swPxX7yFwa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swPxX7yFwa .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swPxX7yFwa .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swPxX7yFwa .box-list li:first-child {
  padding-top: 0;
}
.cid-swPxX7yFwa .box-list li:last-child {
  border-bottom: none;
}
.cid-swPxX7yFwa .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #f9b11f;
}
.cid-swPxX7yFwa .box-list.display-4 {
  line-height: 1.71;
}
.cid-swPxX7yFwa .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swPxX7yFwa .box-list li .box-list li SPAN {
  color: #f9b11f;
}
.cid-swPxX7yFwa .list .list-item .content .date-wrap {
  color: #f9b11f;
}
.cid-swPxX9bc3J {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-swPxX9bc3J .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-swPxX9bc3J .copyright {
    margin-bottom: 1rem;
  }
}
.cid-swPxX9bc3J .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-swPxX9bc3J .text-wrap .icons-wrap .icon-wrapper {
  background: #333333;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #f9b11f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-swPxX9bc3J .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #f9b11f;
  border-color: #f9b11f;
}
.cid-swPxX9bc3J .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-swPxX9bc3J .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-swPxX9bc3J .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPxX9bc3J .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-swPxX9bc3J .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPxX9bc3J .text-wrap .icons-wrap::after {
    display: none;
  }
}
.is-builder .cid-swPy2RACKK .navbar {
  padding-top: 20px !important;
}
.cid-swPy2RACKK .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swPy2RACKK .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swPy2RACKK .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swPy2RACKK .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swPy2RACKK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPy2RACKK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swPy2RACKK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swPy2RACKK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy2RACKK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swPy2RACKK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy2RACKK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swPy2RACKK a {
  font-style: normal;
}
.cid-swPy2RACKK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swPy2RACKK .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-swPy2RACKK .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy2RACKK .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swPy2RACKK .content-text {
  margin-bottom: 0;
}
.cid-swPy2RACKK .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swPy2RACKK .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swPy2RACKK .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-swPy2RACKK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f9b11f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swPy2RACKK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swPy2RACKK .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swPy2RACKK .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swPy2RACKK .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swPy2RACKK .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swPy2RACKK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swPy2RACKK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swPy2RACKK .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swPy2RACKK .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swPy2RACKK .content-link {
    display: none;
  }
}
.cid-swPy2RACKK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swPy2RACKK .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swPy2RACKK .nav-dropdown .link {
  font-weight: 600;
}
.cid-swPy2RACKK .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swPy2RACKK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swPy2RACKK .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swPy2RACKK .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPy2RACKK .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPy2RACKK .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swPy2RACKK .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPy2RACKK .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPy2RACKK .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swPy2RACKK .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swPy2RACKK .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-swPy2RACKK .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-swPy2RACKK .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swPy2RACKK .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-swPy2RACKK .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-swPy2RACKK .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swPy2RACKK .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-swPy2RACKK .dropdown-item:before {
    display: none;
  }
  .cid-swPy2RACKK .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swPy2RACKK .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swPy2RACKK img {
    height: 3.8rem !important;
  }
  .cid-swPy2RACKK .btn {
    display: flex;
  }
  .cid-swPy2RACKK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swPy2RACKK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swPy2RACKK .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swPy2RACKK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swPy2RACKK .navbar-collapse.collapsing,
  .cid-swPy2RACKK .navbar-collapse.show {
    display: block !important;
  }
  .cid-swPy2RACKK .navbar-collapse.collapsing .navbar-nav,
  .cid-swPy2RACKK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swPy2RACKK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swPy2RACKK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swPy2RACKK .navbar-collapse.collapsing .navbar-buttons,
  .cid-swPy2RACKK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swPy2RACKK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swPy2RACKK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swPy2RACKK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-swPy2RACKK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swPy2RACKK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swPy2RACKK .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-swPy2RACKK .navbar .menu-content-top {
    display: block;
  }
  .cid-swPy2RACKK .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swPy2RACKK .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPy2RACKK .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPy2RACKK .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swPy2RACKK .menu-bottom {
    display: flex;
  }
  .cid-swPy2RACKK .navbar {
    display: block;
    padding: 0;
  }
  .cid-swPy2RACKK .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swPy2RACKK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-swPy2RACKK .navbar-toggler {
    display: none;
  }
}
.cid-swPy2RACKK .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swPy2RACKK .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swPy2RACKK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swPy2RACKK .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-swPy2RACKK .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swPy2RACKK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swPy2RACKK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPy2RACKK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swPy2RACKK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #f9b11f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-swPy2RACKK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9b11f;
  color: #000000;
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy2RACKK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swPy2RACKK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swPy2RACKK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swPy2RACKK .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy2RACKK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swPy2RACKK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swPy2RACKK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swPy2RACKK .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swPy2RACKK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK button.navbar-toggler:focus {
  outline: none;
}
.cid-swPy2RACKK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swPy2RACKK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPy2RACKK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPy2RACKK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPy2RACKK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPy2RACKK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy2RACKK .navbar-fixed-top.opened {
  position: relative;
}
.cid-swPy2RACKK .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPy2RACKK .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPy2RACKK .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swPy2RACKK .collapsed .btn {
  display: flex;
}
.cid-swPy2RACKK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swPy2RACKK .collapsed .navbar-collapse.collapsing,
.cid-swPy2RACKK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swPy2RACKK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swPy2RACKK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swPy2RACKK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swPy2RACKK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swPy2RACKK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swPy2RACKK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swPy2RACKK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swPy2RACKK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swPy2RACKK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem  - 3.5rem);
  }
  .cid-swPy2RACKK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPy2RACKK .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPy2RACKK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swPy2RACKK .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPy2RACKK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-swPy2RACKK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swPy2RACKK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swPy2RACKK .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swPy2RACKK .collapsed .dropdown-item:before {
  display: none;
}
.cid-swPy2RACKK .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swPy2RACKK .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swPy2RACKK .nav-link:focus {
  outline: none;
}
.cid-swPy2RACKK .navbar-toggler {
  position: relative;
}
.cid-swPy2RACKK .dropdown-item.active,
.cid-swPy2RACKK .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-swPy2RACKK .nav-link:hover,
.cid-swPy2RACKK .dropdown-item:hover {
  color: #f9b11f;
}
.cid-swPy2T1Vam {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-swPy2T1Vam .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-swPy2T1Vam .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-swPy2T1Vam .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-swPy2T1Vam .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-swPy2T1Vam .card-title {
  padding: 0;
  margin: 0;
}
.cid-swPy2T1Vam .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-swPy2T1Vam .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swPy2T1Vam .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-swPy2T1Vam .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swPy2T1Vam .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-swPy2T1Vam .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swPy2T1Vam .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swPy2T1Vam .card-title,
.cid-swPy2T1Vam .card-icon {
  color: #ffffff;
}
.cid-swPy2T1Vam .mbr-section-title {
  color: #ffffff;
}
.cid-swPy2T1Vam .mbr-text,
.cid-swPy2T1Vam .mbr-section-btn {
  color: #f9b11f;
}
.cid-swPy2T1Vam .card-text {
  color: #ffffff;
}
.cid-swPy2T1Vam .card-title,
.cid-swPy2T1Vam .iconfont-wrapper {
  color: #f3f3f3;
}
.cid-swPziTraaE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swPziTraaE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-swPziTraaE .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-swPziTraaE .list-img {
  width: 100px;
}
.cid-swPziTraaE .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-swPziTraaE .btn {
  margin: 0px !important;
}
.cid-swPziTraaE .text-box {
  padding: 1rem;
}
.cid-swPziTraaE .text-box p {
  margin: 0;
}
.cid-swPziTraaE .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-swPziTraaE .ico-box p {
  margin: 0;
}
.cid-swPziTraaE .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swPziTraaE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swPziTraaE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-swPziTraaE .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-swPziTraaE .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-swPziTraaE .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-swPziTraaE .carousel-indicators li {
  display: inline-block;
}
.cid-swPziTraaE .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-swPziTraaE .carousel-indicators li.active {
  border: 0px;
}
.cid-swPziTraaE .li1,
.cid-swPziTraaE .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/117391206-735442867024846-1588964317206103511-n-960x720.jpg");
}
.cid-swPziTraaE .li2,
.cid-swPziTraaE .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/117232511-735443257024807-2258305120648405399-n-960x720.jpg");
}
.cid-swPziTraaE .li3,
.cid-swPziTraaE .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/117237509-735443223691477-3167027406023895475-n-960x720.jpg");
}
.cid-swPziTraaE .li4,
.cid-swPziTraaE .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/117246545-735443060358160-1201020952806301279-n-960x720.jpg");
}
.cid-swPziTraaE .li5,
.cid-swPziTraaE .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/117308681-735442960358170-9137174028985048069-n-960x720.jpg");
}
.cid-swPziTraaE .li6,
.cid-swPziTraaE .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/117296101-735442787024854-4671614707692931193-n-960x720.jpg");
}
@media (max-width: 992px) {
  .cid-swPziTraaE .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-swPziTraaE .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-swPziTraaE .card-title2 {
  color: #149dcc;
}
.cid-swPziTraaE .sq {
  color: #767676;
}
.cid-swPziTraaE .item {
  color: #767676;
}
.cid-swPziTraaE .card-title1 {
  text-align: left;
}
.cid-swPy2Z9Nov .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-swPy2Z9Nov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swPy2Z9Nov .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-swPy2Z9Nov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swPy2Z9Nov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swPy2ZTrSf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-swPy2ZTrSf section {
  position: relative;
}
.cid-swPy2ZTrSf .widget-title {
  font-weight: 600;
}
.cid-swPy2ZTrSf .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-swPy2ZTrSf .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swPy2ZTrSf .item .card-box .item-title {
  font-weight: 300;
}
.cid-swPy2ZTrSf .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy2ZTrSf .item .card-img {
  width: auto;
  background-color: #f9b11f;
  border-radius: 100%;
}
.cid-swPy2ZTrSf .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swPy2ZTrSf img {
  height: 100px;
  padding-right: 8px;
}
.cid-swPy2ZTrSf .img1 {
  color: #000000;
  background-color: #f9b11f;
  border-radius: 50%;
}
.cid-swPy2ZTrSf .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swPy2ZTrSf .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #f9b11f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swPy2ZTrSf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swPy2ZTrSf .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swPy2ZTrSf .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy2ZTrSf .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swPy2ZTrSf .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-swPy2ZTrSf .item,
.cid-swPy2ZTrSf .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swPy2ZTrSf .item h4,
.cid-swPy2ZTrSf .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swPy2ZTrSf .link .card-img {
  padding-bottom: 3px;
}
.cid-swPy2ZTrSf .link .card-box .link-title {
  font-weight: 300;
}
.cid-swPy2ZTrSf .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f9b11f !important;
}
.cid-swPy2ZTrSf .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy2ZTrSf .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swPy2ZTrSf h5 {
    text-align: left !important;
  }
  .cid-swPy2ZTrSf .line-wrap {
    text-align: left !important;
  }
}
.cid-swPy2ZTrSf .item-title {
  color: #ffffff;
}
.cid-swPy2ZTrSf .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swPy2ZTrSf .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swPy2ZTrSf .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swPy2ZTrSf .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #f9b11f !important;
  box-shadow: none !important;
}
.cid-swPy2ZTrSf .btn[class*='-outline']:active,
.cid-swPy2ZTrSf .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swPy2ZTrSf .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swPy2ZTrSf .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swPy2ZTrSf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swPy2ZTrSf .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swPy2ZTrSf .box-list li:first-child {
  padding-top: 0;
}
.cid-swPy2ZTrSf .box-list li:last-child {
  border-bottom: none;
}
.cid-swPy2ZTrSf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #f9b11f;
}
.cid-swPy2ZTrSf .box-list.display-4 {
  line-height: 1.71;
}
.cid-swPy2ZTrSf .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swPy2ZTrSf .box-list li .box-list li SPAN {
  color: #f9b11f;
}
.cid-swPy2ZTrSf .list .list-item .content .date-wrap {
  color: #f9b11f;
}
.cid-swPy31pyaQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-swPy31pyaQ .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-swPy31pyaQ .copyright {
    margin-bottom: 1rem;
  }
}
.cid-swPy31pyaQ .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-swPy31pyaQ .text-wrap .icons-wrap .icon-wrapper {
  background: #333333;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #f9b11f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-swPy31pyaQ .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #f9b11f;
  border-color: #f9b11f;
}
.cid-swPy31pyaQ .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-swPy31pyaQ .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-swPy31pyaQ .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPy31pyaQ .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-swPy31pyaQ .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPy31pyaQ .text-wrap .icons-wrap::after {
    display: none;
  }
}
.is-builder .cid-swPy7xKZOl .navbar {
  padding-top: 20px !important;
}
.cid-swPy7xKZOl .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-swPy7xKZOl .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-swPy7xKZOl .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-swPy7xKZOl .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-swPy7xKZOl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy7xKZOl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swPy7xKZOl a {
  font-style: normal;
}
.cid-swPy7xKZOl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-swPy7xKZOl .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-swPy7xKZOl .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy7xKZOl .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-swPy7xKZOl .content-text {
  margin-bottom: 0;
}
.cid-swPy7xKZOl .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-swPy7xKZOl .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-swPy7xKZOl .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-swPy7xKZOl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f9b11f;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swPy7xKZOl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-swPy7xKZOl .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-swPy7xKZOl .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-swPy7xKZOl .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-swPy7xKZOl .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-swPy7xKZOl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swPy7xKZOl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swPy7xKZOl .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-swPy7xKZOl .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-swPy7xKZOl .content-link {
    display: none;
  }
}
.cid-swPy7xKZOl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-swPy7xKZOl .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-swPy7xKZOl .nav-dropdown .link {
  font-weight: 600;
}
.cid-swPy7xKZOl .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-swPy7xKZOl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swPy7xKZOl .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-swPy7xKZOl .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPy7xKZOl .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPy7xKZOl .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-swPy7xKZOl .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-swPy7xKZOl .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-swPy7xKZOl .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-swPy7xKZOl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-swPy7xKZOl .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-swPy7xKZOl .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-swPy7xKZOl .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-swPy7xKZOl .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-swPy7xKZOl .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-swPy7xKZOl .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-swPy7xKZOl .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-swPy7xKZOl .dropdown-item:before {
    display: none;
  }
  .cid-swPy7xKZOl .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-swPy7xKZOl .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-swPy7xKZOl img {
    height: 3.8rem !important;
  }
  .cid-swPy7xKZOl .btn {
    display: flex;
  }
  .cid-swPy7xKZOl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-swPy7xKZOl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swPy7xKZOl .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-swPy7xKZOl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swPy7xKZOl .navbar-collapse.collapsing,
  .cid-swPy7xKZOl .navbar-collapse.show {
    display: block !important;
  }
  .cid-swPy7xKZOl .navbar-collapse.collapsing .navbar-nav,
  .cid-swPy7xKZOl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swPy7xKZOl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swPy7xKZOl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-swPy7xKZOl .navbar-collapse.collapsing .navbar-buttons,
  .cid-swPy7xKZOl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swPy7xKZOl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swPy7xKZOl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swPy7xKZOl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-swPy7xKZOl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swPy7xKZOl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swPy7xKZOl .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-swPy7xKZOl .navbar .menu-content-top {
    display: block;
  }
  .cid-swPy7xKZOl .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-swPy7xKZOl .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPy7xKZOl .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-swPy7xKZOl .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swPy7xKZOl .menu-bottom {
    display: flex;
  }
  .cid-swPy7xKZOl .navbar {
    display: block;
    padding: 0;
  }
  .cid-swPy7xKZOl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-swPy7xKZOl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-swPy7xKZOl .navbar-toggler {
    display: none;
  }
}
.cid-swPy7xKZOl .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-swPy7xKZOl .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-swPy7xKZOl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swPy7xKZOl .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-swPy7xKZOl .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-swPy7xKZOl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swPy7xKZOl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPy7xKZOl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #f9b11f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-swPy7xKZOl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f9b11f;
  color: #000000;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swPy7xKZOl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swPy7xKZOl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swPy7xKZOl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swPy7xKZOl .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-swPy7xKZOl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swPy7xKZOl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swPy7xKZOl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swPy7xKZOl .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-swPy7xKZOl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl button.navbar-toggler:focus {
  outline: none;
}
.cid-swPy7xKZOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-swPy7xKZOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPy7xKZOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-swPy7xKZOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPy7xKZOl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-swPy7xKZOl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-swPy7xKZOl .navbar-fixed-top.opened {
  position: relative;
}
.cid-swPy7xKZOl .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPy7xKZOl .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-swPy7xKZOl .collapsed .menu-logo {
  margin-right: 0;
}
.cid-swPy7xKZOl .collapsed .btn {
  display: flex;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse.collapsing,
.cid-swPy7xKZOl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swPy7xKZOl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swPy7xKZOl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swPy7xKZOl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swPy7xKZOl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swPy7xKZOl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-swPy7xKZOl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.3rem  - 3.5rem);
  }
  .cid-swPy7xKZOl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swPy7xKZOl .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swPy7xKZOl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swPy7xKZOl .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-swPy7xKZOl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-swPy7xKZOl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swPy7xKZOl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swPy7xKZOl .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swPy7xKZOl .collapsed .dropdown-item:before {
  display: none;
}
.cid-swPy7xKZOl .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-swPy7xKZOl .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-swPy7xKZOl .nav-link:focus {
  outline: none;
}
.cid-swPy7xKZOl .navbar-toggler {
  position: relative;
}
.cid-swPy7xKZOl .dropdown-item.active,
.cid-swPy7xKZOl .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-swPy7xKZOl .nav-link:hover,
.cid-swPy7xKZOl .dropdown-item:hover {
  color: #f9b11f;
}
.cid-swPy7zfvcQ {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-swPy7zfvcQ .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-swPy7zfvcQ .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-swPy7zfvcQ .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-swPy7zfvcQ .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-swPy7zfvcQ .card-title {
  padding: 0;
  margin: 0;
}
.cid-swPy7zfvcQ .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-swPy7zfvcQ .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swPy7zfvcQ .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-swPy7zfvcQ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-swPy7zfvcQ .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-swPy7zfvcQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-swPy7zfvcQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swPy7zfvcQ .card-title,
.cid-swPy7zfvcQ .card-icon {
  color: #ffffff;
}
.cid-swPy7zfvcQ .mbr-section-title {
  color: #ffffff;
}
.cid-swPy7zfvcQ .mbr-text,
.cid-swPy7zfvcQ .mbr-section-btn {
  color: #f9b11f;
}
.cid-swPy7zfvcQ .card-text {
  color: #ffffff;
}
.cid-swPy7zfvcQ .card-title,
.cid-swPy7zfvcQ .iconfont-wrapper {
  color: #f3f3f3;
}
.cid-swPywh5t9N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-swPywh5t9N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swPy7Ff8Jb .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-swPy7Ff8Jb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swPy7Ff8Jb .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-swPy7Ff8Jb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swPy7Ff8Jb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swPy7FVrgt {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-swPy7FVrgt section {
  position: relative;
}
.cid-swPy7FVrgt .widget-title {
  font-weight: 600;
}
.cid-swPy7FVrgt .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-swPy7FVrgt .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-swPy7FVrgt .item .card-box .item-title {
  font-weight: 300;
}
.cid-swPy7FVrgt .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy7FVrgt .item .card-img {
  width: auto;
  background-color: #f9b11f;
  border-radius: 100%;
}
.cid-swPy7FVrgt .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-swPy7FVrgt img {
  height: 100px;
  padding-right: 8px;
}
.cid-swPy7FVrgt .img1 {
  color: #000000;
  background-color: #f9b11f;
  border-radius: 50%;
}
.cid-swPy7FVrgt .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-swPy7FVrgt .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #f9b11f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-swPy7FVrgt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swPy7FVrgt .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-swPy7FVrgt .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy7FVrgt .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-swPy7FVrgt .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-swPy7FVrgt .item,
.cid-swPy7FVrgt .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-swPy7FVrgt .item h4,
.cid-swPy7FVrgt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-swPy7FVrgt .link .card-img {
  padding-bottom: 3px;
}
.cid-swPy7FVrgt .link .card-box .link-title {
  font-weight: 300;
}
.cid-swPy7FVrgt .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f9b11f !important;
}
.cid-swPy7FVrgt .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-swPy7FVrgt .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-swPy7FVrgt h5 {
    text-align: left !important;
  }
  .cid-swPy7FVrgt .line-wrap {
    text-align: left !important;
  }
}
.cid-swPy7FVrgt .item-title {
  color: #ffffff;
}
.cid-swPy7FVrgt .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-swPy7FVrgt .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-swPy7FVrgt .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-swPy7FVrgt .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #f9b11f !important;
  box-shadow: none !important;
}
.cid-swPy7FVrgt .btn[class*='-outline']:active,
.cid-swPy7FVrgt .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-swPy7FVrgt .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-swPy7FVrgt .list .list-item:last-child {
  margin-top: 10px;
}
.cid-swPy7FVrgt .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-swPy7FVrgt .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-swPy7FVrgt .box-list li:first-child {
  padding-top: 0;
}
.cid-swPy7FVrgt .box-list li:last-child {
  border-bottom: none;
}
.cid-swPy7FVrgt .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #f9b11f;
}
.cid-swPy7FVrgt .box-list.display-4 {
  line-height: 1.71;
}
.cid-swPy7FVrgt .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-swPy7FVrgt .box-list li .box-list li SPAN {
  color: #f9b11f;
}
.cid-swPy7FVrgt .list .list-item .content .date-wrap {
  color: #f9b11f;
}
.cid-swPy7Hxhfs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-swPy7Hxhfs .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-swPy7Hxhfs .copyright {
    margin-bottom: 1rem;
  }
}
.cid-swPy7Hxhfs .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap .icon-wrapper {
  background: #333333;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #f9b11f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #f9b11f;
  border-color: #f9b11f;
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPy7Hxhfs .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-swPy7Hxhfs .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #f9b11f;
}
@media (max-width: 992px) {
  .cid-swPy7Hxhfs .text-wrap .icons-wrap::after {
    display: none;
  }
}
