body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #daac49 !important;
  border-color: #daac49 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b28524 !important;
  border-color: #b28524 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b28524 !important;
  border-color: #b28524 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9d7520;
  color: #9d7520;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #daac49;
  border-color: #daac49;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #daac49 !important;
  border-color: #daac49 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #daac49 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9d7520 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #daac49 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXY5nlUuZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-rwXY5nlUuZ .navbar .show {
  height: 100vh;
}
.cid-rwXY5nlUuZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXY5nlUuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXY5nlUuZ .bottom {
  padding-bottom: 2rem;
}
.cid-rwXY5nlUuZ a {
  font-style: normal;
}
.cid-rwXY5nlUuZ .dropdown-backdrop {
  display: none;
}
.cid-rwXY5nlUuZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-rwXY5nlUuZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-rwXY5nlUuZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-rwXY5nlUuZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-rwXY5nlUuZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rwXY5nlUuZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-rwXY5nlUuZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXY5nlUuZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-rwXY5nlUuZ .navbar-nav {
  width: 100%!important;
}
.cid-rwXY5nlUuZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXY5nlUuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXY5nlUuZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-rwXY5nlUuZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-rwXY5nlUuZ .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .dropdown-item:hover,
.cid-rwXY5nlUuZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rwXY5nlUuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-rwXY5nlUuZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-rwXY5nlUuZ .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-rwXY5nlUuZ .navbar-logo {
  margin-right: 0!important;
}
.cid-rwXY5nlUuZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: fixed!important;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXY5nlUuZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-rwXY5nlUuZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-rwXY5nlUuZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXY5nlUuZ .opened,
.cid-rwXY5nlUuZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-rwXY5nlUuZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-rwXY5nlUuZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-rwXY5nlUuZ .opened,
  .cid-rwXY5nlUuZ .show,
  .cid-rwXY5nlUuZ .navbar {
    width: 100%!important;
  }
  .cid-rwXY5nlUuZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-rwXY5nlUuZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-rwXY5nlUuZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-rwXY5nlUuZ .nav-item:focus,
