body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'fira-sans-condensed-v10-latin-regular';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'fira-sans-condensed-v10-latin-regular';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'fira-sans-condensed-v10-latin-regular';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'fira-sans-condensed-v10-latin-regular';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'fira-sans-condensed-v10-latin-regular';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #7f1933 !important;
}
.bg-success {
  background-color: #ff3333 !important;
}
.bg-info {
  background-color: #5b686b !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4d0000 !important;
  border-color: #4d0000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4d0000 !important;
  border-color: #4d0000 !important;
}
.btn-secondary:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-info:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
}
.btn-success:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff3333;
  color: #ff3333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #7f1933 !important;
}
.text-secondary {
  color: #990000 !important;
}
.text-success {
  color: #ff3333 !important;
}
.text-info {
  color: #5b686b !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d42a55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff9999 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8e9b9e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a6d8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !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: #5b686b;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f1933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e66;
}
.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: #9ba7aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #7f1933;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f1933;
  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: #7f1933;
  border-bottom-color: #7f1933;
}
.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: #7f1933 !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: #990000 !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='%237f1933' %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-s1YkaMBSHT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s1YkaMBSHT .nav-item,
.cid-s1YkaMBSHT .nav-link,
.cid-s1YkaMBSHT .navbar-caption {
  font-weight: normal;
}
.cid-s1YkaMBSHT .nav-item:focus,
.cid-s1YkaMBSHT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1YkaMBSHT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YkaMBSHT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1YkaMBSHT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1YkaMBSHT .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1YkaMBSHT .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s1YkaMBSHT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1YkaMBSHT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YkaMBSHT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YkaMBSHT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YkaMBSHT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YkaMBSHT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YkaMBSHT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YkaMBSHT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s1YkaMBSHT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1YkaMBSHT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YkaMBSHT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YkaMBSHT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1YkaMBSHT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YkaMBSHT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YkaMBSHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YkaMBSHT .dropdown-item.active,
.cid-s1YkaMBSHT .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YkaMBSHT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YkaMBSHT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YkaMBSHT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s1YkaMBSHT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YkaMBSHT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YkaMBSHT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YkaMBSHT .navbar-buttons {
  text-align: center;
}
.cid-s1YkaMBSHT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YkaMBSHT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YkaMBSHT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1YkaMBSHT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s1YkaMBSHT .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1YkaMBSHT .soc-item {
  margin: .5rem .3rem;
}
.cid-s1YkaMBSHT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YkaMBSHT .navbar {
    height: 77px;
  }
  .cid-s1YkaMBSHT .navbar.opened {
    height: auto;
  }
  .cid-s1YkaMBSHT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s5nU8fQfbL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nU8fQfbL .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nU8fQfbL .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nU8fQfbL .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nU8fQfbL .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nU8fQfbL .mbr-text,
.cid-s5nU8fQfbL .mbr-section-btn {
  color: #999999;
}
.cid-s5nU8fQfbL .mbr-section-title {
  color: #ffffff;
}
.cid-s1YsO930Qv {
  overflow-x: hidden !important;
}
.cid-s1YsO930Qv,
.cid-s1YsO930Qv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s1YsO930Qv .mbr-section-title {
  color: #ffffff;
}
.cid-s1YsO930Qv .mbr-section-title span {
  color: #7f1933;
}
.cid-s1YsO930Qv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s1YsO930Qv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/16.-23.1.2020sing-an-dplay-ukulele-1280x460.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s1YsO930Qv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s1YsO930Qv .mbr-overlay {
  z-index: 1;
}
.cid-s1YsO930Qv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s5nSAHMk0Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nSAHMk0Y .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nSAHMk0Y .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nSAHMk0Y .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nSAHMk0Y .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nSAHMk0Y .mbr-text,
.cid-s5nSAHMk0Y .mbr-section-btn {
  color: #999999;
}
.cid-s5nSAHMk0Y .mbr-section-title {
  color: #ffffff;
}
.cid-s5nSPRybz8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #990000;
}
.cid-s5nSPRybz8 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nSPRybz8 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nSPRybz8 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nSPRybz8 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nSPRybz8 .mbr-text,
.cid-s5nSPRybz8 .mbr-section-btn {
  color: #999999;
}
.cid-s5nSPRybz8 .mbr-section-title {
  color: #ffffff;
}
.cid-s5nSPRybz8 .mbr-text,
.cid-s5nSPRybz8 .col {
  color: #ffffff;
}
.cid-s24mIMr0gB {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #990000;
  overflow: hidden;
}
.cid-s24mIMr0gB .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-s24mIMr0gB .container {
  padding: 0rem 0.5rem;
}
.cid-s24mIMr0gB .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-s24mIMr0gB .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-s24mIMr0gB .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-s24mIMr0gB .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-s24mIMr0gB .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-s24mIMr0gB .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-s24mIMr0gB .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-s24mIMr0gB .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-s24mIMr0gB .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-s24mIMr0gB .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-s24mIMr0gB .shop-items .price-block {
  position: relative;
}
.cid-s24mIMr0gB .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
}
@media (min-width: 767px) {
  .cid-s24mIMr0gB .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-s24mIMr0gB .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-s24mIMr0gB .categories {
  padding: 0;
}
.cid-s24mIMr0gB .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s24mIMr0gB .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-s24mIMr0gB .filter-by-d .btn:hover,
.cid-s24mIMr0gB .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-s24mIMr0gB .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-s24mIMr0gB .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-s24mIMr0gB .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-s24mIMr0gB .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-s24mIMr0gB .filter-by-pu .btn:hover,
.cid-s24mIMr0gB .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-s24mIMr0gB .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-s24mIMr0gB .filter-by-pd .btn:hover,
.cid-s24mIMr0gB .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-s24mIMr0gB .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-s24mIMr0gB .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-s24mIMr0gB .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-s24mIMr0gB .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-s24mIMr0gB .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-s24mIMr0gB .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-s24mIMr0gB .col-md-12 .sort-buttons {
  top: -40px;
}
.cid-s24mIMr0gB .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-s24mIMr0gB .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-s24mIMr0gB .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-s24mIMr0gB .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-s24mIMr0gB .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-s24mIMr0gB .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-s24mIMr0gB .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-s24mIMr0gB .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-s24mIMr0gB .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-s24mIMr0gB .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-s24mIMr0gB .col-md-12 .sort-buttons .filter-by-pu,
  .cid-s24mIMr0gB .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-s24mIMr0gB .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-s24mIMr0gB .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-s24mIMr0gB .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-s24mIMr0gB .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-s24mIMr0gB .sidebar-background:after {
  background-color: #a60000 !important;
  opacity: 0.8;
}
.cid-s24mIMr0gB .sidebar_wraper {
  background-color: #a60000 !important;
  opacity: 0.8;
}
.cid-s24mIMr0gB .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-s24mIMr0gB .shopItemsModal_wraper {
  left: 0;
}
.cid-s24mIMr0gB .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-s24mIMr0gB .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-s24mIMr0gB .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-s24mIMr0gB .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-s24mIMr0gB .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-s24mIMr0gB .mbr-shop .hide-modal {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #a60000;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s24mIMr0gB .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-s24mIMr0gB .mbr-shop .filter-by-pu,
.cid-s24mIMr0gB .mbr-shop .filter-by-pd,
.cid-s24mIMr0gB .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-s24mIMr0gB .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-s24mIMr0gB .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem h4,
.cid-s24mIMr0gB .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem h5,
.cid-s24mIMr0gB .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem p,
.cid-s24mIMr0gB .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-s24mIMr0gB .mbr-shop .item-button {
  text-align: center;
}
.cid-s24mIMr0gB .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-s24mIMr0gB .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-s24mIMr0gB .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-s24mIMr0gB .mbr-shop .sidebar-block {
  position: relative;
}
.cid-s24mIMr0gB .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-s24mIMr0gB .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #990000;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item__hided h4,
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item__hided h5,
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-s24mIMr0gB .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-s24mIMr0gB .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-s24mIMr0gB .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-s24mIMr0gB .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-s24mIMr0gB .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-s24mIMr0gB .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-s24mIMr0gB .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-s24mIMr0gB .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s24mIMr0gB .mbr-shop .range-controls {
  position: relative;
}
.cid-s24mIMr0gB .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-s24mIMr0gB .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-s24mIMr0gB .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-s24mIMr0gB .mbr-shop .toggle:hover,
.cid-s24mIMr0gB .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-s24mIMr0gB .mbr-shop .min-toggle {
  left: 0;
}
.cid-s24mIMr0gB .mbr-shop .max-toggle {
  right: 0;
}
.cid-s24mIMr0gB .mbr-shop .hided-by-price {
  display: none;
}
.cid-s24mIMr0gB .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-s24mIMr0gB .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-s24mIMr0gB .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px #d6d6d6;
}
.cid-s24mIMr0gB .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-s24mIMr0gB .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-s24mIMr0gB .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-s24mIMr0gB .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-s24mIMr0gB .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-s24mIMr0gB .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-s24mIMr0gB .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s24mIMr0gB .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s24mIMr0gB .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-s24mIMr0gB .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-s24mIMr0gB .mbr-shop .shop-items .onsale,
.cid-s24mIMr0gB .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-s24mIMr0gB .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-s24mIMr0gB .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-s24mIMr0gB .mbr-shop .price-range {
  display: inline-block;
}
.cid-s24mIMr0gB .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-s24mIMr0gB .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-s24mIMr0gB .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-s24mIMr0gB .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-s24mIMr0gB .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-s24mIMr0gB .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-s24mIMr0gB .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-s24mIMr0gB .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-s24mIMr0gB .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-s24mIMr0gB .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-s24mIMr0gB .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-s24mIMr0gB .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s24mIMr0gB .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-s24mIMr0gB .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-s24mIMr0gB .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-s24mIMr0gB .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-s24mIMr0gB .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-s24mIMr0gB .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-s24mIMr0gB .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-s24mIMr0gB .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-s24mIMr0gB .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-s24mIMr0gB .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s24mIMr0gB .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-s24mIMr0gB .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-s24mIMr0gB .mbr-gallery-filter li > .btn:before,
.cid-s24mIMr0gB .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-s24mIMr0gB li:not(.active) {
  color: #ffffff !important;
}
.cid-s24mIMr0gB li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-s24mIMr0gB .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-s24mIMr0gB .shop-item-price,
.cid-s24mIMr0gB .price-block {
  color: #ffffff;
  text-align: center;
}
.cid-s24mIMr0gB .card-description {
  color: #ffffff;
}
.cid-s1ZJgd32jR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .content {
    text-align: center;
  }
  .cid-s1ZJgd32jR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ZJgd32jR .logo-subtitle {
  color: #8d97ad;
}
.cid-s1ZJgd32jR .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1ZJgd32jR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ZJgd32jR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1ZJgd32jR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s1ZJgd32jR .footer-lower .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-s1ZJgd32jR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s1ZJgd32jR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1ZJgd32jR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1ZJgd32jR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ZJgd32jR .list-item {
  display: flex;
}
.cid-s1ZJgd32jR .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s1ZJgd32jR ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s1ZJgd32jR ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s1ZJgd32jR ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s1ZJgd32jR .column-title {
  color: #ffffff;
}
.cid-s1ZJgd32jR .mbr-text {
  color: #ffffff;
}
.cid-s1ZJgd32jR P {
  color: #ffffff;
}
.cid-s24tMPFBo3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s24tMPFBo3 .nav-item,
.cid-s24tMPFBo3 .nav-link,
.cid-s24tMPFBo3 .navbar-caption {
  font-weight: normal;
}
.cid-s24tMPFBo3 .nav-item:focus,
.cid-s24tMPFBo3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s24tMPFBo3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s24tMPFBo3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s24tMPFBo3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s24tMPFBo3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s24tMPFBo3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s24tMPFBo3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s24tMPFBo3 .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-s24tMPFBo3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s24tMPFBo3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s24tMPFBo3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s24tMPFBo3 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s24tMPFBo3 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s24tMPFBo3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s24tMPFBo3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s24tMPFBo3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s24tMPFBo3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s24tMPFBo3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s24tMPFBo3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s24tMPFBo3 .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-s24tMPFBo3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s24tMPFBo3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s24tMPFBo3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s24tMPFBo3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s24tMPFBo3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s24tMPFBo3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s24tMPFBo3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s24tMPFBo3 .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-s24tMPFBo3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s24tMPFBo3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s24tMPFBo3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s24tMPFBo3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s24tMPFBo3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s24tMPFBo3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s24tMPFBo3 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s24tMPFBo3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s24tMPFBo3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s24tMPFBo3 .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-s24tMPFBo3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s24tMPFBo3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s24tMPFBo3 .dropdown-item.active,
.cid-s24tMPFBo3 .dropdown-item:active {
  background-color: transparent;
}
.cid-s24tMPFBo3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s24tMPFBo3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s24tMPFBo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s24tMPFBo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s24tMPFBo3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s24tMPFBo3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s24tMPFBo3 .navbar-buttons {
  text-align: center;
}
.cid-s24tMPFBo3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s24tMPFBo3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s24tMPFBo3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s24tMPFBo3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s24tMPFBo3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s24tMPFBo3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s24tMPFBo3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s24tMPFBo3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s24tMPFBo3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s24tMPFBo3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s24tMPFBo3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s24tMPFBo3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s24tMPFBo3 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s24tMPFBo3 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s24tMPFBo3 .soc-item {
  margin: .5rem .3rem;
}
.cid-s24tMPFBo3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s24tMPFBo3 .navbar {
    height: 77px;
  }
  .cid-s24tMPFBo3 .navbar.opened {
    height: auto;
  }
  .cid-s24tMPFBo3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s25eSbSbqs {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s25eSbSbqs .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s25eSbSbqs .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s25eSbSbqs .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s25eSbSbqs .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s25eSbSbqs .mbr-text,
.cid-s25eSbSbqs .mbr-section-btn {
  color: #999999;
}
.cid-s25eSbSbqs .mbr-section-title {
  color: #ffffff;
}
.cid-s25evDWd08 {
  overflow-x: hidden !important;
}
.cid-s25evDWd08,
.cid-s25evDWd08 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s25evDWd08 .mbr-section-title {
  color: #ffffff;
}
.cid-s25evDWd08 .mbr-section-title span {
  color: #7f1933;
}
.cid-s25evDWd08 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s25evDWd08 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/giese-header2-2000x719.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s25evDWd08 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s25evDWd08 .mbr-overlay {
  z-index: 1;
}
.cid-s25evDWd08 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s5nUprPKdc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nUprPKdc .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nUprPKdc .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nUprPKdc .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nUprPKdc .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nUprPKdc .mbr-text,
.cid-s5nUprPKdc .mbr-section-btn {
  color: #999999;
}
.cid-s5nUprPKdc .mbr-section-title {
  color: #ffffff;
}
.cid-s24tMQvRRz {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s24tMQvRRz .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s24tMQvRRz .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s24tMQvRRz .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s24tMQvRRz .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s24tMQvRRz .mbr-text,
.cid-s24tMQvRRz .mbr-section-btn {
  color: #999999;
}
.cid-s24tMQvRRz .mbr-text,
.cid-s24tMQvRRz .col {
  color: #ffffff;
}
.cid-s24tMQvRRz .mbr-section-title {
  color: #ffffff;
}
.cid-s24tMR0i0l {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s24tMR0i0l .card-header {
  background: transparent;
}
.cid-s24tMR0i0l img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s24tMR0i0l .wrapper {
    padding: 0;
  }
  .cid-s24tMR0i0l img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-s24tMR0i0l .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-s24tMR0i0l .mbr-iconfont:before {
  content: "\e960";
}
.cid-s24tMR0i0l .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s24tMR0i0l .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s24tMR0i0l .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s24tMR0i0l .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s24tMR0i0l .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-s24tMR0i0l .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-s24tMR0i0l h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-s24tMR0i0l .wrapper {
    padding: 2rem 1rem;
  }
  .cid-s24tMR0i0l h5 {
    padding: 1rem 0rem;
  }
}
.cid-s24tMR0i0l .mbr-text,
.cid-s24tMR0i0l .mbr-section-btn {
  color: #ffffff;
}
.cid-s24tMR0i0l .panel-text {
  color: #ffffff;
}
.cid-s24tMR0i0l H4 {
  color: #ffffff;
}
.cid-s24tMR0i0l H5 {
  color: #ffffff;
}
.cid-s24tMR0i0l H3 {
  color: #ffffff;
}
.cid-s9ZChjwhv7 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s9ZChjwhv7 .card-header {
  background: transparent;
}
.cid-s9ZChjwhv7 img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s9ZChjwhv7 .wrapper {
    padding: 0;
  }
  .cid-s9ZChjwhv7 img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-s9ZChjwhv7 .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-s9ZChjwhv7 .mbr-iconfont:before {
  content: "\e960";
}
.cid-s9ZChjwhv7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s9ZChjwhv7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s9ZChjwhv7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s9ZChjwhv7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s9ZChjwhv7 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-s9ZChjwhv7 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-s9ZChjwhv7 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-s9ZChjwhv7 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-s9ZChjwhv7 h5 {
    padding: 1rem 0rem;
  }
}
.cid-s9ZChjwhv7 .mbr-text,
.cid-s9ZChjwhv7 .mbr-section-btn {
  color: #ffffff;
}
.cid-s9ZChjwhv7 .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-s9ZChjwhv7 H4 {
  color: #ffffff;
}
.cid-s9ZChjwhv7 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-s9ZChjwhv7 H3 {
  color: #ffffff;
}
.cid-s9ZChjwhv7 DIV {
  text-align: center;
}
.cid-sa5sLffjKr {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-sa5sLffjKr .card-header {
  background: transparent;
}
.cid-sa5sLffjKr img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sa5sLffjKr .wrapper {
    padding: 0;
  }
  .cid-sa5sLffjKr img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sa5sLffjKr .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-sa5sLffjKr .mbr-iconfont:before {
  content: "\e960";
}
.cid-sa5sLffjKr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sa5sLffjKr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sa5sLffjKr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sa5sLffjKr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sa5sLffjKr .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sa5sLffjKr .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sa5sLffjKr h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-sa5sLffjKr .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sa5sLffjKr h5 {
    padding: 1rem 0rem;
  }
}
.cid-sa5sLffjKr .mbr-text,
.cid-sa5sLffjKr .mbr-section-btn {
  color: #ffffff;
}
.cid-sa5sLffjKr .panel-text {
  color: #ffffff;
}
.cid-sa5sLffjKr H4 {
  color: #ffffff;
}
.cid-sa5sLffjKr H5 {
  color: #ffffff;
}
.cid-sa5sLffjKr H3 {
  color: #ffffff;
}
.cid-s24tMTmRXd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s24tMTmRXd .content {
    text-align: center;
  }
  .cid-s24tMTmRXd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s24tMTmRXd .logo-subtitle {
  color: #8d97ad;
}
.cid-s24tMTmRXd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s24tMTmRXd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s24tMTmRXd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s24tMTmRXd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s24tMTmRXd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s24tMTmRXd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s24tMTmRXd .footer-lower .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-s24tMTmRXd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s24tMTmRXd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s24tMTmRXd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s24tMTmRXd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s24tMTmRXd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s24tMTmRXd .list-item {
  display: flex;
}
.cid-s24tMTmRXd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s24tMTmRXd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s24tMTmRXd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s24tMTmRXd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s24tMTmRXd .column-title {
  color: #ffffff;
}
.cid-s24tMTmRXd .mbr-text {
  color: #ffffff;
}
.cid-s24tMTmRXd P {
  color: #ffffff;
}
.cid-s2a6Nc7esm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2a6Nc7esm .nav-item,
.cid-s2a6Nc7esm .nav-link,
.cid-s2a6Nc7esm .navbar-caption {
  font-weight: normal;
}
.cid-s2a6Nc7esm .nav-item:focus,
.cid-s2a6Nc7esm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2a6Nc7esm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2a6Nc7esm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2a6Nc7esm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2a6Nc7esm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2a6Nc7esm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a6Nc7esm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2a6Nc7esm .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-s2a6Nc7esm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a6Nc7esm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2a6Nc7esm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2a6Nc7esm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2a6Nc7esm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2a6Nc7esm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2a6Nc7esm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a6Nc7esm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a6Nc7esm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2a6Nc7esm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a6Nc7esm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a6Nc7esm .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-s2a6Nc7esm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2a6Nc7esm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2a6Nc7esm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2a6Nc7esm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a6Nc7esm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a6Nc7esm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2a6Nc7esm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a6Nc7esm .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-s2a6Nc7esm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2a6Nc7esm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2a6Nc7esm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2a6Nc7esm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a6Nc7esm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2a6Nc7esm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2a6Nc7esm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2a6Nc7esm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2a6Nc7esm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a6Nc7esm .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-s2a6Nc7esm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2a6Nc7esm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a6Nc7esm .dropdown-item.active,
.cid-s2a6Nc7esm .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a6Nc7esm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2a6Nc7esm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2a6Nc7esm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2a6Nc7esm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2a6Nc7esm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2a6Nc7esm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2a6Nc7esm .navbar-buttons {
  text-align: center;
}
.cid-s2a6Nc7esm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2a6Nc7esm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2a6Nc7esm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a6Nc7esm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a6Nc7esm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a6Nc7esm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a6Nc7esm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a6Nc7esm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a6Nc7esm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a6Nc7esm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a6Nc7esm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2a6Nc7esm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2a6Nc7esm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2a6Nc7esm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2a6Nc7esm .soc-item {
  margin: .5rem .3rem;
}
.cid-s2a6Nc7esm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2a6Nc7esm .navbar {
    height: 77px;
  }
  .cid-s2a6Nc7esm .navbar.opened {
    height: auto;
  }
  .cid-s2a6Nc7esm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2a6NcKQD9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s2a6NcKQD9 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2a6NcKQD9 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2a6NcKQD9 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2a6NcKQD9 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2a6NcKQD9 .mbr-text,
.cid-s2a6NcKQD9 .mbr-section-btn {
  color: #999999;
}
.cid-s2a6NcKQD9 .mbr-section-title {
  color: #ffffff;
}
.cid-s2a7q3ZIUT {
  background-color: #a60000;
}
.cid-s2a7q3ZIUT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s2a7q3ZIUT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s2a7q3ZIUT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2a7q3ZIUT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-s2a7q3ZIUT .image-element {
    padding-left: 0;
  }
}
.cid-s2a7q3ZIUT .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s2a7q3ZIUT .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-s2a7q3ZIUT .brown {
  color: #7f1933;
}
.cid-s2a7q3ZIUT .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2a7q3ZIUT .paragraphs-wrapper .first-paragraph,
.cid-s2a7q3ZIUT .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s2a7q3ZIUT .image-element {
    padding-top: 1rem;
  }
  .cid-s2a7q3ZIUT .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2a7q3ZIUT .paragraphs-wrapper .first-paragraph,
  .cid-s2a7q3ZIUT .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2a7q3ZIUT .first-paragraph,
  .cid-s2a7q3ZIUT .second-paragraph {
    width: 50%;
  }
  .cid-s2a7q3ZIUT .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s2a7q3ZIUT .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s2a7q3ZIUT .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-s2a7q3ZIUT .mbr-section-title,
  .cid-s2a7q3ZIUT .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2a7q3ZIUT .mbr-text,
.cid-s2a7q3ZIUT .mbr-section-btn {
  color: #cccccc;
}
.cid-s2a7q3ZIUT .title,
.cid-s2a7q3ZIUT .brown {
  color: #ffffff;
}
.cid-s2a6NhxAW1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2a6NhxAW1 .content {
    text-align: center;
  }
  .cid-s2a6NhxAW1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2a6NhxAW1 .logo-subtitle {
  color: #8d97ad;
}
.cid-s2a6NhxAW1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2a6NhxAW1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2a6NhxAW1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2a6NhxAW1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2a6NhxAW1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2a6NhxAW1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2a6NhxAW1 .footer-lower .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-s2a6NhxAW1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2a6NhxAW1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2a6NhxAW1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2a6NhxAW1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2a6NhxAW1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2a6NhxAW1 .list-item {
  display: flex;
}
.cid-s2a6NhxAW1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2a6NhxAW1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2a6NhxAW1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2a6NhxAW1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2a6NhxAW1 .column-title {
  color: #ffffff;
}
.cid-s2a6NhxAW1 .mbr-text {
  color: #ffffff;
}
.cid-s2a6NhxAW1 P {
  color: #ffffff;
}
.cid-s2ae4thIpH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2ae4thIpH .nav-item,
.cid-s2ae4thIpH .nav-link,
.cid-s2ae4thIpH .navbar-caption {
  font-weight: normal;
}
.cid-s2ae4thIpH .nav-item:focus,
.cid-s2ae4thIpH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2ae4thIpH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2ae4thIpH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2ae4thIpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2ae4thIpH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2ae4thIpH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2ae4thIpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2ae4thIpH .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-s2ae4thIpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2ae4thIpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2ae4thIpH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2ae4thIpH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2ae4thIpH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2ae4thIpH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2ae4thIpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2ae4thIpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2ae4thIpH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2ae4thIpH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2ae4thIpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2ae4thIpH .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-s2ae4thIpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2ae4thIpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ae4thIpH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2ae4thIpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2ae4thIpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2ae4thIpH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2ae4thIpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2ae4thIpH .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-s2ae4thIpH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2ae4thIpH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2ae4thIpH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2ae4thIpH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2ae4thIpH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2ae4thIpH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2ae4thIpH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2ae4thIpH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2ae4thIpH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2ae4thIpH .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-s2ae4thIpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2ae4thIpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2ae4thIpH .dropdown-item.active,
.cid-s2ae4thIpH .dropdown-item:active {
  background-color: transparent;
}
.cid-s2ae4thIpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2ae4thIpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2ae4thIpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2ae4thIpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2ae4thIpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2ae4thIpH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2ae4thIpH .navbar-buttons {
  text-align: center;
}
.cid-s2ae4thIpH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2ae4thIpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2ae4thIpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2ae4thIpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2ae4thIpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2ae4thIpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2ae4thIpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2ae4thIpH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2ae4thIpH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2ae4thIpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2ae4thIpH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2ae4thIpH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ae4thIpH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2ae4thIpH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2ae4thIpH .soc-item {
  margin: .5rem .3rem;
}
.cid-s2ae4thIpH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2ae4thIpH .navbar {
    height: 77px;
  }
  .cid-s2ae4thIpH .navbar.opened {
    height: auto;
  }
  .cid-s2ae4thIpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2ae4u8u75 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s2ae4u8u75 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2ae4u8u75 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2ae4u8u75 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2ae4u8u75 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2ae4u8u75 .mbr-text,
.cid-s2ae4u8u75 .mbr-section-btn {
  color: #999999;
}
.cid-s2ae4u8u75 .mbr-section-title {
  color: #ffffff;
}
.cid-s2afZVo1cc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/standbild-1197x664.jpg");
}
.cid-s2afZVo1cc .link-align {
  width: 100%;
}
.cid-s2afZVo1cc .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-s2afZVo1cc .mbr-text,
.cid-s2afZVo1cc .link-align {
  color: #ffffff;
}
.cid-s2afZVo1cc .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-s2afZVo1cc .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-s2afZVo1cc .icon-wrap span {
  padding-left: 4px;
}
.cid-s2afZVo1cc .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s2afZVo1cc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s2afZVo1cc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2afZVo1cc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2afZVo1cc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2afZVo1cc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2afZVo1cc a.close:hover {
  color: #ffffff;
}
.cid-s5nUG7GrGa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nUG7GrGa .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nUG7GrGa .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nUG7GrGa .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nUG7GrGa .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nUG7GrGa .mbr-text,
.cid-s5nUG7GrGa .mbr-section-btn {
  color: #999999;
}
.cid-s5nUG7GrGa .mbr-section-title {
  color: #ffffff;
}
.cid-s2ae4uACWS {
  background-color: #990000;
}
.cid-s2ae4uACWS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s2ae4uACWS .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s2ae4uACWS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ae4uACWS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-s2ae4uACWS .image-element {
    padding-left: 0;
  }
}
.cid-s2ae4uACWS .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s2ae4uACWS .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-s2ae4uACWS .brown {
  color: #7f1933;
}
.cid-s2ae4uACWS .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ae4uACWS .paragraphs-wrapper .first-paragraph,
.cid-s2ae4uACWS .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s2ae4uACWS .image-element {
    padding-top: 1rem;
  }
  .cid-s2ae4uACWS .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s2ae4uACWS .paragraphs-wrapper .first-paragraph,
  .cid-s2ae4uACWS .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2ae4uACWS .first-paragraph,
  .cid-s2ae4uACWS .second-paragraph {
    width: 50%;
  }
  .cid-s2ae4uACWS .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s2ae4uACWS .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s2ae4uACWS .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-s2ae4uACWS .mbr-section-title,
  .cid-s2ae4uACWS .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2ae4uACWS .mbr-text,
