@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s0QqUUNsgj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-s0QqUUNsgj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s0QqUUNsgj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0QqUUNsgj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0QqUUNsgj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s0QqUUNsgj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s0QqUUNsgj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s0QqUUNsgj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s0QqUUNsgj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s0QqUUNsgj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s0WwHQxgyi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-s0WwHQxgyi .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-s0WwHQxgyi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s0WwHQxgyi .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0WwHQxgyi .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse.show,
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s0WwHQxgyi .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s0WwHQxgyi .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s0WwHQxgyi .navbar {
    flex-wrap: nowrap;
  }
  .cid-s0WwHQxgyi .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s0WwHQxgyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse.show,
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s0WwHQxgyi .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0WwHQxgyi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s0WwHQxgyi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s0WwHQxgyi .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-s0WwHQxgyi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0WwHQxgyi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-s0WwHQxgyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0WwHQxgyi .dropdown-item.active,
.cid-s0WwHQxgyi .dropdown-item:active {
  background-color: transparent;
}
.cid-s0WwHQxgyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0WwHQxgyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0WwHQxgyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0WwHQxgyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-s0WwHQxgyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0WwHQxgyi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0WwHQxgyi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0WwHQxgyi .navbar-buttons {
  text-align: center;
}
.cid-s0WwHQxgyi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0WwHQxgyi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0WwHQxgyi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s0WwHQxgyi a.nav-link:focus {
  outline: none;
}
.cid-s0WwHQxgyi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s0WwHQxgyi .nav-link:hover,
.cid-s0WwHQxgyi .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0WwHQxgyi .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s0WwHQxgyi .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s10Pak0ymN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s10Pak0ymN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s10Pak0ymN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s10Pak0ymN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s10Pak0ymN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s10Pak0ymN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s10Pak0ymN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s10Pak0ymN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s10Pak0ymN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s10Pak0ymN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s10Pak0ymN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s10Pak0ymN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s10Pak0ymN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s10Pak0ymN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s10Pak0ymN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s0WwHQxgyi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-s0WwHQxgyi .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-s0WwHQxgyi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s0WwHQxgyi .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0WwHQxgyi .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse.show,
.cid-s0WwHQxgyi .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s0WwHQxgyi .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s0WwHQxgyi .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0WwHQxgyi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s0WwHQxgyi .navbar {
    flex-wrap: nowrap;
  }
  .cid-s0WwHQxgyi .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s0WwHQxgyi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse.show,
  .cid-s0WwHQxgyi .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s0WwHQxgyi .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0WwHQxgyi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0WwHQxgyi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s0WwHQxgyi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s0WwHQxgyi .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-s0WwHQxgyi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0WwHQxgyi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0WwHQxgyi .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-s0WwHQxgyi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-s0WwHQxgyi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0WwHQxgyi .dropdown-item.active,
