body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.89rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.424rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.712rem;
    font-size: calc( 0.9615rem + (0.89 - 0.9615) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9615rem + (0.89 - 0.9615) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #7b4005 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7b4005 !important;
  border-color: #7b4005 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #311a02 !important;
  border-color: #311a02 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #311a02 !important;
  border-color: #311a02 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #190d01;
  color: #190d01;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7b4005;
  border-color: #7b4005;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7b4005 !important;
  border-color: #7b4005 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #7b4005 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #190d01 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7b4005;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f5800a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGM58UY7si {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/2000x950-2000x950.jpg");
}
.cid-rGM58UY7si H1 {
  color: #f9f295;
  text-align: left;
}
.cid-rGM58UY7si .mbr-text,
.cid-rGM58UY7si .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rGM59NqEgc {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #505a5b;
}
.cid-rGM59NqEgc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGM59NqEgc .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-rGM59NqEgc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGM59NqEgc .inner-container {
    width: 100% !important;
  }
}
.cid-ssRXQ9CV3V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-ssRXQ9CV3V .card-box {
  padding: 0rem;
}
.cid-ssRXQ9CV3V .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-ssRXQ9CV3V .card {
  padding: 0;
  margin: auto;
}
.cid-ssRXQ9CV3V .card-img {
  height: 400px;
}
.cid-ssRXQ9CV3V .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ssRXQ9CV3V .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ssRXQ9CV3V .card-wrapper {
    padding: 4rem;
  }
}
.cid-ssRXQ9CV3V .card-title {
  color: #ffffff;
}
.cid-ssRXqC2m1a {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-ssRXqC2m1a .card-header {
  background: transparent;
}
.cid-ssRXqC2m1a .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #149dcc;
  margin-left: 1rem;
}
.cid-ssRXqC2m1a .panel-body {
  padding: 1rem 0;
}
.cid-ssRXqC2m1a .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ssRXqC2m1a .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ssRXqC2m1a .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ssRXqC2m1a .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ssRXqC2m1a .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ssRXqC2m1a .card .panel-body {
  color: #767676;
}
.cid-ssRXqC2m1a h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-ssRXqC2m1a H4 {
  color: #000000;
  text-align: left;
}
.cid-ssRXqC2m1a H2 {
  color: #000000;
}
.cid-ssRXqC2m1a .panel-text {
  color: #073b4c;
}
.cid-ssRXqC2m1a orange {
  color: #e15a00;
}
.cid-ssRXqC2m1a blau {
  color: #0082c3;
}
.cid-ssRTEriVQY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRTEriVQY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssRTEriVQY .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-ssRTEriVQY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssRTEriVQY .inner-container {
    width: 100% !important;
  }
}
.cid-ssRTErAyL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRTErAyL8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssRTErAyL8 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #149dcc;
}
.cid-ssRTErAyL8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssRTErAyL8 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRTErKwJW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ssRTErKwJW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssRTErKwJW .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-ssRTErKwJW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssRTErKwJW .inner-container {
    width: 100% !important;
  }
}
.cid-sunwYwRamm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunwYwRamm .mbr-section-subtitle {
  color: #767676;
}
.cid-sunwYwRamm .btn {
  margin: 0 0 .5rem 0;
}
.cid-sunwWqJSEo {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sunwWqJSEo .media-content .btn-bgr {
  z-index: 0;
}
.cid-sunwWqJSEo .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sunwWqJSEo h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sunwWqJSEo p {
  color: #464646;
}
.cid-sunwWqJSEo h2 {
  color: #000000;
}
.cid-sunwWqJSEo .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sunwWqJSEo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sunwWqJSEo .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-sunwWqJSEo .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sunwWqJSEo .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sunwWqJSEo .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sunwWqJSEo .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-sunwWqJSEo .mbr-text {
    text-align: center;
  }
}
.cid-sunwWqJSEo .mbr-section-subtitle {
  color: #951d19;
}
.cid-sunwWqJSEo .mbr-section-title,
.cid-sunwWqJSEo .mbr-section-btn {
  color: #b99808;
}
.cid-sunwWqJSEo P {
  color: #232323;
}
.cid-sunwWU2LCs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sunwWU2LCs .image-block {
  margin: auto;
}
.cid-sunwWU2LCs figcaption {
  position: relative;
}
.cid-sunwWU2LCs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sunwWU2LCs .image-block {
    width: 100% !important;
  }
}
.cid-ssRXYmfx99 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRXYmfx99 .media-content .btn-bgr {
  z-index: 0;
}
.cid-ssRXYmfx99 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ssRXYmfx99 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssRXYmfx99 p {
  color: #464646;
}
.cid-ssRXYmfx99 h2 {
  color: #000000;
}
.cid-ssRXYmfx99 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssRXYmfx99 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssRXYmfx99 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ssRXYmfx99 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ssRXYmfx99 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssRXYmfx99 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ssRXYmfx99 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ssRXYmfx99 .mbr-text {
    text-align: center;
  }
}
.cid-ssRXYmfx99 .mbr-section-subtitle {
  color: #951d19;
}
.cid-ssRXYmfx99 .mbr-section-title,
.cid-ssRXYmfx99 .mbr-section-btn {
  color: #b99808;
}
.cid-ssRXYmfx99 P {
  color: #232323;
}
.cid-ssRY3pFaZV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ssRY3pFaZV .image-block {
  margin: auto;
}
.cid-ssRY3pFaZV figcaption {
  position: relative;
}
.cid-ssRY3pFaZV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ssRY3pFaZV .image-block {
    width: 100% !important;
  }
}
.cid-ssRXZt0WoZ {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRXZt0WoZ .media-content .btn-bgr {
  z-index: 0;
}
.cid-ssRXZt0WoZ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ssRXZt0WoZ h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssRXZt0WoZ p {
  color: #464646;
}
.cid-ssRXZt0WoZ h2 {
  color: #000000;
}
.cid-ssRXZt0WoZ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssRXZt0WoZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssRXZt0WoZ .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ssRXZt0WoZ .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ssRXZt0WoZ .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssRXZt0WoZ .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ssRXZt0WoZ .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ssRXZt0WoZ .mbr-text {
    text-align: center;
  }
}
.cid-ssRXZt0WoZ .mbr-section-subtitle {
  color: #951d19;
}
.cid-ssRXZt0WoZ .mbr-section-title,
.cid-ssRXZt0WoZ .mbr-section-btn {
  color: #b99808;
}
.cid-ssRXZt0WoZ P {
  color: #232323;
}
.cid-ssRY4c25PO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ssRY4c25PO .image-block {
  margin: auto;
}
.cid-ssRY4c25PO figcaption {
  position: relative;
}
.cid-ssRY4c25PO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ssRY4c25PO .image-block {
    width: 100% !important;
  }
}
.cid-ssRXZZPFK9 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRXZZPFK9 .media-content .btn-bgr {
  z-index: 0;
}
.cid-ssRXZZPFK9 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ssRXZZPFK9 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssRXZZPFK9 p {
  color: #464646;
}
.cid-ssRXZZPFK9 h2 {
  color: #000000;
}
.cid-ssRXZZPFK9 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssRXZZPFK9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssRXZZPFK9 .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ssRXZZPFK9 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ssRXZZPFK9 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssRXZZPFK9 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ssRXZZPFK9 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ssRXZZPFK9 .mbr-text {
    text-align: center;
  }
}
.cid-ssRXZZPFK9 .mbr-section-subtitle {
  color: #951d19;
}
.cid-ssRXZZPFK9 .mbr-section-title,
.cid-ssRXZZPFK9 .mbr-section-btn {
  color: #b99808;
}
.cid-ssRXZZPFK9 P {
  color: #232323;
}
.cid-ssRY4EbvQ0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ssRY4EbvQ0 .image-block {
  margin: auto;
}
.cid-ssRY4EbvQ0 figcaption {
  position: relative;
}
.cid-ssRY4EbvQ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ssRY4EbvQ0 .image-block {
    width: 100% !important;
  }
}
.cid-ssRY1zI0aA {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRY1zI0aA .media-content .btn-bgr {
  z-index: 0;
}
.cid-ssRY1zI0aA .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ssRY1zI0aA h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssRY1zI0aA p {
  color: #464646;
}
.cid-ssRY1zI0aA h2 {
  color: #000000;
}
.cid-ssRY1zI0aA .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssRY1zI0aA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssRY1zI0aA .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ssRY1zI0aA .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ssRY1zI0aA .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssRY1zI0aA .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ssRY1zI0aA .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ssRY1zI0aA .mbr-text {
    text-align: center;
  }
}
.cid-ssRY1zI0aA .mbr-section-subtitle {
  color: #951d19;
}
.cid-ssRY1zI0aA .mbr-section-title,
.cid-ssRY1zI0aA .mbr-section-btn {
  color: #b99808;
}
.cid-ssRY1zI0aA P {
  color: #232323;
}
.cid-ssRY5gfDxY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ssRY5gfDxY .image-block {
  margin: auto;
}
.cid-ssRY5gfDxY figcaption {
  position: relative;
}
.cid-ssRY5gfDxY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ssRY5gfDxY .image-block {
    width: 100% !important;
  }
}
.cid-ssRY2f7lzG {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssRY2f7lzG .media-content .btn-bgr {
  z-index: 0;
}
.cid-ssRY2f7lzG .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ssRY2f7lzG h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssRY2f7lzG p {
  color: #464646;
}
.cid-ssRY2f7lzG h2 {
  color: #000000;
}
.cid-ssRY2f7lzG .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssRY2f7lzG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssRY2f7lzG .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-ssRY2f7lzG .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ssRY2f7lzG .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ssRY2f7lzG .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ssRY2f7lzG .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ssRY2f7lzG .mbr-text {
    text-align: center;
  }
}
.cid-ssRY2f7lzG .mbr-section-subtitle {
  color: #951d19;
}
.cid-ssRY2f7lzG .mbr-section-title,
.cid-ssRY2f7lzG .mbr-section-btn {
  color: #b99808;
}
.cid-ssRY2f7lzG P {
  color: #232323;
}
.cid-ssRY6dOjVf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ssRY6dOjVf .image-block {
  margin: auto;
}
.cid-ssRY6dOjVf figcaption {
  position: relative;
}
.cid-ssRY6dOjVf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ssRY6dOjVf .image-block {
    width: 100% !important;
  }
}
.cid-ssS3GpFhFM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3GpFhFM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3GpFhFM .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3GpFhFM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3GpFhFM .inner-container {
    width: 100% !important;
  }
}
.cid-ssRTEs2UTM .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRTEs2UTM .nav-item {
  list-style: none;
}
.cid-ssRTEs2UTM .nav-item:focus,
.cid-ssRTEs2UTM .nav-link:focus {
  outline: none;
}
.cid-ssRTEs2UTM .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRTEs2UTM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRTEs2UTM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRTEs2UTM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRTEs2UTM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRTEs2UTM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRTEs2UTM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRTEs2UTM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRTEs2UTM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRTEs2UTM .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRTEs2UTM .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRTEs2UTM .navbar .navbar-collapse.show,
.cid-ssRTEs2UTM .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRTEs2UTM .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRTEs2UTM .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRTEs2UTM .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRTEs2UTM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRTEs2UTM .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRTEs2UTM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRTEs2UTM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRTEs2UTM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRTEs2UTM .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRTEs2UTM .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRTEs2UTM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRTEs2UTM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRTEs2UTM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRTEs2UTM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRTEs2UTM .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRTEs2UTM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRTEs2UTM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRTEs2UTM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRTEs2UTM .dropdown-item.active,
.cid-ssRTEs2UTM .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRTEs2UTM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRTEs2UTM .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRTEs2UTM .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRTEs2UTM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRTEs2UTM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRTEs2UTM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRTEs2UTM .socicon {
  transition: color 0.3s;
}
.cid-ssRTEs2UTM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRTEs2UTM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRTEs2UTM .navbar-buttons {
  text-align: inherit;
}
.cid-ssRTEs2UTM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRTEs2UTM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRTEs2UTM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRTEs2UTM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRTEs2UTM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRTEs2UTM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRTEs2UTM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRTEs2UTM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRTEs2UTM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRTEs2UTM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRTEs2UTM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRTEs2UTM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRTEs2UTM .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRTEs2UTM .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRTEs2UTM .nav-link:hover,
.cid-ssRTEs2UTM .dropdown-item:hover,
.cid-ssRTEs2UTM .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRTEs2UTM .navbar {
    height: 77px;
  }
  .cid-ssRTEs2UTM .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRTEs2UTM .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRTEs2UTM .icons-menu,
  .cid-ssRTEs2UTM .navbar-buttons,
  .cid-ssRTEs2UTM .contact-block,
  .cid-ssRTEs2UTM .text-column {
    text-align: center !important;
  }
}
.cid-ssRTEs2UTM h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRTEs2UTM .collapsing {
  transition: 0s;
}
.cid-ssRTEs2UTM .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRTEs2UTM .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRTEs2UTM .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRTEs2UTM .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRTEs2UTM .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRTEs2UTM .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRTEs2UTM .contact-block {
    margin-left: 20px;
  }
  .cid-ssRTEs2UTM .contact-block ul li {
    text-align: left;
  }
  .cid-ssRTEs2UTM ul.col {
    padding: 0;
  }
  .cid-ssRTEs2UTM .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRTEs2UTM .icons-menu,
