.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-sP1uR9HdhL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sP1uR9HdhL nav.navbar {
  position: fixed;
}
.cid-sP1uR9HdhL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sP1uR9HdhL .dropdown-item:hover,
.cid-sP1uR9HdhL .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sP1uR9HdhL .nav-link {
  position: relative;
  padding: 0;
}
.cid-sP1uR9HdhL .container {
  display: flex;
  margin: auto;
}
.cid-sP1uR9HdhL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown-menu,
.cid-sP1uR9HdhL .navbar.opened {
  background: #232323 !important;
}
.cid-sP1uR9HdhL .nav-item:focus,
.cid-sP1uR9HdhL .nav-link:focus {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sP1uR9HdhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sP1uR9HdhL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.opened {
  transition: all 0.3s;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sP1uR9HdhL .navbar .navbar-logo img {
  width: auto;
}
.cid-sP1uR9HdhL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar.collapsed {
  justify-content: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sP1uR9HdhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sP1uR9HdhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sP1uR9HdhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sP1uR9HdhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sP1uR9HdhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sP1uR9HdhL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sP1uR9HdhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sP1uR9HdhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sP1uR9HdhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sP1uR9HdhL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sP1uR9HdhL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sP1uR9HdhL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown-item.active,
.cid-sP1uR9HdhL .dropdown-item:active {
  background-color: transparent;
}
.cid-sP1uR9HdhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sP1uR9HdhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sP1uR9HdhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sP1uR9HdhL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sP1uR9HdhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sP1uR9HdhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sP1uR9HdhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sP1uR9HdhL .navbar {
    height: 70px;
  }
  .cid-sP1uR9HdhL .navbar.opened {
    height: auto;
  }
  .cid-sP1uR9HdhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP1uR9HdhL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sP1uR9HdhL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sP1uR9HdhL a {
  display: inline;
  font-weight: bold;
}
.cid-sP1uR9HdhL img {
  display: inline;
  padding-right: 10px;
}
.cid-sP1uR9HdhL .text-black:hover {
  color: #000000 !important;
}
.cid-sP1uR9HdhL .dropdown-toggle:after {
  display: none;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sP1uR9HdhL .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL a.text-black:hover,
.cid-sP1uR9HdhL a.text-black:focus,
.cid-sP1uR9HdhL a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sP1uR9HdhL .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sOrX03EQWE {
  background-image: url("../../../assets/images/uninsulated-roller-shutter-gallery-5-810x594.jpg");
  overflow: hidden;
}
.cid-sOrX03EQWE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sOrX03EQWE #e2_shape {
  fill: #ffffff !important;
}
.cid-sOrX03EQWE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-sOrX03EQWE img {
    width: 90%!important;
  }
}
.cid-sOrX03EQWE H1 {
  color: #000000;
}
.cid-sOrX03EQWE .mbr-text,
.cid-sOrX03EQWE .mbr-section-btn {
  color: #000000;
}
.cid-sOrX03EQWE .btn {
  color: white!important;
  border-color: white!important;
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-25 p {
  font-size: 60px;
  color: #777;
}
.cid-sOV5rdSUU7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #939393;
}
.cid-sOV5rdSUU7 .mbr-section-title {
  color: #000000;
}
.cid-sOV5rdSUU7 .mbr-text,
.cid-sOV5rdSUU7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sOV5rdSUU7 .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sOs4RunUjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sOs4RunUjd .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-sOs4RunUjd .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sOs4RunUjd .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-sOs4RunUjd .mbr-section-title {
  color: #FFFFFF;
}
.cid-sOs4RunUjd .mbr-text {
  color: #FFFFFF;
}
.cid-sOs4RunUjd .container-fluid {
  padding: 0;
}
.cid-sOs4RunUjd .row {
  margin: 0;
}
.cid-sOs4RunUjd .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-sOs4RunUjd .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-sOs4RunUjd .text-container {
    padding: 60px;
  }
}
.cid-sOs4RunUjd .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sOs4RunUjd .image-wrapper {
    height: 420px;
  }
}
.cid-sOs4RunUjd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-sOs4RunUjd .image-wrapper img:hover {
  transform: scale(1);
}
.cid-sOs4RunUjd .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sOs4RunUjd .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-sOs4RunUjd .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-sOs4RunUjd .item__buttons-container_round {
  align-items: flex-start;
}
.cid-sOs4RunUjd .btn {
  margin: 0;
}
.cid-sOs4RunUjd .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOs4RunUjd .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sOs4RunUjd .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-sOs4RunUjd .item__button {
  margin: 0;
}
.cid-sOs4RunUjd .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-sOs4RunUjd .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-sOs4RunUjd .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-sOs4RunUjd .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-sOs6dBhWps {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOs6dBhWps img,
.cid-sOs6dBhWps .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sOs6dBhWps .item:focus,
.cid-sOs6dBhWps span:focus {
  outline: none;
}
.cid-sOs6dBhWps .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sOs6dBhWps .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #dfdfdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sOs6dBhWps .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sOs6dBhWps .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sOs6dBhWps .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sOs6dBhWps .item-content {
    padding: 1rem 0;
  }
}
.cid-sOs6dBhWps .mbr-section-title {
  color: #000000;
}
.cid-sOs6dBhWps .item-title {
  color: #ff2b09;
  text-align: left;
}
.cid-sOs6dBhWps .item-subtitle {
  color: #bec2cf;
}
.cid-sOs6dBhWps .mbr-text,
.cid-sOs6dBhWps .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOs6dBhWps .mbr-link {
  color: #ff2b09;
  display: block;
}
.cid-sOs6dBhWps .mbr-section-subtitle {
  color: #ff2b09;
}
.cid-sOs8zpsweF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sOs8zpsweF img,
.cid-sOs8zpsweF .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sOs8zpsweF .item:focus,
.cid-sOs8zpsweF span:focus {
  outline: none;
}
.cid-sOs8zpsweF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sOs8zpsweF .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #dfdfdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sOs8zpsweF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sOs8zpsweF .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sOs8zpsweF .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sOs8zpsweF .item-content {
    padding: 1rem 0;
  }
}
.cid-sOs8zpsweF .mbr-section-title {
  color: #000000;
}
.cid-sOs8zpsweF .item-title {
  color: #ff2b09;
}
.cid-sOs8zpsweF .item-subtitle {
  color: #bec2cf;
}
.cid-sOs8zpsweF .mbr-text,
.cid-sOs8zpsweF .mbr-section-btn {
  color: #000000;
}
.cid-sOs8zpsweF .mbr-link {
  color: #ff2b09;
  display: block;
}
.cid-sOs8zpsweF .mbr-section-subtitle {
  color: #ff2b09;
}
.cid-sPLUioMpoM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPLUioMpoM .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #ff2b09;
  text-align: center;
}
.cid-sPLUioMpoM .align-left {
  max-width: 547px;
}
.cid-sPLUioMpoM .mbr-text,
.cid-sPLUioMpoM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sPLUioMpoM .left-side {
  margin-right: 20px;
}
.cid-sPLUioMpoM .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sPLUioMpoM .left-side {
    margin-right: 0px;
  }
  .cid-sPLUioMpoM .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sOfNCP0hpN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-sOfNCP0hpN .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff2b09;
}
.cid-sOfNCP0hpN .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sOfNCP0hpN .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOfNCP0hpN .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sOfNCP0hpN .mbr-section-title {
  color: #ffffff;
}
.cid-sOfOcVuubm {
  background-color: #ffffff;
}
.cid-sOfOcVuubm .mbr-section-subtitle {
  color: #132c70;
}
.cid-sOfOcVuubm .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sOfOcVuubm .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sOfOcVuubm .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sOfOcVuubm .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sOfOcVuubm .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sOfOcVuubm .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sOfOcVuubm .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sOfOcVuubm .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sOfOcVuubm .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff2b09;
  cursor: pointer;
}
.cid-sOfOcVuubm .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sOfOcVuubm .btn-social:hover {
  color: #fff;
  background: #ff2b09;
}
.cid-sOfOcVuubm .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sOfOcVuubm [class^="socicon-"]:before,
.cid-sOfOcVuubm [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sOfOcVuubm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sOfOcVuubm .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sOfOcVuubm {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sP7oPmcPdf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/somercotes-shutter-replacements-5104x2288.jpg");
}
.cid-sP7oPmcPdf .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-sP7oPmcPdf h2,
.cid-sP7oPmcPdf h3,
.cid-sP7oPmcPdf h4,
.cid-sP7oPmcPdf p {
  color: #ffffff;
}
.cid-sP7oPmcPdf .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sP7oPmcPdf .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sP7oPmcPdf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sP7oPmcPdf .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sP7oPmcPdf .form-control:focus,
.cid-sP7oPmcPdf .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sP7oPmcPdf .form-group {
  margin-bottom: 1rem;
}
.cid-sP7oPmcPdf input::-webkit-input-placeholder,
.cid-sP7oPmcPdf textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sP7oPmcPdf input:-moz-placeholder,
.cid-sP7oPmcPdf textarea:-moz-placeholder {
  color: #656565;
}
.cid-sP7oPmcPdf .jq-selectbox li,
.cid-sP7oPmcPdf .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sP7oPmcPdf .jq-selectbox li:hover,
.cid-sP7oPmcPdf .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sP7oPmcPdf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sP7oPmcPdf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sP7oPmcPdf .mbr-text {
  color: #767676;
}
.cid-sP7oPmcPdf a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sP7oPmcPdf .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sP7oPmcPdf .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sP7oPmcPdf textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sP7oPmcPdf h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sP7oPmcPdf .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sP7oPmcPdf .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sP7oPmcPdf .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sP7oPmcPdf H2 {
  text-align: center;
}
.cid-sObX30rkBd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sOgFMvIsHs {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sOgFMvIsHs .mbr-section-title {
  color: #ffffff;
}
.cid-sOgFMvIsHs .mbr-text,
.cid-sOgFMvIsHs .mbr-section-btn {
  color: #ffffff;
}
.cid-sOgFZZMgXN {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sOgFZZMgXN img {
  border-radius: 0px;
}
.cid-sOgFZZMgXN .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sOgFZZMgXN .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sOgFZZMgXN .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sOgFZZMgXN .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sOgFZZMgXN .right {
  display: flex;
  flex-direction: column;
}
.cid-sOgFZZMgXN .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-sOgFZZMgXN .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-sOgFZZMgXN .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-sOgFZZMgXN .mbr-text {
  padding-top: 10px;
}
.cid-sOslnmaoIH {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOslnmaoIH .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOslnmaoIH .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sOslnmaoIH .card-wrapper {
    flex-direction: column;
  }
}
.cid-sOslnmaoIH .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sOslnmaoIH .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sOslnmaoIH .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sOslnmaoIH .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sOslnmaoIH .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sOgFBXmIyp {
  background-color: #ffffff;
}
.cid-sOgFBXmIyp .mbr-section-subtitle {
  color: #132c70;
}
.cid-sOgFBXmIyp .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sOgFBXmIyp .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sOgFBXmIyp .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sOgFBXmIyp .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sOgFBXmIyp .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sOgFBXmIyp .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sOgFBXmIyp .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sOgFBXmIyp .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sOgFBXmIyp .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff2b09;
  cursor: pointer;
}
.cid-sOgFBXmIyp .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sOgFBXmIyp .btn-social:hover {
  color: #fff;
  background: #ff2b09;
}
.cid-sOgFBXmIyp .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sOgFBXmIyp [class^="socicon-"]:before,
.cid-sOgFBXmIyp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sOgFBXmIyp {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sOgFBXmIyp .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sOgFBXmIyp {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sOgFBZiFAl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sP1uR9HdhL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sP1uR9HdhL nav.navbar {
  position: fixed;
}
.cid-sP1uR9HdhL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sP1uR9HdhL .dropdown-item:hover,
.cid-sP1uR9HdhL .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sP1uR9HdhL .nav-link {
  position: relative;
  padding: 0;
}
.cid-sP1uR9HdhL .container {
  display: flex;
  margin: auto;
}
.cid-sP1uR9HdhL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown-menu,
.cid-sP1uR9HdhL .navbar.opened {
  background: #232323 !important;
}
.cid-sP1uR9HdhL .nav-item:focus,
.cid-sP1uR9HdhL .nav-link:focus {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sP1uR9HdhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sP1uR9HdhL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.opened {
  transition: all 0.3s;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sP1uR9HdhL .navbar .navbar-logo img {
  width: auto;
}
.cid-sP1uR9HdhL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar.collapsed {
  justify-content: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sP1uR9HdhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sP1uR9HdhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sP1uR9HdhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sP1uR9HdhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sP1uR9HdhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sP1uR9HdhL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sP1uR9HdhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sP1uR9HdhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sP1uR9HdhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sP1uR9HdhL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sP1uR9HdhL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sP1uR9HdhL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown-item.active,
.cid-sP1uR9HdhL .dropdown-item:active {
  background-color: transparent;
}
.cid-sP1uR9HdhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sP1uR9HdhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sP1uR9HdhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sP1uR9HdhL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sP1uR9HdhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sP1uR9HdhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sP1uR9HdhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sP1uR9HdhL .navbar {
    height: 70px;
  }
  .cid-sP1uR9HdhL .navbar.opened {
    height: auto;
  }
  .cid-sP1uR9HdhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP1uR9HdhL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sP1uR9HdhL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sP1uR9HdhL a {
  display: inline;
  font-weight: bold;
}
.cid-sP1uR9HdhL img {
  display: inline;
  padding-right: 10px;
}
.cid-sP1uR9HdhL .text-black:hover {
  color: #000000 !important;
}
.cid-sP1uR9HdhL .dropdown-toggle:after {
  display: none;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sP1uR9HdhL .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL a.text-black:hover,
.cid-sP1uR9HdhL a.text-black:focus,
.cid-sP1uR9HdhL a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sP1uR9HdhL .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sOsbdRPiKa {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOsbdRPiKa img {
  border-radius: 0px;
}
.cid-sOsbdRPiKa .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sOsbdRPiKa .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sOsbdRPiKa .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sOsbdRPiKa .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sOsbdRPiKa .right {
  display: flex;
  flex-direction: column;
}
.cid-sOsbdRPiKa .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-sOsbdRPiKa .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-sOsbdRPiKa .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-sOsbdRPiKa .mbr-text {
  padding-top: 10px;
}
.cid-sOVa0D0lDj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOVa0D0lDj .item {
  padding-bottom: 2rem;
}
.cid-sOVa0D0lDj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sOVa0D0lDj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sOVa0D0lDj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sOVa0D0lDj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sOVa0D0lDj .carousel-control,
.cid-sOVa0D0lDj .close {
  background: #1b1b1b;
}
.cid-sOVa0D0lDj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sOVa0D0lDj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sOVa0D0lDj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sOVa0D0lDj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sOVa0D0lDj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sOVa0D0lDj .close::before {
  content: '\e91a';
}
.cid-sOVa0D0lDj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sOVa0D0lDj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sOVa0D0lDj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sOVa0D0lDj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sOVa0D0lDj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sOVa0D0lDj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sOVa0D0lDj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sOVa0D0lDj .carousel-indicators li.active,
.cid-sOVa0D0lDj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sOVa0D0lDj .carousel-indicators li::after,
.cid-sOVa0D0lDj .carousel-indicators li::before {
  content: none;
}
.cid-sOVa0D0lDj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sOVa0D0lDj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sOVa0D0lDj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sOVa0D0lDj .carousel-indicators {
    display: none;
  }
}
.cid-sOVa0D0lDj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sOVa0D0lDj .carousel-inner > .active {
  display: block;
}
.cid-sOVa0D0lDj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sOVa0D0lDj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sOVa0D0lDj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sOVa0D0lDj .carousel-control,
  .cid-sOVa0D0lDj .carousel-indicators,
  .cid-sOVa0D0lDj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sOVa0D0lDj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sOVa0D0lDj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sOVa0D0lDj .carousel-indicators .active,
.cid-sOVa0D0lDj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sOVa0D0lDj .carousel-indicators .active {
  background: #fff;
}
.cid-sOVa0D0lDj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sOVa0D0lDj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sOVa0D0lDj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sOVa0D0lDj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sOVa0D0lDj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sOVa0D0lDj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sOVa0D0lDj .carousel {
  width: 100%;
}
.cid-sOVa0D0lDj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sOVa0D0lDj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sOVa0D0lDj .modal.fade .modal-dialog,
.cid-sOVa0D0lDj .modal.in .modal-dialog {
  transform: none;
}
.cid-sOVa0D0lDj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sOVa0D0lDj .mbr-section-title b:last-child,
.cid-sOVa0D0lDj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sOgbTmaCGH {
  background-color: #ffffff;
}
.cid-sOgbTmaCGH .mbr-section-subtitle {
  color: #132c70;
}
.cid-sOgbTmaCGH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sOgbTmaCGH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sOgbTmaCGH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sOgbTmaCGH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sOgbTmaCGH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sOgbTmaCGH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sOgbTmaCGH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sOgbTmaCGH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sOgbTmaCGH .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ff2b09;
  cursor: pointer;
}
.cid-sOgbTmaCGH .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sOgbTmaCGH .btn-social:hover {
  color: #fff;
  background: #ff2b09;
}
.cid-sOgbTmaCGH .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sOgbTmaCGH [class^="socicon-"]:before,
.cid-sOgbTmaCGH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sOgbTmaCGH {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sOgbTmaCGH .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sOgbTmaCGH {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sOgbTod8lR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sP1uR9HdhL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sP1uR9HdhL nav.navbar {
  position: fixed;
}
.cid-sP1uR9HdhL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sP1uR9HdhL .dropdown-item:hover,
.cid-sP1uR9HdhL .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sP1uR9HdhL .nav-link {
  position: relative;
  padding: 0;
}
.cid-sP1uR9HdhL .container {
  display: flex;
  margin: auto;
}
.cid-sP1uR9HdhL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown-menu,
.cid-sP1uR9HdhL .navbar.opened {
  background: #232323 !important;
}
.cid-sP1uR9HdhL .nav-item:focus,
.cid-sP1uR9HdhL .nav-link:focus {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sP1uR9HdhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sP1uR9HdhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sP1uR9HdhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sP1uR9HdhL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.opened {
  transition: all 0.3s;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sP1uR9HdhL .navbar .navbar-logo img {
  width: auto;
}
.cid-sP1uR9HdhL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar.collapsed {
  justify-content: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sP1uR9HdhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sP1uR9HdhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sP1uR9HdhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sP1uR9HdhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sP1uR9HdhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sP1uR9HdhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sP1uR9HdhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sP1uR9HdhL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sP1uR9HdhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sP1uR9HdhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sP1uR9HdhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sP1uR9HdhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sP1uR9HdhL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sP1uR9HdhL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sP1uR9HdhL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sP1uR9HdhL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sP1uR9HdhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sP1uR9HdhL .dropdown-item.active,
.cid-sP1uR9HdhL .dropdown-item:active {
  background-color: transparent;
}
.cid-sP1uR9HdhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sP1uR9HdhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sP1uR9HdhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sP1uR9HdhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sP1uR9HdhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sP1uR9HdhL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sP1uR9HdhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sP1uR9HdhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sP1uR9HdhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sP1uR9HdhL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sP1uR9HdhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sP1uR9HdhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sP1uR9HdhL .navbar {
    height: 70px;
  }
  .cid-sP1uR9HdhL .navbar.opened {
    height: auto;
  }
  .cid-sP1uR9HdhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sP1uR9HdhL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sP1uR9HdhL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sP1uR9HdhL a {
  display: inline;
  font-weight: bold;
}
.cid-sP1uR9HdhL img {
  display: inline;
  padding-right: 10px;
}
.cid-sP1uR9HdhL .text-black:hover {
  color: #000000 !important;
}
.cid-sP1uR9HdhL .dropdown-toggle:after {
  display: none;
}
.cid-sP1uR9HdhL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sP1uR9HdhL .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sP1uR9HdhL a.text-black:hover,
.cid-sP1uR9HdhL a.text-black:focus,
.cid-sP1uR9HdhL a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sP1uR9HdhL .dropdown-menu {
    margin-top: 0px;
  }
}
