body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #1d1d25 !important;
}
.bg-success {
  background-color: #7a7f8a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #3a3a3a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d25 !important;
  border-color: #1d1d25 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b5b5d !important;
  border-color: #2b5b5d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #132829 !important;
  border-color: #132829 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #132829 !important;
  border-color: #132829 !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: #7a7f8a !important;
  border-color: #7a7f8a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #565a62 !important;
  border-color: #565a62 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #565a62 !important;
  border-color: #565a62 !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: #3a3a3a !important;
  border-color: #3a3a3a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1d1d25;
  border-color: #1d1d25;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d25 !important;
  border-color: #1d1d25 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b1717;
  color: #0b1717;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2b5b5d;
  border-color: #2b5b5d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b5b5d !important;
  border-color: #2b5b5d !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: #4a4d54;
  color: #4a4d54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7a7f8a;
  border-color: #7a7f8a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7a7f8a !important;
  border-color: #7a7f8a !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: #070707;
  color: #070707;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1d1d25 !important;
}
.text-secondary {
  color: #2b5b5d !important;
}
.text-success {
  color: #7a7f8a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #3a3a3a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b1717 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4a4d54 !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: #070707 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #3a3a3a;
}
.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: #1d1d25;
  border-color: #1d1d25;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d25;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ceced9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bec0c6;
}
.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: #adadad;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1d1d25;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d25;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d25;
  border-bottom-color: #1d1d25;
}
.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: #1d1d25 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2b5b5d !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #1d1d25 !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #1d1d25 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #1d1d25;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1d1d25;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.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='%231d1d25' %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-rwtYwhIgku .navbar {
  padding: .5rem 0;
  background: #1d1d25;
  transition: none;
  min-height: 77px;
}
.cid-rwtYwhIgku .navbar-dropdown.bg-color.transparent.opened {
  background: #1d1d25;
}
.cid-rwtYwhIgku a {
  font-style: normal;
}
.cid-rwtYwhIgku .nav-link {
  font-family: EB Garamond !important;
}
.cid-rwtYwhIgku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtYwhIgku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwtYwhIgku .nav-item:focus,
.cid-rwtYwhIgku .nav-link:focus {
  outline: none;
}
.cid-rwtYwhIgku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtYwhIgku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtYwhIgku .menu-logo {
  margin-right: auto;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .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-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #1d1d25 !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtYwhIgku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtYwhIgku button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku .dropdown-toggle:after {
  display: none;
}
.cid-rwtYwhIgku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwtYwhIgku .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-rwtYwhIgku .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtYwhIgku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtYwhIgku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwtYwhIgku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwtYwhIgku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku img {
    height: 3.8rem !important;
  }
  .cid-rwtYwhIgku .btn {
    display: -webkit-flex;
  }
  .cid-rwtYwhIgku button.navbar-toggler {
    display: block;
  }
  .cid-rwtYwhIgku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtYwhIgku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing,
  .cid-rwtYwhIgku .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwtYwhIgku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtYwhIgku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtYwhIgku .nav-link,