.cid-s2ae4uACWS .mbr-section-btn {
  color: #c1c1c1;
}
.cid-s2ae4uACWS .title,
.cid-s2ae4uACWS .brown {
  color: #ffffff;
}
.cid-s2boTJPOBc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #990000;
}
.cid-s2boTJPOBc H1 {
  color: #ffffff;
}
.cid-s2boTJPOBc .mbr-text,
.cid-s2boTJPOBc .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-s2boTJPOBc img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s2boTJPOBc .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s2boTJPOBc img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-s2ae4vghqJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2ae4vghqJ .content {
    text-align: center;
  }
  .cid-s2ae4vghqJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2ae4vghqJ .logo-subtitle {
  color: #8d97ad;
}
.cid-s2ae4vghqJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2ae4vghqJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2ae4vghqJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2ae4vghqJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2ae4vghqJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2ae4vghqJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2ae4vghqJ .footer-lower .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-s2ae4vghqJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2ae4vghqJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2ae4vghqJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2ae4vghqJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2ae4vghqJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2ae4vghqJ .list-item {
  display: flex;
}
.cid-s2ae4vghqJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2ae4vghqJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2ae4vghqJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2ae4vghqJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2ae4vghqJ .column-title {
  color: #ffffff;
}
.cid-s2ae4vghqJ .mbr-text {
  color: #ffffff;
}
.cid-s2ae4vghqJ P {
  color: #ffffff;
}
.cid-s2gOdyJ5hY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2gOdyJ5hY .nav-item,
.cid-s2gOdyJ5hY .nav-link,
.cid-s2gOdyJ5hY .navbar-caption {
  font-weight: normal;
}
.cid-s2gOdyJ5hY .nav-item:focus,
.cid-s2gOdyJ5hY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2gOdyJ5hY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2gOdyJ5hY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2gOdyJ5hY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2gOdyJ5hY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2gOdyJ5hY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2gOdyJ5hY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2gOdyJ5hY .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-s2gOdyJ5hY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2gOdyJ5hY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2gOdyJ5hY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2gOdyJ5hY .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2gOdyJ5hY .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2gOdyJ5hY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2gOdyJ5hY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2gOdyJ5hY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2gOdyJ5hY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2gOdyJ5hY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2gOdyJ5hY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2gOdyJ5hY .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-s2gOdyJ5hY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2gOdyJ5hY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2gOdyJ5hY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2gOdyJ5hY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2gOdyJ5hY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2gOdyJ5hY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2gOdyJ5hY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2gOdyJ5hY .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-s2gOdyJ5hY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2gOdyJ5hY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2gOdyJ5hY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2gOdyJ5hY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2gOdyJ5hY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2gOdyJ5hY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2gOdyJ5hY .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2gOdyJ5hY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2gOdyJ5hY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2gOdyJ5hY .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-s2gOdyJ5hY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2gOdyJ5hY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2gOdyJ5hY .dropdown-item.active,
.cid-s2gOdyJ5hY .dropdown-item:active {
  background-color: transparent;
}
.cid-s2gOdyJ5hY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2gOdyJ5hY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2gOdyJ5hY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2gOdyJ5hY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2gOdyJ5hY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2gOdyJ5hY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2gOdyJ5hY .navbar-buttons {
  text-align: center;
}
.cid-s2gOdyJ5hY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2gOdyJ5hY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2gOdyJ5hY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2gOdyJ5hY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOdyJ5hY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOdyJ5hY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2gOdyJ5hY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOdyJ5hY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2gOdyJ5hY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2gOdyJ5hY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOdyJ5hY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2gOdyJ5hY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2gOdyJ5hY .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2gOdyJ5hY .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2gOdyJ5hY .soc-item {
  margin: .5rem .3rem;
}
.cid-s2gOdyJ5hY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2gOdyJ5hY .navbar {
    height: 77px;
  }
  .cid-s2gOdyJ5hY .navbar.opened {
    height: auto;
  }
  .cid-s2gOdyJ5hY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2gOdzkZPm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s2gOdzkZPm .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2gOdzkZPm .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2gOdzkZPm .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2gOdzkZPm .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2gOdzkZPm .mbr-text,
