body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17171a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f55f0c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17171a !important;
  border-color: #17171a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f55f0c !important;
  border-color: #f55f0c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a43f07 !important;
  border-color: #a43f07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a43f07 !important;
  border-color: #a43f07 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #f55f0c;
  color: #f55f0c;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f55f0c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #953906 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17171a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f55f0c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde0d0;
}
/* Scroll to top button*/
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17171a;
  border-bottom-color: #17171a;
}
.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: #17171a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9b9ba5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2317171a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-td9iJlU6ot {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/top-14-2000x1025.png");
}
@media (min-width: 992px) {
  .cid-td9iJlU6ot .display-1 {
    font-size: 120px;
  }
  .cid-td9iJlU6ot .display-2 {
    font-size: 40px;
  }
  .cid-td9iJlU6ot .display-5 {
    font-size: 29px;
  }
}
.cid-td9iJlU6ot .mbr-section-subtitle {
  font-weight: 300;
}
.cid-td9iJlU6ot .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0.1px;
}
@media (max-width: 991px) {
  .cid-td9iJlU6ot .mbr-section-btn {
    width: 100%;
    bottom: -2px;
  }
}
.cid-td9iJlU6ot .btn-success {
  color: #18293D !important;
}
.cid-td9iJlU6ot .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
}
.cid-td9iJlU6ot .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-td9iJlU6ot .btn {
    width: 33.3%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-td9iJlU6ot .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-td9iJlU6ot .one:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
}
.cid-td9iJlU6ot .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-td9iJlU6ot .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 25%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-td9iJlU6ot .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-td9iJlU6ot .mbr-section-title {
  color: #101019;
  text-align: center;
  position: relative;
  top: -135px;
}
.cid-td9iJlU6ot .imgfile {
  width: 40px;
  height: 40px;
}
.cid-tHfkJpTadL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHfkJpTadL {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tHfkJpTadL .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tHfkJpTadL .container-fluid {
  max-width: 1200px;
}
.cid-tHfkJpTadL .row > div,
.cid-tHfkJpTadL .mbr-section-subtitle {
  text-align: center;
  color: #f55f0c;
}
.cid-tHfiPDOmYE {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-tHfiPDOmYE .container-fluid {
  padding: 0 3rem;
}
.cid-tHfiPDOmYE .mbr-section-subtitle {
  color: #767676;
}
.cid-tHfiPDOmYE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tHfiPDOmYE .table-wrapper {
  margin: 0 auto;
}
.cid-tHfiPDOmYE table {
  width: 57% !important;
  margin-top: 2px;
  margin-bottom: 0;
}
.cid-tHfiPDOmYE table thead tr {
  border: none !important;
}
.cid-tHfiPDOmYE table th {
  padding: 1.0rem 1.1rem;
  text-align: left;
  border-color: #0e0e16;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tHfiPDOmYE table tr td {
  border-color: #101019;
}
.cid-tHfiPDOmYE table td {
  padding: 1.0rem 1.1rem;
  vertical-align: middle;
  min-width: 140px;
}
.cid-tHfiPDOmYE tr:hover {
  background-color: #f8f8f8 !important;
}
.cid-tHfiPDOmYE th:after,
.cid-tHfiPDOmYE th:before {
  display: none !important;
}
.cid-tHfiPDOmYE .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tHfiPDOmYE .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tHfiPDOmYE table th,
  .cid-tHfiPDOmYE table td {
    padding: 0.05rem;
  }
}
.cid-tHfiPDOmYE .body-item {
  text-align: left;
}
.cid-tHfiPDOmYE .mbr-text {
  color: #767676;
}
.cid-tHfiPDOmYE .head-item {
  color: #232323;
}
.cid-tHfiPDOmYE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tHfiPDOmYE .kakomu {
  padding: 5px 10px;
  margin: 0 10px;
  background-color: #f55f0c;
  color: WHITE;
  border: 0.5px solid #f55f0c;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.95em;
}
.cid-tHfiPDOmYE .table tbody .tableColumns .body-item,
.cid-tHfiPDOmYE .table {
  color: #f40d07;
}
.cid-tHflfmpWYJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHflfmpWYJ .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHflfmpWYJ .content {
    padding: 1rem 0;
  }
}
.cid-tHflfmpWYJ .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHflfmpWYJ .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHflfmpWYJ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHflgrHBIl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHflgrHBIl .row {
  flex-direction: row-reverse;
}
.cid-tHflgrHBIl img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tHflgrHBIl .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tHflgrHBIl .image-wrapper {
    padding: 1rem;
  }
}
.cid-tHflgrHBIl .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tHflgrHBIl .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHflgrHBIl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHflgrHBIl .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHflgrHBIl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHflgrHBIl p {
    max-width: 500px;
  }
}
.cid-tHflgrHBIl .mbr-text,
.cid-tHflgrHBIl .mbr-section-btn {
  color: #000000;
}
.cid-tHflgrHBIl .mbr-section-title {
  color: #000000;
}
.cid-tHflhgbWKt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHflhgbWKt img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tHflhgbWKt .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tHflhgbWKt .image-wrapper {
    padding: 1rem;
  }
}
.cid-tHflhgbWKt .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tHflhgbWKt .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHflhgbWKt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHflhgbWKt .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHflhgbWKt .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHflhgbWKt p {
    max-width: 500px;
  }
}
.cid-tHflhgbWKt .mbr-text,
.cid-tHflhgbWKt .mbr-section-btn {
  color: #000000;
}
.cid-tHflhgbWKt .mbr-section-title {
  color: #000000;
}
.cid-tHfli9gZmE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHfli9gZmE .row {
  flex-direction: row-reverse;
}
.cid-tHfli9gZmE img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tHfli9gZmE .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tHfli9gZmE .image-wrapper {
    padding: 1rem;
  }
}
.cid-tHfli9gZmE .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tHfli9gZmE .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHfli9gZmE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHfli9gZmE .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHfli9gZmE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHfli9gZmE p {
    max-width: 500px;
  }
}
.cid-tHfli9gZmE .mbr-text,
.cid-tHfli9gZmE .mbr-section-btn {
  color: #000000;
}
.cid-tHfli9gZmE .mbr-section-title {
  color: #000000;
}
.cid-tGQV13JXA0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tGQV13JXA0 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tGQV13JXA0 .title {
  margin-bottom: 4.5rem;
}
.cid-tGQV13JXA0 .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-tGQV13JXA0 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tGQV13JXA0 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tGQV13JXA0 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tGQV13JXA0 .card:hover .card-title {
  color: #ffe161;
}
.cid-tGQV13JXA0 .card img {
  width: 80px;
}
.cid-tGQV13JXA0 .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-tGQV13JXA0 .circle-img {
  width: 80%;
  border: 2px dashed #ffe161;
  border-radius: 50%;
  margin: auto;
}
.cid-tGQV13JXA0 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tGQV13JXA0 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tGQV13JXA0 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tGQV13JXA0 .card-left {
    margin-right: -3rem;
  }
  .cid-tGQV13JXA0 .card-right {
    margin-left: -3rem;
  }
}
.cid-tGQV13JXA0 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tGQV13JXA0 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tGQV13JXA0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGQV13JXA0 .wrapper-row {
    flex-direction: column;
  }
  .cid-tGQV13JXA0 .card-box1 {
    order: 2;
  }
  .cid-tGQV13JXA0 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tGQV13JXA0 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tGQV13JXA0 .card-title {
    margin-top: 2rem;
  }
}
.cid-tGQV13JXA0 .mbr-text {
  color: #ffffff;
}
.cid-t0QJQaKEJO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0QJQaKEJO .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-t0QJQaKEJO .content {
    padding: 1rem 0;
  }
}
.cid-t0QJQaKEJO .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-t0QJQaKEJO .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-t0QJQaKEJO .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhOMr4q3g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9b9ba5;
}
.cid-tHhOMr4q3g .card-box {
  width: fit-content;
}
.cid-tHhOMr4q3g .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-tHhOMr4q3g .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tHhOMr4q3g .card-title {
  padding: 0;
  margin: 0;
}
.cid-tHhOMr4q3g .card-wrapper {
  border: 1px solid #9b9ba5;
  padding: 0.6rem;
  background: #9b9ba5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHhOMr4q3g .card-wrapper {
    width: 100%;
  }
}
.cid-tHhOMr4q3g .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-tHhOMr4q3g .card-title,
.cid-tHhOMr4q3g .card-icon {
  color: #ffffff;
}
.cid-tHhOMr4q3g H5 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
  padding: 0.6rem;
}
.cid-tHhOMr4q3g H4 {
  font-size: 10;
  text-align: center;
  color: #ffffff;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0QL7ZLcZ7 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1732-596x420.jpg");
}
.cid-t0QL7ZLcZ7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0QL7ZLcZ7 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-t0QL7ZLcZ7 .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
  padding-bottom: 20px;
  font-size: 60px;
}
.cid-t0QL7ZLcZ7 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-t0QL7ZLcZ7 .sign {
  width: 300px;
  display: inline;
}
.cid-t0QL7ZLcZ7 .text,
.cid-t0QL7ZLcZ7 .si {
  text-align: left;
  color: #7b7b8b;
}
@media (max-width: 690px) {
  .cid-t0QL7ZLcZ7 .sign {
    width: 100%;
  }
}
.cid-t0QLq0tdWc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0QLq0tdWc .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-t0QLq0tdWc .content {
    padding: 1rem 0;
  }
}
.cid-t0QLq0tdWc .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-t0QLq0tdWc .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-t0QLq0tdWc .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tc5mPUaXL7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tc5mPUaXL7 .row {
  flex-direction: row-reverse;
}
.cid-tc5mPUaXL7 img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5mPUaXL7 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5mPUaXL7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5mPUaXL7 .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5mPUaXL7 .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5mPUaXL7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5mPUaXL7 .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5mPUaXL7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5mPUaXL7 p {
    max-width: 500px;
  }
}
.cid-tc5mPUaXL7 .mbr-text,
.cid-tc5mPUaXL7 .mbr-section-btn {
  color: #000000;
}
.cid-tc5mPUaXL7 .mbr-section-title {
  color: #000000;
}
.cid-tc5mR0DTfg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5mR0DTfg img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5mR0DTfg .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5mR0DTfg .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5mR0DTfg .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5mR0DTfg .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5mR0DTfg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5mR0DTfg .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5mR0DTfg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5mR0DTfg p {
    max-width: 500px;
  }
}
.cid-tc5mR0DTfg .mbr-text,
.cid-tc5mR0DTfg .mbr-section-btn {
  color: #000000;
}
.cid-tc5mR0DTfg .mbr-section-title {
  color: #000000;
}
.cid-tc5mRV27WE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5mRV27WE .row {
  flex-direction: row-reverse;
}
.cid-tc5mRV27WE img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5mRV27WE .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5mRV27WE .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5mRV27WE .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5mRV27WE .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5mRV27WE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5mRV27WE .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5mRV27WE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5mRV27WE p {
    max-width: 500px;
  }
}
.cid-tc5mRV27WE .mbr-text,
.cid-tc5mRV27WE .mbr-section-btn {
  color: #000000;
}
.cid-tc5mRV27WE .mbr-section-title {
  color: #000000;
}
.cid-tdau10R1xB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tdau10R1xB .btn.btn-primary-outline {
  border: 1px solid #17171a;
}
.cid-tdau10R1xB .btn.btn-primary-outline:hover {
  background-color: #17171a !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-secondary-outline {
  border: 1px solid #9b9ba5;
}
.cid-tdau10R1xB .btn.btn-secondary-outline:hover {
  background-color: #9b9ba5 !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-success-outline {
  border: 1px solid #40b0bf;
}
.cid-tdau10R1xB .btn.btn-success-outline:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-tdau10R1xB .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-tdau10R1xB .btn.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-danger-outline {
  border: 1px solid #f55f0c;
}
.cid-tdau10R1xB .btn.btn-danger-outline:hover {
  background-color: #f55f0c !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tdau10R1xB .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tdau10R1xB .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tdau10R1xB .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tc5mWjeUqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/1732-1523x1074.jpg");
}
.cid-tc5mWjeUqe .mbr-overlay {
  background: #f8f8f8;
  background: linear-gradient(to right, #f8f8f8, #c9c9c9);
}
.cid-tc5mWjeUqe .container {
  z-index: 1;
}
.cid-tc5mWjeUqe .mbr-section-title {
  color: #233d63;
}
.cid-tc5mWjeUqe .mbr-section-subtitle {
  text-align: center;
}
.cid-tc5mWjeUqe .mbr-section-btn {
  margin-top: 35px;
}
.cid-tc5mWjeUqe .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tc5mWjeUqe .mbr-section-btn .btn-white:hover {
  background-color: #17171a !important;
  border-color: #17171a !important;
  color: #ffffff !important;
}
.cid-tc5mWjeUqe .mbr-section-title,
.cid-tc5mWjeUqe .mbr-section-btn {
  text-align: center;
}
.cid-t9SVG2xPA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9SVG2xPA6 .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-t9SVG2xPA6 .content {
    padding: 1rem 0;
  }
}
.cid-t9SVG2xPA6 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-t9SVG2xPA6 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-t9SVG2xPA6 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
.cid-tbaG8gZ3R0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbaG8gZ3R0 nav.navbar {
  position: fixed;
}
.cid-tbaG8gZ3R0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbaG8gZ3R0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbaG8gZ3R0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbaG8gZ3R0 .dropdown-item:hover,
.cid-tbaG8gZ3R0 .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tbaG8gZ3R0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbaG8gZ3R0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbaG8gZ3R0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbaG8gZ3R0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbaG8gZ3R0 .nav-link {
  position: relative;
}
.cid-tbaG8gZ3R0 .container {
  display: flex;
  margin: auto;
}
.cid-tbaG8gZ3R0 .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbaG8gZ3R0 .dropdown-menu,
.cid-tbaG8gZ3R0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tbaG8gZ3R0 .nav-item:focus,
.cid-tbaG8gZ3R0 .nav-link:focus {
  outline: none;
}
.cid-tbaG8gZ3R0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbaG8gZ3R0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbaG8gZ3R0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbaG8gZ3R0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbaG8gZ3R0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbaG8gZ3R0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbaG8gZ3R0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tbaG8gZ3R0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tbaG8gZ3R0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbaG8gZ3R0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tbaG8gZ3R0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbaG8gZ3R0 .navbar.collapsed {
  justify-content: center;
}
.cid-tbaG8gZ3R0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbaG8gZ3R0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbaG8gZ3R0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbaG8gZ3R0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbaG8gZ3R0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbaG8gZ3R0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbaG8gZ3R0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbaG8gZ3R0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbaG8gZ3R0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbaG8gZ3R0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbaG8gZ3R0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbaG8gZ3R0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbaG8gZ3R0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbaG8gZ3R0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbaG8gZ3R0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbaG8gZ3R0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbaG8gZ3R0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbaG8gZ3R0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbaG8gZ3R0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbaG8gZ3R0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tbaG8gZ3R0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbaG8gZ3R0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbaG8gZ3R0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbaG8gZ3R0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbaG8gZ3R0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbaG8gZ3R0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbaG8gZ3R0 .dropdown-item.active,
.cid-tbaG8gZ3R0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tbaG8gZ3R0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbaG8gZ3R0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbaG8gZ3R0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbaG8gZ3R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbaG8gZ3R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbaG8gZ3R0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbaG8gZ3R0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbaG8gZ3R0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbaG8gZ3R0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbaG8gZ3R0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tbaG8gZ3R0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbaG8gZ3R0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbaG8gZ3R0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbaG8gZ3R0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbaG8gZ3R0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbaG8gZ3R0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbaG8gZ3R0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbaG8gZ3R0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbaG8gZ3R0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbaG8gZ3R0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbaG8gZ3R0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbaG8gZ3R0 .navbar {
    height: 70px;
  }
  .cid-tbaG8gZ3R0 .navbar.opened {
    height: auto;
  }
  .cid-tbaG8gZ3R0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbaGBRq4Qx {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/products-top-2-675x377.png");
}
.cid-tbaGBRq4Qx .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tbaGBRq4Qx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tbaGBRq4Qx {
    align-items: flex-start;
  }
  .cid-tbaGBRq4Qx .row {
    justify-content: flex-start;
  }
  .cid-tbaGBRq4Qx .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbaGBRq4Qx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tbaGBRq4Qx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tbaGBRq4Qx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tbaGBRq4Qx .content-wrap {
    width: 100%;
  }
}
.cid-tbaGBRq4Qx .mbr-section-title {
  color: #f55f0c;
  text-align: center;
}
.cid-tbaGBRq4Qx .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tbaGBRq4Qx .mbr-text,
.cid-tbaGBRq4Qx .mbr-section-btn {
  color: #7b7b8b;
}
.cid-tdSfn8B4a7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdSfn8B4a7 img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tdSfn8B4a7 .row {
  justify-content: space-between;
}
.cid-tdSfn8B4a7 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-tdSfn8B4a7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tdSfn8B4a7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tdSfn8B4a7 .image-wrapper:hover .img-link,
.cid-tdSfn8B4a7 .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-tdSfn8B4a7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tdSfn8B4a7 .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-tdSfn8B4a7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdSfn8B4a7 .img-link {
  background: #f55f0c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-tdSfn8B4a7 .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #000000;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tdSfn8B4a7 .img-link {
    flex-direction: column;
  }
  .cid-tdSfn8B4a7 .img-link .status,
  .cid-tdSfn8B4a7 .img-link .icons {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSfn8B4a7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tdSfn8B4a7 .mbr-section-title {
  color: #000000;
}
.cid-tdSfn8B4a7 .mbr-section-text {
  color: #000000;
}
.cid-tbaGmUADoM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbaGmUADoM .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tbaGmUADoM .content {
    padding: 1rem 0;
  }
}
.cid-tbaGmUADoM .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tbaGmUADoM .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tbaGmUADoM .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
#custom-html-2y {
  /* Type valid CSS here */
}
#custom-html-2y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2y p {
  font-size: 60px;
  color: #777;
}
#custom-html-2y table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#custom-html-2y table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#custom-html-2y table th,
#custom-html-2y table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#custom-html-2y table th {
  font-size: 1.25em;
}
#custom-html-2y table thead tr {
  background-color: #eee;
}
#custom-html-2y .txt {
  text-align: left;
  font-size: 0.95em;
}
#custom-html-2y .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #custom-html-2y table {
    border: 0;
    width: 100%;
  }
  #custom-html-2y table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #custom-html-2y table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-2y table tr {
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-2y table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  #custom-html-2y table td::before {
    font-weight: bold;
    left: 10px;
  }
  #custom-html-2y table td:last-child {
    border-bottom: 0;
  }
}
.cid-tbbmF7vtlI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbbmF7vtlI .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tbbmF7vtlI .content {
    padding: 1rem 0;
  }
}
.cid-tbbmF7vtlI .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tbbmF7vtlI .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tbbmF7vtlI .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tbbnUqXXZS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbbnUqXXZS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbbnUqXXZS .row {
  flex-direction: row-reverse;
}
.cid-tbbnUqXXZS img {
  width: 100%;
}
.cid-tbaK8dVCly {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbaK8dVCly .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tbaK8dVCly .content {
    padding: 1rem 0;
  }
}
.cid-tbaK8dVCly .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tbaK8dVCly .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tbaK8dVCly .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tbaGiVARyH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tbaGiVARyH .btn {
  border: 1px solid #efefef;
}
.cid-tbaGiVARyH .row {
  align-items: center;
}
.cid-tbaGiVARyH .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-tbaGiVARyH .row {
    text-align: center;
  }
  .cid-tbaGiVARyH .social-row {
    justify-content: center;
  }
}
.cid-tbaGiVARyH .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-tbaGiVARyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbaGiVARyH .list {
    margin-bottom: 0rem;
  }
}
.cid-tbaGiVARyH .google-map {
  height: 34rem;
  position: relative;
}
.cid-tbaGiVARyH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbaGiVARyH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbaGiVARyH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbaGiVARyH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbaGiVARyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbaGiVARyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-tbaGiVARyH .mbr-section-subtitle {
  color: #103178;
}
.cid-tbaGiVARyH .mbr-text {
  color: #5b6c8f;
}
.cid-tbaGiVARyH .phone {
  color: #103178;
}
.cid-tHhL71sYm7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHhL71sYm7 .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhL71sYm7 .content {
    padding: 1rem 0;
  }
}
.cid-tHhL71sYm7 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHhL71sYm7 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHhL71sYm7 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhOEe52d6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9b9ba5;
}
.cid-tHhOEe52d6 .card-box {
  width: fit-content;
}
.cid-tHhOEe52d6 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-tHhOEe52d6 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tHhOEe52d6 .card-title {
  padding: 0;
  margin: 0;
}
.cid-tHhOEe52d6 .card-wrapper {
  border: 1px solid #9b9ba5;
  padding: 0.6rem;
  background: #9b9ba5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHhOEe52d6 .card-wrapper {
    width: 100%;
  }
}
.cid-tHhOEe52d6 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-tHhOEe52d6 .card-title,
.cid-tHhOEe52d6 .card-icon {
  color: #ffffff;
}
.cid-tHhOEe52d6 H5 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
  padding: 0.6rem;
}
.cid-tHhOEe52d6 H4 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
.cid-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHc41H5nb {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/products-top-1-690x384.png");
}
.cid-taHc41H5nb .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-taHc41H5nb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-taHc41H5nb {
    align-items: flex-start;
  }
  .cid-taHc41H5nb .row {
    justify-content: flex-start;
  }
  .cid-taHc41H5nb .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-taHc41H5nb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-taHc41H5nb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-taHc41H5nb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-taHc41H5nb .content-wrap {
    width: 100%;
  }
}
.cid-taHc41H5nb .mbr-section-title {
  color: #f55f0c;
  text-align: center;
}
.cid-taHc41H5nb .mbr-text {
  margin-bottom: 20.4px;
}
.cid-taHc41H5nb .mbr-text,
.cid-taHc41H5nb .mbr-section-btn {
  color: #7b7b8b;
}
.cid-taHbYs5ngB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-taHbYs5ngB .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-taHbYs5ngB .content {
    padding: 1rem 0;
  }
}
.cid-taHbYs5ngB .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-taHbYs5ngB .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-taHbYs5ngB .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tc5C0rhXQp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5C0rhXQp .row {
  flex-direction: row-reverse;
}
.cid-tc5C0rhXQp img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5C0rhXQp .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5C0rhXQp .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5C0rhXQp .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5C0rhXQp .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5C0rhXQp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5C0rhXQp .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5C0rhXQp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5C0rhXQp p {
    max-width: 500px;
  }
}
.cid-tc5C0rhXQp .mbr-text,
.cid-tc5C0rhXQp .mbr-section-btn {
  color: #000000;
}
.cid-tc5C0rhXQp .mbr-section-title {
  color: #000000;
}
.cid-tc5CVuOy7y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5CVuOy7y .row {
  flex-direction: row-reverse;
}
.cid-tc5CVuOy7y img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5CVuOy7y .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5CVuOy7y .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5CVuOy7y .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5CVuOy7y .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5CVuOy7y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5CVuOy7y .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5CVuOy7y .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5CVuOy7y p {
    max-width: 500px;
  }
}
.cid-tc5CVuOy7y .mbr-text,
.cid-tc5CVuOy7y .mbr-section-btn {
  color: #000000;
}
.cid-tc5CVuOy7y .mbr-section-title {
  color: #000000;
}
.cid-tc5CX6P9Gr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5CX6P9Gr .row {
  flex-direction: row-reverse;
}
.cid-tc5CX6P9Gr img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5CX6P9Gr .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5CX6P9Gr .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5CX6P9Gr .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5CX6P9Gr .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5CX6P9Gr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5CX6P9Gr .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5CX6P9Gr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5CX6P9Gr p {
    max-width: 500px;
  }
}
.cid-tc5CX6P9Gr .mbr-text,
.cid-tc5CX6P9Gr .mbr-section-btn {
  color: #000000;
}
.cid-tc5CX6P9Gr .mbr-section-title {
  color: #000000;
}
.cid-tc5DzgRCrJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tc5DzgRCrJ .row {
  flex-direction: row-reverse;
}
.cid-tc5DzgRCrJ img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tc5DzgRCrJ .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tc5DzgRCrJ .image-wrapper {
    padding: 1rem;
  }
}
.cid-tc5DzgRCrJ .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tc5DzgRCrJ .image-wrapper:hover .img-link {
  background: #17171a;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tc5DzgRCrJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tc5DzgRCrJ .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tc5DzgRCrJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc5DzgRCrJ p {
    max-width: 500px;
  }
}
.cid-tc5DzgRCrJ .mbr-text,
.cid-tc5DzgRCrJ .mbr-section-btn {
  color: #000000;
}
.cid-tc5DzgRCrJ .mbr-section-title {
  color: #000000;
}
.cid-tbbQCgE1yc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tbbQCgE1yc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tbbQCgE1yc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbbQCgE1yc .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-tbbQCgE1yc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbbQCgE1yc .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tbbQCgE1yc .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-tbbQCgE1yc .map1 {
    padding-bottom: 2rem;
  }
}
.cid-tbbQCgE1yc .mbr-text,
.cid-tbbQCgE1yc .sig-img {
  color: #9c969b;
}
.cid-tHfmdBRiLQ {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #f8f8f8;
}
.cid-tHfmdBRiLQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHfmdBRiLQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tHfmdBRiLQ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tHfmdBRiLQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tHfmdBRiLQ .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 0px;
  padding-right: 0px;
}
.cid-tHfmdBRiLQ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tHfmdBRiLQ .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHfmdBRiLQ .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-tHfmdBRiLQ .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-tHfmdBRiLQ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tHfmdBRiLQ .card-title,
.cid-tHfmdBRiLQ .social-row {
  text-align: left;
}
.cid-tHfmew9uEK {
  padding-top: 0rem;
  padding-bottom: 4.5rem;
  background: #f8f8f8;
}
.cid-tHfmew9uEK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHfmew9uEK .team-card:hover {
  transform: translatey(-10px);
}
.cid-tHfmew9uEK .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tHfmew9uEK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tHfmew9uEK .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 0px;
  padding-right: 0px;
}
.cid-tHfmew9uEK .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tHfmew9uEK .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHfmew9uEK .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-tHfmew9uEK .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-tHfmew9uEK .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tdaucwIdNa {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-tdaucwIdNa .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-tdaucwIdNa MARQUEE {
  color: #ffffff;
}
.cid-tHhJFdJZLN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHhJFdJZLN .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhJFdJZLN .content {
    padding: 1rem 0;
  }
}
.cid-tHhJFdJZLN .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHhJFdJZLN .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHhJFdJZLN .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhOImzbtX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9b9ba5;
}
.cid-tHhOImzbtX .card-box {
  width: fit-content;
}
.cid-tHhOImzbtX .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-tHhOImzbtX .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tHhOImzbtX .card-title {
  padding: 0;
  margin: 0;
}
.cid-tHhOImzbtX .card-wrapper {
  border: 1px solid #9b9ba5;
  padding: 0.6rem;
  background: #9b9ba5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHhOImzbtX .card-wrapper {
    width: 100%;
  }
}
.cid-tHhOImzbtX .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-tHhOImzbtX .card-title,
.cid-tHhOImzbtX .card-icon {
  color: #ffffff;
}
.cid-tHhOImzbtX H5 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
  padding: 0.6rem;
}
.cid-tHhOImzbtX H4 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
.cid-tGQVFOpXgb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGQVFOpXgb nav.navbar {
  position: fixed;
}
.cid-tGQVFOpXgb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGQVFOpXgb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGQVFOpXgb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGQVFOpXgb .dropdown-item:hover,
.cid-tGQVFOpXgb .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tGQVFOpXgb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGQVFOpXgb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGQVFOpXgb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGQVFOpXgb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGQVFOpXgb .nav-link {
  position: relative;
}
.cid-tGQVFOpXgb .container {
  display: flex;
  margin: auto;
}
.cid-tGQVFOpXgb .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGQVFOpXgb .dropdown-menu,
.cid-tGQVFOpXgb .navbar.opened {
  background: #ffffff !important;
}
.cid-tGQVFOpXgb .nav-item:focus,
.cid-tGQVFOpXgb .nav-link:focus {
  outline: none;
}
.cid-tGQVFOpXgb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGQVFOpXgb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGQVFOpXgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGQVFOpXgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGQVFOpXgb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGQVFOpXgb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGQVFOpXgb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGQVFOpXgb .navbar.opened {
  transition: all 0.3s;
}
.cid-tGQVFOpXgb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGQVFOpXgb .navbar .navbar-logo img {
  width: auto;
}
.cid-tGQVFOpXgb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGQVFOpXgb .navbar.collapsed {
  justify-content: center;
}
.cid-tGQVFOpXgb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGQVFOpXgb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGQVFOpXgb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tGQVFOpXgb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGQVFOpXgb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGQVFOpXgb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGQVFOpXgb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGQVFOpXgb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGQVFOpXgb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGQVFOpXgb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGQVFOpXgb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGQVFOpXgb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGQVFOpXgb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGQVFOpXgb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGQVFOpXgb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGQVFOpXgb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGQVFOpXgb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGQVFOpXgb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGQVFOpXgb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGQVFOpXgb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGQVFOpXgb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGQVFOpXgb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGQVFOpXgb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGQVFOpXgb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGQVFOpXgb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGQVFOpXgb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGQVFOpXgb .dropdown-item.active,
.cid-tGQVFOpXgb .dropdown-item:active {
  background-color: transparent;
}
.cid-tGQVFOpXgb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGQVFOpXgb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGQVFOpXgb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGQVFOpXgb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGQVFOpXgb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGQVFOpXgb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGQVFOpXgb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGQVFOpXgb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGQVFOpXgb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGQVFOpXgb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tGQVFOpXgb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGQVFOpXgb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGQVFOpXgb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGQVFOpXgb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGQVFOpXgb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGQVFOpXgb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGQVFOpXgb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGQVFOpXgb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGQVFOpXgb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGQVFOpXgb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGQVFOpXgb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGQVFOpXgb .navbar {
    height: 70px;
  }
  .cid-tGQVFOpXgb .navbar.opened {
    height: auto;
  }
  .cid-tGQVFOpXgb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGQVFPebbh {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4246962-m2-1018x494.jpg");
}
.cid-tGQVFPebbh .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-tGQVFPebbh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tGQVFPebbh {
    align-items: flex-start;
  }
  .cid-tGQVFPebbh .row {
    justify-content: flex-start;
  }
  .cid-tGQVFPebbh .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tGQVFPebbh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tGQVFPebbh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tGQVFPebbh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tGQVFPebbh .content-wrap {
    width: 100%;
  }
}
.cid-tGQVFPebbh .mbr-section-title {
  color: #101019;
  text-align: center;
}
.cid-tGQVFPebbh .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tGQVFPebbh .mbr-text,
.cid-tGQVFPebbh .mbr-section-btn {
  color: #7b7b8b;
}
.cid-tGQYfFLUDk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGQYfFLUDk {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tGQYfFLUDk .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tGQYfFLUDk .container-fluid {
  max-width: 1200px;
}
.cid-tGQYfFLUDk .row > div,
.cid-tGQYfFLUDk .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tGQZbMZayX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGQZbMZayX .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tGQZbMZayX .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-tGQZbMZayX .item-number {
  color: #000000;
  width: 35px;
}
.cid-tGQZbMZayX .item-img {
  margin-bottom: 1rem;
}
.cid-tGQZbMZayX .item-img img {
  border-radius: 20px;
}
.cid-tGQZbMZayX .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tGQZbMZayX .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tGQZbMZayX .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tGQZbMZayX .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dde6ff;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tGQZbMZayX .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #dde6ff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tGQZbMZayX .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tGQZbMZayX .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tGQZbMZayX .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tGQZbMZayX .item:focus,
.cid-tGQZbMZayX span:focus {
  outline: none;
}
.cid-tGQZbMZayX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGQZbMZayX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGQZbMZayX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGQZbMZayX .mbr-text,
.cid-tGQZbMZayX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tGQZbMZayX .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tGQZbMZayX .mbr-link {
  color: #8364e2;
}
.cid-tGQZbMZayX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tGQYhgugyh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGQYhgugyh {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tGQYhgugyh .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tGQYhgugyh .container-fluid {
  max-width: 1200px;
}
.cid-tGQYhgugyh .row > div,
.cid-tGQYhgugyh .mbr-section-subtitle {
  text-align: center;
  color: #101019;
}
.cid-tGQYK0wemI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGQYK0wemI .item-content {
  padding-left: 1rem;
  margin: auto 0;
}
.cid-tGQYK0wemI .item-title {
  text-align: left;
  color: #232323;
  margin: 0;
}
.cid-tGQYK0wemI .item-number {
  color: #000000;
  width: 35px;
}
.cid-tGQYK0wemI .item-img {
  margin-bottom: 1rem;
}
.cid-tGQYK0wemI .item-img img {
  border-radius: 20px;
}
.cid-tGQYK0wemI .item-wrapper {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.cid-tGQYK0wemI .face-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.cid-tGQYK0wemI .face-wrap img {
  width: 60px;
  height: 60px;
}
.cid-tGQYK0wemI .face-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dde6ff;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.99);
}
.cid-tGQYK0wemI .face-wrap .mbr-iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: #000000;
  background: #dde6ff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.cid-tGQYK0wemI .face-wrap:hover .face {
  transform: scale(0.9);
}
.cid-tGQYK0wemI .face-wrap:hover:before {
  transform: scale(1.1);
}
.cid-tGQYK0wemI .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.cid-tGQYK0wemI .item:focus,
.cid-tGQYK0wemI span:focus {
  outline: none;
}
.cid-tGQYK0wemI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGQYK0wemI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGQYK0wemI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGQYK0wemI .mbr-text,
.cid-tGQYK0wemI .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-tGQYK0wemI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tGQYK0wemI .mbr-link {
  color: #8364e2;
}
.cid-tGQYK0wemI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tHhKlKlgSu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHhKlKlgSu .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhKlKlgSu .content {
    padding: 1rem 0;
  }
}
.cid-tHhKlKlgSu .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHhKlKlgSu .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHhKlKlgSu .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhOA4G1y3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9b9ba5;
}
.cid-tHhOA4G1y3 .card-box {
  width: fit-content;
}
.cid-tHhOA4G1y3 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-tHhOA4G1y3 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tHhOA4G1y3 .card-title {
  padding: 0;
  margin: 0;
}
.cid-tHhOA4G1y3 .card-wrapper {
  border: 1px solid #9b9ba5;
  padding: 0.6rem;
  background: #9b9ba5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHhOA4G1y3 .card-wrapper {
    width: 100%;
  }
}
.cid-tHhOA4G1y3 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-tHhOA4G1y3 .card-title,
.cid-tHhOA4G1y3 .card-icon {
  color: #ffffff;
}
.cid-tHhOA4G1y3 H5 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
  padding: 0.6rem;
}
.cid-tHhOA4G1y3 H4 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
.cid-tGYGUiqE43 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGYGUiqE43 nav.navbar {
  position: fixed;
}
.cid-tGYGUiqE43 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGYGUiqE43 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGYGUiqE43 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGYGUiqE43 .dropdown-item:hover,
.cid-tGYGUiqE43 .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-tGYGUiqE43 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGYGUiqE43 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGYGUiqE43 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGYGUiqE43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGYGUiqE43 .nav-link {
  position: relative;
}
.cid-tGYGUiqE43 .container {
  display: flex;
  margin: auto;
}
.cid-tGYGUiqE43 .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGYGUiqE43 .dropdown-menu,
.cid-tGYGUiqE43 .navbar.opened {
  background: #ffffff !important;
}
.cid-tGYGUiqE43 .nav-item:focus,
.cid-tGYGUiqE43 .nav-link:focus {
  outline: none;
}
.cid-tGYGUiqE43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGYGUiqE43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGYGUiqE43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGYGUiqE43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGYGUiqE43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGYGUiqE43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGYGUiqE43 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tGYGUiqE43 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGYGUiqE43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGYGUiqE43 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGYGUiqE43 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGYGUiqE43 .navbar.collapsed {
  justify-content: center;
}
.cid-tGYGUiqE43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGYGUiqE43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGYGUiqE43 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tGYGUiqE43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGYGUiqE43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGYGUiqE43 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGYGUiqE43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGYGUiqE43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGYGUiqE43 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGYGUiqE43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGYGUiqE43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGYGUiqE43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGYGUiqE43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGYGUiqE43 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGYGUiqE43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGYGUiqE43 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGYGUiqE43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGYGUiqE43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGYGUiqE43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGYGUiqE43 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGYGUiqE43 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGYGUiqE43 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGYGUiqE43 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGYGUiqE43 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGYGUiqE43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGYGUiqE43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGYGUiqE43 .dropdown-item.active,
.cid-tGYGUiqE43 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGYGUiqE43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGYGUiqE43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGYGUiqE43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGYGUiqE43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGYGUiqE43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGYGUiqE43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGYGUiqE43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGYGUiqE43 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGYGUiqE43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGYGUiqE43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tGYGUiqE43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGYGUiqE43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGYGUiqE43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGYGUiqE43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGYGUiqE43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGYGUiqE43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGYGUiqE43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGYGUiqE43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGYGUiqE43 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGYGUiqE43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGYGUiqE43 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGYGUiqE43 .navbar {
    height: 70px;
  }
  .cid-tGYGUiqE43 .navbar.opened {
    height: auto;
  }
  .cid-tGYGUiqE43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHhKuuynRE {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/4246962-m2-1018x494.jpg");
}
.cid-tHhKuuynRE .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-tHhKuuynRE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tHhKuuynRE {
    align-items: flex-start;
  }
  .cid-tHhKuuynRE .row {
    justify-content: flex-start;
  }
  .cid-tHhKuuynRE .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tHhKuuynRE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tHhKuuynRE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tHhKuuynRE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tHhKuuynRE .content-wrap {
    width: 100%;
  }
}
.cid-tHhKuuynRE .mbr-section-title {
  color: #f55f0c;
  text-align: center;
}
.cid-tHhKuuynRE .mbr-text {
  margin-bottom: 20.4px;
}
.cid-tHhKuuynRE .mbr-text,
.cid-tHhKuuynRE .mbr-section-btn {
  color: #7b7b8b;
}
.cid-tHcFKQLB6A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHcFKQLB6A .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHcFKQLB6A .content {
    padding: 1rem 0;
  }
}
.cid-tHcFKQLB6A .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHcFKQLB6A .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHcFKQLB6A .btn {
  padding: 0.7rem 1rem;
  width: 220px;
}
.cid-tGYGUGn0fR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f55f0c;
}
.cid-tGYGUGn0fR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tGYGUGn0fR .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tGYGUGn0fR H2 {
  margin: 0;
  width: 100%;
}
.cid-tGYGUGn0fR h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tGYGUGn0fR .title {
    margin-bottom: 2rem;
  }
  .cid-tGYGUGn0fR .align-left,
  .cid-tGYGUGn0fR .align-right {
    text-align: center;
  }
}
#custom-html-fk {
  /* Type valid CSS here */
}
#custom-html-fk div {
  padding: 80px 0;
  color: #777;
  background-color: white;
  text-align: center;
}
#custom-html-fk p {
  font-size: 60px;
  color: #777;
}
#custom-html-fk table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#custom-html-fk table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#custom-html-fk table th,
#custom-html-fk table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#custom-html-fk table th {
  font-size: 1.25em;
}
#custom-html-fk table thead tr {
  background-color: #eee;
}
#custom-html-fk .txt {
  text-align: left;
  font-size: 0.95em;
}
#custom-html-fk .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #custom-html-fk table {
    border: 0;
    width: 100%;
  }
  #custom-html-fk table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #custom-html-fk table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-fk table tr {
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-fk table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em .625em .625em 2em;
    border-right: none;
  }
  #custom-html-fk table td::before {
    font-weight: bold;
    left: 5px;
  }
  #custom-html-fk table td:last-child {
    border-bottom: 0;
  }
}
.cid-tGYGUID8Kh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f55f0c;
}
.cid-tGYGUID8Kh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tGYGUID8Kh .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tGYGUID8Kh H2 {
  margin: 0;
  width: 100%;
}
.cid-tGYGUID8Kh h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tGYGUID8Kh .title {
    margin-bottom: 2rem;
  }
  .cid-tGYGUID8Kh .align-left,
  .cid-tGYGUID8Kh .align-right {
    text-align: center;
  }
}
#custom-html-fm {
  /* Type valid CSS here */
}
#custom-html-fm div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fm p {
  font-size: 60px;
  color: #777;
}
#custom-html-fm table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#custom-html-fm table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#custom-html-fm table th,
#custom-html-fm table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#custom-html-fm table th {
  font-size: 1.25em;
}
#custom-html-fm table thead tr {
  background-color: #eee;
}
#custom-html-fm .txt {
  text-align: left;
  font-size: 0.95em;
}
#custom-html-fm .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #custom-html-fm table {
    border: 0;
    width: 100%;
  }
  #custom-html-fm table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #custom-html-fm table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-fm table tr {
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-fm table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em .625em .625em 2em;
    border-right: none;
  }
  #custom-html-fm table td::before {
    font-weight: bold;
    left: 5px;
  }
  #custom-html-fm table td:last-child {
    border-bottom: 0;
  }
}
.cid-tGYGUKeObr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f55f0c;
}
.cid-tGYGUKeObr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tGYGUKeObr .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tGYGUKeObr H2 {
  margin: 0;
  width: 100%;
}
.cid-tGYGUKeObr h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tGYGUKeObr .title {
    margin-bottom: 2rem;
  }
  .cid-tGYGUKeObr .align-left,
  .cid-tGYGUKeObr .align-right {
    text-align: center;
  }
}
#custom-html-fo {
  /* Type valid CSS here */
}
#custom-html-fo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fo p {
  font-size: 60px;
  color: #777;
}
#custom-html-fo table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#custom-html-fo table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#custom-html-fo table th,
#custom-html-fo table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#custom-html-fo table th {
  font-size: 1.25em;
}
#custom-html-fo table thead tr {
  background-color: #eee;
}
#custom-html-fo .txt {
  text-align: left;
  font-size: 0.95em;
}
#custom-html-fo .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #custom-html-fo table {
    border: 0;
    width: 100%;
  }
  #custom-html-fo table th {
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #custom-html-fo table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-fo table tr {
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-fo table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em .625em .625em 2em;
    border-right: none;
  }
  #custom-html-fo table td::before {
    font-weight: bold;
    left: 5px;
  }
  #custom-html-fo table td:last-child {
    border-bottom: 0;
  }
}
.cid-tHhMcYhPFq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHhMcYhPFq .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhMcYhPFq .content {
    padding: 1rem 0;
  }
}
.cid-tHhMcYhPFq .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-tHhMcYhPFq .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-tHhMcYhPFq .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tHhMcch0ER {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9b9ba5;
}
.cid-tHhMcch0ER .card-box {
  width: fit-content;
}
.cid-tHhMcch0ER .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-tHhMcch0ER .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tHhMcch0ER .card-title {
  padding: 0;
  margin: 0;
}
.cid-tHhMcch0ER .card-wrapper {
  border: 1px solid #9b9ba5;
  padding: 0.6rem;
  background: #9b9ba5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHhMcch0ER .card-wrapper {
    width: 100%;
  }
}
.cid-tHhMcch0ER .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-tHhMcch0ER .card-title,
.cid-tHhMcch0ER .card-icon {
  color: #ffffff;
}
.cid-tHhMcch0ER H5 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
  padding: 0.6rem;
}
.cid-tHhMcch0ER H4 {
  font-size: 5;
  text-align: center;
  color: #ffffff;
}
.cid-tHhAjqwcQu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #9b9ba5;
}
.cid-tHhAjqwcQu .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-col {
    flex-direction: column;
  }
}
.cid-tHhAjqwcQu .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tHhAjqwcQu .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .media-wrap {
    margin-right: 0;
  }
}
.cid-tHhAjqwcQu .cards-row,
.cid-tHhAjqwcQu .social-row,
.cid-tHhAjqwcQu .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .cards-row,
  .cid-tHhAjqwcQu .social-row,
  .cid-tHhAjqwcQu .menu-row {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tHhAjqwcQu .foot-menu {
    justify-content: center;
  }
}
.cid-tHhAjqwcQu .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tHhAjqwcQu .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tHhAjqwcQu .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tHhAjqwcQu .row {
    text-align: center;
  }
  .cid-tHhAjqwcQu .cards-col {
    justify-content: center;
  }
  .cid-tHhAjqwcQu .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tHhAjqwcQu .card-item {
  width: 65px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tHhAjqwcQu .card-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tHhAjqwcQu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tHhAjqwcQu .soc-item:last-child {
  margin-right: 0;
}
.cid-tHhAjqwcQu .mbr-iconfont {
  color: #ffffff;
}
.cid-tHhAjqwcQu .mbr-text {
  color: #ffffff;
}