.cid-rwtYwhIgku .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtYwhIgku .nav-link:hover,
.cid-rwtYwhIgku .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv2O8Gg1vh {
  background-image: url("../../../assets/images/header-bg3d.webp");
}
.cid-rv2O8Gg1vh H1 {
  color: #1d1d25;
  text-align: left;
}
.cid-rv2O8Gg1vh .mbr-text,
.cid-rv2O8Gg1vh .mbr-section-btn {
  color: #1d1d25;
  text-align: left;
}
.cid-rv2O8Gg1vh H3 {
  color: #1d1d25;
  text-align: left;
}
.cid-rv3bHqciqS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rv3bHqciqS .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3bHqciqS .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-rv3bHqciqS .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-rv3bHqciqS .mbr-text,
.cid-rv3bHqciqS .mbr-section-btn {
  color: #1d1d25;
}
.cid-rv3bHqciqS .card-title {
  color: #465052;
}
.cid-rv3an6BgKt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rv3an6BgKt h3 {
  text-align: center;
}
.cid-rv3an6BgKt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rv3an6BgKt .mbr-content-text {
  color: #767676;
}
.cid-rv3an6BgKt .card {
  word-wrap: break-word;
}
.cid-rv3an6BgKt .mbr-iconfont {
  font-size: 80px;
  color: #1d1d25;
}
.cid-rv3an6BgKt H3 {
  color: #ffffff;
}
.cid-rv3an6BgKt H4 {
  color: #ffffff;
}
.cid-uPgq1LMudk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPgq1LMudk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPgq1LMudk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPgq1LMudk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPgq1LMudk .row {
  flex-direction: row-reverse;
}
.cid-uPgq1LMudk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPgq1LMudk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPgq1LMudk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPgq1LMudk .mbr-section-title {
  color: #000000;
}
.cid-uPgq1LMudk .mbr-text,
.cid-uPgq1LMudk .mbr-section-btn {
  color: #000000;
}
.cid-rv3akn3MA3 {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rv3akn3MA3 img {
  height: 500px;
  object-fit: cover;
}
.cid-rv3akn3MA3 .card-img {
  position: relative;
}
.cid-rv3akn3MA3 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-rv3akn3MA3 .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-rv3akn3MA3 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uNGG0WbCC6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uNGG0WbCC6 blockquote {
  border-width: 1px;
  border-color: #1d1d25;
  padding: 0 0 0 20px;
}
.cid-uNGG0WbCC6 .mbr-text,
.cid-uNGG0WbCC6 .blockquote-quote {
  color: #767676;
}
.cid-uNGG0WbCC6 footer {
  font-style: normal;
}
.cid-uNGKuIXwsH {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f6f6f6;
}
.cid-uNGKuIXwsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGKuIXwsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNGKuIXwsH .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uNGKuIXwsH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNGKuIXwsH p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uNGKuIXwsH .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uNGKuIXwsH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNGKuIXwsH .mbr-section-title {
  color: #ffffff;
}
.cid-uNGKuIXwsH .mbr-text,
.cid-uNGKuIXwsH .mbr-section-btn {
  color: #1c1c1e;
}
.cid-uNGGsX2FOG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1c1c1e;
}
.cid-uNGGsX2FOG [class^='socicon-']:before,
.cid-uNGGsX2FOG [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uNGGsX2FOG .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uNGGsX2FOG .row {
  justify-content: center;
}
.cid-uNGGsX2FOG .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uNGGsX2FOG .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uNGGsX2FOG .soc-item:hover span {
  color: #1d1d25 !important;
}
.cid-uNGGsX2FOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGGsX2FOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNGGsX2FOG .mbr-text,
.cid-uNGGsX2FOG .mbr-section-btn {
  color: #ffffff;
}
.cid-uNGGsX2FOG H1 {
  color: #ffffff;
}
.cid-uPC0ioQTfJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPC0ioQTfJ a.nav-link:after {
  background-color: #1d1d25;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uPC0ioQTfJ a.nav-link:hover:after {
  opacity: 1;
  width: auto;
}
.cid-uPC0ioQTfJ a.nav-link:hover {
  color: #1d1d25 !important;
}
.cid-uPC0ioQTfJ .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-uPC0ioQTfJ .nav-link {
  font-weight: 600 !important;
}
@media (max-width: 540px) {
  .cid-uPC0ioQTfJ .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uPC0ioQTfJ .mbr-fonts-style {
    display: inline;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .cid-uPC0ioQTfJ .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uPC0ioQTfJ .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-uNGQhbVved {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uNGQhbVved .mbr-text {
  color: #1c1c1e;
}
.cid-uNGQhbVved .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-uNGQhbVved a {
  font-weight: 400 !important;
}
.cid-uNL6m9KiSf .navbar {
  padding: .5rem 0;
  background: #1d1d25;
  transition: none;
  min-height: 77px;
}
.cid-uNL6m9KiSf .navbar-dropdown.bg-color.transparent.opened {
  background: #1d1d25;
}
.cid-uNL6m9KiSf a {
  font-style: normal;
}
.cid-uNL6m9KiSf .nav-link {
  font-family: EB Garamond !important;
}
.cid-uNL6m9KiSf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uNL6m9KiSf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uNL6m9KiSf .nav-item:focus,
.cid-uNL6m9KiSf .nav-link:focus {
  outline: none;
}
.cid-uNL6m9KiSf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNL6m9KiSf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uNL6m9KiSf .menu-logo {
  margin-right: auto;
}
.cid-uNL6m9KiSf .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-uNL6m9KiSf .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-uNL6m9KiSf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uNL6m9KiSf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uNL6m9KiSf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uNL6m9KiSf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uNL6m9KiSf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uNL6m9KiSf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uNL6m9KiSf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uNL6m9KiSf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNL6m9KiSf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uNL6m9KiSf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uNL6m9KiSf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #1d1d25 !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uNL6m9KiSf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNL6m9KiSf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uNL6m9KiSf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNL6m9KiSf .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-uNL6m9KiSf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uNL6m9KiSf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uNL6m9KiSf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uNL6m9KiSf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uNL6m9KiSf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uNL6m9KiSf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uNL6m9KiSf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uNL6m9KiSf button.navbar-toggler:focus {
  outline: none;
}
.cid-uNL6m9KiSf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNL6m9KiSf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNL6m9KiSf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNL6m9KiSf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNL6m9KiSf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNL6m9KiSf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNL6m9KiSf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNL6m9KiSf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNL6m9KiSf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNL6m9KiSf .dropdown-toggle:after {
  display: none;
}
.cid-uNL6m9KiSf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNL6m9KiSf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uNL6m9KiSf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uNL6m9KiSf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNL6m9KiSf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uNL6m9KiSf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uNL6m9KiSf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uNL6m9KiSf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNL6m9KiSf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uNL6m9KiSf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uNL6m9KiSf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uNL6m9KiSf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uNL6m9KiSf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNL6m9KiSf img {
    height: 3.8rem !important;
  }
  .cid-uNL6m9KiSf .btn {
    display: -webkit-flex;
  }
  .cid-uNL6m9KiSf button.navbar-toggler {
    display: block;
  }
  .cid-uNL6m9KiSf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uNL6m9KiSf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNL6m9KiSf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing,
  .cid-uNL6m9KiSf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing .navbar-nav,
  .cid-uNL6m9KiSf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uNL6m9KiSf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uNL6m9KiSf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uNL6m9KiSf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uNL6m9KiSf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uNL6m9KiSf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNL6m9KiSf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uNL6m9KiSf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uNL6m9KiSf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uNL6m9KiSf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uNL6m9KiSf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uNL6m9KiSf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uNL6m9KiSf .nav-link,
.cid-uNL6m9KiSf .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uNL6m9KiSf .nav-link:hover,
.cid-uNL6m9KiSf .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uNL6zxzMhi {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/header-bg1.webp");
}
.cid-uNL6zxzMhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNL6zxzMhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNL6zxzMhi H1 {
  text-align: left;
}
.cid-uNL6zxzMhi .mbr-text,
.cid-uNL6zxzMhi .mbr-section-btn {
  text-align: left;
}
.cid-uNLc9Xaclm {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNLc9Xaclm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLc9Xaclm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLc9Xaclm H1 {
  color: #1d1d25;
  text-align: center;
}
.cid-uNLc9Xaclm .mbr-text,
.cid-uNLc9Xaclm .mbr-section-btn {
  color: #1d1d25;
  text-align: center;
}
.cid-uNLcMcKdQy {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNLcMcKdQy img {
  height: 500px;
  object-fit: cover;
}
.cid-uNLcMcKdQy .card-img {
  position: relative;
}
.cid-uNLcMcKdQy .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uNLcMcKdQy .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uNLcMcKdQy .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uNL6maYLRw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1c1c1e;
}
.cid-uNL6maYLRw [class^='socicon-']:before,
.cid-uNL6maYLRw [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uNL6maYLRw .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uNL6maYLRw .row {
  justify-content: center;
}
.cid-uNL6maYLRw .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uNL6maYLRw .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uNL6maYLRw .soc-item:hover span {
  color: #1d1d25 !important;
}
.cid-uNL6maYLRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNL6maYLRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNL6maYLRw .mbr-text,
.cid-uNL6maYLRw .mbr-section-btn {
  color: #ffffff;
}
.cid-uNL6maYLRw H1 {
  color: #ffffff;
}
.cid-uPC0f1ZFJS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPC0f1ZFJS a.nav-link:after {
  background-color: #1d1d25;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uPC0f1ZFJS a.nav-link:hover:after {
  opacity: 1;
  width: auto;
}
.cid-uPC0f1ZFJS a.nav-link:hover {
  color: #1d1d25 !important;
}
.cid-uPC0f1ZFJS .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-uPC0f1ZFJS .nav-link {
  font-weight: 600 !important;
}
@media (max-width: 540px) {
  .cid-uPC0f1ZFJS .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uPC0f1ZFJS .mbr-fonts-style {
    display: inline;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .cid-uPC0f1ZFJS .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uPC0f1ZFJS .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-uNL6mbeftm {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uNL6mbeftm .mbr-text {
  color: #1c1c1e;
}
.cid-uNL6mbeftm .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-uNL6mbeftm a {
  font-weight: 400 !important;
}
.cid-uNLsfhJfZg .navbar {
  padding: .5rem 0;
  background: #1d1d25;
  transition: none;
  min-height: 77px;
}
.cid-uNLsfhJfZg .navbar-dropdown.bg-color.transparent.opened {
  background: #1d1d25;
}
.cid-uNLsfhJfZg a {
  font-style: normal;
}
.cid-uNLsfhJfZg .nav-link {
  font-family: EB Garamond !important;
}
.cid-uNLsfhJfZg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uNLsfhJfZg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uNLsfhJfZg .nav-item:focus,
.cid-uNLsfhJfZg .nav-link:focus {
  outline: none;
}
.cid-uNLsfhJfZg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNLsfhJfZg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uNLsfhJfZg .menu-logo {
  margin-right: auto;
}
.cid-uNLsfhJfZg .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-uNLsfhJfZg .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-uNLsfhJfZg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uNLsfhJfZg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uNLsfhJfZg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uNLsfhJfZg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uNLsfhJfZg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uNLsfhJfZg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uNLsfhJfZg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uNLsfhJfZg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNLsfhJfZg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uNLsfhJfZg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uNLsfhJfZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #1d1d25 !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uNLsfhJfZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNLsfhJfZg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uNLsfhJfZg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNLsfhJfZg .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-uNLsfhJfZg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uNLsfhJfZg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uNLsfhJfZg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uNLsfhJfZg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uNLsfhJfZg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uNLsfhJfZg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uNLsfhJfZg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uNLsfhJfZg button.navbar-toggler:focus {
  outline: none;
}
.cid-uNLsfhJfZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNLsfhJfZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNLsfhJfZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNLsfhJfZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNLsfhJfZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNLsfhJfZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNLsfhJfZg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNLsfhJfZg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNLsfhJfZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNLsfhJfZg .dropdown-toggle:after {
  display: none;
}
.cid-uNLsfhJfZg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNLsfhJfZg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uNLsfhJfZg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uNLsfhJfZg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNLsfhJfZg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uNLsfhJfZg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uNLsfhJfZg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uNLsfhJfZg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNLsfhJfZg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uNLsfhJfZg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uNLsfhJfZg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uNLsfhJfZg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uNLsfhJfZg .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNLsfhJfZg img {
    height: 3.8rem !important;
  }
  .cid-uNLsfhJfZg .btn {
    display: -webkit-flex;
  }
  .cid-uNLsfhJfZg button.navbar-toggler {
    display: block;
  }
  .cid-uNLsfhJfZg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uNLsfhJfZg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNLsfhJfZg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing,
  .cid-uNLsfhJfZg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing .navbar-nav,
  .cid-uNLsfhJfZg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uNLsfhJfZg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uNLsfhJfZg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uNLsfhJfZg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uNLsfhJfZg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uNLsfhJfZg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNLsfhJfZg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uNLsfhJfZg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uNLsfhJfZg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uNLsfhJfZg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uNLsfhJfZg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uNLsfhJfZg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uNLsfhJfZg .nav-link,
.cid-uNLsfhJfZg .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uNLsfhJfZg .nav-link:hover,
.cid-uNLsfhJfZg .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uNLsfhW7dT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/media-bg1.webp");
}
.cid-uNLsfhW7dT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLsfhW7dT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLsfhW7dT H1 {
  text-align: left;
}
.cid-uNLsfhW7dT .mbr-text,
.cid-uNLsfhW7dT .mbr-section-btn {
  text-align: left;
}
.cid-uNLsfi6TpV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNLsfi6TpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLsfi6TpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLsfi6TpV H1 {
  color: #1d1d25;
}
.cid-uNLsfi6TpV .mbr-text,
.cid-uNLsfi6TpV .mbr-section-btn {
  color: #1d1d25;
}
.cid-uNLsfidNP7 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNLsfidNP7 img {
  height: 500px;
  object-fit: cover;
}
.cid-uNLsfidNP7 .card-img {
  position: relative;
}
.cid-uNLsfidNP7 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uNLsfidNP7 .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uNLsfidNP7 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uNLtpzSzn3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNLtpzSzn3 img {
  height: 500px;
  object-fit: cover;
}
.cid-uNLtpzSzn3 .card-img {
  position: relative;
}
.cid-uNLtpzSzn3 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uNLtpzSzn3 .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uNLtpzSzn3 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uNLvdxxegY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNLvdxxegY img {
  height: 500px;
  object-fit: cover;
}
.cid-uNLvdxxegY .card-img {
  position: relative;
}
.cid-uNLvdxxegY .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uNLvdxxegY .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uNLvdxxegY .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uPhfMLKRlo {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPhfMLKRlo img {
  height: 500px;
  object-fit: cover;
}
.cid-uPhfMLKRlo .card-img {
  position: relative;
}
.cid-uPhfMLKRlo .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uPhfMLKRlo .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uPhfMLKRlo .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uNLwh1QJWZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNLwh1QJWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLwh1QJWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLwh1QJWZ H1 {
  color: #1d1d25;
}
.cid-uPmxeATfhy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-uPmxeATfhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmxeATfhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPmxeATfhy H1 {
  color: #1d1d25;
}
.cid-uPmxeATfhy .mbr-text,
.cid-uPmxeATfhy .mbr-section-btn {
  color: #1d1d25;
}
.cid-uPC0NIYC4e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uPC0NIYC4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC0NIYC4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC0NIYC4e .video-wrapper iframe {
  width: 100%;
}
.cid-uPC0NIYC4e .mbr-section-title,
.cid-uPC0NIYC4e .mbr-section-subtitle,
.cid-uPC0NIYC4e .mbr-text {
  text-align: center;
}
.cid-uPC0NIYC4e .mbr-text {
  color: #1c1c1e;
}
.cid-uPC1wTCIfp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f6f6;
}
.cid-uPC1wTCIfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC1wTCIfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC1wTCIfp .video-wrapper iframe {
  width: 100%;
}
.cid-uPC1wTCIfp .mbr-section-title,
.cid-uPC1wTCIfp .mbr-section-subtitle,
.cid-uPC1wTCIfp .mbr-text {
  text-align: center;
}
.cid-uPC1wTCIfp .mbr-text {
  color: #1c1c1e;
}
.cid-uPC1HLphfz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f6f6f6;
}
.cid-uPC1HLphfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC1HLphfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC1HLphfz .video-wrapper iframe {
  width: 100%;
}
.cid-uPC1HLphfz .mbr-section-title,
.cid-uPC1HLphfz .mbr-section-subtitle,
.cid-uPC1HLphfz .mbr-text {
  text-align: center;
}
.cid-uPC1HLphfz .mbr-text {
  color: #1c1c1e;
}
.cid-uNLCqmPjZB {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-uNLCqmPjZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLCqmPjZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLCqmPjZB H1 {
  color: #1d1d25;
}
.cid-uNLsfiMsSJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1c1c1e;
}
.cid-uNLsfiMsSJ [class^='socicon-']:before,
.cid-uNLsfiMsSJ [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uNLsfiMsSJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uNLsfiMsSJ .row {
  justify-content: center;
}
.cid-uNLsfiMsSJ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uNLsfiMsSJ .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uNLsfiMsSJ .soc-item:hover span {
  color: #1d1d25 !important;
}
.cid-uNLsfiMsSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLsfiMsSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLsfiMsSJ .mbr-text,
.cid-uNLsfiMsSJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNLsfiMsSJ H1 {
  color: #ffffff;
}
.cid-uPC0aLclCm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPC0aLclCm a.nav-link:after {
  background-color: #1d1d25;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uPC0aLclCm a.nav-link:hover:after {
  opacity: 1;
  width: auto;
}
.cid-uPC0aLclCm a.nav-link:hover {
  color: #1d1d25 !important;
}
.cid-uPC0aLclCm .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-uPC0aLclCm .nav-link {
  font-weight: 600 !important;
}
@media (max-width: 540px) {
  .cid-uPC0aLclCm .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uPC0aLclCm .mbr-fonts-style {
    display: inline;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .cid-uPC0aLclCm .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uPC0aLclCm .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-uNLsfj2RTm {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uNLsfj2RTm .mbr-text {
  color: #1c1c1e;
}
.cid-uNLsfj2RTm .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-uNLsfj2RTm a {
  font-weight: 400 !important;
}
.cid-uPBMlAjtGq .navbar {
  padding: .5rem 0;
  background: #1d1d25;
  transition: none;
  min-height: 77px;
}
.cid-uPBMlAjtGq .navbar-dropdown.bg-color.transparent.opened {
  background: #1d1d25;
}
.cid-uPBMlAjtGq a {
  font-style: normal;
}
.cid-uPBMlAjtGq .nav-link {
  font-family: EB Garamond !important;
}
.cid-uPBMlAjtGq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPBMlAjtGq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPBMlAjtGq .nav-item:focus,
.cid-uPBMlAjtGq .nav-link:focus {
  outline: none;
}
.cid-uPBMlAjtGq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPBMlAjtGq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPBMlAjtGq .menu-logo {
  margin-right: auto;
}
.cid-uPBMlAjtGq .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-uPBMlAjtGq .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-uPBMlAjtGq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPBMlAjtGq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPBMlAjtGq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPBMlAjtGq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPBMlAjtGq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPBMlAjtGq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPBMlAjtGq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPBMlAjtGq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPBMlAjtGq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPBMlAjtGq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uPBMlAjtGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #1d1d25 !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uPBMlAjtGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPBMlAjtGq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPBMlAjtGq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPBMlAjtGq .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-uPBMlAjtGq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPBMlAjtGq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPBMlAjtGq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPBMlAjtGq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPBMlAjtGq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPBMlAjtGq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPBMlAjtGq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPBMlAjtGq button.navbar-toggler:focus {
  outline: none;
}
.cid-uPBMlAjtGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPBMlAjtGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPBMlAjtGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPBMlAjtGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPBMlAjtGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPBMlAjtGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPBMlAjtGq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPBMlAjtGq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPBMlAjtGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPBMlAjtGq .dropdown-toggle:after {
  display: none;
}
.cid-uPBMlAjtGq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPBMlAjtGq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPBMlAjtGq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPBMlAjtGq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPBMlAjtGq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uPBMlAjtGq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPBMlAjtGq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPBMlAjtGq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPBMlAjtGq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPBMlAjtGq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPBMlAjtGq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPBMlAjtGq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uPBMlAjtGq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPBMlAjtGq img {
    height: 3.8rem !important;
  }
  .cid-uPBMlAjtGq .btn {
    display: -webkit-flex;
  }
  .cid-uPBMlAjtGq button.navbar-toggler {
    display: block;
  }
  .cid-uPBMlAjtGq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uPBMlAjtGq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPBMlAjtGq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing,
  .cid-uPBMlAjtGq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing .navbar-nav,
  .cid-uPBMlAjtGq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPBMlAjtGq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uPBMlAjtGq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPBMlAjtGq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPBMlAjtGq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPBMlAjtGq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPBMlAjtGq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPBMlAjtGq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPBMlAjtGq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPBMlAjtGq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPBMlAjtGq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uPBMlAjtGq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPBMlAjtGq .nav-link,
.cid-uPBMlAjtGq .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uPBMlAjtGq .nav-link:hover,
.cid-uPBMlAjtGq .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uPBMlAuxdX {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/upcoming-projects-bg.webp");
}
.cid-uPBMlAuxdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBMlAuxdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBMlAuxdX H1 {
  text-align: left;
}
.cid-uPBMlAuxdX .mbr-text,
.cid-uPBMlAuxdX .mbr-section-btn {
  text-align: left;
}
.cid-uPBMlASqc9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPBMlASqc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBMlASqc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBMlASqc9 H1 {
  color: #1d1d25;
}
.cid-uPBMlASqc9 .mbr-text,
.cid-uPBMlASqc9 .mbr-section-btn {
  color: #1d1d25;
}
.cid-uPBMlAY78w {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/one-last-song-bg.webp");
}
.cid-uPBMlAY78w .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uPBMlAY78w {
    align-items: center;
  }
  .cid-uPBMlAY78w .row {
    justify-content: center;
  }
  .cid-uPBMlAY78w .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPBMlAY78w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPBMlAY78w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPBMlAY78w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPBMlAY78w .content-wrap {
    width: 100%;
  }
}
.cid-uPBMlAY78w .mbr-section-title,
.cid-uPBMlAY78w .mbr-section-subtitle {
  text-align: center;
}
.cid-uPBMlAY78w .mbr-text,
.cid-uPBMlAY78w .mbr-section-btn {
  text-align: center;
}
.cid-uPBMlB5IAe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1c1c1e;
}
.cid-uPBMlB5IAe [class^='socicon-']:before,
.cid-uPBMlB5IAe [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-uPBMlB5IAe .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPBMlB5IAe .row {
  justify-content: center;
}
.cid-uPBMlB5IAe .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uPBMlB5IAe .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uPBMlB5IAe .soc-item:hover span {
  color: #1d1d25 !important;
}
.cid-uPBMlB5IAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBMlB5IAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBMlB5IAe .mbr-text,
.cid-uPBMlB5IAe .mbr-section-btn {
  color: #ffffff;
}
.cid-uPBMlB5IAe H1 {
  color: #ffffff;
}
.cid-uPBMlBepDZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPBMlBepDZ a.nav-link:after {
  background-color: #1d1d25;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uPBMlBepDZ a.nav-link:hover:after {
  opacity: 1;
  width: auto;
}
.cid-uPBMlBepDZ a.nav-link:hover {
  color: #1d1d25 !important;
}
.cid-uPBMlBepDZ .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-uPBMlBepDZ .nav-link {
  font-weight: 600 !important;
}
@media (max-width: 540px) {
  .cid-uPBMlBepDZ .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uPBMlBepDZ .mbr-fonts-style {
    display: inline;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .cid-uPBMlBepDZ .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uPBMlBepDZ .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-uPBMlBjvDq {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uPBMlBjvDq .mbr-text {
  color: #1c1c1e;
}
.cid-uPBMlBjvDq .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 32px;
}
.cid-uPBMlBjvDq a {
  font-weight: 400 !important;
}