.cid-s0WwHQxgyi .dropdown-item:active {
  background-color: transparent;
}
.cid-s0WwHQxgyi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0WwHQxgyi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0WwHQxgyi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0WwHQxgyi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-s0WwHQxgyi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0WwHQxgyi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0WwHQxgyi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0WwHQxgyi .navbar-buttons {
  text-align: center;
}
.cid-s0WwHQxgyi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0WwHQxgyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0WwHQxgyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0WwHQxgyi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0WwHQxgyi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s0WwHQxgyi a.nav-link:focus {
  outline: none;
}
.cid-s0WwHQxgyi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s0WwHQxgyi .nav-link:hover,
.cid-s0WwHQxgyi .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0WwHQxgyi .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s0WwHQxgyi .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s10Rbioimw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s10Rbioimw .mbr-text,
.cid-s10Rbioimw blockquote {
  color: #767676;
  font-size: smaller;
  font-style: normal;
  line-height: 1.4;
}
.cid-s10OMbz0j0 {
  overflow-x: hidden !important;
}
.cid-s10OMbz0j0 .mbr-section-title {
  color: #efefef;
}
.cid-s10OMbz0j0 .mbr-section-title span {
  xcolor: #149dcc;
}
.cid-s10OMbz0j0 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s10OMbz0j0 .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/armin-pressler-deepsky-1-2000x1398.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-s10OMbz0j0 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s10OMbz0j0 .mbr-overlay {
  z-index: 1;
}
.cid-s10OMbz0j0 .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-s10ONcTLKk .modal-body .close {
  background: #1b1b1b;
}
.cid-s10ONcTLKk .modal-body .close span {
  font-style: normal;
}
.cid-s10ONcTLKk .carousel-inner > .active,
.cid-s10ONcTLKk .carousel-inner > .next,
.cid-s10ONcTLKk .carousel-inner > .prev {
  display: table;
}
.cid-s10ONcTLKk .carousel-control .icon-next,
.cid-s10ONcTLKk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s10ONcTLKk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s10ONcTLKk .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s10ONcTLKk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s10ONcTLKk .boxed-slider > div {
  position: relative;
}
.cid-s10ONcTLKk .container img {
  width: 100%;
}
.cid-s10ONcTLKk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s10ONcTLKk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s10ONcTLKk .mbr-table-cell {
  padding: 0;
}
.cid-s10ONcTLKk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s10ONcTLKk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s10ONcTLKk .mbr-overlay {
  z-index: 1;
}
.cid-s10ONcTLKk .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s10ONcTLKk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s10ONcTLKk .carousel-item .container {
    width: 100%;
  }
}
.cid-s10ONcTLKk .carousel-item-next.carousel-item-left,
.cid-s10ONcTLKk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s10ONcTLKk .active.carousel-item-right,
.cid-s10ONcTLKk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s10ONcTLKk .active.carousel-item-left,
.cid-s10ONcTLKk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s10ONcTLKk .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s10ONcTLKk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s10ONcTLKk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s10ONcTLKk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s10ONcTLKk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s10ONcTLKk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s10ONcTLKk .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s10ONcTLKk .mbr-slider .carousel-indicators li.active,
.cid-s10ONcTLKk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s10ONcTLKk .mbr-slider .carousel-indicators li::after,
.cid-s10ONcTLKk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s10ONcTLKk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s10ONcTLKk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s10ONcTLKk .mbr-slider > .container img {
  width: 100%;
}
.cid-s10ONcTLKk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s10ONcTLKk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s10ONcTLKk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s10ONcTLKk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s10ONcTLKk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s10ONcTLKk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s10ONcTLKk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s10ONcTLKk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s10ONcTLKk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s10ONcTLKk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s10ONcTLKk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s10ONcTLKk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s10ONcTLKk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s10ONcTLKk P {
  text-align: left;
  color: #cccccc;
}
.cid-s10ONcTLKk H2 {
  text-align: left;
  color: #cccccc;
}
.cid-s10OOei2kL {
  padding-top: 30px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/armin-pressler-deepsky-3-2000x1398.jpeg");
}
.cid-s10OOei2kL .carousel {
  z-index: 2;
  position: relative;
}
.cid-s10OOei2kL .user {
  padding: 0!important;
}
.cid-s10OOei2kL .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cccccc;
  opacity: 0.5;
}
.cid-s10OOei2kL .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s10OOei2kL .carousel-item.active,
.cid-s10OOei2kL .carousel-item-next,
.cid-s10OOei2kL .carousel-item-prev {
  display: flex;
}
.cid-s10OOei2kL .user_name {
  margin: 0;
}
.cid-s10OOei2kL .carousel-controls a {
  font-size: 2rem;
}
.cid-s10OOei2kL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #cccccc;
  background: transparent;
  opacity: 0.5;
}
.cid-s10OOei2kL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s10OOei2kL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s10OOei2kL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #cccccc;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-s10OOei2kL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s10OOei2kL .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-s10OOei2kL .user_text {
  color: #cccccc;
  text-align: left;
}
.cid-s10OOei2kL .user_desk {
  color: #767676;
}
.cid-s10OOei2kL .user_desk,
.cid-s10OOei2kL .carousel-item {
  text-align: left;
  color: #cccccc;
}
.cid-s10OOei2kL .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-s10OOei2kL .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-s10OOei2kL .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-s10OOei2kL .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s10Pak0ymN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s10Pak0ymN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s10Pak0ymN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s10Pak0ymN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s10Pak0ymN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s10Pak0ymN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s10Pak0ymN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s10Pak0ymN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s10Pak0ymN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s10Pak0ymN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s10Pak0ymN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s10Pak0ymN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s10Pak0ymN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s10Pak0ymN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s10Pak0ymN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s10PcDIoZq.popup-builder {
  background-color: #ffffff;
}
.cid-s10PcDIoZq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s10PcDIoZq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s10PcDIoZq .modal-content,
.cid-s10PcDIoZq .modal-dialog {
  height: auto;
}
.cid-s10PcDIoZq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s10PcDIoZq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s10PcDIoZq .form-wrapper .mbr-form .form-group,
  .cid-s10PcDIoZq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s10PcDIoZq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s10PcDIoZq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s10PcDIoZq .mbr-text {
  text-align: left;
}
.cid-s10PcDIoZq .pt-0 {
  padding-top: 0 !important;
}
.cid-s10PcDIoZq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s10PcDIoZq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s10PcDIoZq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s10PcDIoZq .modal-open {
  overflow: hidden;
}
.cid-s10PcDIoZq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s10PcDIoZq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s10PcDIoZq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s10PcDIoZq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s10PcDIoZq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s10PcDIoZq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s10PcDIoZq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s10PcDIoZq .modal-content {
  background: #8b8b8b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s10PcDIoZq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s10PcDIoZq .modal-backdrop.fade {
  opacity: 0;
}
.cid-s10PcDIoZq .modal-backdrop.show {
  opacity: .5;
}
.cid-s10PcDIoZq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s10PcDIoZq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s10PcDIoZq .modal-header .close:hover {
  opacity: 1;
}
.cid-s10PcDIoZq .modal-header .close:focus {
  outline: none;
}
.cid-s10PcDIoZq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s10PcDIoZq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s10PcDIoZq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s10PcDIoZq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s10PcDIoZq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s10PcDIoZq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s10PcDIoZq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s10PcDIoZq .modal-sm {
    max-width: 300px;
  }
  .cid-s10PcDIoZq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s10PcDIoZq .modal-lg,
  .cid-s10PcDIoZq .modal-xl {
    max-width: 800px;
  }
  .cid-s10PcDIoZq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s10PcDIoZq .modal-xl {
    max-width: 1140px;
  }
  .cid-s10PcDIoZq .container {
    max-width: 1140px;
  }
}
.cid-s10PcDIoZq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s10PcDIoZq .container {
    max-width: 720px;
  }
}
.cid-s10PcDIoZq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s10PcDIoZq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s10PcDIoZq .form-group {
  margin-bottom: 1rem;
}
.cid-s10PcDIoZq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s10PcDIoZq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s10PcDIoZq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s10Pe7qLqk.popup-builder {
  background-color: #ffffff;
}
.cid-s10Pe7qLqk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s10Pe7qLqk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s10Pe7qLqk .modal-content,
.cid-s10Pe7qLqk .modal-dialog {
  height: auto;
}
.cid-s10Pe7qLqk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s10Pe7qLqk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s10Pe7qLqk .form-wrapper .mbr-form .form-group,
  .cid-s10Pe7qLqk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s10Pe7qLqk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s10Pe7qLqk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s10Pe7qLqk .mbr-text {
  text-align: left;
}
.cid-s10Pe7qLqk .pt-0 {
  padding-top: 0 !important;
}
.cid-s10Pe7qLqk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s10Pe7qLqk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s10Pe7qLqk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s10Pe7qLqk .modal-open {
  overflow: hidden;
}
.cid-s10Pe7qLqk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s10Pe7qLqk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s10Pe7qLqk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s10Pe7qLqk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s10Pe7qLqk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s10Pe7qLqk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s10Pe7qLqk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s10Pe7qLqk .modal-content {
  background: #8b8b8b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s10Pe7qLqk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s10Pe7qLqk .modal-backdrop.fade {
  opacity: 0;
}
.cid-s10Pe7qLqk .modal-backdrop.show {
  opacity: .5;
}
.cid-s10Pe7qLqk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s10Pe7qLqk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s10Pe7qLqk .modal-header .close:hover {
  opacity: 1;
}
.cid-s10Pe7qLqk .modal-header .close:focus {
  outline: none;
}
.cid-s10Pe7qLqk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s10Pe7qLqk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s10Pe7qLqk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s10Pe7qLqk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s10Pe7qLqk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s10Pe7qLqk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s10Pe7qLqk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s10Pe7qLqk .modal-sm {
    max-width: 300px;
  }
  .cid-s10Pe7qLqk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s10Pe7qLqk .modal-lg,
  .cid-s10Pe7qLqk .modal-xl {
    max-width: 800px;
  }
  .cid-s10Pe7qLqk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s10Pe7qLqk .modal-xl {
    max-width: 1140px;
  }
  .cid-s10Pe7qLqk .container {
    max-width: 1140px;
  }
}
.cid-s10Pe7qLqk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s10Pe7qLqk .container {
    max-width: 720px;
  }
}
.cid-s10Pe7qLqk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s10Pe7qLqk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s10Pe7qLqk .form-group {
  margin-bottom: 1rem;
}
.cid-s10Pe7qLqk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s10Pe7qLqk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s10Pe7qLqk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s10PeVsU2I.popup-builder {
  background-color: #ffffff;
}
.cid-s10PeVsU2I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s10PeVsU2I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s10PeVsU2I .modal-content,
.cid-s10PeVsU2I .modal-dialog {
  height: auto;
}
.cid-s10PeVsU2I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s10PeVsU2I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s10PeVsU2I .form-wrapper .mbr-form .form-group,
  .cid-s10PeVsU2I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s10PeVsU2I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s10PeVsU2I .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s10PeVsU2I .mbr-text {
  text-align: left;
}
.cid-s10PeVsU2I .pt-0 {
  padding-top: 0 !important;
}
.cid-s10PeVsU2I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s10PeVsU2I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s10PeVsU2I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s10PeVsU2I .modal-open {
  overflow: hidden;
}
.cid-s10PeVsU2I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s10PeVsU2I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s10PeVsU2I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s10PeVsU2I .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s10PeVsU2I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s10PeVsU2I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s10PeVsU2I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s10PeVsU2I .modal-content {
  background: #8b8b8b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s10PeVsU2I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s10PeVsU2I .modal-backdrop.fade {
  opacity: 0;
}
.cid-s10PeVsU2I .modal-backdrop.show {
  opacity: .5;
}
.cid-s10PeVsU2I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s10PeVsU2I .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s10PeVsU2I .modal-header .close:hover {
  opacity: 1;
}
.cid-s10PeVsU2I .modal-header .close:focus {
  outline: none;
}
.cid-s10PeVsU2I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s10PeVsU2I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s10PeVsU2I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s10PeVsU2I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s10PeVsU2I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s10PeVsU2I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s10PeVsU2I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s10PeVsU2I .modal-sm {
    max-width: 300px;
  }
  .cid-s10PeVsU2I .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s10PeVsU2I .modal-lg,
  .cid-s10PeVsU2I .modal-xl {
    max-width: 800px;
  }
  .cid-s10PeVsU2I .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s10PeVsU2I .modal-xl {
    max-width: 1140px;
  }
  .cid-s10PeVsU2I .container {
    max-width: 1140px;
  }
}
.cid-s10PeVsU2I .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s10PeVsU2I .container {
    max-width: 720px;
  }
}
.cid-s10PeVsU2I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s10PeVsU2I .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s10PeVsU2I .form-group {
  margin-bottom: 1rem;
}
.cid-s10PeVsU2I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s10PeVsU2I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s10PeVsU2I .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s10Sj6Ruki .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-s10Sj6Ruki .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-s10Sj6Ruki .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s10Sj6Ruki .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s10Sj6Ruki .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s10Sj6Ruki .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s10Sj6Ruki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s10Sj6Ruki .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s10Sj6Ruki .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s10Sj6Ruki .navbar.collapsed.opened .navbar-collapse.show,
.cid-s10Sj6Ruki .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s10Sj6Ruki .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s10Sj6Ruki .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s10Sj6Ruki .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s10Sj6Ruki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s10Sj6Ruki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s10Sj6Ruki .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-s10Sj6Ruki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s10Sj6Ruki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s10Sj6Ruki .navbar {
    flex-wrap: nowrap;
  }
  .cid-s10Sj6Ruki .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s10Sj6Ruki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s10Sj6Ruki .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s10Sj6Ruki .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s10Sj6Ruki .navbar.opened .navbar-collapse.show,
  .cid-s10Sj6Ruki .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s10Sj6Ruki .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s10Sj6Ruki .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s10Sj6Ruki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s10Sj6Ruki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s10Sj6Ruki .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-s10Sj6Ruki .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s10Sj6Ruki .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s10Sj6Ruki .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s10Sj6Ruki .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s10Sj6Ruki .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-s10Sj6Ruki .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s10Sj6Ruki .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s10Sj6Ruki .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-s10Sj6Ruki .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-s10Sj6Ruki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s10Sj6Ruki .dropdown-item.active,
