body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Rama-Gothic';
  font-size: 12rem;
}
.display-1 > .mbr-iconfont {
  font-size: 19.2rem;
}
.display-2 {
  font-family: 'Rama-Gothic';
  font-size: 6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Rama-Gothic';
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM 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: 992px) {
  .display-1 {
    font-size: 7.2rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 9.6rem;
    font-size: calc( 4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !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: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !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: #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: #c60026;
  color: #c60026;
}
.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: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !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: #808080;
}
.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: #fff9fa;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2d55' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uR2JdgpZZS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2JdgpZZS .nav-link {
  position: relative;
}
.cid-uR2JdgpZZS .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uR2JdgpZZS .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uR2JdgpZZS .container {
  display: flex;
  margin: auto;
}
.cid-uR2JdgpZZS .navbar.navbar-short .nav-link,
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-caption,
.cid-uR2JdgpZZS .navbar.navbar-short .mbr-iconfont,
.cid-uR2JdgpZZS .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uR2JdgpZZS .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uR2JdgpZZS .navbar-caption {
  padding-right: 3rem;
}
.cid-uR2JdgpZZS .dropdown-menu,
.cid-uR2JdgpZZS .navbar.opened {
  background: #ffffff !important;
}
.cid-uR2JdgpZZS .nav-item:focus,
.cid-uR2JdgpZZS .nav-link:focus {
  outline: none;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2JdgpZZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2JdgpZZS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uR2JdgpZZS .navbar.opened {
  transition: all .3s;
}
.cid-uR2JdgpZZS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uR2JdgpZZS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uR2JdgpZZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2JdgpZZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR2JdgpZZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR2JdgpZZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR2JdgpZZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2JdgpZZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR2JdgpZZS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR2JdgpZZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2JdgpZZS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2JdgpZZS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR2JdgpZZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR2JdgpZZS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR2JdgpZZS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2JdgpZZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2JdgpZZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2JdgpZZS .dropdown-item.active,
.cid-uR2JdgpZZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2JdgpZZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2JdgpZZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR2JdgpZZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2JdgpZZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2JdgpZZS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR2JdgpZZS .navbar-buttons {
  text-align: center;
}
.cid-uR2JdgpZZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2JdgpZZS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR2JdgpZZS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR2JdgpZZS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR2JdgpZZS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uR2JdgpZZS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2JdgpZZS .navbar {
    height: 77px;
  }
  .cid-uR2JdgpZZS .navbar.opened {
    height: auto;
  }
  .cid-uR2JdgpZZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQOL7ORk2A {
  background-image: url("../../../assets/images/img-531.jpeg");
}
@media (min-width: 992px) {
  .cid-uQOL7ORk2A .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uQOL7ORk2A p {
  margin: 0;
}
.cid-uQOL7ORk2A .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uQOL7ORk2A .display-1 {
  line-height: 1;
}
.cid-uQOL7ORk2A H1 {
  color: #149dcc;
}
.cid-rJ1PYxIR3j {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ1PYxIR3j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PYxIR3j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PYxIR3j .signature {
  filter: invert(0.8);
}
.cid-uR1TODLEX3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1TODLEX3 .card-wrapper {
  background-color: #efefef;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uR1TODLEX3 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uR1TODLEX3 .text-wrapper {
  max-width: 28rem;
}
.cid-uR1TODLEX3 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR1TODLEX3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1TODLEX3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uR1TODLEX3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR1TODLEX3 .content-wrapper {
    padding: 3rem;
  }
  .cid-uR1TODLEX3 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uR1TODLEX3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uR1TODLEX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1TODLEX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR200kVGEx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uR200kVGEx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uR200kVGEx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uR200kVGEx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uR200kVGEx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR200kVGEx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uR200kVGEx .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uR200kVGEx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR200kVGEx .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uR200kVGEx .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uR200kVGEx .embla__slide .slide-content {
  width: 100%;
}
.cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uR200kVGEx .embla__button--next,
.cid-uR200kVGEx .embla__button--prev {
  display: flex;
}
.cid-uR200kVGEx .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uR200kVGEx .embla__button:hover {
  transform: scale(1.05);
}
.cid-uR200kVGEx .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR200kVGEx .embla__button.embla__button--next {
  right: 0;
}
.cid-uR200kVGEx .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uR200kVGEx .embla {
    margin-bottom: 38px;
  }
}
.cid-uR200kVGEx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uR200kVGEx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR200kVGEx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR200kVGEx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR200kVGEx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR200kVGEx .mbr-section-title {
  color: #ffffff;
}
.cid-uR200kVGEx .mbr-text,
.cid-uR200kVGEx .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uR200kVGEx .mbr-desc,
.cid-uR200kVGEx .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uR200kVGEx .item-title,
.cid-uR200kVGEx .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uR200kVGEx .item-text,
.cid-uR200kVGEx .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uR200kVGEx .mbr-section-title,
.cid-uR200kVGEx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uR25A3nBgJ {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uR25A3nBgJ h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-uR25A3nBgJ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uR25A3nBgJ h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uR25A3nBgJ .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-uR25A3nBgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR25A3nBgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR25duvFlr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uR25duvFlr .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uR25duvFlr p {
  margin: 0;
}
.cid-uR25duvFlr .display-1 {
  line-height: 1;
}
.cid-uR25duvFlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR25duvFlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR22371lTy {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uR22371lTy .card-box {
  z-index: 10;
  position: absolute;
}
.cid-uR22371lTy .container-fluid {
  padding: 0;
}
.cid-uR22371lTy .card {
  margin: auto;
  min-height: 350px;
}
.cid-uR22371lTy .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR22371lTy .card-wrapper img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}
.cid-uR22371lTy h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uR22371lTy .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uR22371lTy .card-box {
    text-align: center;
  }
}
.cid-uR22371lTy .mbr-text {
  color: #cccccc;
}
.cid-uR22371lTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR22371lTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR22371lTy .card-title,
.cid-uR22371lTy .card-box {
  color: #ffffff;
}
.cid-uQOMgQpMCD {
  padding-top: 225px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQOMgQpMCD h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uQOMgQpMCD h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uQOMgQpMCD li {
  list-style: none;
}
.cid-uQOMgQpMCD .location-wrap {
  min-width: 500px;
}
.cid-uQOMgQpMCD .btn {
  min-width: 230px;
}
.cid-uQOMgQpMCD .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-uQOMgQpMCD .col-title {
  margin-bottom: 2rem;
}
.cid-uQOMgQpMCD h3 {
  min-width: 110px;
}
.cid-uQOMgQpMCD .date-wrap {
  min-width: 260px;
}
.cid-uQOMgQpMCD .btn-primary-outline,
.cid-uQOMgQpMCD .btn-secondary-outline,
.cid-uQOMgQpMCD .btn-info-outline,
.cid-uQOMgQpMCD .btn-success-outline,
.cid-uQOMgQpMCD .btn-warning-outline,
.cid-uQOMgQpMCD .btn-danger-outline,
.cid-uQOMgQpMCD .btn-black-outline,
.cid-uQOMgQpMCD .btn-white-outline {
  border: none;
}
.cid-uQOMgQpMCD .btn-primary-outline:hover,
.cid-uQOMgQpMCD .btn-secondary-outline:hover,
.cid-uQOMgQpMCD .btn-info-outline:hover,
.cid-uQOMgQpMCD .btn-success-outline:hover,
.cid-uQOMgQpMCD .btn-warning-outline:hover,
.cid-uQOMgQpMCD .btn-danger-outline:hover,
.cid-uQOMgQpMCD .btn-black-outline:hover,
.cid-uQOMgQpMCD .btn-white-outline:hover,
.cid-uQOMgQpMCD .btn-primary-outline:focus,
.cid-uQOMgQpMCD .btn-secondary-outline:focus,
.cid-uQOMgQpMCD .btn-info-outline:focus,
.cid-uQOMgQpMCD .btn-success-outline:focus,
.cid-uQOMgQpMCD .btn-warning-outline:focus,
.cid-uQOMgQpMCD .btn-danger-outline:focus,
.cid-uQOMgQpMCD .btn-black-outline:focus,
.cid-uQOMgQpMCD .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-uQOMgQpMCD .list {
  padding: 0;
  margin: 0;
}
.cid-uQOMgQpMCD .icon-wrap,
.cid-uQOMgQpMCD .date-wrap {
  display: flex;
  align-items: center;
}
.cid-uQOMgQpMCD .btn span {
  font-size: 1rem;
}
.cid-uQOMgQpMCD h6 {
  margin: 0;
}
.cid-uQOMgQpMCD h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-uQOMgQpMCD .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-uQOMgQpMCD .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-uQOMgQpMCD .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-uQOMgQpMCD .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-uQOMgQpMCD .date-wrap {
    min-width: auto;
  }
  .cid-uQOMgQpMCD .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-uQOMgQpMCD h3 {
    min-width: auto;
  }
}
.cid-uQOMgQpMCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOMgQpMCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR261EuFMP {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uR261EuFMP .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uR261EuFMP .btn {
  border-radius: 0;
}
.cid-uR261EuFMP .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-uR261EuFMP .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-uR261EuFMP .icons-wrap {
  display: flex;
}
.cid-uR261EuFMP .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-uR261EuFMP h2 {
  margin: 0;
}
.cid-uR261EuFMP .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-uR261EuFMP .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-uR261EuFMP .card {
  overflow: hidden;
  height: 100%;
}
.cid-uR261EuFMP .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/img-6881-2000x3000.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-uR261EuFMP H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uR261EuFMP .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-uR261EuFMP .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-uR261EuFMP .cover {
    width: 100%;
  }
}
.cid-uR261EuFMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR261EuFMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR261EuFMP H3 {
  color: #ffffff;
}
.cid-rOp1lO2sVk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rOp1lO2sVk .nav-tabs .nav-item.open .nav-link:focus,
.cid-rOp1lO2sVk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rOp1lO2sVk .container {
  max-width: 1600px;
}
.cid-rOp1lO2sVk .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-rOp1lO2sVk .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  width: 100%;
  display: inline-block;
  transition: all 0.3s;
}
.cid-rOp1lO2sVk .icon-big:hover {
  color: #149dcc !important;
}
.cid-rOp1lO2sVk .content-col {
  margin: auto 0;
}
.cid-rOp1lO2sVk img {
  width: 90%;
  margin: auto;
}
.cid-rOp1lO2sVk h6 {
  margin: 0;
}
.cid-rOp1lO2sVk .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: space-around;
  flex-direction: column;
  min-width: 150px;
  height: 100%;
  border-left: 1px solid gray;
}
.cid-rOp1lO2sVk .icon-wrap,
.cid-rOp1lO2sVk .date-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
}
.cid-rOp1lO2sVk .align-wrap {
  display: inline-block;
}
.cid-rOp1lO2sVk .tabs-col {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}
.cid-rOp1lO2sVk .tab-content {
  width: 100%;
  padding-right: 3rem;
  margin: auto 0;
}
.cid-rOp1lO2sVk .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 600;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-rOp1lO2sVk .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  transition: all 0.3s;
  z-index: 9;
}
.cid-rOp1lO2sVk .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rOp1lO2sVk .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
}
.cid-rOp1lO2sVk .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-rOp1lO2sVk img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rOp1lO2sVk .nav-tabs {
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-left: 0px;
  }
  .cid-rOp1lO2sVk .tabs-col {
    flex-direction: column;
  }
  .cid-rOp1lO2sVk .mbr-text,
  .cid-rOp1lO2sVk .nav-link {
    text-align: center;
  }
  .cid-rOp1lO2sVk .nav-tabs .nav-link {
    padding: 0.3rem;
    border: 0;
  }
  .cid-rOp1lO2sVk .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-rOp1lO2sVk .nav-tabs .nav-link:before {
    content: none;
  }
  .cid-rOp1lO2sVk .nav-item {
    min-width: 100px;
  }
  .cid-rOp1lO2sVk .tab-content {
    border-top: 1px solid gray;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
.cid-uR2Jbcswqj {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uR2Jbcswqj .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uR2Jbcswqj .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uR2Jbcswqj .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uR2Jbcswqj .soc-item:hover {
  background: #000000;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uR2Jbcswqj .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uR2Jbcswqj .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR2Jbcswqj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uR2Jbcswqj .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uR2Jbcswqj .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uR2Jbcswqj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uR2Jbcswqj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uR2Jbcswqj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uR2Jbcswqj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uR2JdgpZZS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2JdgpZZS .nav-link {
  position: relative;
}
.cid-uR2JdgpZZS .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uR2JdgpZZS .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uR2JdgpZZS .container {
  display: flex;
  margin: auto;
}
.cid-uR2JdgpZZS .navbar.navbar-short .nav-link,
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-caption,
.cid-uR2JdgpZZS .navbar.navbar-short .mbr-iconfont,
.cid-uR2JdgpZZS .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uR2JdgpZZS .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uR2JdgpZZS .navbar-caption {
  padding-right: 3rem;
}
.cid-uR2JdgpZZS .dropdown-menu,
.cid-uR2JdgpZZS .navbar.opened {
  background: #ffffff !important;
}
.cid-uR2JdgpZZS .nav-item:focus,
.cid-uR2JdgpZZS .nav-link:focus {
  outline: none;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR2JdgpZZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2JdgpZZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2JdgpZZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2JdgpZZS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uR2JdgpZZS .navbar.opened {
  transition: all .3s;
}
.cid-uR2JdgpZZS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uR2JdgpZZS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uR2JdgpZZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2JdgpZZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR2JdgpZZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2JdgpZZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR2JdgpZZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR2JdgpZZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2JdgpZZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR2JdgpZZS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR2JdgpZZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2JdgpZZS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2JdgpZZS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2JdgpZZS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR2JdgpZZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR2JdgpZZS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR2JdgpZZS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR2JdgpZZS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2JdgpZZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2JdgpZZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2JdgpZZS .dropdown-item.active,
.cid-uR2JdgpZZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2JdgpZZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2JdgpZZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2JdgpZZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR2JdgpZZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2JdgpZZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2JdgpZZS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR2JdgpZZS .navbar-buttons {
  text-align: center;
}
.cid-uR2JdgpZZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2JdgpZZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR2JdgpZZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2JdgpZZS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR2JdgpZZS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR2JdgpZZS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR2JdgpZZS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uR2JdgpZZS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2JdgpZZS .navbar {
    height: 77px;
  }
  .cid-uR2JdgpZZS .navbar.opened {
    height: auto;
  }
  .cid-uR2JdgpZZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJ1PXHFhEo {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rJ1PXHFhEo h3 {
  position: relative;
}
.cid-rJ1PXHFhEo h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PXHFhEo .mbr-text,
.cid-rJ1PXHFhEo .mbr-section-btn {
  color: #ffffff;
}
.cid-rJ1PXHFhEo H1 {
  color: #ffffff;
}
.cid-rJ1PXHFhEo H3 {
  color: #ffffff;
}
.cid-uR2KsfjLPq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uR2KsfjLPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2KsfjLPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2KsfjLPq .mbr-text,
.cid-uR2KsfjLPq .img-align {
  text-align: left;
}
.cid-uR2Jbcswqj {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uR2Jbcswqj .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uR2Jbcswqj .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uR2Jbcswqj .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uR2Jbcswqj .soc-item:hover {
  background: #000000;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uR2Jbcswqj .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uR2Jbcswqj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uR2Jbcswqj .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR2Jbcswqj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uR2Jbcswqj .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uR2Jbcswqj .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uR2Jbcswqj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uR2Jbcswqj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uR2Jbcswqj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uR2Jbcswqj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uR2SOTHWhR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2SOTHWhR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uR2SOTHWhR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2SOTHWhR .nav-link {
  position: relative;
}
.cid-uR2SOTHWhR .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uR2SOTHWhR .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uR2SOTHWhR .container {
  display: flex;
  margin: auto;
}
.cid-uR2SOTHWhR .navbar.navbar-short .nav-link,
.cid-uR2SOTHWhR .navbar.navbar-short .navbar-caption,
.cid-uR2SOTHWhR .navbar.navbar-short .mbr-iconfont,
.cid-uR2SOTHWhR .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uR2SOTHWhR .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uR2SOTHWhR .navbar-caption {
  padding-right: 3rem;
}
.cid-uR2SOTHWhR .dropdown-menu,
.cid-uR2SOTHWhR .navbar.opened {
  background: #ffffff !important;
}
.cid-uR2SOTHWhR .nav-item:focus,
.cid-uR2SOTHWhR .nav-link:focus {
  outline: none;
}
.cid-uR2SOTHWhR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2SOTHWhR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2SOTHWhR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR2SOTHWhR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2SOTHWhR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2SOTHWhR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2SOTHWhR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uR2SOTHWhR .navbar.opened {
  transition: all .3s;
}
.cid-uR2SOTHWhR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uR2SOTHWhR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uR2SOTHWhR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2SOTHWhR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2SOTHWhR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2SOTHWhR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2SOTHWhR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR2SOTHWhR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2SOTHWhR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR2SOTHWhR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR2SOTHWhR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2SOTHWhR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2SOTHWhR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2SOTHWhR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2SOTHWhR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR2SOTHWhR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR2SOTHWhR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2SOTHWhR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2SOTHWhR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2SOTHWhR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR2SOTHWhR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR2SOTHWhR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR2SOTHWhR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR2SOTHWhR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR2SOTHWhR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2SOTHWhR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2SOTHWhR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2SOTHWhR .dropdown-item.active,
.cid-uR2SOTHWhR .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2SOTHWhR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2SOTHWhR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2SOTHWhR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2SOTHWhR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR2SOTHWhR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2SOTHWhR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2SOTHWhR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR2SOTHWhR .navbar-buttons {
  text-align: center;
}
.cid-uR2SOTHWhR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR2SOTHWhR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR2SOTHWhR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR2SOTHWhR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2SOTHWhR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2SOTHWhR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR2SOTHWhR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2SOTHWhR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR2SOTHWhR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR2SOTHWhR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2SOTHWhR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR2SOTHWhR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR2SOTHWhR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR2SOTHWhR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uR2SOTHWhR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2SOTHWhR .navbar {
    height: 77px;
  }
  .cid-uR2SOTHWhR .navbar.opened {
    height: auto;
  }
  .cid-uR2SOTHWhR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2SOTYA9W {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uR2SOTYA9W h3 {
  position: relative;
}
.cid-uR2SOTYA9W h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uR2SOTYA9W .mbr-text,
.cid-uR2SOTYA9W .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2SOTYA9W H1 {
  color: #ffffff;
}
.cid-uR2SOTYA9W H3 {
  color: #ffffff;
}
.cid-uR2SOU6jZ5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uR2SOU6jZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2SOU6jZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2SOU6jZ5 .mbr-text,
.cid-uR2SOU6jZ5 .img-align {
  text-align: left;
}
.cid-uR2SOUvtwc {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uR2SOUvtwc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uR2SOUvtwc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uR2SOUvtwc .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uR2SOUvtwc .soc-item:hover {
  background: #000000;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uR2SOUvtwc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2SOUvtwc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uR2SOUvtwc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uR2SOUvtwc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uR2SOUvtwc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR2SOUvtwc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uR2SOUvtwc .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uR2SOUvtwc .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uR2SOUvtwc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uR2SOUvtwc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uR2SOUvtwc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uR2SOUvtwc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uR2UOaNOyl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2UOaNOyl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uR2UOaNOyl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2UOaNOyl .nav-link {
  position: relative;
}
.cid-uR2UOaNOyl .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uR2UOaNOyl .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uR2UOaNOyl .container {
  display: flex;
  margin: auto;
}
.cid-uR2UOaNOyl .navbar.navbar-short .nav-link,
.cid-uR2UOaNOyl .navbar.navbar-short .navbar-caption,
.cid-uR2UOaNOyl .navbar.navbar-short .mbr-iconfont,
.cid-uR2UOaNOyl .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uR2UOaNOyl .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uR2UOaNOyl .navbar-caption {
  padding-right: 3rem;
}
.cid-uR2UOaNOyl .dropdown-menu,
.cid-uR2UOaNOyl .navbar.opened {
  background: #ffffff !important;
}
.cid-uR2UOaNOyl .nav-item:focus,
.cid-uR2UOaNOyl .nav-link:focus {
  outline: none;
}
.cid-uR2UOaNOyl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2UOaNOyl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2UOaNOyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR2UOaNOyl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uR2UOaNOyl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2UOaNOyl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2UOaNOyl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uR2UOaNOyl .navbar.opened {
  transition: all .3s;
}
.cid-uR2UOaNOyl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uR2UOaNOyl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uR2UOaNOyl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2UOaNOyl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2UOaNOyl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2UOaNOyl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2UOaNOyl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR2UOaNOyl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2UOaNOyl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR2UOaNOyl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR2UOaNOyl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2UOaNOyl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2UOaNOyl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2UOaNOyl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2UOaNOyl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR2UOaNOyl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR2UOaNOyl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2UOaNOyl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2UOaNOyl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2UOaNOyl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uR2UOaNOyl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR2UOaNOyl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR2UOaNOyl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR2UOaNOyl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR2UOaNOyl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2UOaNOyl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2UOaNOyl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2UOaNOyl .dropdown-item.active,
.cid-uR2UOaNOyl .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2UOaNOyl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2UOaNOyl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2UOaNOyl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2UOaNOyl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR2UOaNOyl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2UOaNOyl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2UOaNOyl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uR2UOaNOyl .navbar-buttons {
  text-align: center;
}
.cid-uR2UOaNOyl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR2UOaNOyl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR2UOaNOyl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR2UOaNOyl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2UOaNOyl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR2UOaNOyl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR2UOaNOyl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2UOaNOyl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR2UOaNOyl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR2UOaNOyl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR2UOaNOyl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR2UOaNOyl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uR2UOaNOyl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR2UOaNOyl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uR2UOaNOyl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2UOaNOyl .navbar {
    height: 77px;
  }
  .cid-uR2UOaNOyl .navbar.opened {
    height: auto;
  }
  .cid-uR2UOaNOyl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2UOb3ZBH {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uR2UOb3ZBH h3 {
  position: relative;
}
.cid-uR2UOb3ZBH h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uR2UOb3ZBH .mbr-text,
.cid-uR2UOb3ZBH .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2UOb3ZBH H1 {
  color: #ffffff;
}
.cid-uR2UOb3ZBH H3 {
  color: #ffffff;
}
.cid-uR2V9jqbd2 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uR2V9jqbd2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uR2V9jqbd2 .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-uR2V9jqbd2 textarea {
  min-height: 150px;
}
.cid-uR2V9jqbd2 .row2 {
  justify-content: space-between;
  border: 2px solid #000000;
  padding: 3rem;
}
.cid-uR2V9jqbd2 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uR2V9jqbd2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uR2V9jqbd2 form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-uR2V9jqbd2 .form-control,
.cid-uR2V9jqbd2 .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uR2V9jqbd2 .form-control::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .form-control::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uR2V9jqbd2 .form-control:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:-moz-placeholder,
.cid-uR2V9jqbd2 .form-control:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uR2V9jqbd2 .form-control:hover,
.cid-uR2V9jqbd2 .field-input:hover,
.cid-uR2V9jqbd2 .form-control:focus,
.cid-uR2V9jqbd2 .field-input:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uR2V9jqbd2 .form-control:hover::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input:hover::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .form-control:focus::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input:focus::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .form-control:hover::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input:hover::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .form-control:focus::-webkit-input-placeholder,
.cid-uR2V9jqbd2 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uR2V9jqbd2 .form-control:hover:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:hover:-moz-placeholder,
.cid-uR2V9jqbd2 .form-control:focus:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:focus:-moz-placeholder,
.cid-uR2V9jqbd2 .form-control:hover:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:hover:-moz-placeholder,
.cid-uR2V9jqbd2 .form-control:focus:-moz-placeholder,
.cid-uR2V9jqbd2 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uR2V9jqbd2 .jq-number__spin:hover,
.cid-uR2V9jqbd2 .jq-number__spin:focus {
  background-color: transparent;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uR2V9jqbd2 .jq-number__spin {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uR2V9jqbd2 input::-webkit-clear-button {
  display: none;
}
.cid-uR2V9jqbd2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uR2V9jqbd2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uR2V9jqbd2 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-uR2V9jqbd2 .container {
    padding: 0 2rem;
  }
  .cid-uR2V9jqbd2 .row2 {
    padding: 1rem 0;
  }
}
.cid-uR2V9jqbd2 H2 {
  color: #000000;
}
.cid-uR2V9jqbd2 .mbr-text,
.cid-uR2V9jqbd2 .mbr-section-btn {
  color: #000000;
}
.cid-uR2UObA3zP {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uR2UObA3zP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uR2UObA3zP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-uR2UObA3zP .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uR2UObA3zP .soc-item:hover {
  background: #000000;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-uR2UObA3zP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2UObA3zP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uR2UObA3zP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uR2UObA3zP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uR2UObA3zP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR2UObA3zP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uR2UObA3zP .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uR2UObA3zP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uR2UObA3zP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uR2UObA3zP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uR2UObA3zP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uR2UObA3zP .media-container-row .row-copirayt p {
  width: 100%;
}

.navbar-dropdown-open .navbar.at-top {
    background: black !important;
}