.cid-s2gOdzkZPm .mbr-section-btn {
  color: #999999;
}
.cid-s2gOdzkZPm .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOdzE20a {
  overflow-x: hidden !important;
}
.cid-s2gOdzE20a,
.cid-s2gOdzE20a .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s2gOdzE20a .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOdzE20a .mbr-section-title span {
  color: #7f1933;
}
.cid-s2gOdzE20a .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s2gOdzE20a .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/kontakt-2000x719.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s2gOdzE20a .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s2gOdzE20a .mbr-overlay {
  z-index: 1;
}
.cid-s2gOdzE20a .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s5nUt2SQGa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nUt2SQGa .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nUt2SQGa .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nUt2SQGa .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nUt2SQGa .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nUt2SQGa .mbr-text,
.cid-s5nUt2SQGa .mbr-section-btn {
  color: #999999;
}
.cid-s5nUt2SQGa .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOdzWLXv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s2gOdzWLXv .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2gOdzWLXv .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2gOdzWLXv .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2gOdzWLXv .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2gOdzWLXv .mbr-text,
.cid-s2gOdzWLXv .mbr-section-btn {
  color: #999999;
}
.cid-s2gOdzWLXv .mbr-text,
.cid-s2gOdzWLXv .col {
  color: #ffffff;
}
.cid-s2gOdzWLXv .mbr-section-title {
  color: #ffffff;
}
.cid-s2hzYobEZq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s2hzYobEZq .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2hzYobEZq .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2hzYobEZq .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2hzYobEZq .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2hzYobEZq .mbr-text,
.cid-s2hzYobEZq .mbr-section-btn {
  color: #999999;
}
.cid-s2hzYobEZq .mbr-text,
.cid-s2hzYobEZq .col {
  color: #ffffff;
}
.cid-s2hzYobEZq .mbr-section-title {
  color: #ffffff;
}
.cid-s2hA0UCp4q {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-s2hA0UCp4q .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2hA0UCp4q .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2hA0UCp4q .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2hA0UCp4q .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2hA0UCp4q .mbr-text,
.cid-s2hA0UCp4q .mbr-section-btn {
  color: #999999;
}
.cid-s2hA0UCp4q .mbr-text,
.cid-s2hA0UCp4q .col {
  color: #ffffff;
}
.cid-s2hA0UCp4q .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOdBFy5S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2gOdBFy5S .content {
    text-align: center;
  }
  .cid-s2gOdBFy5S .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2gOdBFy5S .logo-subtitle {
  color: #8d97ad;
}
.cid-s2gOdBFy5S .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2gOdBFy5S .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2gOdBFy5S .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2gOdBFy5S .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2gOdBFy5S .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2gOdBFy5S .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2gOdBFy5S .footer-lower .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-s2gOdBFy5S .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2gOdBFy5S .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2gOdBFy5S .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2gOdBFy5S .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2gOdBFy5S .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2gOdBFy5S .list-item {
  display: flex;
}
.cid-s2gOdBFy5S .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2gOdBFy5S ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2gOdBFy5S ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2gOdBFy5S ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2gOdBFy5S .column-title {
  color: #ffffff;
}
.cid-s2gOdBFy5S .mbr-text {
  color: #ffffff;
}
.cid-s2gOdBFy5S P {
  color: #ffffff;
}
.cid-s2gOoav8DJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2gOoav8DJ .nav-item,
.cid-s2gOoav8DJ .nav-link,
.cid-s2gOoav8DJ .navbar-caption {
  font-weight: normal;
}
.cid-s2gOoav8DJ .nav-item:focus,
.cid-s2gOoav8DJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2gOoav8DJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2gOoav8DJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2gOoav8DJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2gOoav8DJ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2gOoav8DJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2gOoav8DJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2gOoav8DJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2gOoav8DJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2gOoav8DJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2gOoav8DJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2gOoav8DJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2gOoav8DJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2gOoav8DJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2gOoav8DJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2gOoav8DJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2gOoav8DJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2gOoav8DJ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2gOoav8DJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2gOoav8DJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2gOoav8DJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2gOoav8DJ .dropdown-item.active,
.cid-s2gOoav8DJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s2gOoav8DJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2gOoav8DJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2gOoav8DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2gOoav8DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2gOoav8DJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2gOoav8DJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2gOoav8DJ .navbar-buttons {
  text-align: center;
}
.cid-s2gOoav8DJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOoav8DJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2gOoav8DJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2gOoav8DJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2gOoav8DJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2gOoav8DJ .soc-item {
  margin: .5rem .3rem;
}
.cid-s2gOoav8DJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2gOoav8DJ .navbar {
    height: 77px;
  }
  .cid-s2gOoav8DJ .navbar.opened {
    height: auto;
  }
  .cid-s2gOoav8DJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2gOobhF8Q {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s2gOobhF8Q .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2gOobhF8Q .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2gOobhF8Q .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2gOobhF8Q .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2gOobhF8Q .mbr-text,
.cid-s2gOobhF8Q .mbr-section-btn {
  color: #999999;
}
.cid-s2gOobhF8Q .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOobCHQ5 {
  overflow-x: hidden !important;
}
.cid-s2gOobCHQ5,
.cid-s2gOobCHQ5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s2gOobCHQ5 .mbr-section-title {
  color: #ffffff;
}
.cid-s2gOobCHQ5 .mbr-section-title span {
  color: #7f1933;
}
.cid-s2gOobCHQ5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s2gOobCHQ5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/workshops-2000x719.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s2gOobCHQ5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s2gOobCHQ5 .mbr-overlay {
  z-index: 1;
}
.cid-s2gOobCHQ5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s5nUwujq6z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nUwujq6z .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nUwujq6z .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nUwujq6z .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nUwujq6z .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nUwujq6z .mbr-text,
.cid-s5nUwujq6z .mbr-section-btn {
  color: #999999;
}
.cid-s5nUwujq6z .mbr-section-title {
  color: #ffffff;
}
.cid-sacq8VFoC6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fond-forte-2-2b-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-sacq8VFoC6 .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-sacq8VFoC6 .image-wrap img {
  width: 100%;
}
.cid-sacq8VFoC6 .mbr-desc {
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 120%;
}
.cid-sacq8VFoC6 .tab-content {
  padding: 4rem 3rem 3rem 3rem;
  border-top: 3px solid #ff3333;
  -webkit-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  background: #a60000;
}
.cid-sacq8VFoC6 .nav {
  border: none;
}
.cid-sacq8VFoC6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sacq8VFoC6 .card-box {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-sacq8VFoC6 .card-box .mbr-price {
  margin: 0;
}
.cid-sacq8VFoC6 .card-box .mbr-text {
  line-height: 1;
}
.cid-sacq8VFoC6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border: 0 !important;
}
.cid-sacq8VFoC6 .nav-tabs .nav-link:hover {
  color: #ff3333;
  border: 0 !important;
}
.cid-sacq8VFoC6 .nav-tabs .nav-link.active {
  color: #ff3333;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sacq8VFoC6 .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-sacq8VFoC6 .mbr-text {
  color: #ff3333;
}
.cid-s2gOodJhpX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .content {
    text-align: center;
  }
  .cid-s2gOodJhpX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2gOodJhpX .logo-subtitle {
  color: #8d97ad;
}
.cid-s2gOodJhpX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2gOodJhpX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2gOodJhpX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2gOodJhpX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2gOodJhpX .footer-lower .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-s2gOodJhpX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2gOodJhpX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2gOodJhpX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2gOodJhpX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2gOodJhpX .list-item {
  display: flex;
}
.cid-s2gOodJhpX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2gOodJhpX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2gOodJhpX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2gOodJhpX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2gOodJhpX .column-title {
  color: #ffffff;
}
.cid-s2gOodJhpX .mbr-text {
  color: #ffffff;
}
.cid-s2gOodJhpX P {
  color: #ffffff;
}
.cid-s2hbQEpKvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2hbQEpKvB .nav-item,
.cid-s2hbQEpKvB .nav-link,
.cid-s2hbQEpKvB .navbar-caption {
  font-weight: normal;
}
.cid-s2hbQEpKvB .nav-item:focus,
.cid-s2hbQEpKvB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2hbQEpKvB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2hbQEpKvB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2hbQEpKvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2hbQEpKvB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2hbQEpKvB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2hbQEpKvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2hbQEpKvB .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-s2hbQEpKvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2hbQEpKvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2hbQEpKvB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2hbQEpKvB .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2hbQEpKvB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2hbQEpKvB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2hbQEpKvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2hbQEpKvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2hbQEpKvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2hbQEpKvB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2hbQEpKvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2hbQEpKvB .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-s2hbQEpKvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2hbQEpKvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2hbQEpKvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2hbQEpKvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2hbQEpKvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2hbQEpKvB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2hbQEpKvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2hbQEpKvB .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-s2hbQEpKvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2hbQEpKvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2hbQEpKvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2hbQEpKvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2hbQEpKvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2hbQEpKvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2hbQEpKvB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2hbQEpKvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2hbQEpKvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2hbQEpKvB .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-s2hbQEpKvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2hbQEpKvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2hbQEpKvB .dropdown-item.active,
.cid-s2hbQEpKvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s2hbQEpKvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2hbQEpKvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2hbQEpKvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2hbQEpKvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2hbQEpKvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2hbQEpKvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2hbQEpKvB .navbar-buttons {
  text-align: center;
}
.cid-s2hbQEpKvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2hbQEpKvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2hbQEpKvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2hbQEpKvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2hbQEpKvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2hbQEpKvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2hbQEpKvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2hbQEpKvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2hbQEpKvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2hbQEpKvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2hbQEpKvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2hbQEpKvB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2hbQEpKvB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2hbQEpKvB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2hbQEpKvB .soc-item {
  margin: .5rem .3rem;
}
.cid-s2hbQEpKvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2hbQEpKvB .navbar {
    height: 77px;
  }
  .cid-s2hbQEpKvB .navbar.opened {
    height: auto;
  }
  .cid-s2hbQEpKvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2hbQF78Ni {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s2hbQF78Ni .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s2hbQF78Ni .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s2hbQF78Ni .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s2hbQF78Ni .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s2hbQF78Ni .mbr-text,
.cid-s2hbQF78Ni .mbr-section-btn {
  color: #999999;
}
.cid-s2hbQF78Ni .mbr-section-title {
  color: #ffffff;
}
.cid-s2hbQFrp79 {
  overflow-x: hidden !important;
}
.cid-s2hbQFrp79,
.cid-s2hbQFrp79 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s2hbQFrp79 .mbr-section-title {
  color: #ffffff;
}
.cid-s2hbQFrp79 .mbr-section-title span {
  color: #7f1933;
}
.cid-s2hbQFrp79 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s2hbQFrp79 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/programme-montage-2000x719.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s2hbQFrp79 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s2hbQFrp79 .mbr-overlay {
  z-index: 1;
}
.cid-s2hbQFrp79 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s5nUzZeVkt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-s5nUzZeVkt .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s5nUzZeVkt .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s5nUzZeVkt .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s5nUzZeVkt .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5nUzZeVkt .mbr-text,
.cid-s5nUzZeVkt .mbr-section-btn {
  color: #999999;
}
.cid-s5nUzZeVkt .mbr-section-title {
  color: #ffffff;
}
.cid-u9rzfx1Qa0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fond-forte-2-2b-1-2000x1500.jpg");
  background-attachment: fixed;
}
.cid-u9rzfx1Qa0 .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-u9rzfx1Qa0 .image-wrap img {
  width: 100%;
}
.cid-u9rzfx1Qa0 .mbr-desc {
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 120%;
}
.cid-u9rzfx1Qa0 .tab-content {
  padding: 4rem 3rem 3rem 3rem;
  border-top: 3px solid #ff3333;
  -webkit-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  background: #a60000;
}
.cid-u9rzfx1Qa0 .nav {
  border: none;
}
.cid-u9rzfx1Qa0 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9rzfx1Qa0 .card-box {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-u9rzfx1Qa0 .card-box .mbr-price {
  margin: 0;
}
.cid-u9rzfx1Qa0 .card-box .mbr-text {
  line-height: 1;
}
.cid-u9rzfx1Qa0 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border: 0 !important;
}
.cid-u9rzfx1Qa0 .nav-tabs .nav-link:hover {
  color: #ff3333;
  border: 0 !important;
}
.cid-u9rzfx1Qa0 .nav-tabs .nav-link.active {
  color: #ff3333;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u9rzfx1Qa0 .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-u9rzfx1Qa0 .mbr-text {
  color: #ff3333;
}
.cid-s2hbQHyY6l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2hbQHyY6l .content {
    text-align: center;
  }
  .cid-s2hbQHyY6l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2hbQHyY6l .logo-subtitle {
  color: #8d97ad;
}
.cid-s2hbQHyY6l .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2hbQHyY6l .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2hbQHyY6l .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2hbQHyY6l .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2hbQHyY6l .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2hbQHyY6l .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2hbQHyY6l .footer-lower .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-s2hbQHyY6l .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2hbQHyY6l .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2hbQHyY6l .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2hbQHyY6l .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2hbQHyY6l .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2hbQHyY6l .list-item {
  display: flex;
}
.cid-s2hbQHyY6l .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2hbQHyY6l ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2hbQHyY6l ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2hbQHyY6l ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2hbQHyY6l .column-title {
  color: #ffffff;
}
.cid-s2hbQHyY6l .mbr-text {
  color: #ffffff;
}
.cid-s2hbQHyY6l P {
  color: #ffffff;
}
.cid-uDJm4pZEYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uDJm4pZEYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJm4pZEYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJm4pZEYi .nav-tabs .nav-item.open .nav-link:focus,
.cid-uDJm4pZEYi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uDJm4pZEYi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uDJm4pZEYi .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uDJm4pZEYi .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uDJm4pZEYi .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uDJm4pZEYi .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uDJm4pZEYi .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: #000000 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uDJm4pZEYi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDJm4pZEYi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uDJm4pZEYi .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-uDJm4pZEYi .content-head {
  max-width: 800px;
}
.cid-uDJm4pZEYi .item-wrapper {
  background-color: #000000;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uDJm4pZEYi .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-sgjjXkTkWM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjjXkTkWM .nav-item,
.cid-sgjjXkTkWM .nav-link,
.cid-sgjjXkTkWM .navbar-caption {
  font-weight: normal;
}
.cid-sgjjXkTkWM .nav-item:focus,
.cid-sgjjXkTkWM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjjXkTkWM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjjXkTkWM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjjXkTkWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjjXkTkWM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjjXkTkWM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjjXkTkWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjjXkTkWM .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-sgjjXkTkWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjjXkTkWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjjXkTkWM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjjXkTkWM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjjXkTkWM .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjjXkTkWM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjjXkTkWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjjXkTkWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjjXkTkWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjjXkTkWM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjjXkTkWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjjXkTkWM .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-sgjjXkTkWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjjXkTkWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjjXkTkWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjjXkTkWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjjXkTkWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjjXkTkWM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjjXkTkWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjjXkTkWM .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-sgjjXkTkWM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjjXkTkWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjjXkTkWM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjjXkTkWM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjjXkTkWM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjjXkTkWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjjXkTkWM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjjXkTkWM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjjXkTkWM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjjXkTkWM .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-sgjjXkTkWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjjXkTkWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjjXkTkWM .dropdown-item.active,
.cid-sgjjXkTkWM .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjjXkTkWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjjXkTkWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjjXkTkWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjjXkTkWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjjXkTkWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjjXkTkWM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjjXkTkWM .navbar-buttons {
  text-align: center;
}
.cid-sgjjXkTkWM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjjXkTkWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjjXkTkWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjjXkTkWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjjXkTkWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjjXkTkWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjjXkTkWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjjXkTkWM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjjXkTkWM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjjXkTkWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjjXkTkWM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjjXkTkWM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjjXkTkWM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjjXkTkWM .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjjXkTkWM .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjjXkTkWM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjjXkTkWM .navbar {
    height: 77px;
  }
  .cid-sgjjXkTkWM .navbar.opened {
    height: auto;
  }
  .cid-sgjjXkTkWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjjXljLEE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjjXljLEE .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjjXljLEE .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjjXljLEE .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjjXljLEE .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjjXljLEE .mbr-text,
.cid-sgjjXljLEE .mbr-section-btn {
  color: #999999;
}
.cid-sgjjXljLEE .mbr-section-title {
  color: #ffffff;
}
.cid-sgjoXQlVY1 {
  background-color: #a60000;
}
.cid-sgjoXQlVY1 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgjoXQlVY1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgjoXQlVY1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjoXQlVY1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgjoXQlVY1 .image-element {
    padding-left: 0;
  }
}
.cid-sgjoXQlVY1 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgjoXQlVY1 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjoXQlVY1 .brown {
  color: #7f1933;
}
.cid-sgjoXQlVY1 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjoXQlVY1 .paragraphs-wrapper .first-paragraph,
.cid-sgjoXQlVY1 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgjoXQlVY1 .image-element {
    padding-top: 1rem;
  }
  .cid-sgjoXQlVY1 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgjoXQlVY1 .paragraphs-wrapper .first-paragraph,
  .cid-sgjoXQlVY1 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgjoXQlVY1 .first-paragraph,
  .cid-sgjoXQlVY1 .second-paragraph {
    width: 50%;
  }
  .cid-sgjoXQlVY1 .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgjoXQlVY1 .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgjoXQlVY1 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjoXQlVY1 .mbr-section-title,
  .cid-sgjoXQlVY1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgjoXQlVY1 .mbr-text,
.cid-sgjoXQlVY1 .mbr-section-btn {
  color: #c1c1c1;
}
.cid-sgjoXQlVY1 .title,
.cid-sgjoXQlVY1 .brown {
  color: #ffffff;
}
.cid-sgjDXb2CmD {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-sgjDXb2CmD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgjDXb2CmD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgjDXb2CmD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgjDXb2CmD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgjDXb2CmD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgjDXb2CmD .icon-focus {
  display: none;
}
.cid-sgjDXb2CmD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgjDXb2CmD ul {
  font-size: 0;
}
.cid-sgjDXb2CmD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgjDXb2CmD .mbr-gallery-filter ul li .btn.active,
.cid-sgjDXb2CmD .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgjDXb2CmD .mbr-gallery-filter ul li .btn.active:after,
.cid-sgjDXb2CmD .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-sgjDXb2CmD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgjDXb2CmD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgjDXb2CmD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgjDXb2CmD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgjDXb2CmD .btn:hover {
  background: transparent !important;
}
.cid-sgjDXb2CmD .btn:hover:before {
  background: transparent !important;
}
.cid-sgjDXb2CmD .btn:before {
  background-color: transparent !important;
}
.cid-sgjDXb2CmD .btn:focus {
  box-shadow: none;
}
.cid-sgjDXb2CmD .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sgjjXlQC0U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjjXlQC0U .content {
    text-align: center;
  }
  .cid-sgjjXlQC0U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjjXlQC0U .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjjXlQC0U .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjjXlQC0U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjjXlQC0U .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjjXlQC0U .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjjXlQC0U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjjXlQC0U .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjjXlQC0U .footer-lower .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-sgjjXlQC0U .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjjXlQC0U .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjjXlQC0U .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjjXlQC0U .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjjXlQC0U .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjjXlQC0U .list-item {
  display: flex;
}
.cid-sgjjXlQC0U .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjjXlQC0U ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjjXlQC0U ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjjXlQC0U ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjjXlQC0U .column-title {
  color: #ffffff;
}
.cid-sgjjXlQC0U .mbr-text {
  color: #ffffff;
}
.cid-sgjjXlQC0U P {
  color: #ffffff;
}
.cid-sgjw83Zfh8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjw83Zfh8 .nav-item,
.cid-sgjw83Zfh8 .nav-link,
.cid-sgjw83Zfh8 .navbar-caption {
  font-weight: normal;
}
.cid-sgjw83Zfh8 .nav-item:focus,
.cid-sgjw83Zfh8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjw83Zfh8 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjw83Zfh8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjw83Zfh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjw83Zfh8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjw83Zfh8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjw83Zfh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjw83Zfh8 .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-sgjw83Zfh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjw83Zfh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjw83Zfh8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjw83Zfh8 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjw83Zfh8 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjw83Zfh8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjw83Zfh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjw83Zfh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjw83Zfh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjw83Zfh8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjw83Zfh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjw83Zfh8 .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-sgjw83Zfh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjw83Zfh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjw83Zfh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjw83Zfh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjw83Zfh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjw83Zfh8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjw83Zfh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjw83Zfh8 .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-sgjw83Zfh8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjw83Zfh8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjw83Zfh8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjw83Zfh8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjw83Zfh8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjw83Zfh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjw83Zfh8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjw83Zfh8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjw83Zfh8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjw83Zfh8 .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-sgjw83Zfh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjw83Zfh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjw83Zfh8 .dropdown-item.active,
.cid-sgjw83Zfh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjw83Zfh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjw83Zfh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjw83Zfh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjw83Zfh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjw83Zfh8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjw83Zfh8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjw83Zfh8 .navbar-buttons {
  text-align: center;
}
.cid-sgjw83Zfh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjw83Zfh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjw83Zfh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjw83Zfh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjw83Zfh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjw83Zfh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjw83Zfh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjw83Zfh8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjw83Zfh8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjw83Zfh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjw83Zfh8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjw83Zfh8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjw83Zfh8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjw83Zfh8 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjw83Zfh8 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjw83Zfh8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjw83Zfh8 .navbar {
    height: 77px;
  }
  .cid-sgjw83Zfh8 .navbar.opened {
    height: auto;
  }
  .cid-sgjw83Zfh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjw84Dz0T {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjw84Dz0T .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjw84Dz0T .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjw84Dz0T .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjw84Dz0T .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjw84Dz0T .mbr-text,
.cid-sgjw84Dz0T .mbr-section-btn {
  color: #999999;
}
.cid-sgjw84Dz0T .mbr-section-title {
  color: #ffffff;
}
.cid-sgOxV5fnrW {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-sgOxV5fnrW H1 {
  color: #ffffff;
}
.cid-sgOxV5fnrW .mbr-text,
.cid-sgOxV5fnrW .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOxV5fnrW img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOxV5fnrW .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgjw85Hnr4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjw85Hnr4 .content {
    text-align: center;
  }
  .cid-sgjw85Hnr4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjw85Hnr4 .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjw85Hnr4 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjw85Hnr4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjw85Hnr4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjw85Hnr4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjw85Hnr4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjw85Hnr4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjw85Hnr4 .footer-lower .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-sgjw85Hnr4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjw85Hnr4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjw85Hnr4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjw85Hnr4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjw85Hnr4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjw85Hnr4 .list-item {
  display: flex;
}
.cid-sgjw85Hnr4 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjw85Hnr4 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjw85Hnr4 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjw85Hnr4 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjw85Hnr4 .column-title {
  color: #ffffff;
}
.cid-sgjw85Hnr4 .mbr-text {
  color: #ffffff;
}
.cid-sgjw85Hnr4 P {
  color: #ffffff;
}
.cid-sgjy9PIXWq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjy9PIXWq .nav-item,
.cid-sgjy9PIXWq .nav-link,
.cid-sgjy9PIXWq .navbar-caption {
  font-weight: normal;
}
.cid-sgjy9PIXWq .nav-item:focus,
.cid-sgjy9PIXWq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjy9PIXWq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjy9PIXWq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjy9PIXWq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjy9PIXWq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjy9PIXWq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjy9PIXWq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjy9PIXWq .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-sgjy9PIXWq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjy9PIXWq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjy9PIXWq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjy9PIXWq .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjy9PIXWq .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjy9PIXWq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjy9PIXWq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjy9PIXWq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjy9PIXWq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjy9PIXWq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjy9PIXWq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjy9PIXWq .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-sgjy9PIXWq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjy9PIXWq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjy9PIXWq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjy9PIXWq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjy9PIXWq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjy9PIXWq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjy9PIXWq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjy9PIXWq .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-sgjy9PIXWq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjy9PIXWq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjy9PIXWq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjy9PIXWq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjy9PIXWq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjy9PIXWq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjy9PIXWq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjy9PIXWq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjy9PIXWq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjy9PIXWq .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-sgjy9PIXWq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjy9PIXWq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjy9PIXWq .dropdown-item.active,
.cid-sgjy9PIXWq .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjy9PIXWq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjy9PIXWq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjy9PIXWq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjy9PIXWq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjy9PIXWq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjy9PIXWq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjy9PIXWq .navbar-buttons {
  text-align: center;
}
.cid-sgjy9PIXWq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjy9PIXWq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjy9PIXWq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjy9PIXWq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjy9PIXWq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjy9PIXWq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjy9PIXWq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjy9PIXWq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjy9PIXWq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjy9PIXWq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjy9PIXWq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjy9PIXWq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjy9PIXWq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjy9PIXWq .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjy9PIXWq .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjy9PIXWq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjy9PIXWq .navbar {
    height: 77px;
  }
  .cid-sgjy9PIXWq .navbar.opened {
    height: auto;
  }
  .cid-sgjy9PIXWq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjy9QjhTT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjy9QjhTT .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjy9QjhTT .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjy9QjhTT .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjy9QjhTT .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjy9QjhTT .mbr-text,
.cid-sgjy9QjhTT .mbr-section-btn {
  color: #999999;
}
.cid-sgjy9QjhTT .mbr-section-title {
  color: #ffffff;
}
.cid-sgjy9Qxi9Q {
  background-color: #a60000;
}
.cid-sgjy9Qxi9Q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgjy9Qxi9Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgjy9Qxi9Q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjy9Qxi9Q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgjy9Qxi9Q .image-element {
    padding-left: 0;
  }
}
.cid-sgjy9Qxi9Q .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgjy9Qxi9Q .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjy9Qxi9Q .brown {
  color: #7f1933;
}
.cid-sgjy9Qxi9Q .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjy9Qxi9Q .paragraphs-wrapper .first-paragraph,
.cid-sgjy9Qxi9Q .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgjy9Qxi9Q .image-element {
    padding-top: 1rem;
  }
  .cid-sgjy9Qxi9Q .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgjy9Qxi9Q .paragraphs-wrapper .first-paragraph,
  .cid-sgjy9Qxi9Q .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgjy9Qxi9Q .first-paragraph,
  .cid-sgjy9Qxi9Q .second-paragraph {
    width: 50%;
  }
  .cid-sgjy9Qxi9Q .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sgjy9Qxi9Q .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sgjy9Qxi9Q .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjy9Qxi9Q .mbr-section-title,
  .cid-sgjy9Qxi9Q .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgjy9Qxi9Q .mbr-text,
.cid-sgjy9Qxi9Q .mbr-section-btn {
  color: #c1c1c1;
}
.cid-sgjy9Qxi9Q .title,
.cid-sgjy9Qxi9Q .brown {
  color: #ffffff;
}
.cid-sgjy9QRVpF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjy9QRVpF .content {
    text-align: center;
  }
  .cid-sgjy9QRVpF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjy9QRVpF .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjy9QRVpF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjy9QRVpF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjy9QRVpF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjy9QRVpF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjy9QRVpF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjy9QRVpF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjy9QRVpF .footer-lower .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-sgjy9QRVpF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjy9QRVpF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjy9QRVpF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjy9QRVpF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjy9QRVpF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjy9QRVpF .list-item {
  display: flex;
}
.cid-sgjy9QRVpF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjy9QRVpF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjy9QRVpF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjy9QRVpF ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjy9QRVpF .column-title {
  color: #ffffff;
}
.cid-sgjy9QRVpF .mbr-text {
  color: #ffffff;
}
.cid-sgjy9QRVpF P {
  color: #ffffff;
}
.cid-sgjFHX30af .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjFHX30af .nav-item,
.cid-sgjFHX30af .nav-link,
.cid-sgjFHX30af .navbar-caption {
  font-weight: normal;
}
.cid-sgjFHX30af .nav-item:focus,
.cid-sgjFHX30af .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjFHX30af .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjFHX30af .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjFHX30af .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjFHX30af .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjFHX30af .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjFHX30af .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjFHX30af .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-sgjFHX30af .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjFHX30af .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjFHX30af .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjFHX30af .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjFHX30af .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjFHX30af .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjFHX30af .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjFHX30af .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjFHX30af .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjFHX30af .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjFHX30af .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjFHX30af .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-sgjFHX30af .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjFHX30af .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjFHX30af .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjFHX30af .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjFHX30af .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjFHX30af .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjFHX30af .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjFHX30af .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-sgjFHX30af .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjFHX30af .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjFHX30af .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjFHX30af .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjFHX30af .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjFHX30af .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjFHX30af .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjFHX30af .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjFHX30af .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjFHX30af .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-sgjFHX30af .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjFHX30af .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjFHX30af .dropdown-item.active,
.cid-sgjFHX30af .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjFHX30af .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjFHX30af .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjFHX30af .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjFHX30af .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjFHX30af .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjFHX30af ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjFHX30af .navbar-buttons {
  text-align: center;
}
.cid-sgjFHX30af button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjFHX30af button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjFHX30af button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjFHX30af button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjFHX30af button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjFHX30af button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjFHX30af nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjFHX30af nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjFHX30af nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjFHX30af nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjFHX30af .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjFHX30af a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjFHX30af .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjFHX30af .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjFHX30af .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjFHX30af .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjFHX30af .navbar {
    height: 77px;
  }
  .cid-sgjFHX30af .navbar.opened {
    height: auto;
  }
  .cid-sgjFHX30af .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjFHXHKby {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjFHXHKby .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjFHXHKby .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjFHXHKby .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjFHXHKby .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjFHXHKby .mbr-text,
.cid-sgjFHXHKby .mbr-section-btn {
  color: #999999;
}
.cid-sgjFHXHKby .mbr-section-title {
  color: #ffffff;
}
.cid-sgjFHY2y3H {
  background-color: #a60000;
}
.cid-sgjFHY2y3H .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgjFHY2y3H .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgjFHY2y3H .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjFHY2y3H .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgjFHY2y3H .image-element {
    padding-left: 0;
  }
}
.cid-sgjFHY2y3H .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgjFHY2y3H .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjFHY2y3H .brown {
  color: #7f1933;
}
.cid-sgjFHY2y3H .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjFHY2y3H .paragraphs-wrapper .first-paragraph,
.cid-sgjFHY2y3H .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgjFHY2y3H .image-element {
    padding-top: 1rem;
  }
  .cid-sgjFHY2y3H .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgjFHY2y3H .paragraphs-wrapper .first-paragraph,
  .cid-sgjFHY2y3H .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgjFHY2y3H .first-paragraph,
  .cid-sgjFHY2y3H .second-paragraph {
    width: 50%;
  }
  .cid-sgjFHY2y3H .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sgjFHY2y3H .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sgjFHY2y3H .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjFHY2y3H .mbr-section-title,
  .cid-sgjFHY2y3H .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgjFHY2y3H .mbr-text,
.cid-sgjFHY2y3H .mbr-section-btn {
  color: #cccccc;
}
.cid-sgjFHY2y3H .title,
.cid-sgjFHY2y3H .brown {
  color: #ffffff;
}
.cid-sgjFHYpsPt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjFHYpsPt .content {
    text-align: center;
  }
  .cid-sgjFHYpsPt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjFHYpsPt .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjFHYpsPt .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjFHYpsPt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjFHYpsPt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjFHYpsPt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjFHYpsPt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjFHYpsPt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjFHYpsPt .footer-lower .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-sgjFHYpsPt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjFHYpsPt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjFHYpsPt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjFHYpsPt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjFHYpsPt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjFHYpsPt .list-item {
  display: flex;
}
.cid-sgjFHYpsPt .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjFHYpsPt ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjFHYpsPt ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjFHYpsPt ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjFHYpsPt .column-title {
  color: #ffffff;
}
.cid-sgjFHYpsPt .mbr-text {
  color: #ffffff;
}
.cid-sgjFHYpsPt P {
  color: #ffffff;
}
.cid-sgjI2Ei19d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjI2Ei19d .nav-item,
.cid-sgjI2Ei19d .nav-link,
.cid-sgjI2Ei19d .navbar-caption {
  font-weight: normal;
}
.cid-sgjI2Ei19d .nav-item:focus,
.cid-sgjI2Ei19d .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjI2Ei19d .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjI2Ei19d .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjI2Ei19d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjI2Ei19d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjI2Ei19d .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjI2Ei19d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjI2Ei19d .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-sgjI2Ei19d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjI2Ei19d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjI2Ei19d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjI2Ei19d .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjI2Ei19d .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjI2Ei19d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjI2Ei19d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjI2Ei19d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjI2Ei19d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjI2Ei19d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjI2Ei19d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjI2Ei19d .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-sgjI2Ei19d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjI2Ei19d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjI2Ei19d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjI2Ei19d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjI2Ei19d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjI2Ei19d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjI2Ei19d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjI2Ei19d .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-sgjI2Ei19d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjI2Ei19d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjI2Ei19d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjI2Ei19d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjI2Ei19d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjI2Ei19d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjI2Ei19d .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjI2Ei19d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjI2Ei19d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjI2Ei19d .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-sgjI2Ei19d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjI2Ei19d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjI2Ei19d .dropdown-item.active,
.cid-sgjI2Ei19d .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjI2Ei19d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjI2Ei19d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjI2Ei19d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjI2Ei19d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjI2Ei19d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjI2Ei19d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjI2Ei19d .navbar-buttons {
  text-align: center;
}
.cid-sgjI2Ei19d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjI2Ei19d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjI2Ei19d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjI2Ei19d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjI2Ei19d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjI2Ei19d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjI2Ei19d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjI2Ei19d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjI2Ei19d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjI2Ei19d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjI2Ei19d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjI2Ei19d a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjI2Ei19d .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjI2Ei19d .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjI2Ei19d .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjI2Ei19d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjI2Ei19d .navbar {
    height: 77px;
  }
  .cid-sgjI2Ei19d .navbar.opened {
    height: auto;
  }
  .cid-sgjI2Ei19d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjI2EU8aZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjI2EU8aZ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjI2EU8aZ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjI2EU8aZ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjI2EU8aZ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjI2EU8aZ .mbr-text,
.cid-sgjI2EU8aZ .mbr-section-btn {
  color: #999999;
}
.cid-sgjI2EU8aZ .mbr-section-title {
  color: #ffffff;
}
.cid-sgjI2Fai7k {
  background-color: #a60000;
}
.cid-sgjI2Fai7k .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgjI2Fai7k .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgjI2Fai7k .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjI2Fai7k .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgjI2Fai7k .image-element {
    padding-left: 0;
  }
}
.cid-sgjI2Fai7k .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgjI2Fai7k .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjI2Fai7k .brown {
  color: #7f1933;
}
.cid-sgjI2Fai7k .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjI2Fai7k .paragraphs-wrapper .first-paragraph,
.cid-sgjI2Fai7k .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgjI2Fai7k .image-element {
    padding-top: 1rem;
  }
  .cid-sgjI2Fai7k .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgjI2Fai7k .paragraphs-wrapper .first-paragraph,
  .cid-sgjI2Fai7k .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgjI2Fai7k .first-paragraph,
  .cid-sgjI2Fai7k .second-paragraph {
    width: 50%;
  }
  .cid-sgjI2Fai7k .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sgjI2Fai7k .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sgjI2Fai7k .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjI2Fai7k .mbr-section-title,
  .cid-sgjI2Fai7k .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgjI2Fai7k .mbr-text,
.cid-sgjI2Fai7k .mbr-section-btn {
  color: #cccccc;
}
.cid-sgjI2Fai7k .title,
.cid-sgjI2Fai7k .brown {
  color: #ffffff;
}
.cid-sgjI2Fwgy6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjI2Fwgy6 .content {
    text-align: center;
  }
  .cid-sgjI2Fwgy6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjI2Fwgy6 .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjI2Fwgy6 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjI2Fwgy6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjI2Fwgy6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjI2Fwgy6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjI2Fwgy6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjI2Fwgy6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjI2Fwgy6 .footer-lower .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-sgjI2Fwgy6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjI2Fwgy6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjI2Fwgy6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjI2Fwgy6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjI2Fwgy6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjI2Fwgy6 .list-item {
  display: flex;
}
.cid-sgjI2Fwgy6 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjI2Fwgy6 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjI2Fwgy6 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjI2Fwgy6 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjI2Fwgy6 .column-title {
  color: #ffffff;
}
.cid-sgjI2Fwgy6 .mbr-text {
  color: #ffffff;
}
.cid-sgjI2Fwgy6 P {
  color: #ffffff;
}
.cid-sgjIR8Fs25 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgjIR8Fs25 .nav-item,
.cid-sgjIR8Fs25 .nav-link,
.cid-sgjIR8Fs25 .navbar-caption {
  font-weight: normal;
}
.cid-sgjIR8Fs25 .nav-item:focus,
.cid-sgjIR8Fs25 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgjIR8Fs25 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgjIR8Fs25 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgjIR8Fs25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgjIR8Fs25 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgjIR8Fs25 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgjIR8Fs25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgjIR8Fs25 .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-sgjIR8Fs25 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgjIR8Fs25 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgjIR8Fs25 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgjIR8Fs25 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgjIR8Fs25 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgjIR8Fs25 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgjIR8Fs25 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgjIR8Fs25 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgjIR8Fs25 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgjIR8Fs25 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgjIR8Fs25 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgjIR8Fs25 .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-sgjIR8Fs25 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgjIR8Fs25 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgjIR8Fs25 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgjIR8Fs25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgjIR8Fs25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgjIR8Fs25 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgjIR8Fs25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgjIR8Fs25 .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-sgjIR8Fs25 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgjIR8Fs25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgjIR8Fs25 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgjIR8Fs25 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgjIR8Fs25 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgjIR8Fs25 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgjIR8Fs25 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgjIR8Fs25 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgjIR8Fs25 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgjIR8Fs25 .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-sgjIR8Fs25 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgjIR8Fs25 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgjIR8Fs25 .dropdown-item.active,
.cid-sgjIR8Fs25 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgjIR8Fs25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgjIR8Fs25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgjIR8Fs25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgjIR8Fs25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgjIR8Fs25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgjIR8Fs25 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgjIR8Fs25 .navbar-buttons {
  text-align: center;
}
.cid-sgjIR8Fs25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjIR8Fs25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgjIR8Fs25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjIR8Fs25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjIR8Fs25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjIR8Fs25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjIR8Fs25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjIR8Fs25 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjIR8Fs25 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjIR8Fs25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjIR8Fs25 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgjIR8Fs25 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjIR8Fs25 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgjIR8Fs25 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgjIR8Fs25 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgjIR8Fs25 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgjIR8Fs25 .navbar {
    height: 77px;
  }
  .cid-sgjIR8Fs25 .navbar.opened {
    height: auto;
  }
  .cid-sgjIR8Fs25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgjIR9jVTD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgjIR9jVTD .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgjIR9jVTD .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgjIR9jVTD .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgjIR9jVTD .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgjIR9jVTD .mbr-text,
.cid-sgjIR9jVTD .mbr-section-btn {
  color: #999999;
}
.cid-sgjIR9jVTD .mbr-section-title {
  color: #ffffff;
}
.cid-sgjIR9A3TC {
  background-color: #a60000;
}
.cid-sgjIR9A3TC .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgjIR9A3TC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgjIR9A3TC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjIR9A3TC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgjIR9A3TC .image-element {
    padding-left: 0;
  }
}
.cid-sgjIR9A3TC .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgjIR9A3TC .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjIR9A3TC .brown {
  color: #7f1933;
}
.cid-sgjIR9A3TC .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjIR9A3TC .paragraphs-wrapper .first-paragraph,
.cid-sgjIR9A3TC .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgjIR9A3TC .image-element {
    padding-top: 1rem;
  }
  .cid-sgjIR9A3TC .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgjIR9A3TC .paragraphs-wrapper .first-paragraph,
  .cid-sgjIR9A3TC .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgjIR9A3TC .first-paragraph,
  .cid-sgjIR9A3TC .second-paragraph {
    width: 50%;
  }
  .cid-sgjIR9A3TC .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sgjIR9A3TC .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sgjIR9A3TC .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjIR9A3TC .mbr-section-title,
  .cid-sgjIR9A3TC .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgjIR9A3TC .mbr-text,
.cid-sgjIR9A3TC .mbr-section-btn {
  color: #cccccc;
}
.cid-sgjIR9A3TC .title,
.cid-sgjIR9A3TC .brown {
  color: #ffffff;
}
.cid-sgjKuztIFy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgjKuztIFy H1 {
  color: #ffffff;
}
.cid-sgjKuztIFy .mbr-text,
.cid-sgjKuztIFy .mbr-section-btn {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgjKuztIFy img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgjKuztIFy .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgjKuztIFy img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgjIR9UN3k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgjIR9UN3k .content {
    text-align: center;
  }
  .cid-sgjIR9UN3k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgjIR9UN3k .logo-subtitle {
  color: #8d97ad;
}
.cid-sgjIR9UN3k .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgjIR9UN3k .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgjIR9UN3k .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgjIR9UN3k .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgjIR9UN3k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgjIR9UN3k .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgjIR9UN3k .footer-lower .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-sgjIR9UN3k .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgjIR9UN3k .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgjIR9UN3k .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgjIR9UN3k .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgjIR9UN3k .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgjIR9UN3k .list-item {
  display: flex;
}
.cid-sgjIR9UN3k .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgjIR9UN3k ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgjIR9UN3k ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgjIR9UN3k ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgjIR9UN3k .column-title {
  color: #ffffff;
}
.cid-sgjIR9UN3k .mbr-text {
  color: #ffffff;
}
.cid-sgjIR9UN3k P {
  color: #ffffff;
}
.cid-sgk0iqCain .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgk0iqCain .nav-item,
.cid-sgk0iqCain .nav-link,
.cid-sgk0iqCain .navbar-caption {
  font-weight: normal;
}
.cid-sgk0iqCain .nav-item:focus,
.cid-sgk0iqCain .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgk0iqCain .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgk0iqCain .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgk0iqCain .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgk0iqCain .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgk0iqCain .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgk0iqCain .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgk0iqCain .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-sgk0iqCain .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgk0iqCain .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgk0iqCain .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgk0iqCain .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgk0iqCain .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgk0iqCain .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgk0iqCain .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgk0iqCain .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgk0iqCain .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgk0iqCain .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgk0iqCain .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgk0iqCain .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-sgk0iqCain .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgk0iqCain .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgk0iqCain .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgk0iqCain .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgk0iqCain .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgk0iqCain .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgk0iqCain .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgk0iqCain .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-sgk0iqCain .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgk0iqCain .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgk0iqCain .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgk0iqCain .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgk0iqCain .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgk0iqCain .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgk0iqCain .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgk0iqCain .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgk0iqCain .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgk0iqCain .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-sgk0iqCain .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgk0iqCain .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgk0iqCain .dropdown-item.active,
.cid-sgk0iqCain .dropdown-item:active {
  background-color: transparent;
}
.cid-sgk0iqCain .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgk0iqCain .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgk0iqCain .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgk0iqCain .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgk0iqCain .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgk0iqCain ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgk0iqCain .navbar-buttons {
  text-align: center;
}
.cid-sgk0iqCain button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgk0iqCain button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgk0iqCain button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgk0iqCain button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgk0iqCain button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgk0iqCain button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgk0iqCain nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgk0iqCain nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgk0iqCain nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgk0iqCain nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgk0iqCain .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgk0iqCain a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk0iqCain .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgk0iqCain .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgk0iqCain .soc-item {
  margin: .5rem .3rem;
}
.cid-sgk0iqCain .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgk0iqCain .navbar {
    height: 77px;
  }
  .cid-sgk0iqCain .navbar.opened {
    height: auto;
  }
  .cid-sgk0iqCain .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgk0irfiXd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgk0irfiXd .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgk0irfiXd .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgk0irfiXd .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgk0irfiXd .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgk0irfiXd .mbr-text,
.cid-sgk0irfiXd .mbr-section-btn {
  color: #999999;
}
.cid-sgk0irfiXd .mbr-section-title {
  color: #ffffff;
}
.cid-sgk0irxG77 {
  background-color: #a60000;
}
.cid-sgk0irxG77 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgk0irxG77 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgk0irxG77 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk0irxG77 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgk0irxG77 .image-element {
    padding-left: 0;
  }
}
.cid-sgk0irxG77 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgk0irxG77 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgk0irxG77 .brown {
  color: #7f1933;
}
.cid-sgk0irxG77 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk0irxG77 .paragraphs-wrapper .first-paragraph,
.cid-sgk0irxG77 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgk0irxG77 .image-element {
    padding-top: 1rem;
  }
  .cid-sgk0irxG77 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgk0irxG77 .paragraphs-wrapper .first-paragraph,
  .cid-sgk0irxG77 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgk0irxG77 .first-paragraph,
  .cid-sgk0irxG77 .second-paragraph {
    width: 50%;
  }
  .cid-sgk0irxG77 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sgk0irxG77 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sgk0irxG77 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgk0irxG77 .mbr-section-title,
  .cid-sgk0irxG77 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgk0irxG77 .mbr-text,
.cid-sgk0irxG77 .mbr-section-btn {
  color: #cccccc;
}
.cid-sgk0irxG77 .title,
.cid-sgk0irxG77 .brown {
  color: #ffffff;
}
.cid-sgk1vz3pp9 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgk1vz3pp9 H1 {
  color: #ffffff;
}
.cid-sgk1vz3pp9 .mbr-text,
.cid-sgk1vz3pp9 .mbr-section-btn {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgk1vz3pp9 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgk1vz3pp9 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgk1vz3pp9 img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgk0isbwlp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgk0isbwlp .content {
    text-align: center;
  }
  .cid-sgk0isbwlp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgk0isbwlp .logo-subtitle {
  color: #8d97ad;
}
.cid-sgk0isbwlp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgk0isbwlp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgk0isbwlp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgk0isbwlp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgk0isbwlp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgk0isbwlp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgk0isbwlp .footer-lower .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-sgk0isbwlp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgk0isbwlp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgk0isbwlp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgk0isbwlp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgk0isbwlp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgk0isbwlp .list-item {
  display: flex;
}
.cid-sgk0isbwlp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgk0isbwlp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgk0isbwlp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgk0isbwlp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgk0isbwlp .column-title {
  color: #ffffff;
}
.cid-sgk0isbwlp .mbr-text {
  color: #ffffff;
}
.cid-sgk0isbwlp P {
  color: #ffffff;
}
.cid-sgk4XNOxW2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgk4XNOxW2 .nav-item,
.cid-sgk4XNOxW2 .nav-link,
.cid-sgk4XNOxW2 .navbar-caption {
  font-weight: normal;
}
.cid-sgk4XNOxW2 .nav-item:focus,
.cid-sgk4XNOxW2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgk4XNOxW2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgk4XNOxW2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgk4XNOxW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgk4XNOxW2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgk4XNOxW2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgk4XNOxW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgk4XNOxW2 .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-sgk4XNOxW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgk4XNOxW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgk4XNOxW2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgk4XNOxW2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgk4XNOxW2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgk4XNOxW2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgk4XNOxW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgk4XNOxW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgk4XNOxW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgk4XNOxW2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgk4XNOxW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgk4XNOxW2 .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-sgk4XNOxW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgk4XNOxW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgk4XNOxW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgk4XNOxW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgk4XNOxW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgk4XNOxW2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgk4XNOxW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgk4XNOxW2 .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-sgk4XNOxW2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgk4XNOxW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgk4XNOxW2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgk4XNOxW2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgk4XNOxW2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgk4XNOxW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgk4XNOxW2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgk4XNOxW2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgk4XNOxW2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgk4XNOxW2 .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-sgk4XNOxW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgk4XNOxW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgk4XNOxW2 .dropdown-item.active,
.cid-sgk4XNOxW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgk4XNOxW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgk4XNOxW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgk4XNOxW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgk4XNOxW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgk4XNOxW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgk4XNOxW2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgk4XNOxW2 .navbar-buttons {
  text-align: center;
}
.cid-sgk4XNOxW2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgk4XNOxW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgk4XNOxW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgk4XNOxW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgk4XNOxW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgk4XNOxW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgk4XNOxW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgk4XNOxW2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgk4XNOxW2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgk4XNOxW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgk4XNOxW2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgk4XNOxW2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk4XNOxW2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgk4XNOxW2 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgk4XNOxW2 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgk4XNOxW2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgk4XNOxW2 .navbar {
    height: 77px;
  }
  .cid-sgk4XNOxW2 .navbar.opened {
    height: auto;
  }
  .cid-sgk4XNOxW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgk4XOk5C8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgk4XOk5C8 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgk4XOk5C8 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgk4XOk5C8 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgk4XOk5C8 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgk4XOk5C8 .mbr-text,
.cid-sgk4XOk5C8 .mbr-section-btn {
  color: #999999;
}
.cid-sgk4XOk5C8 .mbr-section-title {
  color: #ffffff;
}
.cid-sgk4XOD0xj {
  background-color: #a60000;
}
.cid-sgk4XOD0xj .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgk4XOD0xj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgk4XOD0xj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk4XOD0xj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgk4XOD0xj .image-element {
    padding-left: 0;
  }
}
.cid-sgk4XOD0xj .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgk4XOD0xj .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgk4XOD0xj .brown {
  color: #7f1933;
}
.cid-sgk4XOD0xj .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgk4XOD0xj .paragraphs-wrapper .first-paragraph,
.cid-sgk4XOD0xj .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgk4XOD0xj .image-element {
    padding-top: 1rem;
  }
  .cid-sgk4XOD0xj .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgk4XOD0xj .paragraphs-wrapper .first-paragraph,
  .cid-sgk4XOD0xj .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgk4XOD0xj .first-paragraph,
  .cid-sgk4XOD0xj .second-paragraph {
    width: 50%;
  }
  .cid-sgk4XOD0xj .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgk4XOD0xj .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgk4XOD0xj .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgk4XOD0xj .mbr-section-title,
  .cid-sgk4XOD0xj .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgk4XOD0xj .mbr-text,
.cid-sgk4XOD0xj .mbr-section-btn {
  color: #cccccc;
}
.cid-sgk4XOD0xj .title,
.cid-sgk4XOD0xj .brown {
  color: #ffffff;
}
.cid-sgk4XP1MVP {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-sgk4XP1MVP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgk4XP1MVP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgk4XP1MVP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgk4XP1MVP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgk4XP1MVP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgk4XP1MVP .icon-focus {
  display: none;
}
.cid-sgk4XP1MVP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgk4XP1MVP ul {
  font-size: 0;
}
.cid-sgk4XP1MVP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgk4XP1MVP .mbr-gallery-filter ul li .btn.active,
.cid-sgk4XP1MVP .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgk4XP1MVP .mbr-gallery-filter ul li .btn.active:after,
.cid-sgk4XP1MVP .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-sgk4XP1MVP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgk4XP1MVP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgk4XP1MVP .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgk4XP1MVP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgk4XP1MVP .btn:hover {
  background: transparent !important;
}
.cid-sgk4XP1MVP .btn:hover:before {
  background: transparent !important;
}
.cid-sgk4XP1MVP .btn:before {
  background-color: transparent !important;
}
.cid-sgk4XP1MVP .btn:focus {
  box-shadow: none;
}
.cid-sgk4XP1MVP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sgk4XPloew {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgk4XPloew .content {
    text-align: center;
  }
  .cid-sgk4XPloew .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgk4XPloew .logo-subtitle {
  color: #8d97ad;
}
.cid-sgk4XPloew .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgk4XPloew .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgk4XPloew .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgk4XPloew .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgk4XPloew .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgk4XPloew .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgk4XPloew .footer-lower .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-sgk4XPloew .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgk4XPloew .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgk4XPloew .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgk4XPloew .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgk4XPloew .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgk4XPloew .list-item {
  display: flex;
}
.cid-sgk4XPloew .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgk4XPloew ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgk4XPloew ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgk4XPloew ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgk4XPloew .column-title {
  color: #ffffff;
}
.cid-sgk4XPloew .mbr-text {
  color: #ffffff;
}
.cid-sgk4XPloew P {
  color: #ffffff;
}
.cid-sgkvVYfHno .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgkvVYfHno .nav-item,
.cid-sgkvVYfHno .nav-link,
.cid-sgkvVYfHno .navbar-caption {
  font-weight: normal;
}
.cid-sgkvVYfHno .nav-item:focus,
.cid-sgkvVYfHno .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgkvVYfHno .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgkvVYfHno .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgkvVYfHno .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgkvVYfHno .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgkvVYfHno .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgkvVYfHno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgkvVYfHno .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-sgkvVYfHno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgkvVYfHno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgkvVYfHno .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgkvVYfHno .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgkvVYfHno .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgkvVYfHno .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgkvVYfHno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgkvVYfHno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgkvVYfHno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgkvVYfHno .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgkvVYfHno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgkvVYfHno .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-sgkvVYfHno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgkvVYfHno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgkvVYfHno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgkvVYfHno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgkvVYfHno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgkvVYfHno .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgkvVYfHno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgkvVYfHno .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-sgkvVYfHno .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgkvVYfHno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgkvVYfHno .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgkvVYfHno .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgkvVYfHno .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgkvVYfHno .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgkvVYfHno .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgkvVYfHno .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgkvVYfHno .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgkvVYfHno .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-sgkvVYfHno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgkvVYfHno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgkvVYfHno .dropdown-item.active,
.cid-sgkvVYfHno .dropdown-item:active {
  background-color: transparent;
}
.cid-sgkvVYfHno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgkvVYfHno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgkvVYfHno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgkvVYfHno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgkvVYfHno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgkvVYfHno ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgkvVYfHno .navbar-buttons {
  text-align: center;
}
.cid-sgkvVYfHno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkvVYfHno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgkvVYfHno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkvVYfHno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkvVYfHno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkvVYfHno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkvVYfHno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkvVYfHno nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkvVYfHno nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkvVYfHno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkvVYfHno .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgkvVYfHno a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkvVYfHno .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgkvVYfHno .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgkvVYfHno .soc-item {
  margin: .5rem .3rem;
}
.cid-sgkvVYfHno .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgkvVYfHno .navbar {
    height: 77px;
  }
  .cid-sgkvVYfHno .navbar.opened {
    height: auto;
  }
  .cid-sgkvVYfHno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgkvVZ1eFG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgkvVZ1eFG .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgkvVZ1eFG .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgkvVZ1eFG .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgkvVZ1eFG .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgkvVZ1eFG .mbr-text,
.cid-sgkvVZ1eFG .mbr-section-btn {
  color: #999999;
}
.cid-sgkvVZ1eFG .mbr-section-title {
  color: #ffffff;
}
.cid-sgkvVZEJoJ {
  background-color: #a60000;
}
.cid-sgkvVZEJoJ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgkvVZEJoJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgkvVZEJoJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkvVZEJoJ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgkvVZEJoJ .image-element {
    padding-left: 0;
  }
}
.cid-sgkvVZEJoJ .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgkvVZEJoJ .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgkvVZEJoJ .brown {
  color: #7f1933;
}
.cid-sgkvVZEJoJ .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkvVZEJoJ .paragraphs-wrapper .first-paragraph,
.cid-sgkvVZEJoJ .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgkvVZEJoJ .image-element {
    padding-top: 1rem;
  }
  .cid-sgkvVZEJoJ .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgkvVZEJoJ .paragraphs-wrapper .first-paragraph,
  .cid-sgkvVZEJoJ .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgkvVZEJoJ .first-paragraph,
  .cid-sgkvVZEJoJ .second-paragraph {
    width: 50%;
  }
  .cid-sgkvVZEJoJ .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgkvVZEJoJ .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgkvVZEJoJ .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgkvVZEJoJ .mbr-section-title,
  .cid-sgkvVZEJoJ .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgkvVZEJoJ .mbr-text,
.cid-sgkvVZEJoJ .mbr-section-btn {
  color: #cccccc;
}
.cid-sgkvVZEJoJ .title,
.cid-sgkvVZEJoJ .brown {
  color: #ffffff;
}
.cid-sgkzacjelS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-sgkzacjelS H1 {
  color: #ffffff;
}
.cid-sgkzacjelS .mbr-text,
.cid-sgkzacjelS .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgkzacjelS img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgkzacjelS .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkzacjelS img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgkvW0hQCu {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-sgkvW0hQCu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgkvW0hQCu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgkvW0hQCu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgkvW0hQCu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgkvW0hQCu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgkvW0hQCu .icon-focus {
  display: none;
}
.cid-sgkvW0hQCu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgkvW0hQCu ul {
  font-size: 0;
}
.cid-sgkvW0hQCu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgkvW0hQCu .mbr-gallery-filter ul li .btn.active,
.cid-sgkvW0hQCu .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgkvW0hQCu .mbr-gallery-filter ul li .btn.active:after,
.cid-sgkvW0hQCu .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-sgkvW0hQCu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgkvW0hQCu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgkvW0hQCu .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgkvW0hQCu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgkvW0hQCu .btn:hover {
  background: transparent !important;
}
.cid-sgkvW0hQCu .btn:hover:before {
  background: transparent !important;
}
.cid-sgkvW0hQCu .btn:before {
  background-color: transparent !important;
}
.cid-sgkvW0hQCu .btn:focus {
  box-shadow: none;
}
.cid-sgkvW0hQCu .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sgkvW0GGJ2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgkvW0GGJ2 .content {
    text-align: center;
  }
  .cid-sgkvW0GGJ2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkvW0GGJ2 .logo-subtitle {
  color: #8d97ad;
}
.cid-sgkvW0GGJ2 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgkvW0GGJ2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgkvW0GGJ2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgkvW0GGJ2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgkvW0GGJ2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkvW0GGJ2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgkvW0GGJ2 .footer-lower .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-sgkvW0GGJ2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkvW0GGJ2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkvW0GGJ2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkvW0GGJ2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkvW0GGJ2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgkvW0GGJ2 .list-item {
  display: flex;
}
.cid-sgkvW0GGJ2 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgkvW0GGJ2 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgkvW0GGJ2 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgkvW0GGJ2 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgkvW0GGJ2 .column-title {
  color: #ffffff;
}
.cid-sgkvW0GGJ2 .mbr-text {
  color: #ffffff;
}
.cid-sgkvW0GGJ2 P {
  color: #ffffff;
}
.cid-sgkAdBOuUQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgkAdBOuUQ .nav-item,
.cid-sgkAdBOuUQ .nav-link,
.cid-sgkAdBOuUQ .navbar-caption {
  font-weight: normal;
}
.cid-sgkAdBOuUQ .nav-item:focus,
.cid-sgkAdBOuUQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgkAdBOuUQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgkAdBOuUQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgkAdBOuUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgkAdBOuUQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgkAdBOuUQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgkAdBOuUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgkAdBOuUQ .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-sgkAdBOuUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgkAdBOuUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgkAdBOuUQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgkAdBOuUQ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgkAdBOuUQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgkAdBOuUQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgkAdBOuUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgkAdBOuUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgkAdBOuUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgkAdBOuUQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgkAdBOuUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgkAdBOuUQ .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-sgkAdBOuUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgkAdBOuUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgkAdBOuUQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgkAdBOuUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgkAdBOuUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgkAdBOuUQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgkAdBOuUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgkAdBOuUQ .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-sgkAdBOuUQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgkAdBOuUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgkAdBOuUQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgkAdBOuUQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgkAdBOuUQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgkAdBOuUQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgkAdBOuUQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgkAdBOuUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgkAdBOuUQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgkAdBOuUQ .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-sgkAdBOuUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgkAdBOuUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgkAdBOuUQ .dropdown-item.active,
.cid-sgkAdBOuUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sgkAdBOuUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgkAdBOuUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgkAdBOuUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgkAdBOuUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgkAdBOuUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgkAdBOuUQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgkAdBOuUQ .navbar-buttons {
  text-align: center;
}
.cid-sgkAdBOuUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkAdBOuUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgkAdBOuUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkAdBOuUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkAdBOuUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkAdBOuUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkAdBOuUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkAdBOuUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkAdBOuUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkAdBOuUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkAdBOuUQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgkAdBOuUQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkAdBOuUQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgkAdBOuUQ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgkAdBOuUQ .soc-item {
  margin: .5rem .3rem;
}
.cid-sgkAdBOuUQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgkAdBOuUQ .navbar {
    height: 77px;
  }
  .cid-sgkAdBOuUQ .navbar.opened {
    height: auto;
  }
  .cid-sgkAdBOuUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgkAdCv8KK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgkAdCv8KK .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgkAdCv8KK .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgkAdCv8KK .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgkAdCv8KK .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgkAdCv8KK .mbr-text,
.cid-sgkAdCv8KK .mbr-section-btn {
  color: #999999;
}
.cid-sgkAdCv8KK .mbr-section-title {
  color: #ffffff;
}
.cid-sgkAdCN9xn {
  background-color: #a60000;
}
.cid-sgkAdCN9xn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgkAdCN9xn .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgkAdCN9xn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkAdCN9xn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgkAdCN9xn .image-element {
    padding-left: 0;
  }
}
.cid-sgkAdCN9xn .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgkAdCN9xn .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgkAdCN9xn .brown {
  color: #7f1933;
}
.cid-sgkAdCN9xn .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkAdCN9xn .paragraphs-wrapper .first-paragraph,
.cid-sgkAdCN9xn .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgkAdCN9xn .image-element {
    padding-top: 1rem;
  }
  .cid-sgkAdCN9xn .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgkAdCN9xn .paragraphs-wrapper .first-paragraph,
  .cid-sgkAdCN9xn .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgkAdCN9xn .first-paragraph,
  .cid-sgkAdCN9xn .second-paragraph {
    width: 50%;
  }
  .cid-sgkAdCN9xn .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgkAdCN9xn .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgkAdCN9xn .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgkAdCN9xn .mbr-section-title,
  .cid-sgkAdCN9xn .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgkAdCN9xn .mbr-text,
.cid-sgkAdCN9xn .mbr-section-btn {
  color: #cccccc;
}
.cid-sgkAdCN9xn .title,
.cid-sgkAdCN9xn .brown {
  color: #ffffff;
}
.cid-sgkAdDWCCA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgkAdDWCCA .content {
    text-align: center;
  }
  .cid-sgkAdDWCCA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkAdDWCCA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgkAdDWCCA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgkAdDWCCA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgkAdDWCCA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgkAdDWCCA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgkAdDWCCA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkAdDWCCA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgkAdDWCCA .footer-lower .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-sgkAdDWCCA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkAdDWCCA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkAdDWCCA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkAdDWCCA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkAdDWCCA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgkAdDWCCA .list-item {
  display: flex;
}
.cid-sgkAdDWCCA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgkAdDWCCA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgkAdDWCCA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgkAdDWCCA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgkAdDWCCA .column-title {
  color: #ffffff;
}
.cid-sgkAdDWCCA .mbr-text {
  color: #ffffff;
}
.cid-sgkAdDWCCA P {
  color: #ffffff;
}
.cid-sgkCltTFsk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgkCltTFsk .nav-item,
.cid-sgkCltTFsk .nav-link,
.cid-sgkCltTFsk .navbar-caption {
  font-weight: normal;
}
.cid-sgkCltTFsk .nav-item:focus,
.cid-sgkCltTFsk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgkCltTFsk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgkCltTFsk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgkCltTFsk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgkCltTFsk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgkCltTFsk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgkCltTFsk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgkCltTFsk .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-sgkCltTFsk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgkCltTFsk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgkCltTFsk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgkCltTFsk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgkCltTFsk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgkCltTFsk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgkCltTFsk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgkCltTFsk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgkCltTFsk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgkCltTFsk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgkCltTFsk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgkCltTFsk .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-sgkCltTFsk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgkCltTFsk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgkCltTFsk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgkCltTFsk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgkCltTFsk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgkCltTFsk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgkCltTFsk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgkCltTFsk .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-sgkCltTFsk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgkCltTFsk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgkCltTFsk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgkCltTFsk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgkCltTFsk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgkCltTFsk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgkCltTFsk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgkCltTFsk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgkCltTFsk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgkCltTFsk .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-sgkCltTFsk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgkCltTFsk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgkCltTFsk .dropdown-item.active,
.cid-sgkCltTFsk .dropdown-item:active {
  background-color: transparent;
}
.cid-sgkCltTFsk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgkCltTFsk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgkCltTFsk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgkCltTFsk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgkCltTFsk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgkCltTFsk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgkCltTFsk .navbar-buttons {
  text-align: center;
}
.cid-sgkCltTFsk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkCltTFsk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgkCltTFsk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkCltTFsk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkCltTFsk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkCltTFsk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkCltTFsk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkCltTFsk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkCltTFsk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkCltTFsk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkCltTFsk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgkCltTFsk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkCltTFsk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgkCltTFsk .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgkCltTFsk .soc-item {
  margin: .5rem .3rem;
}
.cid-sgkCltTFsk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgkCltTFsk .navbar {
    height: 77px;
  }
  .cid-sgkCltTFsk .navbar.opened {
    height: auto;
  }
  .cid-sgkCltTFsk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgkCluuVmx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgkCluuVmx .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgkCluuVmx .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgkCluuVmx .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgkCluuVmx .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgkCluuVmx .mbr-text,
.cid-sgkCluuVmx .mbr-section-btn {
  color: #999999;
}
.cid-sgkCluuVmx .mbr-section-title {
  color: #ffffff;
}
.cid-sgkCluJPZo {
  background-color: #a60000;
}
.cid-sgkCluJPZo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgkCluJPZo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgkCluJPZo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkCluJPZo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgkCluJPZo .image-element {
    padding-left: 0;
  }
}
.cid-sgkCluJPZo .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgkCluJPZo .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgkCluJPZo .brown {
  color: #7f1933;
}
.cid-sgkCluJPZo .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkCluJPZo .paragraphs-wrapper .first-paragraph,
.cid-sgkCluJPZo .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgkCluJPZo .image-element {
    padding-top: 1rem;
  }
  .cid-sgkCluJPZo .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgkCluJPZo .paragraphs-wrapper .first-paragraph,
  .cid-sgkCluJPZo .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgkCluJPZo .first-paragraph,
  .cid-sgkCluJPZo .second-paragraph {
    width: 50%;
  }
  .cid-sgkCluJPZo .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgkCluJPZo .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgkCluJPZo .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgkCluJPZo .mbr-section-title,
  .cid-sgkCluJPZo .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgkCluJPZo .mbr-text,
.cid-sgkCluJPZo .mbr-section-btn {
  color: #cccccc;
}
.cid-sgkCluJPZo .title,
.cid-sgkCluJPZo .brown {
  color: #ffffff;
}
.cid-sgkClv3TuL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgkClv3TuL .content {
    text-align: center;
  }
  .cid-sgkClv3TuL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkClv3TuL .logo-subtitle {
  color: #8d97ad;
}
.cid-sgkClv3TuL .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgkClv3TuL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgkClv3TuL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgkClv3TuL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgkClv3TuL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkClv3TuL .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgkClv3TuL .footer-lower .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-sgkClv3TuL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkClv3TuL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkClv3TuL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkClv3TuL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkClv3TuL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgkClv3TuL .list-item {
  display: flex;
}
.cid-sgkClv3TuL .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgkClv3TuL ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgkClv3TuL ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgkClv3TuL ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgkClv3TuL .column-title {
  color: #ffffff;
}
.cid-sgkClv3TuL .mbr-text {
  color: #ffffff;
}
.cid-sgkClv3TuL P {
  color: #ffffff;
}
.cid-sgkDvZ8mmB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgkDvZ8mmB .nav-item,
.cid-sgkDvZ8mmB .nav-link,
.cid-sgkDvZ8mmB .navbar-caption {
  font-weight: normal;
}
.cid-sgkDvZ8mmB .nav-item:focus,
.cid-sgkDvZ8mmB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgkDvZ8mmB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgkDvZ8mmB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgkDvZ8mmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgkDvZ8mmB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgkDvZ8mmB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgkDvZ8mmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgkDvZ8mmB .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-sgkDvZ8mmB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgkDvZ8mmB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgkDvZ8mmB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgkDvZ8mmB .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgkDvZ8mmB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgkDvZ8mmB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgkDvZ8mmB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgkDvZ8mmB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgkDvZ8mmB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgkDvZ8mmB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgkDvZ8mmB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgkDvZ8mmB .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-sgkDvZ8mmB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgkDvZ8mmB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgkDvZ8mmB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgkDvZ8mmB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgkDvZ8mmB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgkDvZ8mmB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgkDvZ8mmB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgkDvZ8mmB .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-sgkDvZ8mmB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgkDvZ8mmB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgkDvZ8mmB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgkDvZ8mmB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgkDvZ8mmB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgkDvZ8mmB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgkDvZ8mmB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgkDvZ8mmB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgkDvZ8mmB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgkDvZ8mmB .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-sgkDvZ8mmB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgkDvZ8mmB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgkDvZ8mmB .dropdown-item.active,
.cid-sgkDvZ8mmB .dropdown-item:active {
  background-color: transparent;
}
.cid-sgkDvZ8mmB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgkDvZ8mmB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgkDvZ8mmB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgkDvZ8mmB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgkDvZ8mmB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgkDvZ8mmB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgkDvZ8mmB .navbar-buttons {
  text-align: center;
}
.cid-sgkDvZ8mmB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkDvZ8mmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgkDvZ8mmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkDvZ8mmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkDvZ8mmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkDvZ8mmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkDvZ8mmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkDvZ8mmB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkDvZ8mmB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkDvZ8mmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkDvZ8mmB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgkDvZ8mmB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkDvZ8mmB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgkDvZ8mmB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgkDvZ8mmB .soc-item {
  margin: .5rem .3rem;
}
.cid-sgkDvZ8mmB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgkDvZ8mmB .navbar {
    height: 77px;
  }
  .cid-sgkDvZ8mmB .navbar.opened {
    height: auto;
  }
  .cid-sgkDvZ8mmB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgkDvZMQDq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgkDvZMQDq .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgkDvZMQDq .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgkDvZMQDq .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgkDvZMQDq .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgkDvZMQDq .mbr-text,
.cid-sgkDvZMQDq .mbr-section-btn {
  color: #999999;
}
.cid-sgkDvZMQDq .mbr-section-title {
  color: #ffffff;
}
.cid-sgkDw04IzE {
  background-color: #a60000;
}
.cid-sgkDw04IzE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgkDw04IzE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgkDw04IzE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkDw04IzE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgkDw04IzE .image-element {
    padding-left: 0;
  }
}
.cid-sgkDw04IzE .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgkDw04IzE .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgkDw04IzE .brown {
  color: #7f1933;
}
.cid-sgkDw04IzE .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkDw04IzE .paragraphs-wrapper .first-paragraph,
.cid-sgkDw04IzE .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgkDw04IzE .image-element {
    padding-top: 1rem;
  }
  .cid-sgkDw04IzE .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgkDw04IzE .paragraphs-wrapper .first-paragraph,
  .cid-sgkDw04IzE .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgkDw04IzE .first-paragraph,
  .cid-sgkDw04IzE .second-paragraph {
    width: 50%;
  }
  .cid-sgkDw04IzE .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgkDw04IzE .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgkDw04IzE .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgkDw04IzE .mbr-section-title,
  .cid-sgkDw04IzE .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgkDw04IzE .mbr-text,