.cid-ssRTEs2UTM .navbar-buttons,
.cid-ssRTEs2UTM .contact-block,
.cid-ssRTEs2UTM .text-column {
  color: #000000;
}
.cid-ssRTEs2UTM .icons-menu a span {
  color: #000000;
}
.cid-ssRTEs2UTM H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGMmomU40c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGMmomU40c .mbr-text {
    text-align: right;
  }
}
.cid-rGMmomU40c .container-fluid {
  padding: 0;
}
.cid-rGMmomU40c .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGMmomU40c img {
  height: 100%;
  object-fit: cover;
}
.cid-rGMmomU40c .mbr-figure {
  height: 100%;
}
.cid-rGMmomU40c .col-lg-6 {
  padding: 0;
}
.cid-rGMmomU40c .row {
  margin: 0;
}
.cid-rGMkikFM1n {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-rGMkikFM1n .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGMkikFM1n .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-rGMkikFM1n .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGMkikFM1n .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGMlfxw8Yg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01141a;
}
@media (max-width: 767px) {
  .cid-rGMlfxw8Yg .mbr-text {
    text-align: right;
  }
}
.cid-rGMlfxw8Yg .container-fluid {
  padding: 0;
}
.cid-rGMlfxw8Yg .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGMlfxw8Yg img {
  height: 100%;
  object-fit: cover;
}
.cid-rGMlfxw8Yg .mbr-figure {
  height: 100%;
}
.cid-rGMlfxw8Yg .col-lg-6 {
  padding: 0;
}
.cid-rGMlfxw8Yg .row {
  margin: 0;
}
.cid-rGMlfxw8Yg .mbr-text,
.cid-rGMlfxw8Yg .mbr-section-btn {
  text-align: right;
}
.cid-rGMlfxw8Yg H1 {
  text-align: right;
  padding-top: 100px;
}
.cid-ssS2CsawkP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS2CsawkP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS2CsawkP .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS2CsawkP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS2CsawkP .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGMmkOBfRN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGMmkOBfRN .mbr-text {
    text-align: right;
  }
}
.cid-rGMmkOBfRN .container-fluid {
  padding: 0;
}
.cid-rGMmkOBfRN .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGMmkOBfRN img {
  height: 100%;
  object-fit: cover;
}
.cid-rGMmkOBfRN .mbr-figure {
  height: 100%;
}
.cid-rGMmkOBfRN .col-lg-6 {
  padding: 0;
}
.cid-rGMmkOBfRN .row {
  margin: 0;
}
.cid-ssS2OVO916 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS2OVO916 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS2OVO916 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS2OVO916 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS2OVO916 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGMIMx1Y2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGMIMx1Y2r .mbr-text {
    text-align: right;
  }
}
.cid-rGMIMx1Y2r .container-fluid {
  padding: 0;
}
.cid-rGMIMx1Y2r .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGMIMx1Y2r img {
  height: 100%;
  object-fit: cover;
}
.cid-rGMIMx1Y2r .mbr-figure {
  height: 100%;
}
.cid-rGMIMx1Y2r .col-lg-6 {
  padding: 0;
}
.cid-rGMIMx1Y2r .row {
  margin: 0;
}
.cid-ssS2RHW7Iw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS2RHW7Iw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS2RHW7Iw .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS2RHW7Iw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS2RHW7Iw .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-ssRWkWncoQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ssRWkWncoQ .mbr-text,
.cid-ssRWkWncoQ blockquote {
  color: #767676;
}
.cid-rGWMa5b7ll {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/x10-2000x1500.jpg");
}
.cid-rGWMa5b7ll .card-box {
  padding: 0 2rem;
}
.cid-rGWMa5b7ll .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rGWMa5b7ll .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rGWMa5b7ll h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rGWMa5b7ll p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rGWMa5b7ll .mbr-text {
  color: #767676;
}
.cid-rGWMa5b7ll .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f2f2f2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rGWMa5b7ll .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rGWMa5b7ll .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-rGWMa5b7ll .card-title {
  text-align: center;
}
.cid-ssS2V4E4eH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS2V4E4eH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS2V4E4eH .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS2V4E4eH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS2V4E4eH .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3LNs7Aug {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b8c2c4;
}
.cid-rH3LNs7Aug .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-rH3LNs7Aug .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #b8c2c4;
}
.cid-rH3LNs7Aug .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3LNs7Aug .inner-container {
    width: 100% !important;
  }
}
.cid-rH3LNs7Aug navi {
  color: #879a9f;
  font-size: 13px;
  font-family: Nunito;
  line-height: 22px;
}
.cid-rGXVHCJXZs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/gemstone-665687-2000x793.jpg");
}
.cid-rGXVHCJXZs .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGXVHCJXZs .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rGXVHCJXZs .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rGXVHCJXZs H1 {
  color: #ff8f00;
}
.cid-rGXVwtodwc {
  background-image: url("../../../assets/images/shop4-7.jpg");
}
.cid-rGXVwtodwc .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-rGXVwtodwc .card .card-wrapper {
  height: 1%;
}
.cid-rGXVwtodwc .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-rGXVwtodwc .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rGXVwtodwc .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-rGXVwtodwc .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-rGXVwtodwc .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-rGXVwtodwc {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-rGXVwtodwc .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGXVwtodwc .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rGXVwtodwc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-rGXVwtodwc .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-rGXVwtodwc .card-btn {
    opacity: 1;
  }
}
.cid-rGXVwtodwc p {
  margin-bottom: 0;
}
.cid-rGXVwtodwc h2 {
  margin-bottom: 1rem;
}
.cid-rGXVwtodwc .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-rGXVwtodwc .btn-line {
  margin-top: 3rem;
}
.cid-rGXVwtodwc H2 {
  text-align: left;
  color: #0f7699;
}
.cid-rGXVwtodwc .mbr-section-subtitle,
.cid-rGXVwtodwc .title-btn {
  text-align: left;
  color: #073b4c;
}
.cid-rGXVwtodwc .mbr-text,
.cid-rGXVwtodwc .card-btn {
  color: #cc2952;
}
.cid-ssS2YswNx7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS2YswNx7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS2YswNx7 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS2YswNx7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS2YswNx7 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3LYvJCCL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b8c2c4;
}
.cid-rH3LYvJCCL .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-rH3LYvJCCL .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #b8c2c4;
}
.cid-rH3LYvJCCL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3LYvJCCL .inner-container {
    width: 100% !important;
  }
}
.cid-rH3LYvJCCL navi {
  color: #879a9f;
  font-size: 13px;
  font-family: Nunito;
  line-height: 22px;
}
.cid-rGMMi0os8t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGMMi0os8t .mbr-text {
    text-align: right;
  }
}
.cid-rGMMi0os8t .container-fluid {
  padding: 0;
}
.cid-rGMMi0os8t .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGMMi0os8t img {
  height: 100%;
  object-fit: cover;
}
.cid-rGMMi0os8t .mbr-figure {
  height: 100%;
}
.cid-rGMMi0os8t .col-lg-6 {
  padding: 0;
}
.cid-rGMMi0os8t .row {
  margin: 0;
}
.cid-ssS35WjYNR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS35WjYNR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS35WjYNR .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS35WjYNR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS35WjYNR .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3MotXH0r {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b8c2c4;
}
.cid-rH3MotXH0r .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-rH3MotXH0r .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #b8c2c4;
}
.cid-rH3MotXH0r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3MotXH0r .inner-container {
    width: 100% !important;
  }
}
.cid-rH3MotXH0r navi {
  color: #879a9f;
  font-size: 13px;
  font-family: Nunito;
  line-height: 22px;
}
.cid-rGYeybV7Ag {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGYeybV7Ag .mbr-text {
    text-align: right;
  }
}
.cid-rGYeybV7Ag .container-fluid {
  padding: 0;
}
.cid-rGYeybV7Ag .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGYeybV7Ag img {
  height: 100%;
  object-fit: cover;
}
.cid-rGYeybV7Ag .mbr-figure {
  height: 100%;
}
.cid-rGYeybV7Ag .col-lg-6 {
  padding: 0;
}
.cid-rGYeybV7Ag .row {
  margin: 0;
}
.cid-rGYeybV7Ag .mbr-text,
.cid-rGYeybV7Ag .mbr-section-btn {
  text-align: right;
}
.cid-rGYiHODvm6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-rGYiHODvm6 .container {
  max-width: 1500px;
}
.cid-rGYiHODvm6 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rGYiHODvm6 img:hover {
  transform: scale(1.1);
}
.cid-rGYiHODvm6 .row {
  background: #ffffff;
}
.cid-rGYiHODvm6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rGYiHODvm6 h2 {
  padding: 0;
  margin: 0;
}
.cid-rGYiHODvm6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rGYiHODvm6 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rGYiHODvm6 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rGYiHODvm6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rGYiHODvm6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rGYiHODvm6 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rGYiHODvm6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rGYiHODvm6 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rGYiHODvm6 .row {
    margin: 0rem;
  }
  .cid-rGYiHODvm6 .text-col {
    padding: 2rem 1rem;
  }
  .cid-rGYiHODvm6 .number {
    margin-right: 2rem;
  }
  .cid-rGYiHODvm6 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rGYiHODvm6 H2 {
  color: #333333;
}
.cid-rGYiHODvm6 .mbr-text {
  color: #767676;
}
.cid-rGYiHODvm6 H3 {
  color: #7b4005;
}
.cid-ssS3auAgOD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3auAgOD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3auAgOD .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3auAgOD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3auAgOD .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3MN1ONoD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b8c2c4;
}
.cid-rH3MN1ONoD .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-rH3MN1ONoD .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #b8c2c4;
}
.cid-rH3MN1ONoD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3MN1ONoD .inner-container {
    width: 100% !important;
  }
}
.cid-rH3MN1ONoD navi {
  color: #879a9f;
  font-size: 13px;
  font-family: Nunito;
  line-height: 22px;
}
.cid-rH25aN0qnE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rH25aN0qnE .mbr-text {
    text-align: right;
  }
}
.cid-rH25aN0qnE .container-fluid {
  padding: 0;
}
.cid-rH25aN0qnE .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rH25aN0qnE img {
  height: 100%;
  object-fit: cover;
}
.cid-rH25aN0qnE .mbr-figure {
  height: 100%;
}
.cid-rH25aN0qnE .col-lg-6 {
  padding: 0;
}
.cid-rH25aN0qnE .row {
  margin: 0;
}
.cid-rH25aN0qnE .mbr-text,
.cid-rH25aN0qnE .mbr-section-btn {
  text-align: right;
}
.cid-rH3sna2xLd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rH3sna2xLd .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rH3sna2xLd .mbr-shop .row {
  margin: 0;
}
.cid-rH3sna2xLd .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rH3sna2xLd .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rH3sna2xLd .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rH3sna2xLd .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rH3sna2xLd .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rH3sna2xLd .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rH3sna2xLd .mbr-shop .hide-modal {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rH3sna2xLd .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rH3sna2xLd .mbr-shop .filter-by-pu,
.cid-rH3sna2xLd .mbr-shop .filter-by-pd,
.cid-rH3sna2xLd .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rH3sna2xLd .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rH3sna2xLd .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem h4,
.cid-rH3sna2xLd .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem h5,
.cid-rH3sna2xLd .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem p,
.cid-rH3sna2xLd .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rH3sna2xLd .mbr-shop .item-button {
  text-align: center;
}
.cid-rH3sna2xLd .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rH3sna2xLd .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rH3sna2xLd .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-rH3sna2xLd .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rH3sna2xLd .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rH3sna2xLd .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item__hided h4,
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item__hided h5,
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rH3sna2xLd .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rH3sna2xLd .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rH3sna2xLd .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rH3sna2xLd .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-rH3sna2xLd .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rH3sna2xLd .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rH3sna2xLd .mbr-shop .range-controls {
  position: relative;
}
.cid-rH3sna2xLd .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rH3sna2xLd .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-rH3sna2xLd .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-rH3sna2xLd .mbr-shop .toggle:hover,
.cid-rH3sna2xLd .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rH3sna2xLd .mbr-shop .min-toggle {
  left: 0;
}
.cid-rH3sna2xLd .mbr-shop .max-toggle {
  right: 0;
}
.cid-rH3sna2xLd .mbr-shop .hided-by-price {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-rH3sna2xLd .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rH3sna2xLd .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rH3sna2xLd .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rH3sna2xLd .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rH3sna2xLd .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rH3sna2xLd .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rH3sna2xLd .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rH3sna2xLd .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rH3sna2xLd .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rH3sna2xLd .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rH3sna2xLd .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rH3sna2xLd .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-rH3sna2xLd .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-rH3sna2xLd .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rH3sna2xLd .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rH3sna2xLd .mbr-shop .price-range {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .price-range-reset {
  display: none;
}
.cid-rH3sna2xLd .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rH3sna2xLd .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rH3sna2xLd .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rH3sna2xLd .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rH3sna2xLd .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rH3sna2xLd .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rH3sna2xLd .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rH3sna2xLd .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rH3sna2xLd .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rH3sna2xLd .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rH3sna2xLd .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rH3sna2xLd .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rH3sna2xLd .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rH3sna2xLd .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rH3sna2xLd .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rH3sna2xLd .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rH3sna2xLd .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rH3sna2xLd .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rH3sna2xLd .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rH3sna2xLd .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rH3sna2xLd .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rH3sna2xLd .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rH3sna2xLd .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rH3sna2xLd .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rH3sna2xLd .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rH3sna2xLd .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rH3sna2xLd .range-controls {
  display: block !important;
}
.cid-rH3sna2xLd .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rH3sna2xLd .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-rH3sna2xLd .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-rH3sna2xLd .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rH3sna2xLd .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rH3sna2xLd .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-rH3sna2xLd .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rH3sna2xLd .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-rH3sna2xLd .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-rH3sna2xLd .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-rH3sna2xLd .categories {
  padding: 0;
}
.cid-rH3sna2xLd .sidebar-title {
  font-weight: bold;
}
.cid-ssS3dSI5M0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3dSI5M0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3dSI5M0 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3dSI5M0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3dSI5M0 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rGYexwfuRI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rGYexwfuRI .mbr-text {
    text-align: right;
  }
}
.cid-rGYexwfuRI .container-fluid {
  padding: 0;
}
.cid-rGYexwfuRI .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rGYexwfuRI img {
  height: 100%;
  object-fit: cover;
}
.cid-rGYexwfuRI .mbr-figure {
  height: 100%;
}
.cid-rGYexwfuRI .col-lg-6 {
  padding: 0;
}
.cid-rGYexwfuRI .row {
  margin: 0;
}
.cid-rGYexwfuRI P {
  text-align: right;
}
.cid-ssS3h8BPsV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3h8BPsV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3h8BPsV .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3h8BPsV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3h8BPsV .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3IHWfhQF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rH3IHWfhQF .mbr-text {
    text-align: right;
  }
}
.cid-rH3IHWfhQF .container-fluid {
  padding: 0;
}
.cid-rH3IHWfhQF .media-content {
  max-width: 680px;
  margin: auto;
  padding: 1rem;
}
.cid-rH3IHWfhQF img {
  height: 100%;
  object-fit: cover;
}
.cid-rH3IHWfhQF .mbr-figure {
  height: 100%;
}
.cid-rH3IHWfhQF .col-lg-6 {
  padding: 0;
}
.cid-rH3IHWfhQF .row {
  margin: 0;
}
.cid-rH3IHWfhQF P {
  text-align: right;
}
.cid-ssS3kiyx8X {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3kiyx8X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3kiyx8X .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3kiyx8X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3kiyx8X .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3NoAi8Ow {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3NoAi8Ow H1 {
  text-align: left;
  padding-left: 45px;
}
.cid-rH3Nw5eYge {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rH3Nw5eYge .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rH3Nw5eYge .icon-block {
  margin-bottom: 10px;
}
.cid-rH3Nw5eYge .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rH3Nw5eYge .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rH3Nw5eYge .mbr-text {
  color: #767676;
}
.cid-rH3Nw5eYge textarea.form-control {
  min-height: 100px;
}
.cid-rH3Nw5eYge a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rH3Nw5eYge .google-map {
  height: 37rem;
  position: relative;
}
.cid-rH3Nw5eYge .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rH3Nw5eYge .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rH3Nw5eYge .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rH3Nw5eYge .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rH3Nw5eYge h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rH3Nw5eYge .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rH3Nw5eYge .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-ssS3nwO31q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3nwO31q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3nwO31q .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3nwO31q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3nwO31q .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3NYwUMhT {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3NYwUMhT H1 {
  text-align: left;
  padding-left: 45px;
}
.cid-rH3O2W5gAG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH3O2W5gAG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O2W5gAG .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O2W5gAG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O2W5gAG .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O6ESezN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O6ESezN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O6ESezN .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O6ESezN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O6ESezN .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O7roYTw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O7roYTw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O7roYTw .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O7roYTw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O7roYTw .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O8J2Li4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3O8J2Li4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O8J2Li4 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O8J2Li4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O8J2Li4 .inner-container {
    width: 100% !important;
  }
}
.cid-rH3O9FZydY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rH3O9FZydY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3O9FZydY .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rH3O9FZydY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3O9FZydY .inner-container {
    width: 100% !important;
  }
}
.cid-ssS3xROLH2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3xROLH2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3xROLH2 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3xROLH2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3xROLH2 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3OhYdI0B {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rH3OhYdI0B H1 {
  text-align: left;
  padding-left: 45px;
}
.cid-rH3OmVMfRC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rH3OmVMfRC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3OmVMfRC .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #149dcc;
}
.cid-rH3OmVMfRC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3OmVMfRC .inner-container {
    width: 100% !important;
  }
}
.cid-rH3Onz1Z50 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rH3Onz1Z50 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rH3Onz1Z50 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #465052;
}
.cid-rH3Onz1Z50 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3Onz1Z50 .inner-container {
    width: 100% !important;
  }
}
.cid-ssS3C8Jzbb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS3C8Jzbb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS3C8Jzbb .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS3C8Jzbb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS3C8Jzbb .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
.cid-rH3LUJFfdf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b8c2c4;
}
.cid-rH3LUJFfdf .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-rH3LUJFfdf .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #b8c2c4;
}
.cid-rH3LUJFfdf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rH3LUJFfdf .inner-container {
    width: 100% !important;
  }
}
.cid-rH3LUJFfdf navi {
  color: #879a9f;
  font-size: 13px;
  font-family: Nunito;
  line-height: 22px;
}
.cid-rGXYb3CINq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/jewellery-1639039-2000x1500.jpg");
}
.cid-rGXYb3CINq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGXYb3CINq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rGXYb3CINq .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rGXYb3CINq H1 {
  color: #ff8f00;
}
.cid-rGY3EM7bRD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGY3EM7bRD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGY3EM7bRD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGY3EM7bRD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGY3EM7bRD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGY3EM7bRD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rGY3EM7bRD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGY3EM7bRD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGY3EM7bRD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rGY3EM7bRD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ssS32Xbjd7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #505a5b;
}
.cid-ssS32Xbjd7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssS32Xbjd7 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-ssS32Xbjd7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ssS32Xbjd7 .inner-container {
    width: 100% !important;
  }
}
.cid-ssRPyJqnlx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-ssRPyJqnlx .nav-item {
  list-style: none;
}
.cid-ssRPyJqnlx .nav-item:focus,
.cid-ssRPyJqnlx .nav-link:focus {
  outline: none;
}
.cid-ssRPyJqnlx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssRPyJqnlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-ssRPyJqnlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssRPyJqnlx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ssRPyJqnlx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse.show,
.cid-ssRPyJqnlx .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-ssRPyJqnlx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssRPyJqnlx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-ssRPyJqnlx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-ssRPyJqnlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-ssRPyJqnlx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ssRPyJqnlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssRPyJqnlx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssRPyJqnlx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ssRPyJqnlx .dropdown-item.active,
.cid-ssRPyJqnlx .dropdown-item:active {
  background-color: transparent;
}
.cid-ssRPyJqnlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-ssRPyJqnlx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssRPyJqnlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssRPyJqnlx .socicon {
  transition: color 0.3s;
}
.cid-ssRPyJqnlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssRPyJqnlx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssRPyJqnlx .navbar-buttons {
  text-align: inherit;
}
.cid-ssRPyJqnlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssRPyJqnlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssRPyJqnlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssRPyJqnlx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssRPyJqnlx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssRPyJqnlx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-ssRPyJqnlx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ssRPyJqnlx .nav-link:hover,
.cid-ssRPyJqnlx .dropdown-item:hover,
.cid-ssRPyJqnlx .icons-menu .mbr-iconfont:hover {
  color: #e0e0e0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssRPyJqnlx .navbar {
    height: 77px;
  }
  .cid-ssRPyJqnlx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ssRPyJqnlx .navbar-collapse .img-column {
    display: none;
  }
  .cid-ssRPyJqnlx .icons-menu,
  .cid-ssRPyJqnlx .navbar-buttons,
  .cid-ssRPyJqnlx .contact-block,
  .cid-ssRPyJqnlx .text-column {
    text-align: center !important;
  }
}
.cid-ssRPyJqnlx h6.mbr-fonts-style {
  padding: 0;
}
.cid-ssRPyJqnlx .collapsing {
  transition: 0s;
}
.cid-ssRPyJqnlx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-ssRPyJqnlx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-ssRPyJqnlx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-ssRPyJqnlx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-ssRPyJqnlx .contact-block {
    margin-left: 20px;
  }
  .cid-ssRPyJqnlx .contact-block ul li {
    text-align: left;
  }
  .cid-ssRPyJqnlx ul.col {
    padding: 0;
  }
  .cid-ssRPyJqnlx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-ssRPyJqnlx .icons-menu,
.cid-ssRPyJqnlx .navbar-buttons,
.cid-ssRPyJqnlx .contact-block,
.cid-ssRPyJqnlx .text-column {
  color: #000000;
}
.cid-ssRPyJqnlx .icons-menu a span {
  color: #000000;
}
.cid-ssRPyJqnlx H6 {
  color: #149dcc;
  text-align: left;
}