.cid-s10Sj6Ruki .dropdown-item:active {
  background-color: transparent;
}
.cid-s10Sj6Ruki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s10Sj6Ruki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s10Sj6Ruki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s10Sj6Ruki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-s10Sj6Ruki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s10Sj6Ruki .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s10Sj6Ruki ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s10Sj6Ruki .navbar-buttons {
  text-align: center;
}
.cid-s10Sj6Ruki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s10Sj6Ruki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-s10Sj6Ruki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s10Sj6Ruki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s10Sj6Ruki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s10Sj6Ruki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s10Sj6Ruki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s10Sj6Ruki nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s10Sj6Ruki nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s10Sj6Ruki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s10Sj6Ruki .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s10Sj6Ruki a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s10Sj6Ruki a.nav-link:focus {
  outline: none;
}
.cid-s10Sj6Ruki .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s10Sj6Ruki .nav-link:hover,
.cid-s10Sj6Ruki .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s10Sj6Ruki .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s10Sj6Ruki .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s10Sj88iQx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s10Sj88iQx .mbr-text,
.cid-s10Sj88iQx blockquote {
  color: #767676;
  font-size: smaller;
  font-style: normal;
  line-height: 1.4;
}
.cid-s10Swslm7l {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-s10Swslm7l .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s10Swslm7l .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s10Swslm7l .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-s10Swslm7l P {
  color: #cccccc;
}
.cid-scO4KVwKZ6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-scO4KVwKZ6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scO4KVwKZ6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scO4KVwKZ6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scO4KVwKZ6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scO4KVwKZ6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scO4KVwKZ6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scO4KVwKZ6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scO4KVwKZ6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scO4KVwKZ6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scO4KVwKZ6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scO4KVwKZ6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scO4KVwKZ6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scO4KVwKZ6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scO4KVwKZ6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s7kRLNarx6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-s7kRLNarx6 .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-s7kRLNarx6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s7kRLNarx6 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7kRLNarx6 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s7kRLNarx6 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7kRLNarx6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7kRLNarx6 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s7kRLNarx6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s7kRLNarx6 .navbar.collapsed.opened .navbar-collapse.show,
.cid-s7kRLNarx6 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s7kRLNarx6 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s7kRLNarx6 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s7kRLNarx6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7kRLNarx6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7kRLNarx6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7kRLNarx6 .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-s7kRLNarx6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7kRLNarx6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s7kRLNarx6 .navbar {
    flex-wrap: nowrap;
  }
  .cid-s7kRLNarx6 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s7kRLNarx6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7kRLNarx6 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s7kRLNarx6 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s7kRLNarx6 .navbar.opened .navbar-collapse.show,
  .cid-s7kRLNarx6 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s7kRLNarx6 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s7kRLNarx6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7kRLNarx6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7kRLNarx6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7kRLNarx6 .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-s7kRLNarx6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7kRLNarx6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7kRLNarx6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s7kRLNarx6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s7kRLNarx6 .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-s7kRLNarx6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7kRLNarx6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7kRLNarx6 .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-s7kRLNarx6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-s7kRLNarx6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7kRLNarx6 .dropdown-item.active,
.cid-s7kRLNarx6 .dropdown-item:active {
  background-color: transparent;
}
.cid-s7kRLNarx6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7kRLNarx6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7kRLNarx6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7kRLNarx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-s7kRLNarx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7kRLNarx6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7kRLNarx6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7kRLNarx6 .navbar-buttons {
  text-align: center;
}
.cid-s7kRLNarx6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7kRLNarx6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-s7kRLNarx6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7kRLNarx6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kRLNarx6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kRLNarx6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7kRLNarx6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kRLNarx6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7kRLNarx6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7kRLNarx6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kRLNarx6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7kRLNarx6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s7kRLNarx6 a.nav-link:focus {
  outline: none;
}
.cid-s7kRLNarx6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7kRLNarx6 .nav-link:hover,
.cid-s7kRLNarx6 .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7kRLNarx6 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s7kRLNarx6 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7kRLO4qNJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7kRLO4qNJ .mbr-text,
.cid-s7kRLO4qNJ blockquote {
  color: #767676;
  font-size: smaller;
  font-style: normal;
  line-height: 1.4;
}
.cid-s7kRLOv5Yw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-s7kRLOv5Yw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s7kRLOv5Yw .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s7kRLOv5Yw .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-s7kRLOv5Yw P {
  color: #cccccc;
}
.cid-s7kRLPce4f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s7kRLPce4f .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7kRLPce4f .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7kRLPce4f .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kRLPce4f .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7kRLPce4f .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7kRLPce4f .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7kRLPce4f .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7kRLPce4f .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7kRLPce4f .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7kRLPce4f .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7kRLPce4f .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7kRLPce4f .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7kRLPce4f .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7kRLPce4f .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s7l2YOCrzi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-s7l2YOCrzi .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-s7l2YOCrzi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s7l2YOCrzi .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s7l2YOCrzi .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s7l2YOCrzi .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7l2YOCrzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s7l2YOCrzi .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s7l2YOCrzi .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s7l2YOCrzi .navbar.collapsed.opened .navbar-collapse.show,
.cid-s7l2YOCrzi .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s7l2YOCrzi .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s7l2YOCrzi .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s7l2YOCrzi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s7l2YOCrzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7l2YOCrzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7l2YOCrzi .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-s7l2YOCrzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7l2YOCrzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s7l2YOCrzi .navbar {
    flex-wrap: nowrap;
  }
  .cid-s7l2YOCrzi .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s7l2YOCrzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7l2YOCrzi .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s7l2YOCrzi .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s7l2YOCrzi .navbar.opened .navbar-collapse.show,
  .cid-s7l2YOCrzi .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s7l2YOCrzi .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s7l2YOCrzi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s7l2YOCrzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7l2YOCrzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7l2YOCrzi .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-s7l2YOCrzi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7l2YOCrzi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7l2YOCrzi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s7l2YOCrzi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s7l2YOCrzi .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-s7l2YOCrzi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7l2YOCrzi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7l2YOCrzi .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-s7l2YOCrzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-s7l2YOCrzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7l2YOCrzi .dropdown-item.active,
.cid-s7l2YOCrzi .dropdown-item:active {
  background-color: transparent;
}
.cid-s7l2YOCrzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7l2YOCrzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7l2YOCrzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7l2YOCrzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-s7l2YOCrzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7l2YOCrzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7l2YOCrzi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7l2YOCrzi .navbar-buttons {
  text-align: center;
}
.cid-s7l2YOCrzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7l2YOCrzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-s7l2YOCrzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7l2YOCrzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7l2YOCrzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7l2YOCrzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7l2YOCrzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7l2YOCrzi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7l2YOCrzi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7l2YOCrzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7l2YOCrzi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7l2YOCrzi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s7l2YOCrzi a.nav-link:focus {
  outline: none;
}
.cid-s7l2YOCrzi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7l2YOCrzi .nav-link:hover,
.cid-s7l2YOCrzi .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7l2YOCrzi .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s7l2YOCrzi .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s7l2YPIupQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7l2YPIupQ .mbr-text,
.cid-s7l2YPIupQ blockquote {
  color: #767676;
  font-size: smaller;
  font-style: normal;
  line-height: 1.4;
}
.cid-s7rsLW00Aa {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-s7rsLW00Aa .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-s7rsLW00Aa .block-title {
  color: #cccccc;
}
.cid-s7rsLW00Aa p {
  font-size: 1.2em;
  text-align: center;
  color: #cccccc;
}
.cid-s7rsLW00Aa img {
  width: 20em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-s7l2YQYqks {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-s7l2YQYqks .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7l2YQYqks .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7l2YQYqks .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7l2YQYqks .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7l2YQYqks .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7l2YQYqks .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7l2YQYqks .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7l2YQYqks .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7l2YQYqks .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7l2YQYqks .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7l2YQYqks .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7l2YQYqks .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7l2YQYqks .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7l2YQYqks .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sPC21LYro5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #191919;
}
.cid-sPC21LYro5 .navbar.opened {
  transition: all .3s;
  background: #191919 !important;
}
.cid-sPC21LYro5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sPC21LYro5 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPC21LYro5 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sPC21LYro5 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPC21LYro5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPC21LYro5 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sPC21LYro5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sPC21LYro5 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sPC21LYro5 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sPC21LYro5 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sPC21LYro5 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sPC21LYro5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPC21LYro5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPC21LYro5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPC21LYro5 .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-sPC21LYro5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPC21LYro5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sPC21LYro5 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sPC21LYro5 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sPC21LYro5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPC21LYro5 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sPC21LYro5 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sPC21LYro5 .navbar.opened .navbar-collapse.show,
  .cid-sPC21LYro5 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sPC21LYro5 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sPC21LYro5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPC21LYro5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPC21LYro5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPC21LYro5 .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-sPC21LYro5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPC21LYro5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPC21LYro5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sPC21LYro5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sPC21LYro5 .navbar.navbar-short {
  background: #191919 !important;
  min-height: 60px;
}
.cid-sPC21LYro5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPC21LYro5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPC21LYro5 .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-sPC21LYro5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: #cccccc;
}
.cid-sPC21LYro5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPC21LYro5 .dropdown-item.active,
.cid-sPC21LYro5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPC21LYro5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPC21LYro5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPC21LYro5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPC21LYro5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sPC21LYro5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPC21LYro5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPC21LYro5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPC21LYro5 .navbar-buttons {
  text-align: center;
}
.cid-sPC21LYro5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPC21LYro5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-sPC21LYro5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPC21LYro5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPC21LYro5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPC21LYro5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPC21LYro5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPC21LYro5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPC21LYro5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPC21LYro5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPC21LYro5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPC21LYro5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sPC21LYro5 a.nav-link:focus {
  outline: none;
}
.cid-sPC21LYro5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPC21LYro5 .nav-link:hover,
.cid-sPC21LYro5 .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPC21LYro5 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sPC21LYro5 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPC21NDh9Y {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPC21NDh9Y .mbr-text,
.cid-sPC21NDh9Y blockquote {
  color: #767676;
  font-size: smaller;
  font-style: normal;
  line-height: 1.4;
}
.cid-sPC5YQeRP0 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sPC5YQeRP0 .mbr-section {
  text-align: center;
  color: #232323;
}
.cid-sPC5YQeRP0 P {
  color: #cccccc;
}
.cid-sPC5YQeRP0 H1 {
  color: #cccccc;
}
.cid-sPC5YQeRP0 H2 {
  color: #cccccc;
}
.cid-sPC5YQeRP0 H3 {
  color: #cccccc;
}
.cid-sPC5YQeRP0 UL {
  color: #cccccc;
}
.cid-sPC5YQeRP0 SPAN {
  padding-top: 200px;
}
.cid-sPC21QCBUR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-sPC21QCBUR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPC21QCBUR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPC21QCBUR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPC21QCBUR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sPC21QCBUR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sPC21QCBUR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sPC21QCBUR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPC21QCBUR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sPC21QCBUR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPC21QCBUR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sPC21QCBUR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPC21QCBUR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPC21QCBUR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sPC21QCBUR .media-container-row .row-copirayt p {
  width: 100%;
}