.cid-sgkDw04IzE .mbr-section-btn {
  color: #cccccc;
}
.cid-sgkDw04IzE .title,
.cid-sgkDw04IzE .brown {
  color: #ffffff;
}
.cid-sgkLCAs1QZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #a60000;
}
.cid-sgkLCAs1QZ H1 {
  color: #ffffff;
}
.cid-sgkLCAs1QZ .mbr-text,
.cid-sgkLCAs1QZ .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgkLCAs1QZ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgkLCAs1QZ .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkLCAs1QZ img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgkKQUGVDY {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-sgkKQUGVDY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgkKQUGVDY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgkKQUGVDY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgkKQUGVDY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgkKQUGVDY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgkKQUGVDY .icon-focus {
  display: none;
}
.cid-sgkKQUGVDY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgkKQUGVDY ul {
  font-size: 0;
}
.cid-sgkKQUGVDY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgkKQUGVDY .mbr-gallery-filter ul li .btn.active,
.cid-sgkKQUGVDY .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgkKQUGVDY .mbr-gallery-filter ul li .btn.active:after,
.cid-sgkKQUGVDY .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-sgkKQUGVDY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgkKQUGVDY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgkKQUGVDY .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sgkKQUGVDY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgkKQUGVDY .btn:hover {
  background: transparent !important;
}
.cid-sgkKQUGVDY .btn:hover:before {
  background: transparent !important;
}
.cid-sgkKQUGVDY .btn:before {
  background-color: transparent !important;
}
.cid-sgkKQUGVDY .btn:focus {
  box-shadow: none;
}
.cid-sgkKQUGVDY .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sgkKQUGVDY .mbr-gallery-item > div > span {
  color: #f3f3f3;
}
.cid-sgkDw0qdO0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgkDw0qdO0 .content {
    text-align: center;
  }
  .cid-sgkDw0qdO0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkDw0qdO0 .logo-subtitle {
  color: #8d97ad;
}
.cid-sgkDw0qdO0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgkDw0qdO0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgkDw0qdO0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgkDw0qdO0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgkDw0qdO0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkDw0qdO0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgkDw0qdO0 .footer-lower .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-sgkDw0qdO0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkDw0qdO0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkDw0qdO0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkDw0qdO0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkDw0qdO0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgkDw0qdO0 .list-item {
  display: flex;
}
.cid-sgkDw0qdO0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgkDw0qdO0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgkDw0qdO0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgkDw0qdO0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgkDw0qdO0 .column-title {
  color: #ffffff;
}
.cid-sgkDw0qdO0 .mbr-text {
  color: #ffffff;
}
.cid-sgkDw0qdO0 P {
  color: #ffffff;
}
.cid-sgkPJqoqLp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgkPJqoqLp .nav-item,
.cid-sgkPJqoqLp .nav-link,
.cid-sgkPJqoqLp .navbar-caption {
  font-weight: normal;
}
.cid-sgkPJqoqLp .nav-item:focus,
.cid-sgkPJqoqLp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgkPJqoqLp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgkPJqoqLp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgkPJqoqLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgkPJqoqLp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgkPJqoqLp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgkPJqoqLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgkPJqoqLp .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-sgkPJqoqLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgkPJqoqLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgkPJqoqLp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgkPJqoqLp .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgkPJqoqLp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgkPJqoqLp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgkPJqoqLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgkPJqoqLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgkPJqoqLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgkPJqoqLp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgkPJqoqLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgkPJqoqLp .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-sgkPJqoqLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgkPJqoqLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgkPJqoqLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgkPJqoqLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgkPJqoqLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgkPJqoqLp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgkPJqoqLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgkPJqoqLp .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-sgkPJqoqLp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgkPJqoqLp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgkPJqoqLp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgkPJqoqLp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgkPJqoqLp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgkPJqoqLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgkPJqoqLp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgkPJqoqLp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgkPJqoqLp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgkPJqoqLp .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-sgkPJqoqLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgkPJqoqLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgkPJqoqLp .dropdown-item.active,
.cid-sgkPJqoqLp .dropdown-item:active {
  background-color: transparent;
}
.cid-sgkPJqoqLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgkPJqoqLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgkPJqoqLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgkPJqoqLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgkPJqoqLp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgkPJqoqLp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgkPJqoqLp .navbar-buttons {
  text-align: center;
}
.cid-sgkPJqoqLp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgkPJqoqLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgkPJqoqLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgkPJqoqLp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkPJqoqLp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgkPJqoqLp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgkPJqoqLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkPJqoqLp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgkPJqoqLp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgkPJqoqLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgkPJqoqLp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgkPJqoqLp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkPJqoqLp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgkPJqoqLp .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgkPJqoqLp .soc-item {
  margin: .5rem .3rem;
}
.cid-sgkPJqoqLp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgkPJqoqLp .navbar {
    height: 77px;
  }
  .cid-sgkPJqoqLp .navbar.opened {
    height: auto;
  }
  .cid-sgkPJqoqLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgkPJqTVrb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgkPJqTVrb .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgkPJqTVrb .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgkPJqTVrb .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgkPJqTVrb .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgkPJqTVrb .mbr-text,
.cid-sgkPJqTVrb .mbr-section-btn {
  color: #999999;
}
.cid-sgkPJqTVrb .mbr-section-title {
  color: #ffffff;
}
.cid-sgkPJraNCO {
  background-color: #a60000;
}
.cid-sgkPJraNCO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgkPJraNCO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgkPJraNCO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkPJraNCO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgkPJraNCO .image-element {
    padding-left: 0;
  }
}
.cid-sgkPJraNCO .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgkPJraNCO .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgkPJraNCO .brown {
  color: #7f1933;
}
.cid-sgkPJraNCO .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgkPJraNCO .paragraphs-wrapper .first-paragraph,
.cid-sgkPJraNCO .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgkPJraNCO .image-element {
    padding-top: 1rem;
  }
  .cid-sgkPJraNCO .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgkPJraNCO .paragraphs-wrapper .first-paragraph,
  .cid-sgkPJraNCO .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgkPJraNCO .first-paragraph,
  .cid-sgkPJraNCO .second-paragraph {
    width: 50%;
  }
  .cid-sgkPJraNCO .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgkPJraNCO .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgkPJraNCO .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgkPJraNCO .mbr-section-title,
  .cid-sgkPJraNCO .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgkPJraNCO .mbr-text,