.cid-rwXY5nlUuZ .nav-link:focus {
  outline: none;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXY5nlUuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXY5nlUuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXY5nlUuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-rwXY5nlUuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXY5nlUuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXY5nlUuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwXY5nlUuZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ img {
    height: 3.8rem !important;
  }
  .cid-rwXY5nlUuZ .btn {
    display: -webkit-flex;
  }
  .cid-rwXY5nlUuZ button.navbar-toggler {
    display: block;
  }
  .cid-rwXY5nlUuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing,
  .cid-rwXY5nlUuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-rwXY5nlUuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veMrzlmXxU {
  background-image: url("../../../assets/images/banner20celion20fashion20world-1536x1024.png?v=1WbVEU");
}
.cid-veMrzlmXxU H3 {
  color: #ffffff;
}
.cid-veMrzlmXxU H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-veMrzlmXxU H4 {
  color: #efefef;
  text-align: center;
}
.cid-veMrzlmXxU .mbr-text,
.cid-veMrzlmXxU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rmLdXTWFKW {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmLdXTWFKW h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-rmLdXTWFKW h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-rmLdXTWFKW .mbr-text,
.cid-rmLdXTWFKW .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-rmLdXTWFKW H1 {
  text-align: left;
}
.cid-rmLdZjgwob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmLdZjgwob .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-rmLdZjgwob .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-rmLdZjgwob h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rmLdZjgwob h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-rmLdZjgwob p {
  text-align: left;
}
.cid-rmLdZjgwob img {
  transition: all 0.3s;
}
.cid-rmLdZjgwob .mbr-text {
  color: #1c1c1c;
}
.cid-rmLdZjgwob .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rmLdZjgwob .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rmLdZjgwob .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-rmLdZjgwob .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-rmLdZjgwob .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-rmLdZjgwob .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-rmLdZjgwob .card-columns {
    column-gap: 4rem;
  }
}
.cid-rmLdZjgwob .card-title {
  color: #767676;
}
.cid-rmLei3Osqc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmLei3Osqc h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-rmLei3Osqc h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rmLei3Osqc h3:hover:after {
  margin-left: -15px;
}
.cid-rmLei3Osqc .mbr-text,
.cid-rmLei3Osqc .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-rmLei3Osqc img {
  width: 100%;
}
.cid-rmLei3Osqc .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-veGKSAgxhz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veGKSAgxhz .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-veGKSAgxhz .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-veGKSAgxhz h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veGKSAgxhz h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veGKSAgxhz p {
  text-align: left;
}
.cid-veGKSAgxhz img {
  transition: all 0.3s;
}
.cid-veGKSAgxhz .mbr-text {
  color: #1c1c1c;
}
.cid-veGKSAgxhz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veGKSAgxhz .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-veGKSAgxhz .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veGKSAgxhz .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veGKSAgxhz .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-veGKSAgxhz .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-veGKSAgxhz .card-columns {
    column-gap: 4rem;
  }
}
.cid-veGKSAgxhz .card-title {
  color: #767676;
}
.cid-veSlbhoB1w {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-veSlbhoB1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSlbhoB1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg?v=1WbVEU");
}
.cid-rmLfefsreL {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ece8e5;
}
.cid-rmLfefsreL p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rmLfefsreL .panel-title {
  border-bottom: 2px solid #1c1c1c;
}
.cid-rmLfefsreL .collapsed {
  border: none;
}
.cid-rmLfefsreL .panel-body {
  padding-top: 0.5rem;
}
.cid-rmLfefsreL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rmLfefsreL .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rmLfefsreL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rmLfefsreL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmLfefsreL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rmLfefsreL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rmLfefsreL .panel-text {
  color: #767676;
}
.cid-rmLfefsreL H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-rmLemzDDMI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rmLemzDDMI .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rmLemzDDMI .modal-body .close {
  background: #1b1b1b;
}
.cid-rmLemzDDMI .modal-body .close span {
  font-style: normal;
}
.cid-rmLemzDDMI .carousel-inner > .active,
.cid-rmLemzDDMI .carousel-inner > .next,
.cid-rmLemzDDMI .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rmLemzDDMI .carousel-control .icon-next,
.cid-rmLemzDDMI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rmLemzDDMI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rmLemzDDMI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rmLemzDDMI .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rmLemzDDMI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rmLemzDDMI .boxed-slider > div {
  position: relative;
}
.cid-rmLemzDDMI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rmLemzDDMI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rmLemzDDMI .mbr-table-cell {
  padding: 0;
}
.cid-rmLemzDDMI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rmLemzDDMI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rmLemzDDMI .mbr-overlay {
  z-index: 1;
}
.cid-rmLemzDDMI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rmLemzDDMI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 767px) {
  .cid-rmLemzDDMI .carousel-item .container {
    width: 100%;
  }
}
.cid-rmLemzDDMI .carousel-item-next.carousel-item-left,
.cid-rmLemzDDMI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rmLemzDDMI .active.carousel-item-right,
.cid-rmLemzDDMI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rmLemzDDMI .active.carousel-item-left,
.cid-rmLemzDDMI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rmLemzDDMI .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rmLemzDDMI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rmLemzDDMI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rmLemzDDMI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-rmLemzDDMI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rmLemzDDMI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rmLemzDDMI .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-rmLemzDDMI .mbr-slider .carousel-indicators li.active,
.cid-rmLemzDDMI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rmLemzDDMI .mbr-slider .carousel-indicators li::after,
.cid-rmLemzDDMI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rmLemzDDMI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rmLemzDDMI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rmLemzDDMI .mbr-slider > .container img {
  width: 100%;
}
.cid-rmLemzDDMI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rmLemzDDMI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-rmLemzDDMI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rmLemzDDMI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rmLemzDDMI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rmLemzDDMI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rmLemzDDMI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rmLemzDDMI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rmLemzDDMI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rmLemzDDMI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rmLemzDDMI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rmLemzDDMI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rmLemzDDMI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rmLemzDDMI .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rmLemzDDMI .carousel-inner {
  height: 100%;
}
.cid-rmLemzDDMI .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rmLemzDDMI .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rmLemzDDMI .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-rmLemzDDMI .carousel-item .container-slide {
  text-align: center;
}
.cid-rmLemzDDMI .content-slider-wrap {
  width: 100%;
}
.cid-rmLemzDDMI .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-rmLemzDDMI .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-rmLemzDDMI .carousel-control {
  margin-left: 2px!important;
}
.cid-rmLfpEQDG0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-rmLfpEQDG0 [class^="socicon-"]:before,
.cid-rmLfpEQDG0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rmLfpEQDG0 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rmLfpEQDG0 .btn-social,
.cid-rmLfpEQDG0 .mbr-section-title {
  color: #57468b;
}
.cid-rmLfpEQDG0 .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rmLfpEQDG0 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-rmLfpEQDG0 .soc-item:hover span {
  color: #767676 !important;
}
.cid-rmLfpEQDG0 .btn-social,
.cid-rmLfpEQDG0 .mbr-section-title {
  color: #ffffff;
}
.cid-rmLeqHu2eK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rmLeqHu2eK P {
  color: #767676;
}
.cid-rmLeqHu2eK H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-rmLeqHu2eK h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rmLeqHu2eK h5:hover {
  background-size: 100% 100%;
}
.cid-rmLeqHu2eK .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-rmLeqHu2eK H4 {
  text-align: left;
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vayB4vKDpu .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-vayB4vKDpu .navbar .show {
  height: 100vh;
}
.cid-vayB4vKDpu .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vayB4vKDpu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vayB4vKDpu .bottom {
  padding-bottom: 2rem;
}
.cid-vayB4vKDpu a {
  font-style: normal;
}
.cid-vayB4vKDpu .dropdown-backdrop {
  display: none;
}
.cid-vayB4vKDpu .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-vayB4vKDpu .nav-dropdown {
  padding-top: 8rem;
}
.cid-vayB4vKDpu .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-vayB4vKDpu .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-vayB4vKDpu .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-vayB4vKDpu .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-vayB4vKDpu .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vayB4vKDpu .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vayB4vKDpu .navbar-nav {
  width: 100%!important;
}
.cid-vayB4vKDpu .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vayB4vKDpu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vayB4vKDpu .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-vayB4vKDpu .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-vayB4vKDpu .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-vayB4vKDpu .dropdown-item:hover,
.cid-vayB4vKDpu .dropdown-item:active {
  color: #ffffff !important;
}
.cid-vayB4vKDpu .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vayB4vKDpu .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-vayB4vKDpu .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-vayB4vKDpu .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-vayB4vKDpu .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-vayB4vKDpu .navbar-logo {
  margin-right: 0!important;
}
.cid-vayB4vKDpu .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-vayB4vKDpu .menu-logo {
  position: fixed!important;
}
.cid-vayB4vKDpu .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vayB4vKDpu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vayB4vKDpu .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-vayB4vKDpu .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-vayB4vKDpu .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-vayB4vKDpu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vayB4vKDpu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vayB4vKDpu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vayB4vKDpu .opened,
.cid-vayB4vKDpu .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-vayB4vKDpu .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-vayB4vKDpu .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-vayB4vKDpu .opened,
  .cid-vayB4vKDpu .show,
  .cid-vayB4vKDpu .navbar {
    width: 100%!important;
  }
  .cid-vayB4vKDpu .dropdown-toggle {
    margin: auto!important;
  }
  .cid-vayB4vKDpu .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-vayB4vKDpu .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-vayB4vKDpu .nav-item:focus,
.cid-vayB4vKDpu .nav-link:focus {
  outline: none;
}
.cid-vayB4vKDpu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-vayB4vKDpu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vayB4vKDpu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vayB4vKDpu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vayB4vKDpu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vayB4vKDpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vayB4vKDpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vayB4vKDpu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vayB4vKDpu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vayB4vKDpu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vayB4vKDpu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vayB4vKDpu button.navbar-toggler:focus {
  outline: none;
}
.cid-vayB4vKDpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-vayB4vKDpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vayB4vKDpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vayB4vKDpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vayB4vKDpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vayB4vKDpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vayB4vKDpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vayB4vKDpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vayB4vKDpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vayB4vKDpu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vayB4vKDpu .collapsed .btn {
  display: -webkit-flex;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.collapsing,
.cid-vayB4vKDpu .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vayB4vKDpu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vayB4vKDpu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vayB4vKDpu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vayB4vKDpu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vayB4vKDpu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vayB4vKDpu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-vayB4vKDpu .collapsed button.navbar-toggler {
  display: block;
}
.cid-vayB4vKDpu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vayB4vKDpu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vayB4vKDpu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vayB4vKDpu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vayB4vKDpu .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vayB4vKDpu img {
    height: 3.8rem !important;
  }
  .cid-vayB4vKDpu .btn {
    display: -webkit-flex;
  }
  .cid-vayB4vKDpu button.navbar-toggler {
    display: block;
  }
  .cid-vayB4vKDpu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vayB4vKDpu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vayB4vKDpu .navbar-collapse.collapsing,
  .cid-vayB4vKDpu .navbar-collapse.show {
    display: block !important;
  }
  .cid-vayB4vKDpu .navbar-collapse.collapsing .navbar-nav,
  .cid-vayB4vKDpu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vayB4vKDpu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vayB4vKDpu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vayB4vKDpu .navbar-collapse.collapsing .navbar-buttons,
  .cid-vayB4vKDpu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vayB4vKDpu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vayB4vKDpu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vayB4vKDpu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vayB4vKDpu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vayB4vKDpu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-vayB4vKDpu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vf4MqDNlfI {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf4MqDNlfI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vf4MqDNlfI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vf4MqDNlfI .mbr-text,
.cid-vf4MqDNlfI .mbr-section-btn {
  color: #767676;
}
.cid-veI5ibYPpX {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veI5ibYPpX .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .main-image {
    display: none;
  }
}
.cid-veI5ibYPpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veI5ibYPpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .container {
    padding: 0 16px;
  }
}
.cid-veI5ibYPpX .row {
  position: relative;
  z-index: 1;
}
.cid-veI5ibYPpX .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veI5ibYPpX .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veI5ibYPpX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veI5ibYPpX .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #ffb71f;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-veI5ibYPpX .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-veI5ibYPpX .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-veI5ibYPpX .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-veI5ibYPpX .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-veI5ibYPpX .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-veI5ibYPpX .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-veI5ibYPpX .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-veI5ibYPpX .mbr-section-title {
  color: #000000;
}
.cid-veI5ibYPpX .mbr-text {
  color: #000000;
}
.cid-veI5ibYPpX .card-title {
  color: #000000;
}
.cid-veI5ibYPpX .card-text {
  color: #ffffff;
}
.cid-veI5ibYPpX .card-name {
  color: #ffffff;
}
.cid-veI5ibYPpX .card-role {
  color: #ffffff;
}
.cid-veI5ibYPpX .card-title,
.cid-veI5ibYPpX .title-wrap {
  color: #0f7699;
}
.cid-vgAa19Fhfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAa19Fhfc [class^="socicon-"]:before,
.cid-vgAa19Fhfc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAa19Fhfc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAa19Fhfc .btn-social,
.cid-vgAa19Fhfc .mbr-section-title {
  color: #57468b;
}
.cid-vgAa19Fhfc .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAa19Fhfc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAa19Fhfc .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAa19Fhfc .btn-social,
.cid-vgAa19Fhfc .mbr-section-title {
  color: #ffffff;
}
.cid-vgu4D1nKK8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgu4D1nKK8 P {
  color: #767676;
}
.cid-vgu4D1nKK8 H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vgu4D1nKK8 h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgu4D1nKK8 h5:hover {
  background-size: 100% 100%;
}
.cid-vgu4D1nKK8 .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vgu4D1nKK8 H4 {
  text-align: left;
}
.cid-vayB4XAvXI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-veMG2yWRRY .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-veMG2yWRRY .navbar .show {
  height: 100vh;
}
.cid-veMG2yWRRY .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-veMG2yWRRY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veMG2yWRRY .bottom {
  padding-bottom: 2rem;
}
.cid-veMG2yWRRY a {
  font-style: normal;
}
.cid-veMG2yWRRY .dropdown-backdrop {
  display: none;
}
.cid-veMG2yWRRY .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-veMG2yWRRY .nav-dropdown {
  padding-top: 8rem;
}
.cid-veMG2yWRRY .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-veMG2yWRRY .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-veMG2yWRRY .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMG2yWRRY .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-veMG2yWRRY .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veMG2yWRRY .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veMG2yWRRY .navbar-nav {
  width: 100%!important;
}
.cid-veMG2yWRRY .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veMG2yWRRY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veMG2yWRRY .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-veMG2yWRRY .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-veMG2yWRRY .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-veMG2yWRRY .dropdown-item:hover,
.cid-veMG2yWRRY .dropdown-item:active {
  color: #ffffff !important;
}
.cid-veMG2yWRRY .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veMG2yWRRY .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-veMG2yWRRY .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-veMG2yWRRY .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-veMG2yWRRY .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-veMG2yWRRY .navbar-logo {
  margin-right: 0!important;
}
.cid-veMG2yWRRY .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-veMG2yWRRY .menu-logo {
  position: fixed!important;
}
.cid-veMG2yWRRY .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veMG2yWRRY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-veMG2yWRRY .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-veMG2yWRRY .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-veMG2yWRRY .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-veMG2yWRRY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veMG2yWRRY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veMG2yWRRY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veMG2yWRRY .opened,
.cid-veMG2yWRRY .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-veMG2yWRRY .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-veMG2yWRRY .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-veMG2yWRRY .opened,
  .cid-veMG2yWRRY .show,
  .cid-veMG2yWRRY .navbar {
    width: 100%!important;
  }
  .cid-veMG2yWRRY .dropdown-toggle {
    margin: auto!important;
  }
  .cid-veMG2yWRRY .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-veMG2yWRRY .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-veMG2yWRRY .nav-item:focus,
.cid-veMG2yWRRY .nav-link:focus {
  outline: none;
}
.cid-veMG2yWRRY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-veMG2yWRRY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veMG2yWRRY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veMG2yWRRY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veMG2yWRRY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veMG2yWRRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veMG2yWRRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMG2yWRRY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veMG2yWRRY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMG2yWRRY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-veMG2yWRRY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veMG2yWRRY button.navbar-toggler:focus {
  outline: none;
}
.cid-veMG2yWRRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-veMG2yWRRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veMG2yWRRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veMG2yWRRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veMG2yWRRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veMG2yWRRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMG2yWRRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veMG2yWRRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veMG2yWRRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMG2yWRRY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMG2yWRRY .collapsed .btn {
  display: -webkit-flex;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.collapsing,
.cid-veMG2yWRRY .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veMG2yWRRY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veMG2yWRRY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veMG2yWRRY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veMG2yWRRY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veMG2yWRRY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veMG2yWRRY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-veMG2yWRRY .collapsed button.navbar-toggler {
  display: block;
}
.cid-veMG2yWRRY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMG2yWRRY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veMG2yWRRY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veMG2yWRRY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veMG2yWRRY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMG2yWRRY img {
    height: 3.8rem !important;
  }
  .cid-veMG2yWRRY .btn {
    display: -webkit-flex;
  }
  .cid-veMG2yWRRY button.navbar-toggler {
    display: block;
  }
  .cid-veMG2yWRRY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMG2yWRRY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veMG2yWRRY .navbar-collapse.collapsing,
  .cid-veMG2yWRRY .navbar-collapse.show {
    display: block !important;
  }
  .cid-veMG2yWRRY .navbar-collapse.collapsing .navbar-nav,
  .cid-veMG2yWRRY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veMG2yWRRY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veMG2yWRRY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veMG2yWRRY .navbar-collapse.collapsing .navbar-buttons,
  .cid-veMG2yWRRY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veMG2yWRRY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veMG2yWRRY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veMG2yWRRY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veMG2yWRRY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veMG2yWRRY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-veMG2yWRRY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veMG2BNoy1 {
  background-image: url("../../../assets/images/t-shirt20celion20fashion20world-1536x1024.png?v=1WbVEU");
}
.cid-veMG2BNoy1 H3 {
  color: #ffffff;
}
.cid-veMG2BNoy1 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-veMG2BNoy1 H4 {
  color: #efefef;
  text-align: center;
}
.cid-veMG2BNoy1 .mbr-text,
.cid-veMG2BNoy1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-veMGrHUvTu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veMGrHUvTu h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-veMGrHUvTu h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMGrHUvTu h3:hover:after {
  margin-left: -15px;
}
.cid-veMGrHUvTu .mbr-text,
.cid-veMGrHUvTu .mbr-section-btn {
  color: #767676;
}
.cid-veMGrHUvTu img {
  width: 100%;
}
.cid-veMGrHUvTu .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-veMGvPlFCH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veMGvPlFCH h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-veMGvPlFCH h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMGvPlFCH h3:hover:after {
  margin-left: -15px;
}
.cid-veMGvPlFCH .mbr-text,
.cid-veMGvPlFCH .mbr-section-btn {
  color: #767676;
}
.cid-veMGvPlFCH img {
  width: 100%;
}
.cid-veMGvPlFCH .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-veMGErAKQJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veMGErAKQJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-veMGErAKQJ .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-veMGErAKQJ .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-veMGErAKQJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-veMGErAKQJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMGErAKQJ img {
  width: 100%;
}
.cid-veMGErAKQJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veMGErAKQJ .card-title1,
.cid-veMGErAKQJ .title-wrap1 {
  color: #ffffff;
}
.cid-veMGErAKQJ .card-title,
.cid-veMGErAKQJ .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-veMGErAKQJ .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-veMGErAKQJ .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-veMGErAKQJ H3 {
  color: #1c1c1c;
}
.cid-veMGErAKQJ .mbr-text,
.cid-veMGErAKQJ .mbr-section-btn {
  color: #1c1c1c;
}
.cid-veMGFNhd1i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veMGFNhd1i .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-veMGFNhd1i .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-veMGFNhd1i .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-veMGFNhd1i h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-veMGFNhd1i h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMGFNhd1i img {
  width: 100%;
}
.cid-veMGFNhd1i h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veMGFNhd1i .card-title1,
.cid-veMGFNhd1i .title-wrap1 {
  color: #ffffff;
}
.cid-veMGFNhd1i .card-title,
.cid-veMGFNhd1i .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-veMGFNhd1i .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-veMGFNhd1i .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-veMGFNhd1i H3 {
  color: #1c1c1c;
}
.cid-veMGFNhd1i .mbr-text,
.cid-veMGFNhd1i .mbr-section-btn {
  color: #1c1c1c;
}
.cid-veMGH2aRzy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veMGH2aRzy .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-veMGH2aRzy .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-veMGH2aRzy .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-veMGH2aRzy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-veMGH2aRzy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMGH2aRzy img {
  width: 100%;
}
.cid-veMGH2aRzy h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veMGH2aRzy .card-title1,
.cid-veMGH2aRzy .title-wrap1 {
  color: #ffffff;
}
.cid-veMGH2aRzy .card-title,
.cid-veMGH2aRzy .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-veMGH2aRzy .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-veMGH2aRzy .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-veMGH2aRzy H3 {
  color: #1c1c1c;
}
.cid-veMGH2aRzy .mbr-text,
.cid-veMGH2aRzy .mbr-section-btn {
  color: #1c1c1c;
}
.cid-veMG2I3ILh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veMG2I3ILh h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-veMG2I3ILh h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMG2I3ILh h3:hover:after {
  margin-left: -15px;
}
.cid-veMG2I3ILh .mbr-text,
.cid-veMG2I3ILh .mbr-section-btn {
  color: #767676;
}
.cid-veMG2I3ILh img {
  width: 100%;
}
.cid-veMG2I3ILh .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-vgAbPUVF3C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAbPUVF3C [class^="socicon-"]:before,
.cid-vgAbPUVF3C [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAbPUVF3C .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAbPUVF3C .btn-social,
.cid-vgAbPUVF3C .mbr-section-title {
  color: #57468b;
}
.cid-vgAbPUVF3C .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAbPUVF3C .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAbPUVF3C .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAbPUVF3C .btn-social,
.cid-vgAbPUVF3C .mbr-section-title {
  color: #ffffff;
}
.cid-vgu4cbswT0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgu4cbswT0 P {
  color: #767676;
}
.cid-vgu4cbswT0 H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vgu4cbswT0 h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgu4cbswT0 h5:hover {
  background-size: 100% 100%;
}
.cid-vgu4cbswT0 .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vgu4cbswT0 H4 {
  text-align: left;
}
.cid-veMG2YB2Xk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-veMHl4C5fm .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-veMHl4C5fm .navbar .show {
  height: 100vh;
}
.cid-veMHl4C5fm .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-veMHl4C5fm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veMHl4C5fm .bottom {
  padding-bottom: 2rem;
}
.cid-veMHl4C5fm a {
  font-style: normal;
}
.cid-veMHl4C5fm .dropdown-backdrop {
  display: none;
}
.cid-veMHl4C5fm .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-veMHl4C5fm .nav-dropdown {
  padding-top: 8rem;
}
.cid-veMHl4C5fm .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-veMHl4C5fm .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-veMHl4C5fm .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMHl4C5fm .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-veMHl4C5fm .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veMHl4C5fm .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veMHl4C5fm .navbar-nav {
  width: 100%!important;
}
.cid-veMHl4C5fm .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veMHl4C5fm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veMHl4C5fm .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-veMHl4C5fm .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-veMHl4C5fm .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-veMHl4C5fm .dropdown-item:hover,
.cid-veMHl4C5fm .dropdown-item:active {
  color: #ffffff !important;
}
.cid-veMHl4C5fm .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veMHl4C5fm .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-veMHl4C5fm .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-veMHl4C5fm .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-veMHl4C5fm .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-veMHl4C5fm .navbar-logo {
  margin-right: 0!important;
}
.cid-veMHl4C5fm .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-veMHl4C5fm .menu-logo {
  position: fixed!important;
}
.cid-veMHl4C5fm .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veMHl4C5fm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-veMHl4C5fm .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-veMHl4C5fm .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-veMHl4C5fm .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-veMHl4C5fm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veMHl4C5fm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veMHl4C5fm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veMHl4C5fm .opened,
.cid-veMHl4C5fm .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-veMHl4C5fm .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-veMHl4C5fm .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-veMHl4C5fm .opened,
  .cid-veMHl4C5fm .show,
  .cid-veMHl4C5fm .navbar {
    width: 100%!important;
  }
  .cid-veMHl4C5fm .dropdown-toggle {
    margin: auto!important;
  }
  .cid-veMHl4C5fm .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-veMHl4C5fm .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-veMHl4C5fm .nav-item:focus,
.cid-veMHl4C5fm .nav-link:focus {
  outline: none;
}
.cid-veMHl4C5fm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-veMHl4C5fm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veMHl4C5fm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veMHl4C5fm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veMHl4C5fm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veMHl4C5fm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veMHl4C5fm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMHl4C5fm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veMHl4C5fm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMHl4C5fm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-veMHl4C5fm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veMHl4C5fm button.navbar-toggler:focus {
  outline: none;
}
.cid-veMHl4C5fm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-veMHl4C5fm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veMHl4C5fm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veMHl4C5fm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veMHl4C5fm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veMHl4C5fm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMHl4C5fm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veMHl4C5fm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veMHl4C5fm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMHl4C5fm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMHl4C5fm .collapsed .btn {
  display: -webkit-flex;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.collapsing,
.cid-veMHl4C5fm .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veMHl4C5fm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veMHl4C5fm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veMHl4C5fm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veMHl4C5fm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veMHl4C5fm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veMHl4C5fm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-veMHl4C5fm .collapsed button.navbar-toggler {
  display: block;
}
.cid-veMHl4C5fm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMHl4C5fm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veMHl4C5fm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veMHl4C5fm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veMHl4C5fm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMHl4C5fm img {
    height: 3.8rem !important;
  }
  .cid-veMHl4C5fm .btn {
    display: -webkit-flex;
  }
  .cid-veMHl4C5fm button.navbar-toggler {
    display: block;
  }
  .cid-veMHl4C5fm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMHl4C5fm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veMHl4C5fm .navbar-collapse.collapsing,
  .cid-veMHl4C5fm .navbar-collapse.show {
    display: block !important;
  }
  .cid-veMHl4C5fm .navbar-collapse.collapsing .navbar-nav,
  .cid-veMHl4C5fm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veMHl4C5fm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veMHl4C5fm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veMHl4C5fm .navbar-collapse.collapsing .navbar-buttons,
  .cid-veMHl4C5fm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veMHl4C5fm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veMHl4C5fm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veMHl4C5fm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veMHl4C5fm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veMHl4C5fm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-veMHl4C5fm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veMHl5TfL1 {
  background-image: url("../../../assets/images/vibes20designs-1536x1024.png?v=1WbVEU");
}
.cid-veMHl5TfL1 H3 {
  color: #ffffff;
}
.cid-veMHl5TfL1 H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-veMHl5TfL1 H4 {
  color: #efefef;
  text-align: justify;
}
.cid-veMHl5TfL1 .mbr-text,
.cid-veMHl5TfL1 .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-veMHl9QG5i {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veMHl9QG5i h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-veMHl9QG5i h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMHl9QG5i h3:hover:after {
  margin-left: -15px;
}
.cid-veMHl9QG5i .mbr-text,
.cid-veMHl9QG5i .mbr-section-btn {
  color: #767676;
}
.cid-veMHl9QG5i img {
  width: 100%;
}
.cid-veMHl9QG5i .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-veMN2KelG1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veMN2KelG1 .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-veMN2KelG1 .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-veMN2KelG1 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veMN2KelG1 h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veMN2KelG1 p {
  text-align: left;
}
.cid-veMN2KelG1 img {
  transition: all 0.3s;
}
.cid-veMN2KelG1 .mbr-text {
  color: #1c1c1c;
}
.cid-veMN2KelG1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veMN2KelG1 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-veMN2KelG1 .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veMN2KelG1 .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veMN2KelG1 .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-veMN2KelG1 .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-veMN2KelG1 .card-columns {
    column-gap: 4rem;
  }
}
.cid-veMN2KelG1 .card-title {
  color: #767676;
}
.cid-veN0jeSvFV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veN0jeSvFV .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-veN0jeSvFV .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-veN0jeSvFV h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veN0jeSvFV h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veN0jeSvFV p {
  text-align: left;
}
.cid-veN0jeSvFV img {
  transition: all 0.3s;
}
.cid-veN0jeSvFV .mbr-text {
  color: #1c1c1c;
}
.cid-veN0jeSvFV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veN0jeSvFV .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-veN0jeSvFV .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veN0jeSvFV .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veN0jeSvFV .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-veN0jeSvFV .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-veN0jeSvFV .card-columns {
    column-gap: 4rem;
  }
}
.cid-veN0jeSvFV .card-title {
  color: #767676;
}
.cid-vf52GNlV4z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-vf52GNlV4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf52GNlV4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf52GNlV4z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf52GNlV4z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf52GNlV4z .container {
    padding: 0;
  }
}
.cid-vf52GNlV4z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vf52GNlV4z .title-wrapper {
    padding: 0 16px;
  }
}
.cid-vf52GNlV4z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf52GNlV4z .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-vf52GNlV4z .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-vf52GNlV4z .mbr-text {
  color: #263652;
}
.cid-vf535EAadD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vf535EAadD .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-vf535EAadD .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-vf535EAadD h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vf535EAadD h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-vf535EAadD p {
  text-align: left;
}
.cid-vf535EAadD img {
  transition: all 0.3s;
}
.cid-vf535EAadD .mbr-text {
  color: #1c1c1c;
}
.cid-vf535EAadD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vf535EAadD .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-vf535EAadD .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-vf535EAadD .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vf535EAadD .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-vf535EAadD .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-vf535EAadD .card-columns {
    column-gap: 4rem;
  }
}
.cid-vf535EAadD .card-title {
  color: #767676;
}
.cid-veMHlcpEol {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ece8e5;
}
.cid-veMHlcpEol p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-veMHlcpEol .panel-title {
  border-bottom: 2px solid #1c1c1c;
}
.cid-veMHlcpEol .collapsed {
  border: none;
}
.cid-veMHlcpEol .panel-body {
  padding-top: 0.5rem;
}
.cid-veMHlcpEol .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-veMHlcpEol .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-veMHlcpEol .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-veMHlcpEol .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-veMHlcpEol .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-veMHlcpEol .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-veMHlcpEol .panel-text {
  color: #767676;
}
.cid-veMHlcpEol H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-veZGBuVjTi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-veZGBuVjTi .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-veZGBuVjTi .modal-body .close {
  background: #1b1b1b;
}
.cid-veZGBuVjTi .modal-body .close span {
  font-style: normal;
}
.cid-veZGBuVjTi .carousel-inner > .active,
.cid-veZGBuVjTi .carousel-inner > .next,
.cid-veZGBuVjTi .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-veZGBuVjTi .carousel-control .icon-next,
.cid-veZGBuVjTi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-veZGBuVjTi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veZGBuVjTi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-veZGBuVjTi .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-veZGBuVjTi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-veZGBuVjTi .boxed-slider > div {
  position: relative;
}
.cid-veZGBuVjTi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-veZGBuVjTi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-veZGBuVjTi .mbr-table-cell {
  padding: 0;
}
.cid-veZGBuVjTi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-veZGBuVjTi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-veZGBuVjTi .mbr-overlay {
  z-index: 1;
}
.cid-veZGBuVjTi .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-veZGBuVjTi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-veZGBuVjTi .carousel-item.active.right,
.cid-veZGBuVjTi .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-veZGBuVjTi .carousel-item.active.left,
.cid-veZGBuVjTi .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-veZGBuVjTi .carousel-item.active,
.cid-veZGBuVjTi .carousel-item.next.left,
.cid-veZGBuVjTi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-veZGBuVjTi .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-veZGBuVjTi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veZGBuVjTi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veZGBuVjTi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-veZGBuVjTi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veZGBuVjTi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-veZGBuVjTi .mbr-slider .carousel-indicators li {
  max-width: 15px;
  width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: white;
  border: 2px solid #fff;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-veZGBuVjTi .mbr-slider .carousel-indicators li.active,
.cid-veZGBuVjTi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-veZGBuVjTi .mbr-slider .carousel-indicators li::after,
.cid-veZGBuVjTi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-veZGBuVjTi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veZGBuVjTi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-veZGBuVjTi .mbr-slider > .container img {
  width: 100%;
}
.cid-veZGBuVjTi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-veZGBuVjTi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-veZGBuVjTi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veZGBuVjTi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-veZGBuVjTi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-veZGBuVjTi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-veZGBuVjTi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-veZGBuVjTi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-veZGBuVjTi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-veZGBuVjTi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-veZGBuVjTi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-veZGBuVjTi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-veZGBuVjTi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-veZGBuVjTi .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-veZGBuVjTi .carousel-inner {
  height: 100%;
}
.cid-veZGBuVjTi .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-veZGBuVjTi .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-veZGBuVjTi .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-veZGBuVjTi .carousel-item .container-slide {
  text-align: center;
}
.cid-veZGBuVjTi .content-slider-wrap {
  width: 100%;
}
.cid-veZGBuVjTi .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-veZGBuVjTi .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-veZGBuVjTi .carousel-control {
  margin-left: 2px!important;
}
.cid-vgAbHPpraU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAbHPpraU [class^="socicon-"]:before,
.cid-vgAbHPpraU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAbHPpraU .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAbHPpraU .btn-social,
.cid-vgAbHPpraU .mbr-section-title {
  color: #57468b;
}
.cid-vgAbHPpraU .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAbHPpraU .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAbHPpraU .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAbHPpraU .btn-social,
.cid-vgAbHPpraU .mbr-section-title {
  color: #ffffff;
}
.cid-vf4IDmdNTZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4IDmdNTZ P {
  color: #767676;
}
.cid-vf4IDmdNTZ H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vf4IDmdNTZ h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vf4IDmdNTZ h5:hover {
  background-size: 100% 100%;
}
.cid-vf4IDmdNTZ .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vf4IDmdNTZ H4 {
  text-align: left;
}
.cid-veMHlfcQs4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-veMNOC5JNH .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-veMNOC5JNH .navbar .show {
  height: 100vh;
}
.cid-veMNOC5JNH .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-veMNOC5JNH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veMNOC5JNH .bottom {
  padding-bottom: 2rem;
}
.cid-veMNOC5JNH a {
  font-style: normal;
}
.cid-veMNOC5JNH .dropdown-backdrop {
  display: none;
}
.cid-veMNOC5JNH .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-veMNOC5JNH .nav-dropdown {
  padding-top: 8rem;
}
.cid-veMNOC5JNH .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-veMNOC5JNH .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-veMNOC5JNH .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMNOC5JNH .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-veMNOC5JNH .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veMNOC5JNH .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veMNOC5JNH .navbar-nav {
  width: 100%!important;
}
.cid-veMNOC5JNH .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veMNOC5JNH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veMNOC5JNH .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-veMNOC5JNH .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-veMNOC5JNH .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-veMNOC5JNH .dropdown-item:hover,
.cid-veMNOC5JNH .dropdown-item:active {
  color: #ffffff !important;
}
.cid-veMNOC5JNH .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veMNOC5JNH .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-veMNOC5JNH .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-veMNOC5JNH .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-veMNOC5JNH .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-veMNOC5JNH .navbar-logo {
  margin-right: 0!important;
}
.cid-veMNOC5JNH .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-veMNOC5JNH .menu-logo {
  position: fixed!important;
}
.cid-veMNOC5JNH .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veMNOC5JNH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-veMNOC5JNH .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-veMNOC5JNH .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-veMNOC5JNH .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-veMNOC5JNH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veMNOC5JNH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veMNOC5JNH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veMNOC5JNH .opened,
.cid-veMNOC5JNH .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-veMNOC5JNH .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-veMNOC5JNH .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-veMNOC5JNH .opened,
  .cid-veMNOC5JNH .show,
  .cid-veMNOC5JNH .navbar {
    width: 100%!important;
  }
  .cid-veMNOC5JNH .dropdown-toggle {
    margin: auto!important;
  }
  .cid-veMNOC5JNH .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-veMNOC5JNH .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-veMNOC5JNH .nav-item:focus,
.cid-veMNOC5JNH .nav-link:focus {
  outline: none;
}
.cid-veMNOC5JNH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-veMNOC5JNH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veMNOC5JNH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veMNOC5JNH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veMNOC5JNH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veMNOC5JNH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veMNOC5JNH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMNOC5JNH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veMNOC5JNH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veMNOC5JNH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-veMNOC5JNH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veMNOC5JNH button.navbar-toggler:focus {
  outline: none;
}
.cid-veMNOC5JNH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-veMNOC5JNH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veMNOC5JNH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veMNOC5JNH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veMNOC5JNH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veMNOC5JNH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMNOC5JNH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veMNOC5JNH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veMNOC5JNH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veMNOC5JNH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMNOC5JNH .collapsed .btn {
  display: -webkit-flex;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.collapsing,
.cid-veMNOC5JNH .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veMNOC5JNH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veMNOC5JNH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veMNOC5JNH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veMNOC5JNH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veMNOC5JNH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veMNOC5JNH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-veMNOC5JNH .collapsed button.navbar-toggler {
  display: block;
}
.cid-veMNOC5JNH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veMNOC5JNH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veMNOC5JNH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veMNOC5JNH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veMNOC5JNH .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMNOC5JNH img {
    height: 3.8rem !important;
  }
  .cid-veMNOC5JNH .btn {
    display: -webkit-flex;
  }
  .cid-veMNOC5JNH button.navbar-toggler {
    display: block;
  }
  .cid-veMNOC5JNH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veMNOC5JNH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veMNOC5JNH .navbar-collapse.collapsing,
  .cid-veMNOC5JNH .navbar-collapse.show {
    display: block !important;
  }
  .cid-veMNOC5JNH .navbar-collapse.collapsing .navbar-nav,
  .cid-veMNOC5JNH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veMNOC5JNH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veMNOC5JNH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veMNOC5JNH .navbar-collapse.collapsing .navbar-buttons,
  .cid-veMNOC5JNH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veMNOC5JNH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veMNOC5JNH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veMNOC5JNH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veMNOC5JNH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veMNOC5JNH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-veMNOC5JNH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veMNODl60i {
  background-image: url("../../../assets/images/chatgpt20image20mar20242020262012-50-3420pm-1536x1024.png?v=1WbVEU");
}
.cid-veMNODl60i H3 {
  color: #ffffff;
}
.cid-veMNODl60i H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-veMNODl60i H4 {
  color: #efefef;
  text-align: justify;
}
.cid-veMNODl60i .mbr-text,
.cid-veMNODl60i .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-veMNOGojlY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-veMNOGojlY .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-veMNOGojlY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-veMNOGojlY p {
  color: #767676;
  text-align: left;
}
.cid-veMNOGojlY .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veMNOGojlY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-veMNOGojlY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-veMNOGojlY h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-veMNOGojlY h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veMNOGojlY h3:hover:after {
  margin-left: -15px;
}
.cid-veMNOGojlY P {
  text-align: center;
}
.cid-veMNOGojlY .card-title {
  text-align: center;
}
.cid-veMNOGojlY H3 {
  text-align: center;
}
.cid-veMNOGojlY .number {
  text-align: center;
  color: #d57835;
}
.cid-veMNOGojlY H1 {
  text-align: center;
}
.cid-veMNOFGYNj {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ece8e5;
}
.cid-veMNOFGYNj p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-veMNOFGYNj .panel-title {
  border-bottom: 2px solid #1c1c1c;
}
.cid-veMNOFGYNj .collapsed {
  border: none;
}
.cid-veMNOFGYNj .panel-body {
  padding-top: 0.5rem;
}
.cid-veMNOFGYNj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-veMNOFGYNj .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-veMNOFGYNj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-veMNOFGYNj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-veMNOFGYNj .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-veMNOFGYNj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-veMNOFGYNj .panel-text {
  color: #767676;
}
.cid-veMNOFGYNj H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-veNVaAUjRg {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ece8e5;
}
.cid-veNVaAUjRg p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-veNVaAUjRg .panel-title {
  border-bottom: 2px solid #1c1c1c;
}
.cid-veNVaAUjRg .collapsed {
  border: none;
}
.cid-veNVaAUjRg .panel-body {
  padding-top: 0.5rem;
}
.cid-veNVaAUjRg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-veNVaAUjRg .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-veNVaAUjRg .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-veNVaAUjRg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-veNVaAUjRg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-veNVaAUjRg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-veNVaAUjRg .panel-text {
  color: #767676;
}
.cid-veNVaAUjRg H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-vf4glPOVBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-vf4glPOVBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4glPOVBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4glPOVBe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vf4glPOVBe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf4glPOVBe .container {
    padding: 0;
  }
}
.cid-vf4glPOVBe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vf4glPOVBe .title-wrapper {
    padding: 0 16px;
  }
}
.cid-vf4glPOVBe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf4glPOVBe .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-vf4glPOVBe .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-vf4glPOVBe .mbr-text {
  color: #263652;
}
.cid-vgAbp11gEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAbp11gEk [class^="socicon-"]:before,
.cid-vgAbp11gEk [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAbp11gEk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAbp11gEk .btn-social,
.cid-vgAbp11gEk .mbr-section-title {
  color: #57468b;
}
.cid-vgAbp11gEk .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAbp11gEk .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAbp11gEk .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAbp11gEk .btn-social,
.cid-vgAbp11gEk .mbr-section-title {
  color: #ffffff;
}
.cid-vgu4nE05We {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgu4nE05We P {
  color: #767676;
}
.cid-vgu4nE05We H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vgu4nE05We h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgu4nE05We h5:hover {
  background-size: 100% 100%;
}
.cid-vgu4nE05We .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vgu4nE05We H4 {
  text-align: left;
}
.cid-veMNOKcSwv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rwXY5nlUuZ .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-rwXY5nlUuZ .navbar .show {
  height: 100vh;
}
.cid-rwXY5nlUuZ .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXY5nlUuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXY5nlUuZ .bottom {
  padding-bottom: 2rem;
}
.cid-rwXY5nlUuZ a {
  font-style: normal;
}
.cid-rwXY5nlUuZ .dropdown-backdrop {
  display: none;
}
.cid-rwXY5nlUuZ .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-rwXY5nlUuZ .nav-dropdown {
  padding-top: 8rem;
}
.cid-rwXY5nlUuZ .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-rwXY5nlUuZ .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-rwXY5nlUuZ .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rwXY5nlUuZ .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-rwXY5nlUuZ .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXY5nlUuZ .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-rwXY5nlUuZ .navbar-nav {
  width: 100%!important;
}
.cid-rwXY5nlUuZ .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXY5nlUuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXY5nlUuZ .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-rwXY5nlUuZ .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-rwXY5nlUuZ .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .dropdown-item:hover,
.cid-rwXY5nlUuZ .dropdown-item:active {
  color: #ffffff !important;
}
.cid-rwXY5nlUuZ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rwXY5nlUuZ .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-rwXY5nlUuZ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-rwXY5nlUuZ .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-rwXY5nlUuZ .navbar-logo {
  margin-right: 0!important;
}
.cid-rwXY5nlUuZ .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: fixed!important;
}
.cid-rwXY5nlUuZ .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXY5nlUuZ .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-rwXY5nlUuZ .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-rwXY5nlUuZ .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXY5nlUuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXY5nlUuZ .opened,
.cid-rwXY5nlUuZ .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-rwXY5nlUuZ .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-rwXY5nlUuZ .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-rwXY5nlUuZ .opened,
  .cid-rwXY5nlUuZ .show,
  .cid-rwXY5nlUuZ .navbar {
    width: 100%!important;
  }
  .cid-rwXY5nlUuZ .dropdown-toggle {
    margin: auto!important;
  }
  .cid-rwXY5nlUuZ .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-rwXY5nlUuZ .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-rwXY5nlUuZ .nav-item:focus,
.cid-rwXY5nlUuZ .nav-link:focus {
  outline: none;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXY5nlUuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXY5nlUuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXY5nlUuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXY5nlUuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXY5nlUuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXY5nlUuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXY5nlUuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXY5nlUuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXY5nlUuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-rwXY5nlUuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXY5nlUuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXY5nlUuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXY5nlUuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwXY5nlUuZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ img {
    height: 3.8rem !important;
  }
  .cid-rwXY5nlUuZ .btn {
    display: -webkit-flex;
  }
  .cid-rwXY5nlUuZ button.navbar-toggler {
    display: block;
  }
  .cid-rwXY5nlUuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXY5nlUuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing,
  .cid-rwXY5nlUuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXY5nlUuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXY5nlUuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXY5nlUuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXY5nlUuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-rwXY5nlUuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rmLeswuYVi {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rmLeswuYVi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rmLeswuYVi .form-row {
  justify-content: flex-end;
}
.cid-rmLeswuYVi .form-control,
.cid-rmLeswuYVi .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi .form-control:hover,
.cid-rmLeswuYVi .field-input:hover,
.cid-rmLeswuYVi .form-control:focus,
.cid-rmLeswuYVi .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rmLeswuYVi input::-webkit-input-placeholder,
.cid-rmLeswuYVi textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-rmLeswuYVi input:-moz-placeholder,
.cid-rmLeswuYVi textarea:-moz-placeholder {
  color: #767676;
}
.cid-rmLeswuYVi .jq-selectbox li,
.cid-rmLeswuYVi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rmLeswuYVi .jq-selectbox li:hover,
.cid-rmLeswuYVi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rmLeswuYVi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rmLeswuYVi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rmLeswuYVi textarea {
  min-height: 150px;
}
.cid-rmLeswuYVi h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-rmLeswuYVi h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-rmLeswuYVi .mbr-text,
.cid-rmLeswuYVi .mbr-section-btn {
  color: #767676;
}
.cid-vgu4N9s41k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgu4N9s41k P {
  color: #767676;
}
.cid-vgu4N9s41k H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vgu4N9s41k h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgu4N9s41k h5:hover {
  background-size: 100% 100%;
}
.cid-vgu4N9s41k .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vgu4N9s41k H4 {
  text-align: left;
}
.cid-vgA9EB4nOF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgA9EB4nOF [class^="socicon-"]:before,
.cid-vgA9EB4nOF [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgA9EB4nOF .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgA9EB4nOF .btn-social,
.cid-vgA9EB4nOF .mbr-section-title {
  color: #57468b;
}
.cid-vgA9EB4nOF .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgA9EB4nOF .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgA9EB4nOF .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgA9EB4nOF .btn-social,
.cid-vgA9EB4nOF .mbr-section-title {
  color: #ffffff;
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-veNQnOBemP .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-veNQnOBemP .navbar .show {
  height: 100vh;
}
.cid-veNQnOBemP .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-veNQnOBemP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veNQnOBemP .bottom {
  padding-bottom: 2rem;
}
.cid-veNQnOBemP a {
  font-style: normal;
}
.cid-veNQnOBemP .dropdown-backdrop {
  display: none;
}
.cid-veNQnOBemP .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-veNQnOBemP .nav-dropdown {
  padding-top: 8rem;
}
.cid-veNQnOBemP .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-veNQnOBemP .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-veNQnOBemP .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veNQnOBemP .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-veNQnOBemP .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veNQnOBemP .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veNQnOBemP .navbar-nav {
  width: 100%!important;
}
.cid-veNQnOBemP .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veNQnOBemP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veNQnOBemP .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-veNQnOBemP .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-veNQnOBemP .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-veNQnOBemP .dropdown-item:hover,
.cid-veNQnOBemP .dropdown-item:active {
  color: #ffffff !important;
}
.cid-veNQnOBemP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veNQnOBemP .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-veNQnOBemP .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-veNQnOBemP .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-veNQnOBemP .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-veNQnOBemP .navbar-logo {
  margin-right: 0!important;
}
.cid-veNQnOBemP .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-veNQnOBemP .menu-logo {
  position: fixed!important;
}
.cid-veNQnOBemP .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-veNQnOBemP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veNQnOBemP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-veNQnOBemP .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-veNQnOBemP .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-veNQnOBemP .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-veNQnOBemP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veNQnOBemP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veNQnOBemP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veNQnOBemP .opened,
.cid-veNQnOBemP .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-veNQnOBemP .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-veNQnOBemP .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-veNQnOBemP .opened,
  .cid-veNQnOBemP .show,
  .cid-veNQnOBemP .navbar {
    width: 100%!important;
  }
  .cid-veNQnOBemP .dropdown-toggle {
    margin: auto!important;
  }
  .cid-veNQnOBemP .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-veNQnOBemP .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-veNQnOBemP .nav-item:focus,
.cid-veNQnOBemP .nav-link:focus {
  outline: none;
}
.cid-veNQnOBemP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-veNQnOBemP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veNQnOBemP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veNQnOBemP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veNQnOBemP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veNQnOBemP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veNQnOBemP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veNQnOBemP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veNQnOBemP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNQnOBemP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-veNQnOBemP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veNQnOBemP button.navbar-toggler:focus {
  outline: none;
}
.cid-veNQnOBemP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-veNQnOBemP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veNQnOBemP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veNQnOBemP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veNQnOBemP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veNQnOBemP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veNQnOBemP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veNQnOBemP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veNQnOBemP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veNQnOBemP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veNQnOBemP .collapsed .btn {
  display: -webkit-flex;
}
.cid-veNQnOBemP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.collapsing,
.cid-veNQnOBemP .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veNQnOBemP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veNQnOBemP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veNQnOBemP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veNQnOBemP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veNQnOBemP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veNQnOBemP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-veNQnOBemP .collapsed button.navbar-toggler {
  display: block;
}
.cid-veNQnOBemP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veNQnOBemP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veNQnOBemP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veNQnOBemP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veNQnOBemP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veNQnOBemP img {
    height: 3.8rem !important;
  }
  .cid-veNQnOBemP .btn {
    display: -webkit-flex;
  }
  .cid-veNQnOBemP button.navbar-toggler {
    display: block;
  }
  .cid-veNQnOBemP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veNQnOBemP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veNQnOBemP .navbar-collapse.collapsing,
  .cid-veNQnOBemP .navbar-collapse.show {
    display: block !important;
  }
  .cid-veNQnOBemP .navbar-collapse.collapsing .navbar-nav,
  .cid-veNQnOBemP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veNQnOBemP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veNQnOBemP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veNQnOBemP .navbar-collapse.collapsing .navbar-buttons,
  .cid-veNQnOBemP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veNQnOBemP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veNQnOBemP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veNQnOBemP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veNQnOBemP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veNQnOBemP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-veNQnOBemP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veNQnPcdHZ {
  background-image: url("../../../assets/images/vibes20designs-1536x1024.png?v=1WbVEU");
}
.cid-veNQnPcdHZ H3 {
  color: #ffffff;
}
.cid-veNQnPcdHZ H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-veNQnPcdHZ H4 {
  color: #efefef;
  text-align: justify;
}
.cid-veNQnPcdHZ .mbr-text,
.cid-veNQnPcdHZ .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-veNUr9II6R {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veNUr9II6R h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veNUr9II6R h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veNUr9II6R .mbr-text,
.cid-veNUr9II6R .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-veNUMUvQil {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-veNUMUvQil .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-veNUMUvQil .card-box {
  padding: 0rem;
  padding-top: 2rem;
  background-color: #efefef;
  padding: 2rem;
}
.cid-veNUMUvQil h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veNUMUvQil h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veNUMUvQil p {
  text-align: left;
}
.cid-veNUMUvQil img {
  transition: all 0.3s;
}
.cid-veNUMUvQil .mbr-text {
  color: #1c1c1c;
}
.cid-veNUMUvQil .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veNUMUvQil .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-veNUMUvQil .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veNUMUvQil .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veNUMUvQil .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-veNUMUvQil .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-veNUMUvQil .card-columns {
    column-gap: 4rem;
  }
}
.cid-veNUMUvQil .card-title {
  color: #767676;
}
.cid-veNUPWfMuJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-veNUPWfMuJ .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-veNUPWfMuJ .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-veNUPWfMuJ h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-veNUPWfMuJ h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-veNUPWfMuJ p {
  text-align: left;
}
.cid-veNUPWfMuJ img {
  transition: all 0.3s;
}
.cid-veNUPWfMuJ .mbr-text {
  color: #1c1c1c;
}
.cid-veNUPWfMuJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-veNUPWfMuJ .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-veNUPWfMuJ .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-veNUPWfMuJ .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cid-veNUPWfMuJ .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-veNUPWfMuJ .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-veNUPWfMuJ .card-columns {
    column-gap: 4rem;
  }
}
.cid-veNUPWfMuJ .card-title {
  color: #767676;
}
.cid-vgAb42zNC4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAb42zNC4 [class^="socicon-"]:before,
.cid-vgAb42zNC4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAb42zNC4 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAb42zNC4 .btn-social,
.cid-vgAb42zNC4 .mbr-section-title {
  color: #57468b;
}
.cid-vgAb42zNC4 .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAb42zNC4 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAb42zNC4 .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAb42zNC4 .btn-social,
.cid-vgAb42zNC4 .mbr-section-title {
  color: #ffffff;
}
.cid-vf4LopBxop {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4LopBxop P {
  color: #767676;
}
.cid-vf4LopBxop H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vf4LopBxop h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vf4LopBxop h5:hover {
  background-size: 100% 100%;
}
.cid-vf4LopBxop .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vf4LopBxop H4 {
  text-align: left;
}
.cid-veNQnR6PH4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-veNVKzEKUw .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-veNVKzEKUw .navbar .show {
  height: 100vh;
}
.cid-veNVKzEKUw .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-veNVKzEKUw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-veNVKzEKUw .bottom {
  padding-bottom: 2rem;
}
.cid-veNVKzEKUw a {
  font-style: normal;
}
.cid-veNVKzEKUw .dropdown-backdrop {
  display: none;
}
.cid-veNVKzEKUw .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-veNVKzEKUw .nav-dropdown {
  padding-top: 8rem;
}
.cid-veNVKzEKUw .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-veNVKzEKUw .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-veNVKzEKUw .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-veNVKzEKUw .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-veNVKzEKUw .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-veNVKzEKUw .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veNVKzEKUw .navbar-nav {
  width: 100%!important;
}
.cid-veNVKzEKUw .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veNVKzEKUw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-veNVKzEKUw .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-veNVKzEKUw .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-veNVKzEKUw .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-veNVKzEKUw .dropdown-item:hover,
.cid-veNVKzEKUw .dropdown-item:active {
  color: #ffffff !important;
}
.cid-veNVKzEKUw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veNVKzEKUw .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-veNVKzEKUw .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-veNVKzEKUw .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-veNVKzEKUw .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-veNVKzEKUw .navbar-logo {
  margin-right: 0!important;
}
.cid-veNVKzEKUw .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-veNVKzEKUw .menu-logo {
  position: fixed!important;
}
.cid-veNVKzEKUw .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-veNVKzEKUw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-veNVKzEKUw .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-veNVKzEKUw .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-veNVKzEKUw .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-veNVKzEKUw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-veNVKzEKUw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-veNVKzEKUw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-veNVKzEKUw .opened,
.cid-veNVKzEKUw .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-veNVKzEKUw .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-veNVKzEKUw .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-veNVKzEKUw .opened,
  .cid-veNVKzEKUw .show,
  .cid-veNVKzEKUw .navbar {
    width: 100%!important;
  }
  .cid-veNVKzEKUw .dropdown-toggle {
    margin: auto!important;
  }
  .cid-veNVKzEKUw .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-veNVKzEKUw .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-veNVKzEKUw .nav-item:focus,
.cid-veNVKzEKUw .nav-link:focus {
  outline: none;
}
.cid-veNVKzEKUw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-veNVKzEKUw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-veNVKzEKUw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-veNVKzEKUw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-veNVKzEKUw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-veNVKzEKUw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-veNVKzEKUw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veNVKzEKUw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-veNVKzEKUw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNVKzEKUw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-veNVKzEKUw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-veNVKzEKUw button.navbar-toggler:focus {
  outline: none;
}
.cid-veNVKzEKUw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-veNVKzEKUw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veNVKzEKUw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veNVKzEKUw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veNVKzEKUw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veNVKzEKUw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veNVKzEKUw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veNVKzEKUw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veNVKzEKUw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veNVKzEKUw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veNVKzEKUw .collapsed .btn {
  display: -webkit-flex;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.collapsing,
.cid-veNVKzEKUw .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-veNVKzEKUw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-veNVKzEKUw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-veNVKzEKUw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-veNVKzEKUw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-veNVKzEKUw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veNVKzEKUw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-veNVKzEKUw .collapsed button.navbar-toggler {
  display: block;
}
.cid-veNVKzEKUw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-veNVKzEKUw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-veNVKzEKUw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-veNVKzEKUw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-veNVKzEKUw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veNVKzEKUw img {
    height: 3.8rem !important;
  }
  .cid-veNVKzEKUw .btn {
    display: -webkit-flex;
  }
  .cid-veNVKzEKUw button.navbar-toggler {
    display: block;
  }
  .cid-veNVKzEKUw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-veNVKzEKUw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-veNVKzEKUw .navbar-collapse.collapsing,
  .cid-veNVKzEKUw .navbar-collapse.show {
    display: block !important;
  }
  .cid-veNVKzEKUw .navbar-collapse.collapsing .navbar-nav,
  .cid-veNVKzEKUw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-veNVKzEKUw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-veNVKzEKUw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-veNVKzEKUw .navbar-collapse.collapsing .navbar-buttons,
  .cid-veNVKzEKUw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-veNVKzEKUw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-veNVKzEKUw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-veNVKzEKUw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-veNVKzEKUw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-veNVKzEKUw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-veNVKzEKUw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-veNVKAsqRK {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veNVKAsqRK h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veNVKAsqRK h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veNVKAsqRK .mbr-text,
.cid-veNVKAsqRK .mbr-section-btn {
  color: #767676;
}
.cid-veO0pwPTzc {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veO0pwPTzc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veO0pwPTzc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veO0pwPTzc .mbr-text,
.cid-veO0pwPTzc .mbr-section-btn {
  color: #767676;
}
.cid-veO0wAywlS {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veO0wAywlS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veO0wAywlS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veO0wAywlS .mbr-text,
.cid-veO0wAywlS .mbr-section-btn {
  color: #767676;
}
.cid-veO0x2JKrO {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veO0x2JKrO h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veO0x2JKrO h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veO0x2JKrO .mbr-text,
.cid-veO0x2JKrO .mbr-section-btn {
  color: #767676;
}
.cid-vf5dsDoJhT {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf5dsDoJhT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vf5dsDoJhT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vf5dsDoJhT .mbr-text,
.cid-vf5dsDoJhT .mbr-section-btn {
  color: #767676;
}
.cid-veO0xoXNiA {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-veO0xoXNiA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-veO0xoXNiA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-veO0xoXNiA .mbr-text,
.cid-veO0xoXNiA .mbr-section-btn {
  color: #767676;
}
.cid-veNVKBz7bC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-veNVKBz7bC [class^="socicon-"]:before,
.cid-veNVKBz7bC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-veNVKBz7bC .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-veNVKBz7bC .btn-social,
.cid-veNVKBz7bC .mbr-section-title {
  color: #57468b;
}
.cid-veNVKBz7bC .soc-item {
  width: 45px;
  height: 45px;
  background: #daac49;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-veNVKBz7bC .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-veNVKBz7bC .soc-item:hover span {
  color: #767676 !important;
}
.cid-veNVKBz7bC .btn-social,
.cid-veNVKBz7bC .mbr-section-title {
  color: #ffffff;
}
.cid-vf4Mb71T03 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4Mb71T03 P {
  color: #767676;
}
.cid-vf4Mb71T03 H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vf4Mb71T03 h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vf4Mb71T03 h5:hover {
  background-size: 100% 100%;
}
.cid-vf4Mb71T03 .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vf4Mb71T03 H4 {
  text-align: left;
}
.cid-veNVKCd132 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vf0rNcunsr .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-vf0rNcunsr .navbar .show {
  height: 100vh;
}
.cid-vf0rNcunsr .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vf0rNcunsr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vf0rNcunsr .bottom {
  padding-bottom: 2rem;
}
.cid-vf0rNcunsr a {
  font-style: normal;
}
.cid-vf0rNcunsr .dropdown-backdrop {
  display: none;
}
.cid-vf0rNcunsr .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-vf0rNcunsr .nav-dropdown {
  padding-top: 8rem;
}
.cid-vf0rNcunsr .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-vf0rNcunsr .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-vf0rNcunsr .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-vf0rNcunsr .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-vf0rNcunsr .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vf0rNcunsr .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vf0rNcunsr .navbar-nav {
  width: 100%!important;
}
.cid-vf0rNcunsr .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf0rNcunsr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vf0rNcunsr .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-vf0rNcunsr .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-vf0rNcunsr .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-vf0rNcunsr .dropdown-item:hover,
.cid-vf0rNcunsr .dropdown-item:active {
  color: #ffffff !important;
}
.cid-vf0rNcunsr .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vf0rNcunsr .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-vf0rNcunsr .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-vf0rNcunsr .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-vf0rNcunsr .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-vf0rNcunsr .navbar-logo {
  margin-right: 0!important;
}
.cid-vf0rNcunsr .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-vf0rNcunsr .menu-logo {
  position: fixed!important;
}
.cid-vf0rNcunsr .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vf0rNcunsr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vf0rNcunsr .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-vf0rNcunsr .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-vf0rNcunsr .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-vf0rNcunsr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vf0rNcunsr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vf0rNcunsr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vf0rNcunsr .opened,
.cid-vf0rNcunsr .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-vf0rNcunsr .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-vf0rNcunsr .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-vf0rNcunsr .opened,
  .cid-vf0rNcunsr .show,
  .cid-vf0rNcunsr .navbar {
    width: 100%!important;
  }
  .cid-vf0rNcunsr .dropdown-toggle {
    margin: auto!important;
  }
  .cid-vf0rNcunsr .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-vf0rNcunsr .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-vf0rNcunsr .nav-item:focus,
.cid-vf0rNcunsr .nav-link:focus {
  outline: none;
}
.cid-vf0rNcunsr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-vf0rNcunsr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vf0rNcunsr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vf0rNcunsr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vf0rNcunsr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vf0rNcunsr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vf0rNcunsr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf0rNcunsr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vf0rNcunsr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf0rNcunsr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vf0rNcunsr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vf0rNcunsr button.navbar-toggler:focus {
  outline: none;
}
.cid-vf0rNcunsr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-vf0rNcunsr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vf0rNcunsr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vf0rNcunsr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vf0rNcunsr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vf0rNcunsr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf0rNcunsr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vf0rNcunsr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vf0rNcunsr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf0rNcunsr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf0rNcunsr .collapsed .btn {
  display: -webkit-flex;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.collapsing,
.cid-vf0rNcunsr .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vf0rNcunsr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vf0rNcunsr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vf0rNcunsr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vf0rNcunsr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vf0rNcunsr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vf0rNcunsr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-vf0rNcunsr .collapsed button.navbar-toggler {
  display: block;
}
.cid-vf0rNcunsr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vf0rNcunsr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vf0rNcunsr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vf0rNcunsr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vf0rNcunsr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vf0rNcunsr img {
    height: 3.8rem !important;
  }
  .cid-vf0rNcunsr .btn {
    display: -webkit-flex;
  }
  .cid-vf0rNcunsr button.navbar-toggler {
    display: block;
  }
  .cid-vf0rNcunsr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vf0rNcunsr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vf0rNcunsr .navbar-collapse.collapsing,
  .cid-vf0rNcunsr .navbar-collapse.show {
    display: block !important;
  }
  .cid-vf0rNcunsr .navbar-collapse.collapsing .navbar-nav,
  .cid-vf0rNcunsr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vf0rNcunsr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vf0rNcunsr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vf0rNcunsr .navbar-collapse.collapsing .navbar-buttons,
  .cid-vf0rNcunsr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vf0rNcunsr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vf0rNcunsr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vf0rNcunsr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vf0rNcunsr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vf0rNcunsr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-vf0rNcunsr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vf0rNd3AMq {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg?v=1WbVEU");
}
.cid-vf0rNd3AMq H3 {
  color: #ffffff;
}
.cid-vf0rNd3AMq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-vf0rNd3AMq H4 {
  color: #efefef;
  text-align: center;
}
.cid-vf0rNd3AMq .mbr-text,
.cid-vf0rNd3AMq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vguVD5AXi7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vguVD5AXi7 .item-img,
.cid-vguVD5AXi7 .img-wrap,
.cid-vguVD5AXi7 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-vguVD5AXi7 img,
.cid-vguVD5AXi7 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-vguVD5AXi7 img,
  .cid-vguVD5AXi7 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-vguVD5AXi7 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-vguVD5AXi7 .item:focus,
.cid-vguVD5AXi7 span:focus {
  outline: none;
}
.cid-vguVD5AXi7 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-vguVD5AXi7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vguVD5AXi7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vguVD5AXi7 h5 {
  margin: 0;
}
.cid-vguVD5AXi7 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vguVD5AXi7 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-vguVD5AXi7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vguVD5AXi7 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-vguVD5AXi7 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-vguVD5AXi7 .item-wrapper {
    height: auto;
  }
}
.cid-vguVD5AXi7 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-vguVD5AXi7 .item-title {
  text-align: center;
}
.cid-vguVD5AXi7 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vguVD5AXi7 .mbr-text,
.cid-vguVD5AXi7 .item .mbr-section-btn {
  text-align: center;
}
.cid-vguVD5AXi7 .mbr-section-subtitle,
.cid-vguVD5AXi7 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-vf0sEKyP6I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf0sEKyP6I .mbr-shop {
  display: table;
  width: 100%;
}
.cid-vf0sEKyP6I .galleryItem {
  border-radius: 10px;
}
.cid-vf0sEKyP6I .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-vf0sEKyP6I .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-vf0sEKyP6I .mbr-gallery-filter li {
  display: block;
}
.cid-vf0sEKyP6I .mbr-gallery-item .shop-item-price {
  font-size: 16px;
  color: #82786e;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-vf0sEKyP6I .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-vf0sEKyP6I .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-vf0sEKyP6I .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-vf0sEKyP6I .mbr-shop .row {
  margin: 0;
}
.cid-vf0sEKyP6I .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-vf0sEKyP6I .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-vf0sEKyP6I .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-vf0sEKyP6I .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-vf0sEKyP6I .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-vf0sEKyP6I .mbr-shop .hide-modal {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-vf0sEKyP6I .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-vf0sEKyP6I .mbr-shop .filter-by-pu,
.cid-vf0sEKyP6I .mbr-shop .filter-by-pd,
.cid-vf0sEKyP6I .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-vf0sEKyP6I .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-vf0sEKyP6I .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem h4,
.cid-vf0sEKyP6I .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem h5,
.cid-vf0sEKyP6I .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem p,
.cid-vf0sEKyP6I .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-vf0sEKyP6I .mbr-shop .item-button {
  text-align: center;
}
.cid-vf0sEKyP6I .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-vf0sEKyP6I .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-vf0sEKyP6I .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-vf0sEKyP6I .mbr-shop .sidebar-block {
  position: relative;
}
.cid-vf0sEKyP6I .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-vf0sEKyP6I .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #e93a7d;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item__hided h4,
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item__hided h5,
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-vf0sEKyP6I .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-vf0sEKyP6I .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-vf0sEKyP6I .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-vf0sEKyP6I .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-vf0sEKyP6I .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-vf0sEKyP6I .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-vf0sEKyP6I .mbr-shop .range-controls {
  position: relative;
}
.cid-vf0sEKyP6I .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-vf0sEKyP6I .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #149dcc;
}
.cid-vf0sEKyP6I .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #149dcc;
  cursor: pointer;
}
.cid-vf0sEKyP6I .mbr-shop .toggle:hover,
.cid-vf0sEKyP6I .mbr-shop .toggle:active {
  background-color: #daac49;
}
.cid-vf0sEKyP6I .mbr-shop .min-toggle {
  left: 0;
}
.cid-vf0sEKyP6I .mbr-shop .max-toggle {
  right: 0;
}
.cid-vf0sEKyP6I .mbr-shop .hided-by-price {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .price-block .oldprice {
  color: #879a9f;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-vf0sEKyP6I .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-vf0sEKyP6I .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-vf0sEKyP6I .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-vf0sEKyP6I .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-vf0sEKyP6I .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-vf0sEKyP6I .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-vf0sEKyP6I .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-vf0sEKyP6I .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-vf0sEKyP6I .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-vf0sEKyP6I .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-vf0sEKyP6I .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-vf0sEKyP6I .mbr-shop .price-range {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .price-range-reset {
  display: none;
}
.cid-vf0sEKyP6I .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-vf0sEKyP6I .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-vf0sEKyP6I .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-vf0sEKyP6I .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-vf0sEKyP6I .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-vf0sEKyP6I .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-vf0sEKyP6I .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-vf0sEKyP6I .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-vf0sEKyP6I .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-vf0sEKyP6I .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-vf0sEKyP6I .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-vf0sEKyP6I .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-vf0sEKyP6I .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-vf0sEKyP6I .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-vf0sEKyP6I .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-vf0sEKyP6I .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-vf0sEKyP6I .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-vf0sEKyP6I .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-vf0sEKyP6I .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-vf0sEKyP6I .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-vf0sEKyP6I .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-vf0sEKyP6I .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-vf0sEKyP6I .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-vf0sEKyP6I .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf0sEKyP6I .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-vf0sEKyP6I .range-controls {
  display: block !important;
}
.cid-vf0sEKyP6I .sort-buttons {
  display: block !important;
}
.cid-vf0sEKyP6I .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vf0sEKyP6I .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-vf0sEKyP6I .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-vf0sEKyP6I .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-vf0sEKyP6I .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-vf0sEKyP6I .range-slider {
  order: 1;
}
.cid-vf0sEKyP6I .sidebar-categories {
  order: 2;
}
.cid-vf0sEKyP6I .bestseller-block {
  order: 3;
}
.cid-vf0sEKyP6I .categories {
  padding: 0;
}
.cid-vf0sEKyP6I .sidebar-title {
  font-weight: bold;
}
.cid-vgAbvO4Mgf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgAbvO4Mgf [class^="socicon-"]:before,
.cid-vgAbvO4Mgf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgAbvO4Mgf .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgAbvO4Mgf .btn-social,
.cid-vgAbvO4Mgf .mbr-section-title {
  color: #57468b;
}
.cid-vgAbvO4Mgf .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgAbvO4Mgf .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgAbvO4Mgf .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgAbvO4Mgf .btn-social,
.cid-vgAbvO4Mgf .mbr-section-title {
  color: #ffffff;
}
.cid-vf4J9m2tgI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vf4J9m2tgI P {
  color: #767676;
}
.cid-vf4J9m2tgI H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vf4J9m2tgI h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vf4J9m2tgI h5:hover {
  background-size: 100% 100%;
}
.cid-vf4J9m2tgI .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vf4J9m2tgI H4 {
  text-align: left;
}
.cid-vf0rNgS4Dn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vgA5Qq78SX .navbar {
  background: #ffffff;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-vgA5Qq78SX .navbar .show {
  height: 100vh;
}
.cid-vgA5Qq78SX .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vgA5Qq78SX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vgA5Qq78SX .bottom {
  padding-bottom: 2rem;
}
.cid-vgA5Qq78SX a {
  font-style: normal;
}
.cid-vgA5Qq78SX .dropdown-backdrop {
  display: none;
}
.cid-vgA5Qq78SX .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-vgA5Qq78SX .nav-dropdown {
  padding-top: 8rem;
}
.cid-vgA5Qq78SX .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-vgA5Qq78SX .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-vgA5Qq78SX .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-vgA5Qq78SX .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-vgA5Qq78SX .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vgA5Qq78SX .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vgA5Qq78SX .navbar-nav {
  width: 100%!important;
}
.cid-vgA5Qq78SX .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vgA5Qq78SX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vgA5Qq78SX .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-vgA5Qq78SX .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-vgA5Qq78SX .dropdown-item {
  background: #1c1c1c;
  color: #ffffff !important;
}
.cid-vgA5Qq78SX .dropdown-item:hover,
.cid-vgA5Qq78SX .dropdown-item:active {
  color: #ffffff !important;
}
.cid-vgA5Qq78SX .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgA5Qq78SX .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-vgA5Qq78SX .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-vgA5Qq78SX .soc-item:hover span {
  color: #ffb71f !important;
}
.cid-vgA5Qq78SX .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #1c1c1c;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-vgA5Qq78SX .navbar-logo {
  margin-right: 0!important;
}
.cid-vgA5Qq78SX .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-vgA5Qq78SX .menu-logo {
  position: fixed!important;
}
.cid-vgA5Qq78SX .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgA5Qq78SX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vgA5Qq78SX .navbar-toggler {
  background: #ffffff;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-vgA5Qq78SX .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-vgA5Qq78SX .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-vgA5Qq78SX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgA5Qq78SX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgA5Qq78SX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgA5Qq78SX .opened,
.cid-vgA5Qq78SX .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #ffffff !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-vgA5Qq78SX .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-vgA5Qq78SX .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-vgA5Qq78SX .opened,
  .cid-vgA5Qq78SX .show,
  .cid-vgA5Qq78SX .navbar {
    width: 100%!important;
  }
  .cid-vgA5Qq78SX .dropdown-toggle {
    margin: auto!important;
  }
  .cid-vgA5Qq78SX .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-vgA5Qq78SX .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-vgA5Qq78SX .nav-item:focus,
.cid-vgA5Qq78SX .nav-link:focus {
  outline: none;
}
.cid-vgA5Qq78SX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-vgA5Qq78SX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgA5Qq78SX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgA5Qq78SX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgA5Qq78SX .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vgA5Qq78SX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vgA5Qq78SX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgA5Qq78SX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgA5Qq78SX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgA5Qq78SX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vgA5Qq78SX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vgA5Qq78SX button.navbar-toggler:focus {
  outline: none;
}
.cid-vgA5Qq78SX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-vgA5Qq78SX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vgA5Qq78SX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vgA5Qq78SX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vgA5Qq78SX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vgA5Qq78SX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgA5Qq78SX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vgA5Qq78SX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vgA5Qq78SX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgA5Qq78SX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgA5Qq78SX .collapsed .btn {
  display: -webkit-flex;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.collapsing,
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vgA5Qq78SX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgA5Qq78SX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgA5Qq78SX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.875vh;
  }
}
.cid-vgA5Qq78SX .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgA5Qq78SX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vgA5Qq78SX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vgA5Qq78SX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgA5Qq78SX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vgA5Qq78SX .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vgA5Qq78SX img {
    height: 3.8rem !important;
  }
  .cid-vgA5Qq78SX .btn {
    display: -webkit-flex;
  }
  .cid-vgA5Qq78SX button.navbar-toggler {
    display: block;
  }
  .cid-vgA5Qq78SX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vgA5Qq78SX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgA5Qq78SX .navbar-collapse.collapsing,
  .cid-vgA5Qq78SX .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgA5Qq78SX .navbar-collapse.collapsing .navbar-nav,
  .cid-vgA5Qq78SX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgA5Qq78SX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgA5Qq78SX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgA5Qq78SX .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgA5Qq78SX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vgA5Qq78SX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgA5Qq78SX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgA5Qq78SX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vgA5Qq78SX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgA5Qq78SX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-vgA5Qq78SX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vgA5Qr5CON {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vgA5Qr5CON h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-vgA5Qr5CON h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-vgA5Qr5CON .mbr-text,
.cid-vgA5Qr5CON .mbr-section-btn {
  color: #767676;
}
.cid-vgA9MeWSBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffb71f;
}
.cid-vgA9MeWSBB [class^="socicon-"]:before,
.cid-vgA9MeWSBB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-vgA9MeWSBB .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgA9MeWSBB .btn-social,
.cid-vgA9MeWSBB .mbr-section-title {
  color: #57468b;
}
.cid-vgA9MeWSBB .soc-item {
  width: 45px;
  height: 45px;
  background: #1c1c1c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-vgA9MeWSBB .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-vgA9MeWSBB .soc-item:hover span {
  color: #767676 !important;
}
.cid-vgA9MeWSBB .btn-social,
.cid-vgA9MeWSBB .mbr-section-title {
  color: #ffffff;
}
.cid-vgA5QsH1To {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vgA5QsH1To P {
  color: #767676;
}
.cid-vgA5QsH1To H5 {
  color: #1c1c1c;
  text-align: left;
}
.cid-vgA5QsH1To h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vgA5QsH1To h5:hover {
  background-size: 100% 100%;
}
.cid-vgA5QsH1To .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-vgA5QsH1To H4 {
  text-align: left;
}
.cid-vgA5QtegLI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
