body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #0f4d69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f4d69 !important;
  border-color: #0f4d69 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #092c3c !important;
  border-color: #092c3c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #092c3c !important;
  border-color: #092c3c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f4d69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #04151d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f4d69 !important;
  border-color: #0f4d69 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #0f4d69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020c10 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #0f4d69;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1f9fd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #36187d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36187d;
  border-bottom-color: #36187d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #36187d !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: #ea2396 !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='%2336187d' %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;
}
.cid-swnNB5UgwC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swnNB5UgwC .display-2 {
  font-size: 2rem;
}
.cid-swnNB5UgwC .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-swnNB5UgwC .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-swnNB5UgwC .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-swnNB5UgwC.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-swnNB5UgwC.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swnNB5UgwC.collapsed .icons-menu {
    margin: auto;
  }
  .cid-swnNB5UgwC .navbar .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-swnNB5UgwC .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-swnNB5UgwC .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-swnNB5UgwC .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swnNB5UgwC ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-swnNB5UgwC .navbar-brand {
    min-height: 86px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swnNB5UgwC .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swnNB5UgwC .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-swnNB5UgwC .container {
  width: 100%;
  max-width: 1640px !important;
  display: flex;
  margin: auto;
}
.cid-swnNB5UgwC .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 86px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #f2f3f7;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 6.8rem !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-brand {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-swnNB5UgwC .navbar.opened {
  transition: all .3s;
}
.cid-swnNB5UgwC .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-swnNB5UgwC .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-swnNB5UgwC .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .nav-link:hover:before {
  color: #36187d !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-swnNB5UgwC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-swnNB5UgwC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-swnNB5UgwC .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-swnNB5UgwC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swnNB5UgwC .navbar-caption {
  padding-right: 1rem;
}
.cid-swnNB5UgwC .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: #f2f3f7 !important;
  }
}
.cid-swnNB5UgwC .nav-item:focus,
.cid-swnNB5UgwC .nav-link:focus {
  outline: none;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-swnNB5UgwC .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-swnNB5UgwC .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swnNB5UgwC .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-swnNB5UgwC .navbar-brand {
  min-height: 86px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.cid-swnNB5UgwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swnNB5UgwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swnNB5UgwC .dropdown-item.active,
.cid-swnNB5UgwC .dropdown-item:active {
  background-color: transparent;
}
.cid-swnNB5UgwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swnNB5UgwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swnNB5UgwC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: right;
    min-width: 240px;
    width: 240px;
  }
}
.cid-swnNB5UgwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-swnNB5UgwC a.nav-link {
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swnNB5UgwC .navbar-brand span {
  display: inline-block;
}
.cid-swnNB5UgwC .navbar-brand a {
  font-weight: 500;
}
.cid-swnNB5UgwC .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-swnNB5UgwC .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 500;
}
.cid-swnNB5UgwC .btn .mbr-iconfont,
.cid-swnNB5UgwC .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-swnNB5UgwC .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-swnNB5UgwC .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-swnNB5UgwC .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-swnNB5UgwC .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-swnNB5UgwC img {
  width: auto;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-swnNB5UgwC .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-swnNB5UgwC .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 8px;
}
.cid-swnNB5UgwC .socicon {
  line-height: inherit;
}
.cid-swnNB5UgwC .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uwF4W0ApZR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwF4W0ApZR .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uwF4W0ApZR .modal-body .close {
  background: #1b1b1b;
}
.cid-uwF4W0ApZR .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uwF4W0ApZR .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uwF4W0ApZR .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uwF4W0ApZR .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uwF4W0ApZR .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uwF4W0ApZR .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uwF4W0ApZR .container {
  max-width: 100%;
  padding: 0;
}
.cid-uwF4W0ApZR .content-slider-wrap {
  width: 100%;
}
.cid-uwF4W0ApZR .carousel-inner > .active,
.cid-uwF4W0ApZR .carousel-inner > .next,
.cid-uwF4W0ApZR .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uwF4W0ApZR .carousel-control .icon-next,
.cid-uwF4W0ApZR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uwF4W0ApZR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uwF4W0ApZR .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uwF4W0ApZR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uwF4W0ApZR .boxed-slider > div {
  position: relative;
}
.cid-uwF4W0ApZR .container img {
  width: 100%;
}
.cid-uwF4W0ApZR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uwF4W0ApZR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uwF4W0ApZR .mbr-table-cell {
  padding: 0;
}
.cid-uwF4W0ApZR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uwF4W0ApZR .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uwF4W0ApZR .mbr-overlay {
  z-index: 1;
}
.cid-uwF4W0ApZR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uwF4W0ApZR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uwF4W0ApZR .carousel-item.active.right,
.cid-uwF4W0ApZR .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uwF4W0ApZR .carousel-item.active.left,
.cid-uwF4W0ApZR .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uwF4W0ApZR .carousel-item.active,
.cid-uwF4W0ApZR .carousel-item.next.left,
.cid-uwF4W0ApZR .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uwF4W0ApZR .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uwF4W0ApZR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators li.active,
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators li::after,
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uwF4W0ApZR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uwF4W0ApZR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uwF4W0ApZR .mbr-slider > .container img {
  width: 100%;
}
.cid-uwF4W0ApZR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uwF4W0ApZR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uwF4W0ApZR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwF4W0ApZR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uwF4W0ApZR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uwF4W0ApZR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uwF4W0ApZR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uwF4W0ApZR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uwF4W0ApZR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uwF4W0ApZR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uwF4W0ApZR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uwF4W0ApZR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uwF4W0ApZR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uwF4W0ApZR .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uwF4W0ApZR .carousel-inner {
  height: 100%;
}
.cid-uwF4W0ApZR .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uwF4W0ApZR .image_wrapper {
  height: 560px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uwF4W0ApZR .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwF4W0ApZR .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uwF4W0ApZR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uwF4W0ApZR .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uwF4W0ApZR .image_wrapper {
    height: 336px;
  }
}
.cid-uwF4W0ApZR H2 {
  color: #ffffff;
}
.cid-svGY3Q6PT6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svGY3Q6PT6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-svGY3Q6PT6 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svGY3Q6PT6 .mbr-iconfont {
  font-size: 2rem;
  color: #2b627a;
}
@media (max-width: 991px) {
  .cid-svGY3Q6PT6 .card {
    margin-bottom: 2rem;
  }
  .cid-svGY3Q6PT6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svGY3Q6PT6 .card-title,
.cid-svGY3Q6PT6 .card-box {
  color: #0f4d69;
}
.cid-svGY3Q6PT6 .icon-title {
  color: #0f4d69;
}
.cid-svGY3Q6PT6 .icon-text {
  color: #31363b;
}
.cid-svGY3Q6PT6 .mbr-text,
.cid-svGY3Q6PT6 .mbr-section-btn {
  color: #2b627a;
}
.cid-svH12O6SZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-svH12O6SZ6 img,
.cid-svH12O6SZ6 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svH12O6SZ6 .item:focus,
.cid-svH12O6SZ6 span:focus {
  outline: none;
}
.cid-svH12O6SZ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svH12O6SZ6 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (min-width: 992px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svH12O6SZ6 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-svH12O6SZ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svH12O6SZ6 .mbr-section-title {
  color: #36187d;
}
.cid-svH12O6SZ6 .mbr-text,
.cid-svH12O6SZ6 .mbr-section-btn {
  text-align: center;
}
.cid-svH12O6SZ6 .item-title {
  text-align: center;
  color: #0f4d69;
}
.cid-svH12O6SZ6 .item-subtitle {
  text-align: center;
}
.cid-svH0ttup6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-svH0ttup6b .mbr-media {
  position: relative;
}
.cid-svH0ttup6b .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-svH0ttup6b .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-svH0ttup6b .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-svH0ttup6b .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-svH0ttup6b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-svH0ttup6b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-svH0ttup6b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-svH0ttup6b a {
  text-decoration: none!important;
}
.cid-svH0ttup6b .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svH0ttup6b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svH0ttup6b .mbr-section-title {
  color: #0f4d69;
}
.cid-svGYoY0jEe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svGYoY0jEe .mbr-section-title {
  color: #0f4d69;
}
.cid-svGYoY0jEe .mbr-section-subtitle {
  color: #31363b;
}
@media (max-width: 992px) {
  .cid-svGYoY0jEe .align-left {
    text-align: center;
  }
}
.cid-svGYoY0jEe .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-svGYoY0jEe .row {
    padding: 3rem 2rem;
  }
}
.cid-swz34WVbyn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-swz34WVbyn img,
.cid-swz34WVbyn .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-swz34WVbyn .item:focus,
.cid-swz34WVbyn span:focus {
  outline: none;
}
.cid-swz34WVbyn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-swz34WVbyn .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-swz34WVbyn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-swz34WVbyn .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-swz34WVbyn .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-swz34WVbyn .item-content {
    padding: 1rem 0;
  }
}
.cid-swz34WVbyn .mbr-section-title {
  color: #36187d;
}
.cid-swz34WVbyn .item-title {
  color: #0f4d69;
}
.cid-swz34WVbyn .item-subtitle {
  color: #bec2cf;
}
.cid-swz34WVbyn .mbr-text,
.cid-swz34WVbyn .mbr-section-btn {
  color: #232323;
}
.cid-swz34WVbyn .mbr-link {
  color: #0196e3;
}
.cid-swz5SBbyFe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2b627a;
}
.cid-swz5SBbyFe .showAlerts {
  display: block !important;
}
.cid-swz5SBbyFe .rowflexrev {
  display: -webkit-flex;
}
.cid-swz5SBbyFe .ws-form-alerts {
  margin-top: 1rem;
}
.cid-swz5SBbyFe .title {
  margin-bottom: 2rem;
}
.cid-swz5SBbyFe .mbr-section-subtitle {
  color: #cccccc;
}
.cid-swz5SBbyFe textarea.form-control {
  min-height: 188px;
}
.cid-swz5SBbyFe LABEL {
  color: #ffffff;
}
.cid-swz5SBbyFe .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-swz5SBbyFe .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-swz5SBbyFe .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-swz5SBbyFe .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-swz5SBbyFe .alert {
  margin-bottom: 0;
}
.cid-swz5SBbyFe .alert-success {
  background-color: #70c770;
}
.cid-swz5SBbyFe .alert-danger {
  background-color: #ff4a52;
}
.cid-swz5SBbyFe .btn {
  display: inline-flex;
}
.cid-swz5SBbyFe .hidden {
  display: none;
}
.cid-swz5SBbyFe .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-swz5SBbyFe .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-swz5SBbyFe H2 {
  color: #ffffff;
}
.cid-swnANmrnKN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-swnANmrnKN .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-swnANmrnKN .mbr-text {
  color: #2b627a;
}
.cid-swDnfAwTXb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-swDnfAwTXb .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-swDnfAwTXb .mbr-text {
  color: #0f4d69;
  text-align: center;
}
.cid-svGYcN3ewh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-svGYcN3ewh .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGYcN3ewh .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGYcN3ewh .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-svGYcN3ewh .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGYcN3ewh .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGYcN3ewh .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGYcN3ewh .card-box {
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYcN3ewh .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-svGYcN3ewh .card-text {
  color: #2b627a;
}
.cid-svGYcN3ewh .card-title {
  color: #0f4d69;
}
.cid-svGYcN3ewh .card-phone {
  color: #000000;
}
.cid-svGYderUVq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #cccccc;
}
.cid-svGYderUVq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-svGYderUVq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svGYderUVq .google-map [data-state-details] {
  color: #6b6763;
  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-svGYderUVq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svGYderUVq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svMGZ7Ygy3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b627a;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #ffffff;
}
.cid-swnGj7w1Xw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (min-width: 992px) {
  .cid-swnGj7w1Xw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-swnGj7w1Xw .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-swnGj7w1Xw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ShzDbXJhNF p[dahowa1cb] {
  margin: 0;
}
.cid-ShzDbXJhNF .dpop[dahowa1cb] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 310px;
  align-items: flex-end;
  z-index: 100 !important;
}
.cid-ShzDbXJhNF .dpop .dpop_close[dahowa1cb] {
  background-color: #25d366;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
}
.cid-ShzDbXJhNF .dpop .dwa_body[dahowa1cb] {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dpop_thumb[dahowa1cb] {
  flex: 50px 0 0;
  margin-right: 5px;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dpop_thumb img[dahowa1cb] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop[dahowa1cb] {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  width: 260px;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop .dpop_head[dahowa1cb] {
  background-color: #25d366;
  border-radius: 7px 7px 0 0;
  padding: 20px 10px;
  text-align: center !important;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop .dpop_head p[dahowa1cb] {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop .dpop_text[dahowa1cb] {
  background-color: #fff;
  font-size: 14px;
  padding: 20px 35px;
  color: #888fbb;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop .dpop_text img[dahowa1cb] {
  width: 14px;
  flex: 14px 0 0;
  display: inline-block;
}
.cid-ShzDbXJhNF .dpop .dwa_body .dwa_dpop .dpop_text p[dahowa1cb] {
  margin-bottom: 0;
}
.cid-ShzDbXJhNF .dpop .dpop_input[dahowa1cb] {
  background: #fff;
  width: 260px;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.cid-ShzDbXJhNF .dpop .dpop_input .input-group-append button[dahowa1cb],
.cid-ShzDbXJhNF .dpop .dpop_input .dprimary[dahowa1cb] {
  border: 0;
  background: transparent;
}
.cid-ShzDbXJhNF .dpop .dpop_input .input-group-append button svg[dahowa1cb],
.cid-ShzDbXJhNF .dpop .dpop_input .dprimary svg[dahowa1cb] {
  width: 20px;
}
.cid-ShzDbXJhNF .dpop .dwa_members[dahowa1cb] {
  padding: 12px;
}
.cid-ShzDbXJhNF .dpop .dwa_members .dpop_input[dahowa1cb] {
  background: #fff;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e7edfb;
  margin-top: 10px;
  display: none;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member[dahowa1cb] {
  margin-bottom: 10px;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner[dahowa1cb] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .thumb[dahowa1cb] {
  flex: 50px 0 0;
  margin-right: 10px;
  position: relative;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .thumb img[dahowa1cb] {
  width: 100%;
  border-radius: 50%;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .thumb .active_badge[dahowa1cb] {
  width: 10px;
  height: 10px;
  background: #25d366;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  bottom: 4px;
  z-index: 13;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .thumb .inactive_badge[dahowa1cb] {
  width: 10px;
  height: 10px;
  background: #f7bb08;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  bottom: 4px;
  z-index: 13;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .group_member_meta span[dahowa1cb] {
  font-size: 12px;
  display: block;
  line-height: 1;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .group_member_meta h4[dahowa1cb] {
  font-size: 13px;
  margin: 0 0 3px;
  font-weight: 500;
}
.cid-ShzDbXJhNF .dpop .dwa_members .single_group_member_inner .group_member_meta p[dahowa1cb] {
  font-size: 11px;
  margin: 0;
  line-height: 1;
}
.cid-ShzDbXJhNF .dpop .dpop_form[dahowa1cb] {
  background: #fff;
  width: 260px;
  border-radius: 8px;
  padding: 0 12px 12px;
}
.cid-ShzDbXJhNF .dpop .dpop_form .primary_input_coupon[dahowa1cb] {
  border: 1px solid #e7edfb;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
}
.cid-ShzDbXJhNF .dpop .dpop_form .primary_input_coupon textarea[dahowa1cb] {
  padding: 12px 15px;
  font-size: 14px;
  color: #415094;
  border: 0;
  width: 1%;
  flex: 1 1 auto;
}
.cid-ShzDbXJhNF .dpop .dpop_form .input-group-append button[dahowa1cb],
.cid-ShzDbXJhNF .dpop .dpop_form .dprimary[dahowa1cb] {
  border: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 0;
  cursor: pointer;
  z-index: 12;
}
.cid-ShzDbXJhNF .dpop .dpop_form .input-group-append button svg[dahowa1cb],
.cid-ShzDbXJhNF .dpop .dpop_form .dprimary svg[dahowa1cb] {
  width: 20px;
}
.cid-ShzDbXJhNF .whatsApp_popup_position[dahowa1cb] {
  right: 30px;
}
.cid-ShzDbXJhNF .whatsApp_popup_position[dahowa1cb],
.cid-ShzDbXJhNF .whatsApp_popup_position_left[dahowa1cb] {
  position: fixed;
  bottom: 90px;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
}
.cid-ShzDbXJhNF .whatsApp_popup_position_left[dahowa1cb] {
  left: 30px;
}
.cid-ShzDbXJhNF .whatsApp_popup_position.active[dahowa1cb],
.cid-ShzDbXJhNF .whatsApp_popup_position_left.active[dahowa1cb] {
  opacity: 1;
  visibility: visible;
}
.cid-ShzDbXJhNF .whatsApp_icon[dahowa1cb] {
  right: 30px;
}
.cid-ShzDbXJhNF .whatsApp_icon[dahowa1cb],
.cid-ShzDbXJhNF .whatsApp_icon_left[dahowa1cb] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  font-size: 48px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  z-index: 100;
}
.cid-ShzDbXJhNF .whatsApp_icon_left[dahowa1cb] {
  left: 30px;
}
.cid-ShzDbXJhNF .whatsApp_icon i[dahowa1cb] {
  padding: 15px;
  font-size: 30px;
}
.cid-ShzDbXJhNF .dprimary[dahowa1cb] {
  border: 1px solid #eceef4;
  font-size: 14px;
  color: #415094;
  padding-left: 20px;
  height: 46px;
  border-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  padding-right: 15px;
}
.cid-ShzDbXJhNF .input-group[dahowa1cb] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.cid-ShzDbXJhNF .input-group-append[dahowa1cb] {
  margin-left: -1px;
  display: flex;
}
.cid-ShzDbXJhNF .primary_input_coupon input[dahowa1cb] {
  width: 1%;
  flex: 1 1 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  outline: 0;
}
.cid-ShzDbXJhNF .primary_input_coupon input[dahowa1cb]:focus {
  outline: 0;
}
.cid-ShzDbXJhNF .whatsapp-ico[dahowa1cb] {
  fill: #fff;
  width: 40px;
  height: 40px;
  margin: 10px;
}
.cid-ShzDbXJhNF .close-ico[dahowa1cb] {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin: 9px 9px 10px;
}
.cid-ShzDbXJhNF .dpop_thumb[dahowa1cb] {
  display: flex;
  justify-content: center;
}
.cid-ShzDbXJhNF .name_font[dahowa1cb] {
  font-size: 16px !important;
}
.cid-ShzDbXJhNF .whatsap_padding_bottom[dahowa1cb] {
  padding-bottom: 5px;
}
.cid-ShzDbXJhNF .mbottom_15[dahowa1cb] {
  margin-bottom: 15px;
}
.cid-ShzDbXJhNF .designation_color[dahowa1cb] {
  color: #9da0a7;
}
.cid-ShzDbXJhNF H4 {
  color: #ffffff;
}
.cid-swnNB5UgwC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swnNB5UgwC .display-2 {
  font-size: 2rem;
}
.cid-swnNB5UgwC .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-swnNB5UgwC .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-swnNB5UgwC .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-swnNB5UgwC.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-swnNB5UgwC.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swnNB5UgwC.collapsed .icons-menu {
    margin: auto;
  }
  .cid-swnNB5UgwC .navbar .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-swnNB5UgwC .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-swnNB5UgwC .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-swnNB5UgwC .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swnNB5UgwC ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-swnNB5UgwC .navbar-brand {
    min-height: 86px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swnNB5UgwC .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swnNB5UgwC .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-swnNB5UgwC .container {
  width: 100%;
  max-width: 1640px !important;
  display: flex;
  margin: auto;
}
.cid-swnNB5UgwC .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 86px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #f2f3f7;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 6.8rem !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-brand {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-swnNB5UgwC .navbar.opened {
  transition: all .3s;
}
.cid-swnNB5UgwC .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-swnNB5UgwC .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-swnNB5UgwC .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .nav-link:hover:before {
  color: #36187d !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-swnNB5UgwC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-swnNB5UgwC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-swnNB5UgwC .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-swnNB5UgwC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swnNB5UgwC .navbar-caption {
  padding-right: 1rem;
}
.cid-swnNB5UgwC .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: #f2f3f7 !important;
  }
}
.cid-swnNB5UgwC .nav-item:focus,
.cid-swnNB5UgwC .nav-link:focus {
  outline: none;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-swnNB5UgwC .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-swnNB5UgwC .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swnNB5UgwC .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-swnNB5UgwC .navbar-brand {
  min-height: 86px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.cid-swnNB5UgwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swnNB5UgwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swnNB5UgwC .dropdown-item.active,
.cid-swnNB5UgwC .dropdown-item:active {
  background-color: transparent;
}
.cid-swnNB5UgwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swnNB5UgwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swnNB5UgwC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: right;
    min-width: 240px;
    width: 240px;
  }
}
.cid-swnNB5UgwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-swnNB5UgwC a.nav-link {
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swnNB5UgwC .navbar-brand span {
  display: inline-block;
}
.cid-swnNB5UgwC .navbar-brand a {
  font-weight: 500;
}
.cid-swnNB5UgwC .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-swnNB5UgwC .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 500;
}
.cid-swnNB5UgwC .btn .mbr-iconfont,
.cid-swnNB5UgwC .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-swnNB5UgwC .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-swnNB5UgwC .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-swnNB5UgwC .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-swnNB5UgwC .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-swnNB5UgwC img {
  width: auto;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-swnNB5UgwC .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-swnNB5UgwC .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 8px;
}
.cid-swnNB5UgwC .socicon {
  line-height: inherit;
}
.cid-swnNB5UgwC .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uwAez8wD9d {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1152.webp");
}
.cid-uwAez8wD9d .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uwAez8wD9d {
    align-items: flex-end;
  }
  .cid-uwAez8wD9d .row {
    justify-content: center;
  }
  .cid-uwAez8wD9d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwAez8wD9d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwAez8wD9d {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uwAez8wD9d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwAez8wD9d .content-wrap {
    width: 100%;
  }
}
.cid-uwAez8wD9d .mbr-section-title,
.cid-uwAez8wD9d .mbr-section-subtitle {
  text-align: center;
}
.cid-uwAez8wD9d .mbr-text,
.cid-uwAez8wD9d .mbr-section-btn {
  text-align: center;
}
.cid-uwEsrdzjbe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEsrdzjbe .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEsrdzjbe .mbr-text {
  color: #2b627a;
}
.cid-uwEtcNLnlT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEtcNLnlT .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEtcNLnlT .mbr-text {
  color: #2b627a;
}
.cid-uwEtdwGeau {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEtdwGeau .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEtdwGeau .mbr-text {
  color: #2b627a;
}
.cid-uwEte4XTPi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEte4XTPi .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEte4XTPi .mbr-text {
  color: #2b627a;
}
.cid-uwEteAG02E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEteAG02E .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEteAG02E .mbr-text {
  color: #2b627a;
}
.cid-uwEtf61cyO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEtf61cyO .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEtf61cyO .mbr-text {
  color: #2b627a;
}
.cid-uwEtfDUCHK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-uwEtfDUCHK .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEtfDUCHK .mbr-text {
  color: #2b627a;
}
.cid-uwEtge8zDr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uwEtge8zDr .mbr-section-subtitle {
  color: #0f4d69;
}
.cid-uwEtge8zDr .mbr-text {
  color: #2b627a;
}
.cid-uwEtge8zDr P {
  color: #0f4d69;
}
.cid-svMGZ7Ygy3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b627a;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #ffffff;
}
.cid-swnNB5UgwC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swnNB5UgwC .display-2 {
  font-size: 2rem;
}
.cid-swnNB5UgwC .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-swnNB5UgwC .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-swnNB5UgwC .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-swnNB5UgwC.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-swnNB5UgwC.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-swnNB5UgwC.collapsed .icons-menu {
    margin: auto;
  }
  .cid-swnNB5UgwC .navbar .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-swnNB5UgwC .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-swnNB5UgwC .nav-item .nav-link::before {
    display: none;
  }
  .cid-swnNB5UgwC.opened .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu {
    top: 0;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-swnNB5UgwC .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swnNB5UgwC ul.navbar-nav li {
    margin: auto;
  }
  .cid-swnNB5UgwC .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-swnNB5UgwC .navbar-brand {
    min-height: 86px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swnNB5UgwC .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swnNB5UgwC .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-swnNB5UgwC .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-swnNB5UgwC .container {
  width: 100%;
  max-width: 1640px !important;
  display: flex;
  margin: auto;
}
.cid-swnNB5UgwC .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 86px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #f2f3f7;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar.navbar-short {
    background: #f2f3f7 !important;
    min-height: 10px;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 6.8rem !important;
  }
  .cid-swnNB5UgwC .navbar.navbar-short .navbar-brand {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-swnNB5UgwC .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-swnNB5UgwC .navbar.opened {
  transition: all .3s;
}
.cid-swnNB5UgwC .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-swnNB5UgwC .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-swnNB5UgwC .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .nav-link:hover:before {
  color: #36187d !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-swnNB5UgwC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .icons-menu {
    min-width: 80px;
    width: 80px;
    display: unset;
    line-height: 1;
  }
}
.cid-swnNB5UgwC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-swnNB5UgwC .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-swnNB5UgwC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swnNB5UgwC .navbar-caption {
  padding-right: 1rem;
}
.cid-swnNB5UgwC .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown-menu,
  .cid-swnNB5UgwC .navbar.opened {
    background: #f2f3f7 !important;
  }
}
.cid-swnNB5UgwC .nav-item:focus,
.cid-swnNB5UgwC .nav-link:focus {
  outline: none;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swnNB5UgwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-swnNB5UgwC .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-swnNB5UgwC .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-swnNB5UgwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swnNB5UgwC .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-swnNB5UgwC .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-swnNB5UgwC .navbar-brand {
  min-height: 86px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.cid-swnNB5UgwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swnNB5UgwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swnNB5UgwC .dropdown-item.active,
.cid-swnNB5UgwC .dropdown-item:active {
  background-color: transparent;
}
.cid-swnNB5UgwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swnNB5UgwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-swnNB5UgwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swnNB5UgwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swnNB5UgwC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-swnNB5UgwC .navbar-buttons {
    text-align: right;
    min-width: 240px;
    width: 240px;
  }
}
.cid-swnNB5UgwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swnNB5UgwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swnNB5UgwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swnNB5UgwC .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-swnNB5UgwC a.nav-link {
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swnNB5UgwC .navbar-brand span {
  display: inline-block;
}
.cid-swnNB5UgwC .navbar-brand a {
  font-weight: 500;
}
.cid-swnNB5UgwC .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-swnNB5UgwC .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 500;
}
.cid-swnNB5UgwC .btn .mbr-iconfont,
.cid-swnNB5UgwC .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-swnNB5UgwC .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-swnNB5UgwC .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-swnNB5UgwC .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-swnNB5UgwC .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-swnNB5UgwC img {
  width: auto;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-swnNB5UgwC .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-swnNB5UgwC a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-swnNB5UgwC .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 8px;
}
.cid-swnNB5UgwC .socicon {
  line-height: inherit;
}
.cid-swnNB5UgwC .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-svMGZ7Ygy3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b627a;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #36187d;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #ffffff;
}
.cid-mTeX7BMAt7 {
  background: linear-gradient(45deg, #cccccc, #073b4c);
}
.cid-mTeX7BMAt7 H1 {
  color: #ffffff;
}
.cid-mTeX7BMAt7 .mbr-text,
.cid-mTeX7BMAt7 .mbr-section-btn {
  color: #ffffff;
}
.cid-mTeX7BMAt7 H3 {
  color: #ffffff;
}