.cid-sgkPJraNCO .mbr-section-btn {
  color: #cccccc;
}
.cid-sgkPJraNCO .title,
.cid-sgkPJraNCO .brown {
  color: #ffffff;
}
.cid-sgkT6i1y2w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-sgkT6i1y2w H1 {
  color: #ffffff;
}
.cid-sgkT6i1y2w .mbr-text,
.cid-sgkT6i1y2w .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgkT6i1y2w img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgkT6i1y2w .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgkT6i1y2w img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgkPJrxsjv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgkPJrxsjv .content {
    text-align: center;
  }
  .cid-sgkPJrxsjv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgkPJrxsjv .logo-subtitle {
  color: #8d97ad;
}
.cid-sgkPJrxsjv .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgkPJrxsjv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgkPJrxsjv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgkPJrxsjv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgkPJrxsjv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgkPJrxsjv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgkPJrxsjv .footer-lower .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-sgkPJrxsjv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgkPJrxsjv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgkPJrxsjv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgkPJrxsjv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgkPJrxsjv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgkPJrxsjv .list-item {
  display: flex;
}
.cid-sgkPJrxsjv .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgkPJrxsjv ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgkPJrxsjv ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgkPJrxsjv ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgkPJrxsjv .column-title {
  color: #ffffff;
}
.cid-sgkPJrxsjv .mbr-text {
  color: #ffffff;
}
.cid-sgkPJrxsjv P {
  color: #ffffff;
}
.cid-sgNZ4ZXfDp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgNZ4ZXfDp .nav-item,
.cid-sgNZ4ZXfDp .nav-link,
.cid-sgNZ4ZXfDp .navbar-caption {
  font-weight: normal;
}
.cid-sgNZ4ZXfDp .nav-item:focus,
.cid-sgNZ4ZXfDp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgNZ4ZXfDp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgNZ4ZXfDp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgNZ4ZXfDp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgNZ4ZXfDp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgNZ4ZXfDp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgNZ4ZXfDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgNZ4ZXfDp .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-sgNZ4ZXfDp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgNZ4ZXfDp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgNZ4ZXfDp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgNZ4ZXfDp .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgNZ4ZXfDp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgNZ4ZXfDp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgNZ4ZXfDp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgNZ4ZXfDp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgNZ4ZXfDp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgNZ4ZXfDp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgNZ4ZXfDp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgNZ4ZXfDp .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-sgNZ4ZXfDp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgNZ4ZXfDp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgNZ4ZXfDp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgNZ4ZXfDp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgNZ4ZXfDp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgNZ4ZXfDp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgNZ4ZXfDp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgNZ4ZXfDp .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-sgNZ4ZXfDp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgNZ4ZXfDp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgNZ4ZXfDp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgNZ4ZXfDp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgNZ4ZXfDp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgNZ4ZXfDp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgNZ4ZXfDp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgNZ4ZXfDp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgNZ4ZXfDp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgNZ4ZXfDp .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-sgNZ4ZXfDp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgNZ4ZXfDp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgNZ4ZXfDp .dropdown-item.active,
.cid-sgNZ4ZXfDp .dropdown-item:active {
  background-color: transparent;
}
.cid-sgNZ4ZXfDp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgNZ4ZXfDp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgNZ4ZXfDp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgNZ4ZXfDp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgNZ4ZXfDp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgNZ4ZXfDp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgNZ4ZXfDp .navbar-buttons {
  text-align: center;
}
.cid-sgNZ4ZXfDp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgNZ4ZXfDp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgNZ4ZXfDp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgNZ4ZXfDp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgNZ4ZXfDp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgNZ4ZXfDp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgNZ4ZXfDp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgNZ4ZXfDp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgNZ4ZXfDp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgNZ4ZXfDp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgNZ4ZXfDp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgNZ4ZXfDp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgNZ4ZXfDp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgNZ4ZXfDp .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgNZ4ZXfDp .soc-item {
  margin: .5rem .3rem;
}
.cid-sgNZ4ZXfDp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgNZ4ZXfDp .navbar {
    height: 77px;
  }
  .cid-sgNZ4ZXfDp .navbar.opened {
    height: auto;
  }
  .cid-sgNZ4ZXfDp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgNZ50qCeP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgNZ50qCeP .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgNZ50qCeP .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgNZ50qCeP .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgNZ50qCeP .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgNZ50qCeP .mbr-text,
.cid-sgNZ50qCeP .mbr-section-btn {
  color: #999999;
}
.cid-sgNZ50qCeP .mbr-section-title {
  color: #ffffff;
}
.cid-sgNZ50Cvvy {
  background-color: #a60000;
}
.cid-sgNZ50Cvvy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgNZ50Cvvy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgNZ50Cvvy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgNZ50Cvvy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgNZ50Cvvy .image-element {
    padding-left: 0;
  }
}
.cid-sgNZ50Cvvy .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgNZ50Cvvy .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgNZ50Cvvy .brown {
  color: #7f1933;
}
.cid-sgNZ50Cvvy .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgNZ50Cvvy .paragraphs-wrapper .first-paragraph,
.cid-sgNZ50Cvvy .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgNZ50Cvvy .image-element {
    padding-top: 1rem;
  }
  .cid-sgNZ50Cvvy .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgNZ50Cvvy .paragraphs-wrapper .first-paragraph,
  .cid-sgNZ50Cvvy .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgNZ50Cvvy .first-paragraph,
  .cid-sgNZ50Cvvy .second-paragraph {
    width: 50%;
  }
  .cid-sgNZ50Cvvy .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgNZ50Cvvy .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgNZ50Cvvy .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgNZ50Cvvy .mbr-section-title,
  .cid-sgNZ50Cvvy .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgNZ50Cvvy .mbr-text,
.cid-sgNZ50Cvvy .mbr-section-btn {
  color: #cccccc;
}
.cid-sgNZ50Cvvy .title,
.cid-sgNZ50Cvvy .brown {
  color: #ffffff;
}
.cid-sgO37YSbQv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgO37YSbQv H1 {
  color: #ffffff;
}
.cid-sgO37YSbQv .mbr-text,
.cid-sgO37YSbQv .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgO37YSbQv img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgO37YSbQv .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgO37YSbQv img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgNZ51Rd7n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgNZ51Rd7n .content {
    text-align: center;
  }
  .cid-sgNZ51Rd7n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgNZ51Rd7n .logo-subtitle {
  color: #8d97ad;
}
.cid-sgNZ51Rd7n .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgNZ51Rd7n .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgNZ51Rd7n .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgNZ51Rd7n .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgNZ51Rd7n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgNZ51Rd7n .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgNZ51Rd7n .footer-lower .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-sgNZ51Rd7n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgNZ51Rd7n .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgNZ51Rd7n .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgNZ51Rd7n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgNZ51Rd7n .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgNZ51Rd7n .list-item {
  display: flex;
}
.cid-sgNZ51Rd7n .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgNZ51Rd7n ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgNZ51Rd7n ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgNZ51Rd7n ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgNZ51Rd7n .column-title {
  color: #ffffff;
}
.cid-sgNZ51Rd7n .mbr-text {
  color: #ffffff;
}
.cid-sgNZ51Rd7n P {
  color: #ffffff;
}
.cid-sgO7UUTOIX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgO7UUTOIX .nav-item,
.cid-sgO7UUTOIX .nav-link,
.cid-sgO7UUTOIX .navbar-caption {
  font-weight: normal;
}
.cid-sgO7UUTOIX .nav-item:focus,
.cid-sgO7UUTOIX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgO7UUTOIX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgO7UUTOIX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgO7UUTOIX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgO7UUTOIX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgO7UUTOIX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgO7UUTOIX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgO7UUTOIX .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-sgO7UUTOIX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgO7UUTOIX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgO7UUTOIX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgO7UUTOIX .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgO7UUTOIX .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgO7UUTOIX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgO7UUTOIX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgO7UUTOIX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgO7UUTOIX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgO7UUTOIX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgO7UUTOIX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgO7UUTOIX .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-sgO7UUTOIX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgO7UUTOIX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgO7UUTOIX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgO7UUTOIX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgO7UUTOIX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgO7UUTOIX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgO7UUTOIX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgO7UUTOIX .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-sgO7UUTOIX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgO7UUTOIX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgO7UUTOIX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgO7UUTOIX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgO7UUTOIX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgO7UUTOIX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgO7UUTOIX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgO7UUTOIX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgO7UUTOIX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgO7UUTOIX .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-sgO7UUTOIX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgO7UUTOIX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgO7UUTOIX .dropdown-item.active,
.cid-sgO7UUTOIX .dropdown-item:active {
  background-color: transparent;
}
.cid-sgO7UUTOIX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgO7UUTOIX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgO7UUTOIX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgO7UUTOIX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgO7UUTOIX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgO7UUTOIX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgO7UUTOIX .navbar-buttons {
  text-align: center;
}
.cid-sgO7UUTOIX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgO7UUTOIX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgO7UUTOIX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgO7UUTOIX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgO7UUTOIX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgO7UUTOIX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgO7UUTOIX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgO7UUTOIX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgO7UUTOIX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgO7UUTOIX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgO7UUTOIX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgO7UUTOIX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO7UUTOIX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgO7UUTOIX .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgO7UUTOIX .soc-item {
  margin: .5rem .3rem;
}
.cid-sgO7UUTOIX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgO7UUTOIX .navbar {
    height: 77px;
  }
  .cid-sgO7UUTOIX .navbar.opened {
    height: auto;
  }
  .cid-sgO7UUTOIX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgO7UVmDzk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgO7UVmDzk .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgO7UVmDzk .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgO7UVmDzk .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgO7UVmDzk .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgO7UVmDzk .mbr-text,
.cid-sgO7UVmDzk .mbr-section-btn {
  color: #999999;
}
.cid-sgO7UVmDzk .mbr-section-title {
  color: #ffffff;
}
.cid-sgO7UVDbhG {
  background-color: #a60000;
}
.cid-sgO7UVDbhG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgO7UVDbhG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgO7UVDbhG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO7UVDbhG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgO7UVDbhG .image-element {
    padding-left: 0;
  }
}
.cid-sgO7UVDbhG .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgO7UVDbhG .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgO7UVDbhG .brown {
  color: #7f1933;
}
.cid-sgO7UVDbhG .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO7UVDbhG .paragraphs-wrapper .first-paragraph,
.cid-sgO7UVDbhG .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgO7UVDbhG .image-element {
    padding-top: 1rem;
  }
  .cid-sgO7UVDbhG .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgO7UVDbhG .paragraphs-wrapper .first-paragraph,
  .cid-sgO7UVDbhG .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgO7UVDbhG .first-paragraph,
  .cid-sgO7UVDbhG .second-paragraph {
    width: 50%;
  }
  .cid-sgO7UVDbhG .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgO7UVDbhG .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgO7UVDbhG .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgO7UVDbhG .mbr-section-title,
  .cid-sgO7UVDbhG .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgO7UVDbhG .mbr-text,
.cid-sgO7UVDbhG .mbr-section-btn {
  color: #cccccc;
}
.cid-sgO7UVDbhG .title,
.cid-sgO7UVDbhG .brown {
  color: #ffffff;
}
.cid-sgO7UVZDZQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgO7UVZDZQ .content {
    text-align: center;
  }
  .cid-sgO7UVZDZQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgO7UVZDZQ .logo-subtitle {
  color: #8d97ad;
}
.cid-sgO7UVZDZQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgO7UVZDZQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgO7UVZDZQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgO7UVZDZQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgO7UVZDZQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgO7UVZDZQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgO7UVZDZQ .footer-lower .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-sgO7UVZDZQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgO7UVZDZQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgO7UVZDZQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgO7UVZDZQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgO7UVZDZQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgO7UVZDZQ .list-item {
  display: flex;
}
.cid-sgO7UVZDZQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgO7UVZDZQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgO7UVZDZQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgO7UVZDZQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgO7UVZDZQ .column-title {
  color: #ffffff;
}
.cid-sgO7UVZDZQ .mbr-text {
  color: #ffffff;
}
.cid-sgO7UVZDZQ P {
  color: #ffffff;
}
.cid-sgO9bm9Eg1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgO9bm9Eg1 .nav-item,
.cid-sgO9bm9Eg1 .nav-link,
.cid-sgO9bm9Eg1 .navbar-caption {
  font-weight: normal;
}
.cid-sgO9bm9Eg1 .nav-item:focus,
.cid-sgO9bm9Eg1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgO9bm9Eg1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgO9bm9Eg1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgO9bm9Eg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgO9bm9Eg1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgO9bm9Eg1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgO9bm9Eg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgO9bm9Eg1 .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-sgO9bm9Eg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgO9bm9Eg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgO9bm9Eg1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgO9bm9Eg1 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgO9bm9Eg1 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgO9bm9Eg1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgO9bm9Eg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgO9bm9Eg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgO9bm9Eg1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgO9bm9Eg1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgO9bm9Eg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgO9bm9Eg1 .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-sgO9bm9Eg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgO9bm9Eg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgO9bm9Eg1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgO9bm9Eg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgO9bm9Eg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgO9bm9Eg1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgO9bm9Eg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgO9bm9Eg1 .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-sgO9bm9Eg1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgO9bm9Eg1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgO9bm9Eg1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgO9bm9Eg1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgO9bm9Eg1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgO9bm9Eg1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgO9bm9Eg1 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgO9bm9Eg1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgO9bm9Eg1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgO9bm9Eg1 .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-sgO9bm9Eg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgO9bm9Eg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgO9bm9Eg1 .dropdown-item.active,
.cid-sgO9bm9Eg1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgO9bm9Eg1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgO9bm9Eg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgO9bm9Eg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgO9bm9Eg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgO9bm9Eg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgO9bm9Eg1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgO9bm9Eg1 .navbar-buttons {
  text-align: center;
}
.cid-sgO9bm9Eg1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgO9bm9Eg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgO9bm9Eg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgO9bm9Eg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgO9bm9Eg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgO9bm9Eg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgO9bm9Eg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgO9bm9Eg1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgO9bm9Eg1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgO9bm9Eg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgO9bm9Eg1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgO9bm9Eg1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO9bm9Eg1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgO9bm9Eg1 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgO9bm9Eg1 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgO9bm9Eg1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgO9bm9Eg1 .navbar {
    height: 77px;
  }
  .cid-sgO9bm9Eg1 .navbar.opened {
    height: auto;
  }
  .cid-sgO9bm9Eg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgO9bmCNWd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgO9bmCNWd .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgO9bmCNWd .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgO9bmCNWd .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgO9bmCNWd .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgO9bmCNWd .mbr-text,
.cid-sgO9bmCNWd .mbr-section-btn {
  color: #999999;
}
.cid-sgO9bmCNWd .mbr-section-title {
  color: #ffffff;
}
.cid-sgO9bmTS3G {
  background-color: #a60000;
}
.cid-sgO9bmTS3G .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgO9bmTS3G .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgO9bmTS3G .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO9bmTS3G .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgO9bmTS3G .image-element {
    padding-left: 0;
  }
}
.cid-sgO9bmTS3G .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgO9bmTS3G .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgO9bmTS3G .brown {
  color: #7f1933;
}
.cid-sgO9bmTS3G .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgO9bmTS3G .paragraphs-wrapper .first-paragraph,
.cid-sgO9bmTS3G .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgO9bmTS3G .image-element {
    padding-top: 1rem;
  }
  .cid-sgO9bmTS3G .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgO9bmTS3G .paragraphs-wrapper .first-paragraph,
  .cid-sgO9bmTS3G .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgO9bmTS3G .first-paragraph,
  .cid-sgO9bmTS3G .second-paragraph {
    width: 50%;
  }
  .cid-sgO9bmTS3G .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgO9bmTS3G .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgO9bmTS3G .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgO9bmTS3G .mbr-section-title,
  .cid-sgO9bmTS3G .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgO9bmTS3G .mbr-text,
.cid-sgO9bmTS3G .mbr-section-btn {
  color: #cccccc;
}
.cid-sgO9bmTS3G .title,
.cid-sgO9bmTS3G .brown {
  color: #ffffff;
}
.cid-sgO9bncEzG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgO9bncEzG .content {
    text-align: center;
  }
  .cid-sgO9bncEzG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgO9bncEzG .logo-subtitle {
  color: #8d97ad;
}
.cid-sgO9bncEzG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgO9bncEzG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgO9bncEzG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgO9bncEzG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgO9bncEzG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgO9bncEzG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgO9bncEzG .footer-lower .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-sgO9bncEzG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgO9bncEzG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgO9bncEzG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgO9bncEzG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgO9bncEzG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgO9bncEzG .list-item {
  display: flex;
}
.cid-sgO9bncEzG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgO9bncEzG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgO9bncEzG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgO9bncEzG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgO9bncEzG .column-title {
  color: #ffffff;
}
.cid-sgO9bncEzG .mbr-text {
  color: #ffffff;
}
.cid-sgO9bncEzG P {
  color: #ffffff;
}
.cid-sgOc4zYdwf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOc4zYdwf .nav-item,
.cid-sgOc4zYdwf .nav-link,
.cid-sgOc4zYdwf .navbar-caption {
  font-weight: normal;
}
.cid-sgOc4zYdwf .nav-item:focus,
.cid-sgOc4zYdwf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOc4zYdwf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOc4zYdwf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOc4zYdwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOc4zYdwf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOc4zYdwf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOc4zYdwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOc4zYdwf .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-sgOc4zYdwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOc4zYdwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOc4zYdwf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOc4zYdwf .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOc4zYdwf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOc4zYdwf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOc4zYdwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOc4zYdwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOc4zYdwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOc4zYdwf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOc4zYdwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOc4zYdwf .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-sgOc4zYdwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOc4zYdwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOc4zYdwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOc4zYdwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOc4zYdwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOc4zYdwf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOc4zYdwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOc4zYdwf .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-sgOc4zYdwf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOc4zYdwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOc4zYdwf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOc4zYdwf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOc4zYdwf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOc4zYdwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOc4zYdwf .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOc4zYdwf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOc4zYdwf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOc4zYdwf .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-sgOc4zYdwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOc4zYdwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOc4zYdwf .dropdown-item.active,
.cid-sgOc4zYdwf .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOc4zYdwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOc4zYdwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOc4zYdwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOc4zYdwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOc4zYdwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOc4zYdwf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOc4zYdwf .navbar-buttons {
  text-align: center;
}
.cid-sgOc4zYdwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOc4zYdwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOc4zYdwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOc4zYdwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOc4zYdwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOc4zYdwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOc4zYdwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOc4zYdwf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOc4zYdwf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOc4zYdwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOc4zYdwf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOc4zYdwf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOc4zYdwf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOc4zYdwf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOc4zYdwf .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOc4zYdwf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOc4zYdwf .navbar {
    height: 77px;
  }
  .cid-sgOc4zYdwf .navbar.opened {
    height: auto;
  }
  .cid-sgOc4zYdwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOc4ArG9x {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOc4ArG9x .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOc4ArG9x .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOc4ArG9x .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOc4ArG9x .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOc4ArG9x .mbr-text,
.cid-sgOc4ArG9x .mbr-section-btn {
  color: #999999;
}
.cid-sgOc4ArG9x .mbr-section-title {
  color: #ffffff;
}
.cid-sgOc4AIJTv {
  background-color: #a60000;
}
.cid-sgOc4AIJTv .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgOc4AIJTv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgOc4AIJTv .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOc4AIJTv .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgOc4AIJTv .image-element {
    padding-left: 0;
  }
}
.cid-sgOc4AIJTv .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgOc4AIJTv .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgOc4AIJTv .brown {
  color: #7f1933;
}
.cid-sgOc4AIJTv .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOc4AIJTv .paragraphs-wrapper .first-paragraph,
.cid-sgOc4AIJTv .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgOc4AIJTv .image-element {
    padding-top: 1rem;
  }
  .cid-sgOc4AIJTv .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgOc4AIJTv .paragraphs-wrapper .first-paragraph,
  .cid-sgOc4AIJTv .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgOc4AIJTv .first-paragraph,
  .cid-sgOc4AIJTv .second-paragraph {
    width: 50%;
  }
  .cid-sgOc4AIJTv .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgOc4AIJTv .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgOc4AIJTv .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgOc4AIJTv .mbr-section-title,
  .cid-sgOc4AIJTv .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgOc4AIJTv .mbr-text,
