body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d76725 !important;
}
.bg-success {
  background-color: #ff9966 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d76725 !important;
  border-color: #d76725 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8d4418 !important;
  border-color: #8d4418 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d4418 !important;
  border-color: #8d4418 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fda623 !important;
  border-color: #fda623 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c77902 !important;
  border-color: #c77902 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c77902 !important;
  border-color: #c77902 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d76725;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d4418 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d76725 !important;
  border-color: #d76725 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fda623;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c77902 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fda623 !important;
  border-color: #fda623 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d76725 !important;
}
.text-secondary {
  color: #fda623 !important;
}
.text-success {
  color: #ff9966 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #803d16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b86f02 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff5500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d76725;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d76725;
  border-color: #d76725;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d76725;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7dfd1;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d76725 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d76725;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d76725;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d76725;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d76725;
  border-bottom-color: #d76725;
}
.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: #d76725 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fda623 !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='%23d76725' %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-u0SVYNaJeu .nav-item:focus,
.cid-u0SVYNaJeu .nav-link:focus {
  outline: none;
}
.cid-u0SVYNaJeu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u0SVYNaJeu .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u0SVYNaJeu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0SVYNaJeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0SVYNaJeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0SVYNaJeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0SVYNaJeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0SVYNaJeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0SVYNaJeu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0SVYNaJeu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u0SVYNaJeu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u0SVYNaJeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0SVYNaJeu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0SVYNaJeu .navbar-brand {
  display: flex;
  -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-u0SVYNaJeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0SVYNaJeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0SVYNaJeu .dropdown-item.active,
.cid-u0SVYNaJeu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0SVYNaJeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0SVYNaJeu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0SVYNaJeu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0SVYNaJeu .navbar-buttons {
  text-align: center;
}
.cid-u0SVYNaJeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0SVYNaJeu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0SVYNaJeu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0SVYNaJeu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u0SVYNaJeu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0SVYNaJeu .nav-link:hover,
.cid-u0SVYNaJeu .dropdown-item:hover,
.cid-u0SVYNaJeu .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-t6dPbJRDs3 {
  background: #ffffff;
}
.cid-t6dPbJRDs3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6dPbJRDs3 .mbr-figure {
  margin: 0 auto;
}
.cid-t6dPbJRDs3 figcaption {
  position: relative;
}
.cid-t6dPbJRDs3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dPbJRDs3 .image-block {
    width: 100% !important;
  }
}
.cid-t6dPbJRDs3 .mbr-figure-caption div {
  color: #232323;
}
.cid-t6id00oMFE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t6id00oMFE .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-t6id00oMFE .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6id00oMFE .img1 {
  background: #ff9966;
}
.cid-t6id00oMFE .img2 {
  background: #00a7bb;
}
.cid-t6id00oMFE .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t6id00oMFE .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-t6id00oMFE .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-t6id00oMFE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6id00oMFE .card-wrapper {
    flex-direction: column;
  }
  .cid-t6id00oMFE .card-box {
    padding: 1rem;
  }
  .cid-t6id00oMFE .card-box,
  .cid-t6id00oMFE .img-wrapper {
    width: 100%;
  }
  .cid-t6id00oMFE .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-t6id00oMFE .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-t6id00oMFE .card-subtitle {
  color: #0077ff;
}
.cid-t6id00oMFE .mbr-text,
.cid-t6id00oMFE .link-wrap {
  color: #555555;
}
.cid-t6id00oMFE .card-title,
.cid-t6id00oMFE .card-box {
  text-align: left;
}
.cid-t6id00oMFE .mbr-section-title {
  text-align: center;
}
.cid-teP5mumIcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teP5mumIcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-teP5mumIcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teP5mumIcR .video-wrapper iframe {
  width: 100%;
}
.cid-teP5mumIcR .mbr-section-title,
.cid-teP5mumIcR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-teP5mumIcR .text-wrapper {
    padding: 2rem;
  }
}
.cid-t6id4Hy11S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t6id4Hy11S .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-t6id4Hy11S .container {
    max-width: 1400px;
  }
}
.cid-t6id4Hy11S .card {
  margin: auto;
}
.cid-t6id4Hy11S .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fda623;
  margin-bottom: 2rem;
}
.cid-t6id4Hy11S .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6id4Hy11S .row {
  justify-content: center;
}
.cid-t6id4Hy11S .card-title,
.cid-t6id4Hy11S .card-box {
  text-align: left;
}
.cid-t7tdrwGf39 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t7tdrwGf39 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-t7tdrwGf39 .container {
    max-width: 1400px;
  }
}
.cid-t7tdrwGf39 .card {
  margin: auto;
}
.cid-t7tdrwGf39 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fda623;
  margin-bottom: 2rem;
}
.cid-t7tdrwGf39 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t7tdrwGf39 .row {
  justify-content: center;
}
.cid-t7tdrwGf39 .card-title,
.cid-t7tdrwGf39 .card-box {
  text-align: left;
}
.cid-teP8cHVtkS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teP8cHVtkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-teP8cHVtkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teP8cHVtkS .video-wrapper iframe {
  width: 100%;
}
.cid-teP8cHVtkS .mbr-section-title,
.cid-teP8cHVtkS .mbr-section-subtitle,
.cid-teP8cHVtkS .mbr-text {
  text-align: center;
}
.cid-t6id42g4WF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6id42g4WF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-t6id42g4WF .container {
    max-width: 1400px;
  }
}
.cid-t6id42g4WF .card {
  margin: auto;
}
.cid-t6id42g4WF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t6id42g4WF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6id42g4WF .row {
  justify-content: center;
}
.cid-t6id42g4WF H3 {
  color: #ffffff;
}
.cid-t6id42g4WF .card-title,
.cid-t6id42g4WF .card-box {
  color: #fafafa;
}
.cid-t6ihJZ839V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6ihJZ839V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6ihJZ839V .row {
    text-align: center;
  }
  .cid-t6ihJZ839V .row > div {
    margin: auto;
  }
  .cid-t6ihJZ839V .social-row {
    justify-content: center;
  }
}
.cid-t6ihJZ839V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6ihJZ839V .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6ihJZ839V .list {
    margin-bottom: 0rem;
  }
}
.cid-t6ihJZ839V .mbr-text {
  color: #353535;
}
.cid-t6ihJZ839V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6ihJZ839V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6ihJZ839V H5 {
  color: #d76725;
}
.cid-t6ihJZ839V .media-container-row .mbr-text {
  text-align: center;
}
.cid-t6R6Jw5oRg {
  background: #ffffff;
}
.cid-t6R6Jw5oRg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6R6Jw5oRg .mbr-figure {
  margin: 0 auto;
}
.cid-t6R6Jw5oRg figcaption {
  position: relative;
}
.cid-t6R6Jw5oRg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6R6Jw5oRg .image-block {
    width: 100% !important;
  }
}
.cid-t6R6Jw5oRg .mbr-figure-caption div {
  color: #232323;
}
.cid-t6R7h9C6Hj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6R7h9C6Hj .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t6R7h9C6Hj .card {
    margin-bottom: 2rem!important;
  }
  .cid-t6R7h9C6Hj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6R7h9C6Hj .link-wrap {
    align-items: center;
  }
}
.cid-t6R7h9C6Hj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6R7h9C6Hj .card-title,
.cid-t6R7h9C6Hj .card-box {
  color: #232323;
}
.cid-t6R7h9C6Hj .mbr-text {
  color: #232323;
}
.cid-t6R86e8cY8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t6R86e8cY8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6R86e8cY8 .container-fluid {
  padding: 0;
}
.cid-t6R86e8cY8 img {
  width: 100%;
}
.cid-t6R86e8cY8 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-t6R86e8cY8 .content {
    padding: 3rem;
  }
}
.cid-t6R86e8cY8 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t6R86e8cY8 .img-col {
  padding: 0;
  margin: auto;
}
.cid-t6R86e8cY8 .mbr-section-title {
  color: #232323;
}
.cid-t6R86e8cY8 .mbr-text,
.cid-t6R86e8cY8 .mbr-section-btn {
  color: #232323;
}
.cid-t6R89EWdPL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t6R89EWdPL .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t6R89EWdPL .card {
    margin-bottom: 2rem!important;
  }
  .cid-t6R89EWdPL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6R89EWdPL .link-wrap {
    align-items: center;
  }
}
.cid-t6R89EWdPL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6R8lhcl4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6R8lhcl4X .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t6R8lhcl4X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6R8lhcl4X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6R8lhcl4X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6R8lhcl4X .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t6R8lhcl4X .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t6R8lhcl4X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6R8cIsYxc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6R8cIsYxc .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t6R8cIsYxc .card {
    margin-bottom: 2rem!important;
  }
  .cid-t6R8cIsYxc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6R8cIsYxc .link-wrap {
    align-items: center;
  }
}
.cid-t6R8cIsYxc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7t7Cy7q4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7t7Cy7q4h .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t7t7Cy7q4h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7t7Cy7q4h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t7t7Cy7q4h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7t7Cy7q4h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t7t7Cy7q4h .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t7t7Cy7q4h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6ihJZ839V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6ihJZ839V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6ihJZ839V .row {
    text-align: center;
  }
  .cid-t6ihJZ839V .row > div {
    margin: auto;
  }
  .cid-t6ihJZ839V .social-row {
    justify-content: center;
  }
}
.cid-t6ihJZ839V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6ihJZ839V .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6ihJZ839V .list {
    margin-bottom: 0rem;
  }
}
.cid-t6ihJZ839V .mbr-text {
  color: #353535;
}
.cid-t6ihJZ839V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6ihJZ839V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6ihJZ839V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6ihJZ839V H5 {
  color: #d76725;
}
.cid-t6ihJZ839V .media-container-row .mbr-text {
  text-align: center;
}
.cid-u0SVYNaJeu .nav-item:focus,
.cid-u0SVYNaJeu .nav-link:focus {
  outline: none;
}
.cid-u0SVYNaJeu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u0SVYNaJeu .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u0SVYNaJeu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0SVYNaJeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0SVYNaJeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0SVYNaJeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0SVYNaJeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0SVYNaJeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0SVYNaJeu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0SVYNaJeu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u0SVYNaJeu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u0SVYNaJeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0SVYNaJeu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0SVYNaJeu .navbar-brand {
  display: flex;
  -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-u0SVYNaJeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0SVYNaJeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0SVYNaJeu .dropdown-item.active,
.cid-u0SVYNaJeu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0SVYNaJeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0SVYNaJeu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0SVYNaJeu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0SVYNaJeu .navbar-buttons {
  text-align: center;
}
.cid-u0SVYNaJeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0SVYNaJeu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0SVYNaJeu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0SVYNaJeu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u0SVYNaJeu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0SVYNaJeu .nav-link:hover,
.cid-u0SVYNaJeu .dropdown-item:hover,
.cid-u0SVYNaJeu .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-t6XWP3z6eo {
  background: #ffffff;
}
.cid-t6XWP3z6eo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6XWP3z6eo .mbr-figure {
  margin: 0 auto;
}
.cid-t6XWP3z6eo figcaption {
  position: relative;
}
.cid-t6XWP3z6eo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6XWP3z6eo .image-block {
    width: 100% !important;
  }
}
.cid-t6XWP3z6eo .mbr-figure-caption div {
  color: #232323;
}
.cid-t7tm7WMgDW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t7tm7WMgDW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t7tm7WMgDW .card {
    margin-bottom: 2rem!important;
  }
  .cid-t7tm7WMgDW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7tm7WMgDW .link-wrap {
    align-items: center;
  }
}
.cid-t7tm7WMgDW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7tm7WMgDW .card-title,
.cid-t7tm7WMgDW .card-box {
  color: #232323;
}
.cid-t7tm7WMgDW .mbr-text {
  color: #232323;
}
.cid-t7tmff5QkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d76725;
}
.cid-t7tmff5QkB .mbr-section-title {
  color: #ffffff;
}
.cid-t7tmff5QkB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t7tmiuWgKS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7tmiuWgKS .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t7tmiuWgKS .container-fluid {
  padding: 0;
}
.cid-t7tmiuWgKS img {
  width: 100%;
}
.cid-t7tmiuWgKS .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-t7tmiuWgKS .content {
    padding: 3rem;
  }
}
.cid-t7tmiuWgKS .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t7tmiuWgKS .img-col {
  padding: 0;
  margin: auto;
}
.cid-t7tmiuWgKS .mbr-section-title {
  color: #232323;
}
.cid-t7tmiuWgKS .mbr-text,
.cid-t7tmiuWgKS .mbr-section-btn {
  color: #232323;
}
.cid-t7tmlMCmPp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t7tmlMCmPp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t7tmlMCmPp .card {
    margin-bottom: 2rem!important;
  }
  .cid-t7tmlMCmPp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t7tmlMCmPp .link-wrap {
    align-items: center;
  }
}
.cid-t7tmlMCmPp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7ZomHtZts {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t7ZomHtZts .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t7ZomHtZts .container-fluid {
  padding: 0;
}
.cid-t7ZomHtZts img {
  width: 100%;
}
.cid-t7ZomHtZts .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-t7ZomHtZts .content {
    padding: 3rem;
  }
}
.cid-t7ZomHtZts .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t7ZomHtZts .img-col {
  padding: 0;
  margin: auto;
}
.cid-t7ZomHtZts .mbr-section-title {
  color: #ff2a00;
}
.cid-t7ZomHtZts .mbr-text,
.cid-t7ZomHtZts .mbr-section-btn {
  color: #232323;
}
.cid-t6YkHjHTHW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-t6YkHjHTHW img,
.cid-t6YkHjHTHW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YkHjHTHW .item:focus,
.cid-t6YkHjHTHW span:focus {
  outline: none;
}
.cid-t6YkHjHTHW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YkHjHTHW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YkHjHTHW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YkHjHTHW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YkHjHTHW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YkHjHTHW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YkHjHTHW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YkHjHTHW .mbr-section-title {
  color: #232323;
}
.cid-t6YkHjHTHW .mbr-text,
.cid-t6YkHjHTHW .mbr-section-btn {
  text-align: left;
}
.cid-t6YkHjHTHW .item-title {
  text-align: left;
}
.cid-t6YkHjHTHW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpNYp3BK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t6YpNYp3BK .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpNYp3BK img,
.cid-t6YpNYp3BK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpNYp3BK .item:focus,
.cid-t6YpNYp3BK span:focus {
  outline: none;
}
.cid-t6YpNYp3BK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpNYp3BK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpNYp3BK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpNYp3BK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpNYp3BK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpNYp3BK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpNYp3BK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpNYp3BK .mbr-section-title {
  color: #232323;
}
.cid-t6YpNYp3BK .mbr-text,
.cid-t6YpNYp3BK .mbr-section-btn {
  text-align: left;
}
.cid-t6YpNYp3BK .item-title {
  text-align: left;
}
.cid-t6YpNYp3BK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpSWL7Uq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6YpSWL7Uq img,
.cid-t6YpSWL7Uq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpSWL7Uq .item:focus,
.cid-t6YpSWL7Uq span:focus {
  outline: none;
}
.cid-t6YpSWL7Uq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpSWL7Uq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpSWL7Uq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpSWL7Uq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpSWL7Uq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpSWL7Uq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpSWL7Uq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpSWL7Uq .mbr-section-title {
  color: #232323;
}
.cid-t6YpSWL7Uq .mbr-text,
.cid-t6YpSWL7Uq .mbr-section-btn {
  text-align: left;
}
.cid-t6YpSWL7Uq .item-title {
  text-align: left;
}
.cid-t6YpSWL7Uq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpTE4hH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6YpTE4hH6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpTE4hH6 img,
.cid-t6YpTE4hH6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpTE4hH6 .item:focus,
.cid-t6YpTE4hH6 span:focus {
  outline: none;
}
.cid-t6YpTE4hH6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpTE4hH6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpTE4hH6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpTE4hH6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpTE4hH6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpTE4hH6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpTE4hH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpTE4hH6 .mbr-section-title {
  color: #232323;
}
.cid-t6YpTE4hH6 .mbr-text,
.cid-t6YpTE4hH6 .mbr-section-btn {
  text-align: left;
}
.cid-t6YpTE4hH6 .item-title {
  text-align: left;
}
.cid-t6YpTE4hH6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpUgvdQy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6YpUgvdQy img,
.cid-t6YpUgvdQy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpUgvdQy .item:focus,
.cid-t6YpUgvdQy span:focus {
  outline: none;
}
.cid-t6YpUgvdQy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpUgvdQy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpUgvdQy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpUgvdQy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpUgvdQy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpUgvdQy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpUgvdQy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpUgvdQy .mbr-section-title {
  color: #232323;
}
.cid-t6YpUgvdQy .mbr-text,
.cid-t6YpUgvdQy .mbr-section-btn {
  text-align: left;
}
.cid-t6YpUgvdQy .item-title {
  text-align: left;
}
.cid-t6YpUgvdQy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpUVP0Hv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t6YpUVP0Hv .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpUVP0Hv img,
.cid-t6YpUVP0Hv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpUVP0Hv .item:focus,
.cid-t6YpUVP0Hv span:focus {
  outline: none;
}
.cid-t6YpUVP0Hv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpUVP0Hv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpUVP0Hv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpUVP0Hv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpUVP0Hv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpUVP0Hv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpUVP0Hv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpUVP0Hv .mbr-section-title {
  color: #232323;
}
.cid-t6YpUVP0Hv .mbr-text,
.cid-t6YpUVP0Hv .mbr-section-btn {
  text-align: left;
}
.cid-t6YpUVP0Hv .item-title {
  text-align: left;
}
.cid-t6YpUVP0Hv .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpVdz9oK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6YpVdz9oK img,
.cid-t6YpVdz9oK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpVdz9oK .item:focus,
.cid-t6YpVdz9oK span:focus {
  outline: none;
}
.cid-t6YpVdz9oK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpVdz9oK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpVdz9oK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpVdz9oK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpVdz9oK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpVdz9oK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpVdz9oK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpVdz9oK .mbr-section-title {
  color: #232323;
}
.cid-t6YpVdz9oK .mbr-text,
.cid-t6YpVdz9oK .mbr-section-btn {
  text-align: left;
}
.cid-t6YpVdz9oK .item-title {
  text-align: left;
}
.cid-t6YpVdz9oK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpUBhGMe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6YpUBhGMe .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpUBhGMe img,
.cid-t6YpUBhGMe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpUBhGMe .item:focus,
.cid-t6YpUBhGMe span:focus {
  outline: none;
}
.cid-t6YpUBhGMe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpUBhGMe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpUBhGMe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpUBhGMe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpUBhGMe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpUBhGMe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpUBhGMe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpUBhGMe .mbr-section-title {
  color: #232323;
}
.cid-t6YpUBhGMe .mbr-text,
.cid-t6YpUBhGMe .mbr-section-btn {
  text-align: left;
}
.cid-t6YpUBhGMe .item-title {
  text-align: left;
}
.cid-t6YpUBhGMe .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpTUXQ9n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6YpTUXQ9n img,
.cid-t6YpTUXQ9n .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpTUXQ9n .item:focus,
.cid-t6YpTUXQ9n span:focus {
  outline: none;
}
.cid-t6YpTUXQ9n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpTUXQ9n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpTUXQ9n .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpTUXQ9n .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpTUXQ9n .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpTUXQ9n .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpTUXQ9n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpTUXQ9n .mbr-section-title {
  color: #232323;
}
.cid-t6YpTUXQ9n .mbr-text,
.cid-t6YpTUXQ9n .mbr-section-btn {
  text-align: left;
}
.cid-t6YpTUXQ9n .item-title {
  text-align: left;
}
.cid-t6YpTUXQ9n .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpTilfPy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
.cid-t6YpTilfPy .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpTilfPy img,
.cid-t6YpTilfPy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpTilfPy .item:focus,
.cid-t6YpTilfPy span:focus {
  outline: none;
}
.cid-t6YpTilfPy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpTilfPy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpTilfPy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpTilfPy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpTilfPy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpTilfPy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpTilfPy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpTilfPy .mbr-section-title {
  color: #232323;
}
.cid-t6YpTilfPy .mbr-text,
.cid-t6YpTilfPy .mbr-section-btn {
  text-align: left;
}
.cid-t6YpTilfPy .item-title {
  text-align: left;
}
.cid-t6YpTilfPy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpSE1sRd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6YpSE1sRd img,
.cid-t6YpSE1sRd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpSE1sRd .item:focus,
.cid-t6YpSE1sRd span:focus {
  outline: none;
}
.cid-t6YpSE1sRd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpSE1sRd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpSE1sRd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpSE1sRd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpSE1sRd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpSE1sRd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpSE1sRd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpSE1sRd .mbr-section-title {
  color: #232323;
}
.cid-t6YpSE1sRd .mbr-text,
.cid-t6YpSE1sRd .mbr-section-btn {
  text-align: left;
}
.cid-t6YpSE1sRd .item-title {
  text-align: left;
}
.cid-t6YpSE1sRd .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6YpSisGqV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/w-1600x900.png");
}
.cid-t6YpSisGqV .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-t6YpSisGqV img,
.cid-t6YpSisGqV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t6YpSisGqV .item:focus,
.cid-t6YpSisGqV span:focus {
  outline: none;
}
.cid-t6YpSisGqV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6YpSisGqV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6YpSisGqV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6YpSisGqV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6YpSisGqV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6YpSisGqV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6YpSisGqV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6YpSisGqV .mbr-section-title {
  color: #232323;
}
.cid-t6YpSisGqV .mbr-text,
.cid-t6YpSisGqV .mbr-section-btn {
  text-align: left;
}
.cid-t6YpSisGqV .item-title {
  text-align: left;
}
.cid-t6YpSisGqV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-t6XWP6oHcp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6XWP6oHcp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6XWP6oHcp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6XWP6oHcp .row {
    text-align: center;
  }
  .cid-t6XWP6oHcp .row > div {
    margin: auto;
  }
  .cid-t6XWP6oHcp .social-row {
    justify-content: center;
  }
}
.cid-t6XWP6oHcp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6XWP6oHcp .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t6XWP6oHcp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6XWP6oHcp .list {
    margin-bottom: 0rem;
  }
}
.cid-t6XWP6oHcp .mbr-text {
  color: #353535;
}
.cid-t6XWP6oHcp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6XWP6oHcp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6XWP6oHcp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6XWP6oHcp H5 {
  color: #d76725;
}
.cid-t6XWP6oHcp .media-container-row .mbr-text {
  text-align: center;
}
.cid-u0SVYNaJeu .nav-item:focus,
.cid-u0SVYNaJeu .nav-link:focus {
  outline: none;
}
.cid-u0SVYNaJeu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u0SVYNaJeu .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u0SVYNaJeu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0SVYNaJeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0SVYNaJeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0SVYNaJeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0SVYNaJeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0SVYNaJeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0SVYNaJeu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0SVYNaJeu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u0SVYNaJeu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u0SVYNaJeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0SVYNaJeu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0SVYNaJeu .navbar-brand {
  display: flex;
  -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-u0SVYNaJeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0SVYNaJeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0SVYNaJeu .dropdown-item.active,
.cid-u0SVYNaJeu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0SVYNaJeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0SVYNaJeu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0SVYNaJeu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0SVYNaJeu .navbar-buttons {
  text-align: center;
}
.cid-u0SVYNaJeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0SVYNaJeu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0SVYNaJeu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0SVYNaJeu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u0SVYNaJeu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0SVYNaJeu .nav-link:hover,
.cid-u0SVYNaJeu .dropdown-item:hover,
.cid-u0SVYNaJeu .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-t6XJrOLr9M {
  background: #ffffff;
}
.cid-t6XJrOLr9M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t6XJrOLr9M .mbr-figure {
  margin: 0 auto;
}
.cid-t6XJrOLr9M figcaption {
  position: relative;
}
.cid-t6XJrOLr9M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6XJrOLr9M .image-block {
    width: 100% !important;
  }
}
.cid-t6XJrOLr9M .mbr-figure-caption div {
  color: #232323;
}
.cid-t7trRYEEYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/w2-1600x900.png");
}
@media (max-width: 767px) {
  .cid-t7trRYEEYt .row {
    flex-direction: column-reverse;
  }
  .cid-t7trRYEEYt .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7trRYEEYt .google-map {
  height: 100%;
  position: relative;
}
.cid-t7trRYEEYt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7trRYEEYt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7trRYEEYt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7trRYEEYt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7trRYEEYt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t7trRYEEYt .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-t7trRYEEYt .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t7trRYEEYt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7trRYEEYt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t7trRYEEYt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d76725;
}
.cid-t7trV7DqoZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d76725;
}
@media (min-width: 991px) {
  .cid-t7trV7DqoZ .container-fluid {
    padding-left: 0;
  }
}
.cid-t7trV7DqoZ .mbr-text,
.cid-t7trV7DqoZ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-t7trV7DqoZ .mbr-text,
  .cid-t7trV7DqoZ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-t7trV7DqoZ .mbr-text,
  .cid-t7trV7DqoZ .mbr-section-title {
    text-align: center;
  }
}
.cid-t7trV7DqoZ a.btn {
  height: 100%;
  margin: 0;
}
.cid-t7trV7DqoZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-t7trV7DqoZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t7trV7DqoZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7trV7DqoZ .justify-content-center {
  align-items: center;
}
.cid-t7trV7DqoZ .mbr-text {
  color: #fafafa;
}
.cid-t7trV7DqoZ .mbr-section-title {
  color: #fafafa;
}
.cid-t7trV7DqoZ H2 {
  text-align: left;
}
.cid-t6XJrSrKp9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6XJrSrKp9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6XJrSrKp9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t6XJrSrKp9 .row {
    text-align: center;
  }
  .cid-t6XJrSrKp9 .row > div {
    margin: auto;
  }
  .cid-t6XJrSrKp9 .social-row {
    justify-content: center;
  }
}
.cid-t6XJrSrKp9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6XJrSrKp9 .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t6XJrSrKp9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6XJrSrKp9 .list {
    margin-bottom: 0rem;
  }
}
.cid-t6XJrSrKp9 .mbr-text {
  color: #353535;
}
.cid-t6XJrSrKp9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6XJrSrKp9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6XJrSrKp9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6XJrSrKp9 H5 {
  color: #d76725;
}
.cid-t6XJrSrKp9 .media-container-row .mbr-text {
  text-align: center;
}
.cid-u0SVYNaJeu .nav-item:focus,
.cid-u0SVYNaJeu .nav-link:focus {
  outline: none;
}
.cid-u0SVYNaJeu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u0SVYNaJeu .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u0SVYNaJeu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0SVYNaJeu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0SVYNaJeu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0SVYNaJeu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0SVYNaJeu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0SVYNaJeu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0SVYNaJeu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0SVYNaJeu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0SVYNaJeu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0SVYNaJeu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u0SVYNaJeu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u0SVYNaJeu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0SVYNaJeu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0SVYNaJeu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0SVYNaJeu .navbar-brand {
  display: flex;
  -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-u0SVYNaJeu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0SVYNaJeu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0SVYNaJeu .dropdown-item.active,
.cid-u0SVYNaJeu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0SVYNaJeu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0SVYNaJeu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u0SVYNaJeu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0SVYNaJeu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0SVYNaJeu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0SVYNaJeu .navbar-buttons {
  text-align: center;
}
.cid-u0SVYNaJeu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0SVYNaJeu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0SVYNaJeu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0SVYNaJeu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0SVYNaJeu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0SVYNaJeu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0SVYNaJeu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u0SVYNaJeu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0SVYNaJeu .nav-link:hover,
.cid-u0SVYNaJeu .dropdown-item:hover,
.cid-u0SVYNaJeu .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