.cid-sgOc4AIJTv .mbr-section-btn {
  color: #c1c1c1;
}
.cid-sgOc4AIJTv .title,
.cid-sgOc4AIJTv .brown {
  color: #ffffff;
}
.cid-sgOc4B3rdj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOc4B3rdj .content {
    text-align: center;
  }
  .cid-sgOc4B3rdj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOc4B3rdj .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOc4B3rdj .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOc4B3rdj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOc4B3rdj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOc4B3rdj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOc4B3rdj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOc4B3rdj .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOc4B3rdj .footer-lower .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-sgOc4B3rdj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOc4B3rdj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOc4B3rdj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOc4B3rdj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOc4B3rdj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOc4B3rdj .list-item {
  display: flex;
}
.cid-sgOc4B3rdj .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOc4B3rdj ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOc4B3rdj ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOc4B3rdj ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOc4B3rdj .column-title {
  color: #ffffff;
}
.cid-sgOc4B3rdj .mbr-text {
  color: #ffffff;
}
.cid-sgOc4B3rdj P {
  color: #ffffff;
}
.cid-sgOecOc18N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOecOc18N .nav-item,
.cid-sgOecOc18N .nav-link,
.cid-sgOecOc18N .navbar-caption {
  font-weight: normal;
}
.cid-sgOecOc18N .nav-item:focus,
.cid-sgOecOc18N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOecOc18N .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOecOc18N .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOecOc18N .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOecOc18N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOecOc18N .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOecOc18N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOecOc18N .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-sgOecOc18N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOecOc18N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOecOc18N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOecOc18N .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOecOc18N .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOecOc18N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOecOc18N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOecOc18N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOecOc18N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOecOc18N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOecOc18N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOecOc18N .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-sgOecOc18N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOecOc18N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOecOc18N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOecOc18N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOecOc18N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOecOc18N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOecOc18N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOecOc18N .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-sgOecOc18N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOecOc18N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOecOc18N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOecOc18N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOecOc18N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOecOc18N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOecOc18N .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOecOc18N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOecOc18N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOecOc18N .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-sgOecOc18N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOecOc18N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOecOc18N .dropdown-item.active,
.cid-sgOecOc18N .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOecOc18N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOecOc18N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOecOc18N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOecOc18N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOecOc18N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOecOc18N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOecOc18N .navbar-buttons {
  text-align: center;
}
.cid-sgOecOc18N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOecOc18N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOecOc18N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOecOc18N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOecOc18N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOecOc18N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOecOc18N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOecOc18N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOecOc18N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOecOc18N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOecOc18N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOecOc18N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOecOc18N .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOecOc18N .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOecOc18N .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOecOc18N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOecOc18N .navbar {
    height: 77px;
  }
  .cid-sgOecOc18N .navbar.opened {
    height: auto;
  }
  .cid-sgOecOc18N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOecOKXll {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOecOKXll .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOecOKXll .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOecOKXll .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOecOKXll .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOecOKXll .mbr-text,
.cid-sgOecOKXll .mbr-section-btn {
  color: #999999;
}
.cid-sgOecOKXll .mbr-section-title {
  color: #ffffff;
}
.cid-sgOehs2eyP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgOehs2eyP H1 {
  color: #ffffff;
}
.cid-sgOehs2eyP .mbr-text,
.cid-sgOehs2eyP .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOehs2eyP img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOehs2eyP .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgOecPiZhH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOecPiZhH .content {
    text-align: center;
  }
  .cid-sgOecPiZhH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOecPiZhH .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOecPiZhH .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOecPiZhH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOecPiZhH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOecPiZhH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOecPiZhH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOecPiZhH .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOecPiZhH .footer-lower .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-sgOecPiZhH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOecPiZhH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOecPiZhH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOecPiZhH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOecPiZhH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOecPiZhH .list-item {
  display: flex;
}
.cid-sgOecPiZhH .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOecPiZhH ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOecPiZhH ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOecPiZhH ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOecPiZhH .column-title {
  color: #ffffff;
}
.cid-sgOecPiZhH .mbr-text {
  color: #ffffff;
}
.cid-sgOecPiZhH P {
  color: #ffffff;
}
.cid-sgOgnA9ge1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOgnA9ge1 .nav-item,
.cid-sgOgnA9ge1 .nav-link,
.cid-sgOgnA9ge1 .navbar-caption {
  font-weight: normal;
}
.cid-sgOgnA9ge1 .nav-item:focus,
.cid-sgOgnA9ge1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOgnA9ge1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOgnA9ge1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOgnA9ge1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOgnA9ge1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOgnA9ge1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOgnA9ge1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOgnA9ge1 .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-sgOgnA9ge1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOgnA9ge1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOgnA9ge1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOgnA9ge1 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOgnA9ge1 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOgnA9ge1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOgnA9ge1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOgnA9ge1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOgnA9ge1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOgnA9ge1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOgnA9ge1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOgnA9ge1 .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-sgOgnA9ge1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOgnA9ge1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOgnA9ge1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOgnA9ge1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOgnA9ge1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOgnA9ge1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOgnA9ge1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOgnA9ge1 .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-sgOgnA9ge1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOgnA9ge1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOgnA9ge1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOgnA9ge1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOgnA9ge1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOgnA9ge1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOgnA9ge1 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOgnA9ge1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOgnA9ge1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOgnA9ge1 .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-sgOgnA9ge1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOgnA9ge1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOgnA9ge1 .dropdown-item.active,
.cid-sgOgnA9ge1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOgnA9ge1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOgnA9ge1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOgnA9ge1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOgnA9ge1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOgnA9ge1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOgnA9ge1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOgnA9ge1 .navbar-buttons {
  text-align: center;
}
.cid-sgOgnA9ge1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOgnA9ge1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOgnA9ge1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOgnA9ge1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOgnA9ge1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOgnA9ge1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOgnA9ge1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOgnA9ge1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOgnA9ge1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOgnA9ge1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOgnA9ge1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOgnA9ge1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOgnA9ge1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOgnA9ge1 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOgnA9ge1 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOgnA9ge1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOgnA9ge1 .navbar {
    height: 77px;
  }
  .cid-sgOgnA9ge1 .navbar.opened {
    height: auto;
  }
  .cid-sgOgnA9ge1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOgnAG9YQ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOgnAG9YQ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOgnAG9YQ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOgnAG9YQ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOgnAG9YQ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOgnAG9YQ .mbr-text,
.cid-sgOgnAG9YQ .mbr-section-btn {
  color: #999999;
}
.cid-sgOgnAG9YQ .mbr-section-title {
  color: #ffffff;
}
.cid-sgOgnAUiz6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-sgOgnAUiz6 H1 {
  color: #ffffff;
}
.cid-sgOgnAUiz6 .mbr-text,
.cid-sgOgnAUiz6 .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOgnAUiz6 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOgnAUiz6 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgOhufJXOr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgOhufJXOr H1 {
  color: #ffffff;
}
.cid-sgOhufJXOr .mbr-text,
.cid-sgOhufJXOr .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOhufJXOr img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOhufJXOr .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgOhufJXOr img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgOilN1DHo {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-sgOilN1DHo H1 {
  color: #ffffff;
}
.cid-sgOilN1DHo .mbr-text,
.cid-sgOilN1DHo .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOilN1DHo img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOilN1DHo .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgOiGGc7Qi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgOiGGc7Qi H1 {
  color: #ffffff;
}
.cid-sgOiGGc7Qi .mbr-text,
.cid-sgOiGGc7Qi .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOiGGc7Qi img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOiGGc7Qi .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgOiGGc7Qi img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgOgnB87fE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOgnB87fE .content {
    text-align: center;
  }
  .cid-sgOgnB87fE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOgnB87fE .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOgnB87fE .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOgnB87fE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOgnB87fE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOgnB87fE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOgnB87fE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOgnB87fE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOgnB87fE .footer-lower .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-sgOgnB87fE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOgnB87fE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOgnB87fE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOgnB87fE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOgnB87fE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOgnB87fE .list-item {
  display: flex;
}
.cid-sgOgnB87fE .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOgnB87fE ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOgnB87fE ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOgnB87fE ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOgnB87fE .column-title {
  color: #ffffff;
}
.cid-sgOgnB87fE .mbr-text {
  color: #ffffff;
}
.cid-sgOgnB87fE P {
  color: #ffffff;
}
.cid-sgOlx0NhT0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOlx0NhT0 .nav-item,
.cid-sgOlx0NhT0 .nav-link,
.cid-sgOlx0NhT0 .navbar-caption {
  font-weight: normal;
}
.cid-sgOlx0NhT0 .nav-item:focus,
.cid-sgOlx0NhT0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOlx0NhT0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOlx0NhT0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOlx0NhT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOlx0NhT0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOlx0NhT0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOlx0NhT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOlx0NhT0 .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-sgOlx0NhT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOlx0NhT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOlx0NhT0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOlx0NhT0 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOlx0NhT0 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOlx0NhT0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOlx0NhT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOlx0NhT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOlx0NhT0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOlx0NhT0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOlx0NhT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOlx0NhT0 .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-sgOlx0NhT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOlx0NhT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOlx0NhT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOlx0NhT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOlx0NhT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOlx0NhT0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOlx0NhT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOlx0NhT0 .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-sgOlx0NhT0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOlx0NhT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOlx0NhT0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOlx0NhT0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOlx0NhT0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOlx0NhT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOlx0NhT0 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOlx0NhT0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOlx0NhT0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOlx0NhT0 .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-sgOlx0NhT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOlx0NhT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOlx0NhT0 .dropdown-item.active,
.cid-sgOlx0NhT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOlx0NhT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOlx0NhT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOlx0NhT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOlx0NhT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOlx0NhT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOlx0NhT0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOlx0NhT0 .navbar-buttons {
  text-align: center;
}
.cid-sgOlx0NhT0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOlx0NhT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOlx0NhT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOlx0NhT0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOlx0NhT0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOlx0NhT0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOlx0NhT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOlx0NhT0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOlx0NhT0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOlx0NhT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOlx0NhT0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOlx0NhT0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOlx0NhT0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOlx0NhT0 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOlx0NhT0 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOlx0NhT0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOlx0NhT0 .navbar {
    height: 77px;
  }
  .cid-sgOlx0NhT0 .navbar.opened {
    height: auto;
  }
  .cid-sgOlx0NhT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOlx1gNLh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOlx1gNLh .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOlx1gNLh .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOlx1gNLh .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOlx1gNLh .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOlx1gNLh .mbr-text,
.cid-sgOlx1gNLh .mbr-section-btn {
  color: #999999;
}
.cid-sgOlx1gNLh .mbr-section-title {
  color: #ffffff;
}
.cid-sgOlx1y1an {
  background-color: #a60000;
}
.cid-sgOlx1y1an .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgOlx1y1an .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgOlx1y1an .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOlx1y1an .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgOlx1y1an .image-element {
    padding-left: 0;
  }
}
.cid-sgOlx1y1an .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgOlx1y1an .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgOlx1y1an .brown {
  color: #7f1933;
}
.cid-sgOlx1y1an .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOlx1y1an .paragraphs-wrapper .first-paragraph,
.cid-sgOlx1y1an .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgOlx1y1an .image-element {
    padding-top: 1rem;
  }
  .cid-sgOlx1y1an .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgOlx1y1an .paragraphs-wrapper .first-paragraph,
  .cid-sgOlx1y1an .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgOlx1y1an .first-paragraph,
  .cid-sgOlx1y1an .second-paragraph {
    width: 50%;
  }
  .cid-sgOlx1y1an .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgOlx1y1an .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgOlx1y1an .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgOlx1y1an .mbr-section-title,
  .cid-sgOlx1y1an .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgOlx1y1an .mbr-text,
.cid-sgOlx1y1an .mbr-section-btn {
  color: #cccccc;
}
.cid-sgOlx1y1an .title,
.cid-sgOlx1y1an .brown {
  color: #ffffff;
}
.cid-sgOlVSXYgN {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-sgOlVSXYgN H1 {
  color: #ffffff;
}
.cid-sgOlVSXYgN .mbr-text,
.cid-sgOlVSXYgN .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOlVSXYgN img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOlVSXYgN .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgOlVSXYgN img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgOlx1SNyy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOlx1SNyy .content {
    text-align: center;
  }
  .cid-sgOlx1SNyy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOlx1SNyy .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOlx1SNyy .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOlx1SNyy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOlx1SNyy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOlx1SNyy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOlx1SNyy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOlx1SNyy .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOlx1SNyy .footer-lower .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-sgOlx1SNyy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOlx1SNyy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOlx1SNyy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOlx1SNyy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOlx1SNyy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOlx1SNyy .list-item {
  display: flex;
}
.cid-sgOlx1SNyy .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOlx1SNyy ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOlx1SNyy ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOlx1SNyy ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOlx1SNyy .column-title {
  color: #ffffff;
}
.cid-sgOlx1SNyy .mbr-text {
  color: #ffffff;
}
.cid-sgOlx1SNyy P {
  color: #ffffff;
}
.cid-sgOpo7zG9u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOpo7zG9u .nav-item,
.cid-sgOpo7zG9u .nav-link,
.cid-sgOpo7zG9u .navbar-caption {
  font-weight: normal;
}
.cid-sgOpo7zG9u .nav-item:focus,
.cid-sgOpo7zG9u .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOpo7zG9u .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOpo7zG9u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOpo7zG9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOpo7zG9u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOpo7zG9u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOpo7zG9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOpo7zG9u .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-sgOpo7zG9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOpo7zG9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOpo7zG9u .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOpo7zG9u .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOpo7zG9u .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOpo7zG9u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOpo7zG9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOpo7zG9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOpo7zG9u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOpo7zG9u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOpo7zG9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOpo7zG9u .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-sgOpo7zG9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOpo7zG9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOpo7zG9u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOpo7zG9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOpo7zG9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOpo7zG9u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOpo7zG9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOpo7zG9u .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-sgOpo7zG9u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOpo7zG9u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOpo7zG9u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOpo7zG9u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOpo7zG9u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOpo7zG9u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOpo7zG9u .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOpo7zG9u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOpo7zG9u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOpo7zG9u .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-sgOpo7zG9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOpo7zG9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOpo7zG9u .dropdown-item.active,
.cid-sgOpo7zG9u .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOpo7zG9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOpo7zG9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOpo7zG9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOpo7zG9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOpo7zG9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOpo7zG9u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOpo7zG9u .navbar-buttons {
  text-align: center;
}
.cid-sgOpo7zG9u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOpo7zG9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOpo7zG9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOpo7zG9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOpo7zG9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOpo7zG9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOpo7zG9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOpo7zG9u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOpo7zG9u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOpo7zG9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOpo7zG9u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOpo7zG9u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOpo7zG9u .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOpo7zG9u .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOpo7zG9u .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOpo7zG9u .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOpo7zG9u .navbar {
    height: 77px;
  }
  .cid-sgOpo7zG9u .navbar.opened {
    height: auto;
  }
  .cid-sgOpo7zG9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOpo85sZq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOpo85sZq .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOpo85sZq .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOpo85sZq .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOpo85sZq .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOpo85sZq .mbr-text,
.cid-sgOpo85sZq .mbr-section-btn {
  color: #999999;
}
.cid-sgOpo85sZq .mbr-section-title {
  color: #ffffff;
}
.cid-sgOpo8nAva {
  background-color: #a60000;
}
.cid-sgOpo8nAva .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgOpo8nAva .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgOpo8nAva .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOpo8nAva .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgOpo8nAva .image-element {
    padding-left: 0;
  }
}
.cid-sgOpo8nAva .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgOpo8nAva .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgOpo8nAva .brown {
  color: #7f1933;
}
.cid-sgOpo8nAva .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOpo8nAva .paragraphs-wrapper .first-paragraph,
.cid-sgOpo8nAva .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgOpo8nAva .image-element {
    padding-top: 1rem;
  }
  .cid-sgOpo8nAva .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgOpo8nAva .paragraphs-wrapper .first-paragraph,
  .cid-sgOpo8nAva .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgOpo8nAva .first-paragraph,
  .cid-sgOpo8nAva .second-paragraph {
    width: 50%;
  }
  .cid-sgOpo8nAva .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgOpo8nAva .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgOpo8nAva .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgOpo8nAva .mbr-section-title,
  .cid-sgOpo8nAva .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgOpo8nAva .mbr-text,
.cid-sgOpo8nAva .mbr-section-btn {
  color: #cccccc;
}
.cid-sgOpo8nAva .title,
.cid-sgOpo8nAva .brown {
  color: #ffffff;
}
.cid-sgOr13MABj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgOr13MABj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOr13MABj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOr13MABj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOr13MABj .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sgOr13MABj .container {
  padding: 0;
}
.cid-sgOr13MABj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOr13MABj .icon-focus {
  display: none;
}
.cid-sgOr13MABj .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sgOr13MABj .btn[class*=-outline]:hover,
.cid-sgOr13MABj .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sgOr13MABj li:hover .btn-primary-outline,
.cid-sgOr13MABj li:active .btn-primary-outline,
.cid-sgOr13MABj li.active .btn-primary-outline {
  color: #7f1933 !important;
}
.cid-sgOr13MABj li:hover .btn-secondary-outline,
.cid-sgOr13MABj li:active .btn-secondary-outline,
.cid-sgOr13MABj li.active .btn-secondary-outline {
  color: #990000 !important;
}
.cid-sgOr13MABj li:hover .btn-info-outline,
.cid-sgOr13MABj li:active .btn-info-outline,
.cid-sgOr13MABj li.active .btn-info-outline {
  color: #5b686b !important;
}
.cid-sgOr13MABj li:hover .btn-warning-outline,
.cid-sgOr13MABj li:active .btn-warning-outline,
.cid-sgOr13MABj li.active .btn-warning-outline {
  color: #55b4d4 !important;
}
.cid-sgOr13MABj li:hover .btn-white-outline,
.cid-sgOr13MABj li:active .btn-white-outline,
.cid-sgOr13MABj li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sgOr13MABj li:hover .btn-black-outline,
.cid-sgOr13MABj li:active .btn-black-outline,
.cid-sgOr13MABj li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sgOr13MABj li:hover .btn-success-outline,
.cid-sgOr13MABj li:active .btn-success-outline,
.cid-sgOr13MABj li.active .btn-success-outline {
  color: #ff3333 !important;
}
.cid-sgOr13MABj li:hover .btn-danger-outline,
.cid-sgOr13MABj li:active .btn-danger-outline,
.cid-sgOr13MABj li.active .btn-danger-outline {
  color: #ffffff !important;
}
.cid-sgOr13MABj li {
  position: relative;
}
.cid-sgOr13MABj li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sgOr13MABj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgOr13MABj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOr13MABj .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sgOr13MABj .btn {
  font-family: Be Vietnam !important;
}
.cid-sgOr13MABj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sgOr13MABj .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sgOr13MABj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sgOr13MABj .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sgOpo9DcbE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOpo9DcbE .content {
    text-align: center;
  }
  .cid-sgOpo9DcbE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOpo9DcbE .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOpo9DcbE .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOpo9DcbE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOpo9DcbE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOpo9DcbE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOpo9DcbE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOpo9DcbE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOpo9DcbE .footer-lower .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-sgOpo9DcbE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOpo9DcbE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOpo9DcbE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOpo9DcbE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOpo9DcbE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOpo9DcbE .list-item {
  display: flex;
}
.cid-sgOpo9DcbE .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOpo9DcbE ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOpo9DcbE ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOpo9DcbE ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOpo9DcbE .column-title {
  color: #ffffff;
}
.cid-sgOpo9DcbE .mbr-text {
  color: #ffffff;
}
.cid-sgOpo9DcbE P {
  color: #ffffff;
}
.cid-sgOz27xkYd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOz27xkYd .nav-item,
.cid-sgOz27xkYd .nav-link,
.cid-sgOz27xkYd .navbar-caption {
  font-weight: normal;
}
.cid-sgOz27xkYd .nav-item:focus,
.cid-sgOz27xkYd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOz27xkYd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOz27xkYd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOz27xkYd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOz27xkYd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOz27xkYd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOz27xkYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOz27xkYd .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-sgOz27xkYd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOz27xkYd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOz27xkYd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOz27xkYd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOz27xkYd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOz27xkYd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOz27xkYd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOz27xkYd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOz27xkYd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOz27xkYd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOz27xkYd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOz27xkYd .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-sgOz27xkYd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOz27xkYd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOz27xkYd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOz27xkYd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOz27xkYd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOz27xkYd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOz27xkYd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOz27xkYd .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-sgOz27xkYd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOz27xkYd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOz27xkYd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOz27xkYd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOz27xkYd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOz27xkYd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOz27xkYd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOz27xkYd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOz27xkYd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOz27xkYd .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-sgOz27xkYd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOz27xkYd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOz27xkYd .dropdown-item.active,
.cid-sgOz27xkYd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOz27xkYd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOz27xkYd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOz27xkYd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOz27xkYd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOz27xkYd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOz27xkYd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOz27xkYd .navbar-buttons {
  text-align: center;
}
.cid-sgOz27xkYd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOz27xkYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOz27xkYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOz27xkYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOz27xkYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOz27xkYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOz27xkYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOz27xkYd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOz27xkYd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOz27xkYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOz27xkYd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOz27xkYd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOz27xkYd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOz27xkYd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOz27xkYd .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOz27xkYd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOz27xkYd .navbar {
    height: 77px;
  }
  .cid-sgOz27xkYd .navbar.opened {
    height: auto;
  }
  .cid-sgOz27xkYd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOz281L1s {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOz281L1s .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOz281L1s .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOz281L1s .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOz281L1s .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOz281L1s .mbr-text,
.cid-sgOz281L1s .mbr-section-btn {
  color: #999999;
}
.cid-sgOz281L1s .mbr-section-title {
  color: #ffffff;
}
.cid-sgOz28kWUU {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-sgOz28kWUU H1 {
  color: #ffffff;
}
.cid-sgOz28kWUU .mbr-text,
.cid-sgOz28kWUU .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOz28kWUU img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOz28kWUU .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgOzV13u12 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-sgOzV13u12 H1 {
  color: #ffffff;
}
.cid-sgOzV13u12 .mbr-text,
.cid-sgOzV13u12 .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-sgOzV13u12 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgOzV13u12 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sgOzV13u12 img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sgOz28CtDA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOz28CtDA .content {
    text-align: center;
  }
  .cid-sgOz28CtDA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOz28CtDA .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOz28CtDA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOz28CtDA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOz28CtDA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOz28CtDA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOz28CtDA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOz28CtDA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOz28CtDA .footer-lower .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-sgOz28CtDA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOz28CtDA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOz28CtDA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOz28CtDA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOz28CtDA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOz28CtDA .list-item {
  display: flex;
}
.cid-sgOz28CtDA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOz28CtDA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOz28CtDA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOz28CtDA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOz28CtDA .column-title {
  color: #ffffff;
}
.cid-sgOz28CtDA .mbr-text {
  color: #ffffff;
}
.cid-sgOz28CtDA P {
  color: #ffffff;
}
.cid-sgOBiC1nBH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sgOBiC1nBH .nav-item,
.cid-sgOBiC1nBH .nav-link,
.cid-sgOBiC1nBH .navbar-caption {
  font-weight: normal;
}
.cid-sgOBiC1nBH .nav-item:focus,
.cid-sgOBiC1nBH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgOBiC1nBH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sgOBiC1nBH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sgOBiC1nBH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sgOBiC1nBH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgOBiC1nBH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sgOBiC1nBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgOBiC1nBH .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-sgOBiC1nBH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgOBiC1nBH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgOBiC1nBH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sgOBiC1nBH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sgOBiC1nBH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sgOBiC1nBH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgOBiC1nBH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgOBiC1nBH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgOBiC1nBH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-sgOBiC1nBH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgOBiC1nBH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgOBiC1nBH .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-sgOBiC1nBH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgOBiC1nBH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgOBiC1nBH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgOBiC1nBH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgOBiC1nBH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgOBiC1nBH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgOBiC1nBH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgOBiC1nBH .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-sgOBiC1nBH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgOBiC1nBH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgOBiC1nBH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sgOBiC1nBH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgOBiC1nBH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgOBiC1nBH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgOBiC1nBH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sgOBiC1nBH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgOBiC1nBH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgOBiC1nBH .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-sgOBiC1nBH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgOBiC1nBH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgOBiC1nBH .dropdown-item.active,
.cid-sgOBiC1nBH .dropdown-item:active {
  background-color: transparent;
}
.cid-sgOBiC1nBH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgOBiC1nBH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgOBiC1nBH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sgOBiC1nBH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgOBiC1nBH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgOBiC1nBH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgOBiC1nBH .navbar-buttons {
  text-align: center;
}
.cid-sgOBiC1nBH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgOBiC1nBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sgOBiC1nBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgOBiC1nBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOBiC1nBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgOBiC1nBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgOBiC1nBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOBiC1nBH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgOBiC1nBH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgOBiC1nBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgOBiC1nBH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgOBiC1nBH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOBiC1nBH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sgOBiC1nBH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sgOBiC1nBH .soc-item {
  margin: .5rem .3rem;
}
.cid-sgOBiC1nBH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgOBiC1nBH .navbar {
    height: 77px;
  }
  .cid-sgOBiC1nBH .navbar.opened {
    height: auto;
  }
  .cid-sgOBiC1nBH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgOBiCt0fJ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-sgOBiCt0fJ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sgOBiCt0fJ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sgOBiCt0fJ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sgOBiCt0fJ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sgOBiCt0fJ .mbr-text,
.cid-sgOBiCt0fJ .mbr-section-btn {
  color: #999999;
}
.cid-sgOBiCt0fJ .mbr-section-title {
  color: #ffffff;
}
.cid-sgOBiCGwFK {
  background-color: #a60000;
}
.cid-sgOBiCGwFK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sgOBiCGwFK .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgOBiCGwFK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOBiCGwFK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sgOBiCGwFK .image-element {
    padding-left: 0;
  }
}
.cid-sgOBiCGwFK .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sgOBiCGwFK .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sgOBiCGwFK .brown {
  color: #7f1933;
}
.cid-sgOBiCGwFK .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgOBiCGwFK .paragraphs-wrapper .first-paragraph,
.cid-sgOBiCGwFK .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sgOBiCGwFK .image-element {
    padding-top: 1rem;
  }
  .cid-sgOBiCGwFK .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgOBiCGwFK .paragraphs-wrapper .first-paragraph,
  .cid-sgOBiCGwFK .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sgOBiCGwFK .first-paragraph,
  .cid-sgOBiCGwFK .second-paragraph {
    width: 50%;
  }
  .cid-sgOBiCGwFK .first-paragraph {
    padding-right: 2rem;
  }
  .cid-sgOBiCGwFK .second-paragraph {
    padding-left: 2rem;
  }
  .cid-sgOBiCGwFK .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sgOBiCGwFK .mbr-section-title,
  .cid-sgOBiCGwFK .mbr-section-btn {
    text-align: left;
  }
}
.cid-sgOBiCGwFK .mbr-text,
.cid-sgOBiCGwFK .mbr-section-btn {
  color: #cccccc;
}
.cid-sgOBiCGwFK .title,
.cid-sgOBiCGwFK .brown {
  color: #ffffff;
}
.cid-sgOBiCYq6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sgOBiCYq6J .content {
    text-align: center;
  }
  .cid-sgOBiCYq6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sgOBiCYq6J .logo-subtitle {
  color: #8d97ad;
}
.cid-sgOBiCYq6J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sgOBiCYq6J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgOBiCYq6J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgOBiCYq6J .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgOBiCYq6J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgOBiCYq6J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sgOBiCYq6J .footer-lower .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-sgOBiCYq6J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgOBiCYq6J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgOBiCYq6J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgOBiCYq6J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgOBiCYq6J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sgOBiCYq6J .list-item {
  display: flex;
}
.cid-sgOBiCYq6J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sgOBiCYq6J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sgOBiCYq6J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sgOBiCYq6J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sgOBiCYq6J .column-title {
  color: #ffffff;
}
.cid-sgOBiCYq6J .mbr-text {
  color: #ffffff;
}
.cid-sgOBiCYq6J P {
  color: #ffffff;
}
.cid-shhzubQ1ML .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhzubQ1ML .nav-item,
.cid-shhzubQ1ML .nav-link,
.cid-shhzubQ1ML .navbar-caption {
  font-weight: normal;
}
.cid-shhzubQ1ML .nav-item:focus,
.cid-shhzubQ1ML .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhzubQ1ML .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhzubQ1ML .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhzubQ1ML .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhzubQ1ML .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhzubQ1ML .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhzubQ1ML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhzubQ1ML .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-shhzubQ1ML .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhzubQ1ML .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhzubQ1ML .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhzubQ1ML .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhzubQ1ML .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhzubQ1ML .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhzubQ1ML .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhzubQ1ML .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhzubQ1ML .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhzubQ1ML .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhzubQ1ML .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhzubQ1ML .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-shhzubQ1ML .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhzubQ1ML .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhzubQ1ML .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhzubQ1ML .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhzubQ1ML .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhzubQ1ML .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhzubQ1ML .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhzubQ1ML .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-shhzubQ1ML .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhzubQ1ML .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhzubQ1ML .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhzubQ1ML .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhzubQ1ML .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhzubQ1ML .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhzubQ1ML .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhzubQ1ML .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhzubQ1ML .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhzubQ1ML .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-shhzubQ1ML .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhzubQ1ML .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhzubQ1ML .dropdown-item.active,
.cid-shhzubQ1ML .dropdown-item:active {
  background-color: transparent;
}
.cid-shhzubQ1ML .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhzubQ1ML .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhzubQ1ML .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhzubQ1ML .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhzubQ1ML .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhzubQ1ML ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhzubQ1ML .navbar-buttons {
  text-align: center;
}
.cid-shhzubQ1ML button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhzubQ1ML button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhzubQ1ML button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhzubQ1ML button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhzubQ1ML button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhzubQ1ML button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhzubQ1ML nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhzubQ1ML nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhzubQ1ML nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhzubQ1ML nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhzubQ1ML .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhzubQ1ML a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhzubQ1ML .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhzubQ1ML .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhzubQ1ML .soc-item {
  margin: .5rem .3rem;
}
.cid-shhzubQ1ML .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhzubQ1ML .navbar {
    height: 77px;
  }
  .cid-shhzubQ1ML .navbar.opened {
    height: auto;
  }
  .cid-shhzubQ1ML .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhzuchb0o {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhzuchb0o .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhzuchb0o .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhzuchb0o .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhzuchb0o .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhzuchb0o .mbr-text,
.cid-shhzuchb0o .mbr-section-btn {
  color: #999999;
}
.cid-shhzuchb0o .mbr-section-title {
  color: #ffffff;
}
.cid-shhzuctffj {
  background-color: #a60000;
}
.cid-shhzuctffj .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-shhzuctffj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-shhzuctffj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhzuctffj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-shhzuctffj .image-element {
    padding-left: 0;
  }
}
.cid-shhzuctffj .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-shhzuctffj .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-shhzuctffj .brown {
  color: #7f1933;
}
.cid-shhzuctffj .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhzuctffj .paragraphs-wrapper .first-paragraph,
.cid-shhzuctffj .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shhzuctffj .image-element {
    padding-top: 1rem;
  }
  .cid-shhzuctffj .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shhzuctffj .paragraphs-wrapper .first-paragraph,
  .cid-shhzuctffj .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-shhzuctffj .first-paragraph,
  .cid-shhzuctffj .second-paragraph {
    width: 50%;
  }
  .cid-shhzuctffj .first-paragraph {
    padding-right: 2rem;
  }
  .cid-shhzuctffj .second-paragraph {
    padding-left: 2rem;
  }
  .cid-shhzuctffj .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shhzuctffj .mbr-section-title,
  .cid-shhzuctffj .mbr-section-btn {
    text-align: left;
  }
}
.cid-shhzuctffj .mbr-text,
.cid-shhzuctffj .mbr-section-btn {
  color: #c1c1c1;
}
.cid-shhzuctffj .title,
.cid-shhzuctffj .brown {
  color: #ffffff;
}
.cid-shhzucNhgH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-shhzucNhgH H1 {
  color: #ffffff;
}
.cid-shhzucNhgH .mbr-text,
.cid-shhzucNhgH .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhzucNhgH img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhzucNhgH .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhBCLCKsr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #a60000;
}
.cid-shhBCLCKsr H1 {
  color: #ffffff;
}
.cid-shhBCLCKsr .mbr-text,
.cid-shhBCLCKsr .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhBCLCKsr img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhBCLCKsr .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhBCLCKsr img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhCmXZByj {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-shhCmXZByj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhCmXZByj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhCmXZByj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhCmXZByj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhCmXZByj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhCmXZByj .icon-focus {
  display: none;
}
.cid-shhCmXZByj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shhCmXZByj ul {
  font-size: 0;
}
.cid-shhCmXZByj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-shhCmXZByj .mbr-gallery-filter ul li .btn.active,
.cid-shhCmXZByj .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-shhCmXZByj .mbr-gallery-filter ul li .btn.active:after,
.cid-shhCmXZByj .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-shhCmXZByj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-shhCmXZByj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-shhCmXZByj .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-shhCmXZByj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-shhCmXZByj .btn:hover {
  background: transparent !important;
}
.cid-shhCmXZByj .btn:hover:before {
  background: transparent !important;
}
.cid-shhCmXZByj .btn:before {
  background-color: transparent !important;
}
.cid-shhCmXZByj .btn:focus {
  box-shadow: none;
}
.cid-shhCmXZByj .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-shhCmXZByj .mbr-gallery-item > div > span {
  color: #f3f3f3;
}
.cid-shhCOZRozq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhCOZRozq H1 {
  color: #ffffff;
}
.cid-shhCOZRozq .mbr-text,
.cid-shhCOZRozq .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhCOZRozq img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhCOZRozq .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhzud2T69 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhzud2T69 .content {
    text-align: center;
  }
  .cid-shhzud2T69 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhzud2T69 .logo-subtitle {
  color: #8d97ad;
}
.cid-shhzud2T69 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhzud2T69 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhzud2T69 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhzud2T69 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhzud2T69 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhzud2T69 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhzud2T69 .footer-lower .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-shhzud2T69 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhzud2T69 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhzud2T69 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhzud2T69 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhzud2T69 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhzud2T69 .list-item {
  display: flex;
}
.cid-shhzud2T69 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhzud2T69 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhzud2T69 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhzud2T69 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhzud2T69 .column-title {
  color: #ffffff;
}
.cid-shhzud2T69 .mbr-text {
  color: #ffffff;
}
.cid-shhzud2T69 P {
  color: #ffffff;
}
.cid-shhGvYQ3SL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhGvYQ3SL .nav-item,
.cid-shhGvYQ3SL .nav-link,
.cid-shhGvYQ3SL .navbar-caption {
  font-weight: normal;
}
.cid-shhGvYQ3SL .nav-item:focus,
.cid-shhGvYQ3SL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhGvYQ3SL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhGvYQ3SL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhGvYQ3SL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhGvYQ3SL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhGvYQ3SL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhGvYQ3SL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhGvYQ3SL .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-shhGvYQ3SL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhGvYQ3SL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhGvYQ3SL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhGvYQ3SL .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhGvYQ3SL .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhGvYQ3SL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhGvYQ3SL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhGvYQ3SL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhGvYQ3SL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhGvYQ3SL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhGvYQ3SL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhGvYQ3SL .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-shhGvYQ3SL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhGvYQ3SL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhGvYQ3SL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhGvYQ3SL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhGvYQ3SL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhGvYQ3SL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhGvYQ3SL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhGvYQ3SL .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-shhGvYQ3SL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhGvYQ3SL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhGvYQ3SL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhGvYQ3SL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhGvYQ3SL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhGvYQ3SL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhGvYQ3SL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhGvYQ3SL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhGvYQ3SL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhGvYQ3SL .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-shhGvYQ3SL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhGvYQ3SL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhGvYQ3SL .dropdown-item.active,
.cid-shhGvYQ3SL .dropdown-item:active {
  background-color: transparent;
}
.cid-shhGvYQ3SL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhGvYQ3SL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhGvYQ3SL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhGvYQ3SL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhGvYQ3SL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhGvYQ3SL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhGvYQ3SL .navbar-buttons {
  text-align: center;
}
.cid-shhGvYQ3SL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhGvYQ3SL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhGvYQ3SL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhGvYQ3SL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhGvYQ3SL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhGvYQ3SL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhGvYQ3SL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhGvYQ3SL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhGvYQ3SL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhGvYQ3SL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhGvYQ3SL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhGvYQ3SL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhGvYQ3SL .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhGvYQ3SL .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhGvYQ3SL .soc-item {
  margin: .5rem .3rem;
}
.cid-shhGvYQ3SL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhGvYQ3SL .navbar {
    height: 77px;
  }
  .cid-shhGvYQ3SL .navbar.opened {
    height: auto;
  }
  .cid-shhGvYQ3SL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhGvZwlzU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhGvZwlzU .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhGvZwlzU .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhGvZwlzU .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhGvZwlzU .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhGvZwlzU .mbr-text,
.cid-shhGvZwlzU .mbr-section-btn {
  color: #999999;
}
.cid-shhGvZwlzU .mbr-section-title {
  color: #ffffff;
}
.cid-shhGvZPpWb {
  background-color: #a60000;
}
.cid-shhGvZPpWb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-shhGvZPpWb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-shhGvZPpWb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhGvZPpWb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-shhGvZPpWb .image-element {
    padding-left: 0;
  }
}
.cid-shhGvZPpWb .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-shhGvZPpWb .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-shhGvZPpWb .brown {
  color: #7f1933;
}
.cid-shhGvZPpWb .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhGvZPpWb .paragraphs-wrapper .first-paragraph,
.cid-shhGvZPpWb .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shhGvZPpWb .image-element {
    padding-top: 1rem;
  }
  .cid-shhGvZPpWb .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shhGvZPpWb .paragraphs-wrapper .first-paragraph,
  .cid-shhGvZPpWb .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-shhGvZPpWb .first-paragraph,
  .cid-shhGvZPpWb .second-paragraph {
    width: 50%;
  }
  .cid-shhGvZPpWb .first-paragraph {
    padding-right: 2rem;
  }
  .cid-shhGvZPpWb .second-paragraph {
    padding-left: 2rem;
  }
  .cid-shhGvZPpWb .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shhGvZPpWb .mbr-section-title,
  .cid-shhGvZPpWb .mbr-section-btn {
    text-align: left;
  }
}
.cid-shhGvZPpWb .mbr-text,
.cid-shhGvZPpWb .mbr-section-btn {
  color: #c1c1c1;
}
.cid-shhGvZPpWb .title,
.cid-shhGvZPpWb .brown {
  color: #ffffff;
}
.cid-shhGw0bwqV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-shhGw0bwqV H1 {
  color: #ffffff;
}
.cid-shhGw0bwqV .mbr-text,
.cid-shhGw0bwqV .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhGw0bwqV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhGw0bwqV .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhGw0bwqV img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhGw0Jal3 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-shhGw0Jal3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhGw0Jal3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhGw0Jal3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhGw0Jal3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhGw0Jal3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shhGw0Jal3 .icon-focus {
  display: none;
}
.cid-shhGw0Jal3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shhGw0Jal3 ul {
  font-size: 0;
}
.cid-shhGw0Jal3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-shhGw0Jal3 .mbr-gallery-filter ul li .btn.active,
.cid-shhGw0Jal3 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-shhGw0Jal3 .mbr-gallery-filter ul li .btn.active:after,
.cid-shhGw0Jal3 .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-shhGw0Jal3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-shhGw0Jal3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-shhGw0Jal3 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-shhGw0Jal3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-shhGw0Jal3 .btn:hover {
  background: transparent !important;
}
.cid-shhGw0Jal3 .btn:hover:before {
  background: transparent !important;
}
.cid-shhGw0Jal3 .btn:before {
  background-color: transparent !important;
}
.cid-shhGw0Jal3 .btn:focus {
  box-shadow: none;
}
.cid-shhGw0Jal3 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-shhGw0Jal3 .mbr-gallery-item > div > span {
  color: #f3f3f3;
}
.cid-shhGw1tZ5a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhGw1tZ5a .content {
    text-align: center;
  }
  .cid-shhGw1tZ5a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhGw1tZ5a .logo-subtitle {
  color: #8d97ad;
}
.cid-shhGw1tZ5a .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhGw1tZ5a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhGw1tZ5a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhGw1tZ5a .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhGw1tZ5a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhGw1tZ5a .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhGw1tZ5a .footer-lower .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-shhGw1tZ5a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhGw1tZ5a .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhGw1tZ5a .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhGw1tZ5a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhGw1tZ5a .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhGw1tZ5a .list-item {
  display: flex;
}
.cid-shhGw1tZ5a .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhGw1tZ5a ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhGw1tZ5a ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhGw1tZ5a ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhGw1tZ5a .column-title {
  color: #ffffff;
}
.cid-shhGw1tZ5a .mbr-text {
  color: #ffffff;
}
.cid-shhGw1tZ5a P {
  color: #ffffff;
}
.cid-shhJDjkuUB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhJDjkuUB .nav-item,
.cid-shhJDjkuUB .nav-link,
.cid-shhJDjkuUB .navbar-caption {
  font-weight: normal;
}
.cid-shhJDjkuUB .nav-item:focus,
.cid-shhJDjkuUB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhJDjkuUB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhJDjkuUB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhJDjkuUB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhJDjkuUB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhJDjkuUB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhJDjkuUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhJDjkuUB .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-shhJDjkuUB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhJDjkuUB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhJDjkuUB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhJDjkuUB .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhJDjkuUB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhJDjkuUB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhJDjkuUB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhJDjkuUB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhJDjkuUB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhJDjkuUB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhJDjkuUB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhJDjkuUB .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-shhJDjkuUB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhJDjkuUB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhJDjkuUB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhJDjkuUB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhJDjkuUB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhJDjkuUB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhJDjkuUB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhJDjkuUB .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-shhJDjkuUB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhJDjkuUB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhJDjkuUB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhJDjkuUB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhJDjkuUB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhJDjkuUB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhJDjkuUB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhJDjkuUB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhJDjkuUB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhJDjkuUB .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-shhJDjkuUB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhJDjkuUB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhJDjkuUB .dropdown-item.active,
.cid-shhJDjkuUB .dropdown-item:active {
  background-color: transparent;
}
.cid-shhJDjkuUB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhJDjkuUB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhJDjkuUB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhJDjkuUB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhJDjkuUB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhJDjkuUB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhJDjkuUB .navbar-buttons {
  text-align: center;
}
.cid-shhJDjkuUB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhJDjkuUB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhJDjkuUB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhJDjkuUB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhJDjkuUB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhJDjkuUB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhJDjkuUB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhJDjkuUB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhJDjkuUB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhJDjkuUB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhJDjkuUB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhJDjkuUB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhJDjkuUB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhJDjkuUB .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhJDjkuUB .soc-item {
  margin: .5rem .3rem;
}
.cid-shhJDjkuUB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhJDjkuUB .navbar {
    height: 77px;
  }
  .cid-shhJDjkuUB .navbar.opened {
    height: auto;
  }
  .cid-shhJDjkuUB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhJDjRE6X {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhJDjRE6X .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhJDjRE6X .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhJDjRE6X .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhJDjRE6X .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhJDjRE6X .mbr-text,
.cid-shhJDjRE6X .mbr-section-btn {
  color: #999999;
}
.cid-shhJDjRE6X .mbr-section-title {
  color: #ffffff;
}
.cid-shhJDkahDi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-shhJDkahDi H1 {
  color: #ffffff;
}
.cid-shhJDkahDi .mbr-text,
.cid-shhJDkahDi .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhJDkahDi img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhJDkahDi .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhJDkahDi H3 {
  color: #ffffff;
}
.cid-shhKqhdaYm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhKqhdaYm H1 {
  color: #ffffff;
}
.cid-shhKqhdaYm .mbr-text,
.cid-shhKqhdaYm .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhKqhdaYm img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhKqhdaYm .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhKqhdaYm img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhJDkLGrr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhJDkLGrr .content {
    text-align: center;
  }
  .cid-shhJDkLGrr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhJDkLGrr .logo-subtitle {
  color: #8d97ad;
}
.cid-shhJDkLGrr .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhJDkLGrr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhJDkLGrr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhJDkLGrr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhJDkLGrr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhJDkLGrr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhJDkLGrr .footer-lower .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-shhJDkLGrr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhJDkLGrr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhJDkLGrr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhJDkLGrr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhJDkLGrr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhJDkLGrr .list-item {
  display: flex;
}
.cid-shhJDkLGrr .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhJDkLGrr ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhJDkLGrr ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhJDkLGrr ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhJDkLGrr .column-title {
  color: #ffffff;
}
.cid-shhJDkLGrr .mbr-text {
  color: #ffffff;
}
.cid-shhJDkLGrr P {
  color: #ffffff;
}
.cid-shhLphEz1A .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhLphEz1A .nav-item,
.cid-shhLphEz1A .nav-link,
.cid-shhLphEz1A .navbar-caption {
  font-weight: normal;
}
.cid-shhLphEz1A .nav-item:focus,
.cid-shhLphEz1A .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhLphEz1A .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhLphEz1A .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhLphEz1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhLphEz1A .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhLphEz1A .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhLphEz1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhLphEz1A .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-shhLphEz1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhLphEz1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhLphEz1A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhLphEz1A .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhLphEz1A .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhLphEz1A .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhLphEz1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhLphEz1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhLphEz1A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhLphEz1A .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhLphEz1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhLphEz1A .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-shhLphEz1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhLphEz1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhLphEz1A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhLphEz1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhLphEz1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhLphEz1A .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhLphEz1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhLphEz1A .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-shhLphEz1A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhLphEz1A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhLphEz1A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhLphEz1A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhLphEz1A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhLphEz1A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhLphEz1A .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhLphEz1A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhLphEz1A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhLphEz1A .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-shhLphEz1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhLphEz1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhLphEz1A .dropdown-item.active,
.cid-shhLphEz1A .dropdown-item:active {
  background-color: transparent;
}
.cid-shhLphEz1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhLphEz1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhLphEz1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhLphEz1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhLphEz1A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhLphEz1A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhLphEz1A .navbar-buttons {
  text-align: center;
}
.cid-shhLphEz1A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhLphEz1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhLphEz1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhLphEz1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhLphEz1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhLphEz1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhLphEz1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhLphEz1A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhLphEz1A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhLphEz1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhLphEz1A .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhLphEz1A a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhLphEz1A .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhLphEz1A .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhLphEz1A .soc-item {
  margin: .5rem .3rem;
}
.cid-shhLphEz1A .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhLphEz1A .navbar {
    height: 77px;
  }
  .cid-shhLphEz1A .navbar.opened {
    height: auto;
  }
  .cid-shhLphEz1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhLpii8vs {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhLpii8vs .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhLpii8vs .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhLpii8vs .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhLpii8vs .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhLpii8vs .mbr-text,
.cid-shhLpii8vs .mbr-section-btn {
  color: #999999;
}
.cid-shhLpii8vs .mbr-section-title {
  color: #ffffff;
}
.cid-shhLpiBjeU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-shhLpiBjeU H1 {
  color: #ffffff;
}
.cid-shhLpiBjeU .mbr-text,
.cid-shhLpiBjeU .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhLpiBjeU img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhLpiBjeU .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhLpiBjeU H3 {
  color: #ffffff;
}
.cid-shhPqVqZVM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhPqVqZVM H1 {
  color: #ffffff;
}
.cid-shhPqVqZVM .mbr-text,
.cid-shhPqVqZVM .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
  text-align: left;
}
.cid-shhPqVqZVM img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhPqVqZVM .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhPqVqZVM img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhLpjbYLA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhLpjbYLA .content {
    text-align: center;
  }
  .cid-shhLpjbYLA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhLpjbYLA .logo-subtitle {
  color: #8d97ad;
}
.cid-shhLpjbYLA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhLpjbYLA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhLpjbYLA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhLpjbYLA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhLpjbYLA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhLpjbYLA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhLpjbYLA .footer-lower .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-shhLpjbYLA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhLpjbYLA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhLpjbYLA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhLpjbYLA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhLpjbYLA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhLpjbYLA .list-item {
  display: flex;
}
.cid-shhLpjbYLA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhLpjbYLA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhLpjbYLA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhLpjbYLA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhLpjbYLA .column-title {
  color: #ffffff;
}
.cid-shhLpjbYLA .mbr-text {
  color: #ffffff;
}
.cid-shhLpjbYLA P {
  color: #ffffff;
}
.cid-shhR979Tfw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhR979Tfw .nav-item,
.cid-shhR979Tfw .nav-link,
.cid-shhR979Tfw .navbar-caption {
  font-weight: normal;
}
.cid-shhR979Tfw .nav-item:focus,
.cid-shhR979Tfw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhR979Tfw .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhR979Tfw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhR979Tfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhR979Tfw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhR979Tfw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhR979Tfw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhR979Tfw .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-shhR979Tfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhR979Tfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhR979Tfw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhR979Tfw .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhR979Tfw .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhR979Tfw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhR979Tfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhR979Tfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhR979Tfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhR979Tfw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhR979Tfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhR979Tfw .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-shhR979Tfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhR979Tfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhR979Tfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhR979Tfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhR979Tfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhR979Tfw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhR979Tfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhR979Tfw .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-shhR979Tfw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhR979Tfw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhR979Tfw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhR979Tfw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhR979Tfw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhR979Tfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhR979Tfw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhR979Tfw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhR979Tfw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhR979Tfw .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-shhR979Tfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhR979Tfw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhR979Tfw .dropdown-item.active,
.cid-shhR979Tfw .dropdown-item:active {
  background-color: transparent;
}
.cid-shhR979Tfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhR979Tfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhR979Tfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhR979Tfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhR979Tfw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhR979Tfw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhR979Tfw .navbar-buttons {
  text-align: center;
}
.cid-shhR979Tfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhR979Tfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhR979Tfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhR979Tfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhR979Tfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhR979Tfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhR979Tfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhR979Tfw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhR979Tfw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhR979Tfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhR979Tfw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhR979Tfw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhR979Tfw .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhR979Tfw .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhR979Tfw .soc-item {
  margin: .5rem .3rem;
}
.cid-shhR979Tfw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhR979Tfw .navbar {
    height: 77px;
  }
  .cid-shhR979Tfw .navbar.opened {
    height: auto;
  }
  .cid-shhR979Tfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhR97xZi7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhR97xZi7 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhR97xZi7 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhR97xZi7 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhR97xZi7 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhR97xZi7 .mbr-text,
.cid-shhR97xZi7 .mbr-section-btn {
  color: #999999;
}
.cid-shhR97xZi7 .mbr-section-title {
  color: #ffffff;
}
.cid-shhR97Jfxg {
  background-color: #a60000;
}
.cid-shhR97Jfxg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-shhR97Jfxg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-shhR97Jfxg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhR97Jfxg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-shhR97Jfxg .image-element {
    padding-left: 0;
  }
}
.cid-shhR97Jfxg .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-shhR97Jfxg .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-shhR97Jfxg .brown {
  color: #7f1933;
}
.cid-shhR97Jfxg .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhR97Jfxg .paragraphs-wrapper .first-paragraph,
.cid-shhR97Jfxg .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shhR97Jfxg .image-element {
    padding-top: 1rem;
  }
  .cid-shhR97Jfxg .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shhR97Jfxg .paragraphs-wrapper .first-paragraph,
  .cid-shhR97Jfxg .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-shhR97Jfxg .first-paragraph,
  .cid-shhR97Jfxg .second-paragraph {
    width: 50%;
  }
  .cid-shhR97Jfxg .first-paragraph {
    padding-right: .5rem;
  }
  .cid-shhR97Jfxg .second-paragraph {
    padding-left: .5rem;
  }
  .cid-shhR97Jfxg .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shhR97Jfxg .mbr-section-title,
  .cid-shhR97Jfxg .mbr-section-btn {
    text-align: left;
  }
}
.cid-shhR97Jfxg .mbr-text,
.cid-shhR97Jfxg .mbr-section-btn {
  color: #cccccc;
}
.cid-shhR97Jfxg .title,
.cid-shhR97Jfxg .brown {
  color: #ffffff;
}
.cid-shhRINljvL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhRINljvL H1 {
  color: #ffffff;
}
.cid-shhRINljvL .mbr-text,
.cid-shhRINljvL .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhRINljvL img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhRINljvL .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhRINljvL img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhR9838Ti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhR9838Ti .content {
    text-align: center;
  }
  .cid-shhR9838Ti .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhR9838Ti .logo-subtitle {
  color: #8d97ad;
}
.cid-shhR9838Ti .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhR9838Ti .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhR9838Ti .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhR9838Ti .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhR9838Ti .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhR9838Ti .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhR9838Ti .footer-lower .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-shhR9838Ti .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhR9838Ti .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhR9838Ti .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhR9838Ti .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhR9838Ti .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhR9838Ti .list-item {
  display: flex;
}
.cid-shhR9838Ti .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhR9838Ti ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhR9838Ti ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhR9838Ti ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhR9838Ti .column-title {
  color: #ffffff;
}
.cid-shhR9838Ti .mbr-text {
  color: #ffffff;
}
.cid-shhR9838Ti P {
  color: #ffffff;
}
.cid-shhUOO6hIN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shhUOO6hIN .nav-item,
.cid-shhUOO6hIN .nav-link,
.cid-shhUOO6hIN .navbar-caption {
  font-weight: normal;
}
.cid-shhUOO6hIN .nav-item:focus,
.cid-shhUOO6hIN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shhUOO6hIN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shhUOO6hIN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shhUOO6hIN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shhUOO6hIN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shhUOO6hIN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shhUOO6hIN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhUOO6hIN .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-shhUOO6hIN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhUOO6hIN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhUOO6hIN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shhUOO6hIN .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shhUOO6hIN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shhUOO6hIN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhUOO6hIN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhUOO6hIN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhUOO6hIN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shhUOO6hIN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shhUOO6hIN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhUOO6hIN .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-shhUOO6hIN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhUOO6hIN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhUOO6hIN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhUOO6hIN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhUOO6hIN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhUOO6hIN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shhUOO6hIN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhUOO6hIN .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-shhUOO6hIN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhUOO6hIN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhUOO6hIN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shhUOO6hIN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shhUOO6hIN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shhUOO6hIN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhUOO6hIN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shhUOO6hIN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhUOO6hIN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhUOO6hIN .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-shhUOO6hIN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhUOO6hIN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhUOO6hIN .dropdown-item.active,
.cid-shhUOO6hIN .dropdown-item:active {
  background-color: transparent;
}
.cid-shhUOO6hIN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhUOO6hIN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhUOO6hIN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shhUOO6hIN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhUOO6hIN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhUOO6hIN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shhUOO6hIN .navbar-buttons {
  text-align: center;
}
.cid-shhUOO6hIN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhUOO6hIN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shhUOO6hIN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhUOO6hIN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhUOO6hIN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhUOO6hIN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhUOO6hIN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhUOO6hIN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhUOO6hIN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhUOO6hIN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhUOO6hIN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhUOO6hIN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhUOO6hIN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shhUOO6hIN .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shhUOO6hIN .soc-item {
  margin: .5rem .3rem;
}
.cid-shhUOO6hIN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shhUOO6hIN .navbar {
    height: 77px;
  }
  .cid-shhUOO6hIN .navbar.opened {
    height: auto;
  }
  .cid-shhUOO6hIN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhUOOMyLW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shhUOOMyLW .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shhUOOMyLW .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shhUOOMyLW .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shhUOOMyLW .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shhUOOMyLW .mbr-text,
.cid-shhUOOMyLW .mbr-section-btn {
  color: #999999;
}
.cid-shhUOOMyLW .mbr-section-title {
  color: #ffffff;
}
.cid-shhUOP5c6F {
  background-color: #a60000;
}
.cid-shhUOP5c6F .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-shhUOP5c6F .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-shhUOP5c6F .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhUOP5c6F .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-shhUOP5c6F .image-element {
    padding-left: 0;
  }
}
.cid-shhUOP5c6F .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-shhUOP5c6F .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-shhUOP5c6F .brown {
  color: #7f1933;
}
.cid-shhUOP5c6F .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shhUOP5c6F .paragraphs-wrapper .first-paragraph,
.cid-shhUOP5c6F .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shhUOP5c6F .image-element {
    padding-top: 1rem;
  }
  .cid-shhUOP5c6F .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shhUOP5c6F .paragraphs-wrapper .first-paragraph,
  .cid-shhUOP5c6F .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-shhUOP5c6F .first-paragraph,
  .cid-shhUOP5c6F .second-paragraph {
    width: 50%;
  }
  .cid-shhUOP5c6F .first-paragraph {
    padding-right: .5rem;
  }
  .cid-shhUOP5c6F .second-paragraph {
    padding-left: .5rem;
  }
  .cid-shhUOP5c6F .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shhUOP5c6F .mbr-section-title,
  .cid-shhUOP5c6F .mbr-section-btn {
    text-align: left;
  }
}
.cid-shhUOP5c6F .mbr-text,
.cid-shhUOP5c6F .mbr-section-btn {
  color: #cccccc;
}
.cid-shhUOP5c6F .title,
.cid-shhUOP5c6F .brown {
  color: #ffffff;
}
.cid-shhVJ3c8ir {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhVJ3c8ir H1 {
  color: #ffffff;
}
.cid-shhVJ3c8ir .mbr-text,
.cid-shhVJ3c8ir .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
  text-align: left;
}
.cid-shhVJ3c8ir img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhVJ3c8ir .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhVJ3c8ir img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhUOPrUK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-shhUOPrUK0 H1 {
  color: #ffffff;
}
.cid-shhUOPrUK0 .mbr-text,
.cid-shhUOPrUK0 .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhUOPrUK0 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhUOPrUK0 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhUOPrUK0 img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhWJFXoy6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #a60000;
}
.cid-shhWJFXoy6 H1 {
  color: #ffffff;
}
.cid-shhWJFXoy6 .mbr-text,
.cid-shhWJFXoy6 .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhWJFXoy6 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhWJFXoy6 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhXeWqvYJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-shhXeWqvYJ H1 {
  color: #ffffff;
}
.cid-shhXeWqvYJ .mbr-text,
.cid-shhXeWqvYJ .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhXeWqvYJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhXeWqvYJ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhXHRaztt {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhXHRaztt H1 {
  color: #ffffff;
}
.cid-shhXHRaztt .mbr-text,
.cid-shhXHRaztt .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhXHRaztt img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhXHRaztt .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhXHRaztt img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhYhhtBMe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #a60000;
}
.cid-shhYhhtBMe H1 {
  color: #ffffff;
}
.cid-shhYhhtBMe .mbr-text,
.cid-shhYhhtBMe .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhYhhtBMe img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhYhhtBMe .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shhYi6llsL {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shhYi6llsL H1 {
  color: #ffffff;
}
.cid-shhYi6llsL .mbr-text,
.cid-shhYi6llsL .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shhYi6llsL img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shhYi6llsL .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shhYi6llsL img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shhUOPHBP4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shhUOPHBP4 .content {
    text-align: center;
  }
  .cid-shhUOPHBP4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhUOPHBP4 .logo-subtitle {
  color: #8d97ad;
}
.cid-shhUOPHBP4 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shhUOPHBP4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shhUOPHBP4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shhUOPHBP4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shhUOPHBP4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhUOPHBP4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shhUOPHBP4 .footer-lower .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-shhUOPHBP4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhUOPHBP4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhUOPHBP4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhUOPHBP4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhUOPHBP4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shhUOPHBP4 .list-item {
  display: flex;
}
.cid-shhUOPHBP4 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shhUOPHBP4 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shhUOPHBP4 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shhUOPHBP4 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shhUOPHBP4 .column-title {
  color: #ffffff;
}
.cid-shhUOPHBP4 .mbr-text {
  color: #ffffff;
}
.cid-shhUOPHBP4 P {
  color: #ffffff;
}
.cid-shi0EphRdi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shi0EphRdi .nav-item,
.cid-shi0EphRdi .nav-link,
.cid-shi0EphRdi .navbar-caption {
  font-weight: normal;
}
.cid-shi0EphRdi .nav-item:focus,
.cid-shi0EphRdi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shi0EphRdi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shi0EphRdi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shi0EphRdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shi0EphRdi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shi0EphRdi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shi0EphRdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shi0EphRdi .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-shi0EphRdi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shi0EphRdi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shi0EphRdi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shi0EphRdi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shi0EphRdi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shi0EphRdi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shi0EphRdi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shi0EphRdi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shi0EphRdi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shi0EphRdi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shi0EphRdi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shi0EphRdi .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-shi0EphRdi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shi0EphRdi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shi0EphRdi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shi0EphRdi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shi0EphRdi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shi0EphRdi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shi0EphRdi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shi0EphRdi .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-shi0EphRdi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shi0EphRdi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shi0EphRdi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shi0EphRdi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shi0EphRdi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shi0EphRdi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shi0EphRdi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shi0EphRdi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shi0EphRdi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shi0EphRdi .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-shi0EphRdi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shi0EphRdi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shi0EphRdi .dropdown-item.active,
.cid-shi0EphRdi .dropdown-item:active {
  background-color: transparent;
}
.cid-shi0EphRdi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shi0EphRdi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shi0EphRdi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shi0EphRdi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shi0EphRdi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shi0EphRdi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shi0EphRdi .navbar-buttons {
  text-align: center;
}
.cid-shi0EphRdi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shi0EphRdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shi0EphRdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shi0EphRdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shi0EphRdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shi0EphRdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shi0EphRdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shi0EphRdi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shi0EphRdi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shi0EphRdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shi0EphRdi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shi0EphRdi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shi0EphRdi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shi0EphRdi .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shi0EphRdi .soc-item {
  margin: .5rem .3rem;
}
.cid-shi0EphRdi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shi0EphRdi .navbar {
    height: 77px;
  }
  .cid-shi0EphRdi .navbar.opened {
    height: auto;
  }
  .cid-shi0EphRdi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shi0EpHDU8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shi0EpHDU8 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shi0EpHDU8 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shi0EpHDU8 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shi0EpHDU8 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shi0EpHDU8 .mbr-text,
.cid-shi0EpHDU8 .mbr-section-btn {
  color: #999999;
}
.cid-shi0EpHDU8 .mbr-section-title {
  color: #ffffff;
}
.cid-shi0EpU2Ed {
  background-color: #a60000;
}
.cid-shi0EpU2Ed .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-shi0EpU2Ed .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-shi0EpU2Ed .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shi0EpU2Ed .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-shi0EpU2Ed .image-element {
    padding-left: 0;
  }
}
.cid-shi0EpU2Ed .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-shi0EpU2Ed .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-shi0EpU2Ed .brown {
  color: #7f1933;
}
.cid-shi0EpU2Ed .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shi0EpU2Ed .paragraphs-wrapper .first-paragraph,
.cid-shi0EpU2Ed .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shi0EpU2Ed .image-element {
    padding-top: 1rem;
  }
  .cid-shi0EpU2Ed .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shi0EpU2Ed .paragraphs-wrapper .first-paragraph,
  .cid-shi0EpU2Ed .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-shi0EpU2Ed .first-paragraph,
  .cid-shi0EpU2Ed .second-paragraph {
    width: 50%;
  }
  .cid-shi0EpU2Ed .first-paragraph {
    padding-right: 2rem;
  }
  .cid-shi0EpU2Ed .second-paragraph {
    padding-left: 2rem;
  }
  .cid-shi0EpU2Ed .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shi0EpU2Ed .mbr-section-title,
  .cid-shi0EpU2Ed .mbr-section-btn {
    text-align: left;
  }
}
.cid-shi0EpU2Ed .mbr-text,
.cid-shi0EpU2Ed .mbr-section-btn {
  color: #cccccc;
}
.cid-shi0EpU2Ed .title,
.cid-shi0EpU2Ed .brown {
  color: #ffffff;
}
.cid-shi1wmIwAV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shi1wmIwAV H1 {
  color: #ffffff;
}
.cid-shi1wmIwAV .mbr-text,
.cid-shi1wmIwAV .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shi1wmIwAV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shi1wmIwAV .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shi1wmIwAV img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shi0EqeqbR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shi0EqeqbR .content {
    text-align: center;
  }
  .cid-shi0EqeqbR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shi0EqeqbR .logo-subtitle {
  color: #8d97ad;
}
.cid-shi0EqeqbR .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shi0EqeqbR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shi0EqeqbR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shi0EqeqbR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shi0EqeqbR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shi0EqeqbR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shi0EqeqbR .footer-lower .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-shi0EqeqbR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shi0EqeqbR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shi0EqeqbR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shi0EqeqbR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shi0EqeqbR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shi0EqeqbR .list-item {
  display: flex;
}
.cid-shi0EqeqbR .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shi0EqeqbR ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shi0EqeqbR ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shi0EqeqbR ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shi0EqeqbR .column-title {
  color: #ffffff;
}
.cid-shi0EqeqbR .mbr-text {
  color: #ffffff;
}
.cid-shi0EqeqbR P {
  color: #ffffff;
}
.cid-shlFN60EI4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-shlFN60EI4 .nav-item,
.cid-shlFN60EI4 .nav-link,
.cid-shlFN60EI4 .navbar-caption {
  font-weight: normal;
}
.cid-shlFN60EI4 .nav-item:focus,
.cid-shlFN60EI4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shlFN60EI4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-shlFN60EI4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-shlFN60EI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-shlFN60EI4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shlFN60EI4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-shlFN60EI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shlFN60EI4 .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-shlFN60EI4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shlFN60EI4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shlFN60EI4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-shlFN60EI4 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-shlFN60EI4 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-shlFN60EI4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shlFN60EI4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shlFN60EI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shlFN60EI4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-shlFN60EI4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shlFN60EI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shlFN60EI4 .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-shlFN60EI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shlFN60EI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shlFN60EI4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shlFN60EI4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shlFN60EI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shlFN60EI4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shlFN60EI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shlFN60EI4 .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-shlFN60EI4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shlFN60EI4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shlFN60EI4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shlFN60EI4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shlFN60EI4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shlFN60EI4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shlFN60EI4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-shlFN60EI4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shlFN60EI4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shlFN60EI4 .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-shlFN60EI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shlFN60EI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shlFN60EI4 .dropdown-item.active,
.cid-shlFN60EI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-shlFN60EI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shlFN60EI4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shlFN60EI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-shlFN60EI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shlFN60EI4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shlFN60EI4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shlFN60EI4 .navbar-buttons {
  text-align: center;
}
.cid-shlFN60EI4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shlFN60EI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shlFN60EI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shlFN60EI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shlFN60EI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shlFN60EI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shlFN60EI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shlFN60EI4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shlFN60EI4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shlFN60EI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shlFN60EI4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shlFN60EI4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shlFN60EI4 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-shlFN60EI4 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-shlFN60EI4 .soc-item {
  margin: .5rem .3rem;
}
.cid-shlFN60EI4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shlFN60EI4 .navbar {
    height: 77px;
  }
  .cid-shlFN60EI4 .navbar.opened {
    height: auto;
  }
  .cid-shlFN60EI4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shlFN6v2K3 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-shlFN6v2K3 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-shlFN6v2K3 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-shlFN6v2K3 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-shlFN6v2K3 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-shlFN6v2K3 .mbr-text,
.cid-shlFN6v2K3 .mbr-section-btn {
  color: #999999;
}
.cid-shlFN6v2K3 .mbr-section-title {
  color: #ffffff;
}
.cid-shlGczFuTb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #a60000;
}
.cid-shlGczFuTb H1 {
  color: #ffffff;
}
.cid-shlGczFuTb .mbr-text,
.cid-shlGczFuTb .mbr-section-btn {
  color: #c1c1c1;
  line-height: 27px;
}
.cid-shlGczFuTb img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-shlGczFuTb .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shlGczFuTb img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-shlFN77EXh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-shlFN77EXh .content {
    text-align: center;
  }
  .cid-shlFN77EXh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shlFN77EXh .logo-subtitle {
  color: #8d97ad;
}
.cid-shlFN77EXh .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-shlFN77EXh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shlFN77EXh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shlFN77EXh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shlFN77EXh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shlFN77EXh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-shlFN77EXh .footer-lower .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-shlFN77EXh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shlFN77EXh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shlFN77EXh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shlFN77EXh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shlFN77EXh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shlFN77EXh .list-item {
  display: flex;
}
.cid-shlFN77EXh .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-shlFN77EXh ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-shlFN77EXh ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-shlFN77EXh ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-shlFN77EXh .column-title {
  color: #ffffff;
}
.cid-shlFN77EXh .mbr-text {
  color: #ffffff;
}
.cid-shlFN77EXh P {
  color: #ffffff;
}
.cid-s1YkaMBSHT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s1YkaMBSHT .nav-item,
.cid-s1YkaMBSHT .nav-link,
.cid-s1YkaMBSHT .navbar-caption {
  font-weight: normal;
}
.cid-s1YkaMBSHT .nav-item:focus,
.cid-s1YkaMBSHT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1YkaMBSHT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1YkaMBSHT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YkaMBSHT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1YkaMBSHT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1YkaMBSHT .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1YkaMBSHT .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s1YkaMBSHT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1YkaMBSHT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YkaMBSHT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YkaMBSHT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YkaMBSHT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YkaMBSHT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YkaMBSHT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YkaMBSHT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YkaMBSHT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YkaMBSHT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s1YkaMBSHT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1YkaMBSHT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YkaMBSHT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YkaMBSHT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1YkaMBSHT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YkaMBSHT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YkaMBSHT .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-s1YkaMBSHT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YkaMBSHT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YkaMBSHT .dropdown-item.active,
.cid-s1YkaMBSHT .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YkaMBSHT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YkaMBSHT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YkaMBSHT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s1YkaMBSHT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YkaMBSHT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YkaMBSHT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YkaMBSHT .navbar-buttons {
  text-align: center;
}
.cid-s1YkaMBSHT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YkaMBSHT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YkaMBSHT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YkaMBSHT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YkaMBSHT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1YkaMBSHT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s1YkaMBSHT .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1YkaMBSHT .soc-item {
  margin: .5rem .3rem;
}
.cid-s1YkaMBSHT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YkaMBSHT .navbar {
    height: 77px;
  }
  .cid-s1YkaMBSHT .navbar.opened {
    height: auto;
  }
  .cid-s1YkaMBSHT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soIQgeJmPc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3333;
}
.cid-soIQgeJmPc .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-soIQgeJmPc .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-soIQgeJmPc .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-soIQgeJmPc .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-soIQgeJmPc .mbr-text,
.cid-soIQgeJmPc .mbr-section-btn {
  color: #999999;
}
.cid-soIQgeJmPc .mbr-section-title {
  color: #ffffff;
}
.cid-soIRk8k29U {
  background-color: #a60000;
}
.cid-soIRk8k29U .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-soIRk8k29U .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soIRk8k29U .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soIRk8k29U .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-soIRk8k29U .image-element {
    padding-left: 0;
  }
}
.cid-soIRk8k29U .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-soIRk8k29U .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-soIRk8k29U .brown {
  color: #7f1933;
}
.cid-soIRk8k29U .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soIRk8k29U .paragraphs-wrapper .first-paragraph,
.cid-soIRk8k29U .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-soIRk8k29U .image-element {
    padding-top: 1rem;
  }
  .cid-soIRk8k29U .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soIRk8k29U .paragraphs-wrapper .first-paragraph,
  .cid-soIRk8k29U .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-soIRk8k29U .first-paragraph,
  .cid-soIRk8k29U .second-paragraph {
    width: 50%;
  }
  .cid-soIRk8k29U .first-paragraph {
    padding-right: 2rem;
  }
  .cid-soIRk8k29U .second-paragraph {
    padding-left: 2rem;
  }
  .cid-soIRk8k29U .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-soIRk8k29U .mbr-section-title,
  .cid-soIRk8k29U .mbr-section-btn {
    text-align: left;
  }
}
.cid-soIRk8k29U .mbr-text,
.cid-soIRk8k29U .mbr-section-btn {
  color: #c1c1c1;
}
.cid-soIRk8k29U .title,
.cid-soIRk8k29U .brown {
  color: #ffffff;
}
.cid-soIPI9KWKy {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #a60000;
}
.cid-soIPI9KWKy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-soIPI9KWKy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soIPI9KWKy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soIPI9KWKy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-soIPI9KWKy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-soIPI9KWKy .icon-focus {
  display: none;
}
.cid-soIPI9KWKy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-soIPI9KWKy ul {
  font-size: 0;
}
.cid-soIPI9KWKy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-soIPI9KWKy .mbr-gallery-filter ul li .btn.active,
.cid-soIPI9KWKy .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-soIPI9KWKy .mbr-gallery-filter ul li .btn.active:after,
.cid-soIPI9KWKy .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f1933, #990000);
}
.cid-soIPI9KWKy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-soIPI9KWKy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-soIPI9KWKy .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-soIPI9KWKy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-soIPI9KWKy .btn:hover {
  background: transparent !important;
}
.cid-soIPI9KWKy .btn:hover:before {
  background: transparent !important;
}
.cid-soIPI9KWKy .btn:before {
  background-color: transparent !important;
}
.cid-soIPI9KWKy .btn:focus {
  box-shadow: none;
}
.cid-soIPI9KWKy .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-s1ZJgd32jR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .content {
    text-align: center;
  }
  .cid-s1ZJgd32jR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ZJgd32jR .logo-subtitle {
  color: #8d97ad;
}
.cid-s1ZJgd32jR .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1ZJgd32jR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ZJgd32jR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1ZJgd32jR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s1ZJgd32jR .footer-lower .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-s1ZJgd32jR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s1ZJgd32jR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1ZJgd32jR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1ZJgd32jR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1ZJgd32jR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ZJgd32jR .list-item {
  display: flex;
}
.cid-s1ZJgd32jR .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s1ZJgd32jR ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s1ZJgd32jR ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s1ZJgd32jR ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s1ZJgd32jR .column-title {
  color: #ffffff;
}
.cid-s1ZJgd32jR .mbr-text {
  color: #ffffff;
}
.cid-s1ZJgd32jR P {
  color: #ffffff;
}
.cid-s2gOoav8DJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-s2gOoav8DJ .nav-item,
.cid-s2gOoav8DJ .nav-link,
.cid-s2gOoav8DJ .navbar-caption {
  font-weight: normal;
}
.cid-s2gOoav8DJ .nav-item:focus,
.cid-s2gOoav8DJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2gOoav8DJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2gOoav8DJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2gOoav8DJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2gOoav8DJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s2gOoav8DJ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s2gOoav8DJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2gOoav8DJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2gOoav8DJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2gOoav8DJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2gOoav8DJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2gOoav8DJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2gOoav8DJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2gOoav8DJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2gOoav8DJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2gOoav8DJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2gOoav8DJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2gOoav8DJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2gOoav8DJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2gOoav8DJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2gOoav8DJ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s2gOoav8DJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2gOoav8DJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2gOoav8DJ .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-s2gOoav8DJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2gOoav8DJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2gOoav8DJ .dropdown-item.active,
.cid-s2gOoav8DJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s2gOoav8DJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2gOoav8DJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2gOoav8DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2gOoav8DJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2gOoav8DJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2gOoav8DJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2gOoav8DJ .navbar-buttons {
  text-align: center;
}
.cid-s2gOoav8DJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2gOoav8DJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2gOoav8DJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2gOoav8DJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2gOoav8DJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2gOoav8DJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2gOoav8DJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2gOoav8DJ .soc-item {
  margin: .5rem .3rem;
}
.cid-s2gOoav8DJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2gOoav8DJ .navbar {
    height: 77px;
  }
  .cid-s2gOoav8DJ .navbar.opened {
    height: auto;
  }
  .cid-s2gOoav8DJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srh4j8yEGW {
  background-color: #a60000;
}
.cid-srh4j8yEGW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-srh4j8yEGW .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srh4j8yEGW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srh4j8yEGW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-srh4j8yEGW .image-element {
    padding-left: 0;
  }
}
.cid-srh4j8yEGW .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-srh4j8yEGW .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-srh4j8yEGW .brown {
  color: #7f1933;
}
.cid-srh4j8yEGW .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srh4j8yEGW .paragraphs-wrapper .first-paragraph,
.cid-srh4j8yEGW .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-srh4j8yEGW .image-element {
    padding-top: 1rem;
  }
  .cid-srh4j8yEGW .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srh4j8yEGW .paragraphs-wrapper .first-paragraph,
  .cid-srh4j8yEGW .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-srh4j8yEGW .first-paragraph,
  .cid-srh4j8yEGW .second-paragraph {
    width: 50%;
  }
  .cid-srh4j8yEGW .first-paragraph {
    padding-right: 2rem;
  }
  .cid-srh4j8yEGW .second-paragraph {
    padding-left: 2rem;
  }
  .cid-srh4j8yEGW .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-srh4j8yEGW .mbr-section-title,
  .cid-srh4j8yEGW .mbr-section-btn {
    text-align: left;
  }
}
.cid-srh4j8yEGW .mbr-text,
.cid-srh4j8yEGW .mbr-section-btn {
  color: #c1c1c1;
}
.cid-srh4j8yEGW .title,
.cid-srh4j8yEGW .brown {
  color: #ffffff;
}
.cid-s2gOodJhpX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .content {
    text-align: center;
  }
  .cid-s2gOodJhpX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2gOodJhpX .logo-subtitle {
  color: #8d97ad;
}
.cid-s2gOodJhpX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s2gOodJhpX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s2gOodJhpX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s2gOodJhpX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-s2gOodJhpX .footer-lower .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-s2gOodJhpX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s2gOodJhpX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s2gOodJhpX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s2gOodJhpX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s2gOodJhpX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s2gOodJhpX .list-item {
  display: flex;
}
.cid-s2gOodJhpX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-s2gOodJhpX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-s2gOodJhpX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-s2gOodJhpX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-s2gOodJhpX .column-title {
  color: #ffffff;
}
.cid-s2gOodJhpX .mbr-text {
  color: #ffffff;
}
.cid-s2gOodJhpX P {
  color: #ffffff;
}
