@import url(https://fonts.googleapis.com/css?family=Brygada+1918:400,500,600,700,400i,500i,600i,700i&display=swap);





.btn {
  border-width: 1px;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Brygada 1918', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.5rem 0.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #932d2d !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: #932d2d !important;
  border-color: #932d2d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #511919 !important;
  border-color: #511919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #511919 !important;
  border-color: #511919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e38888 !important;
  border-color: #e38888 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d24242 !important;
  border-color: #d24242 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d24242 !important;
  border-color: #d24242 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !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: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !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: #ff5f0f !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: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #932d2d;
  color: #932d2d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #511919 !important;
  background-color: transparent!important;
  border-color: #511919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #932d2d !important;
  border-color: #932d2d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e38888;
  color: #e38888;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d24242 !important;
  background-color: transparent!important;
  border-color: #d24242 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e38888 !important;
  border-color: #e38888 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #932d2d !important;
}
.text-secondary {
  color: #e38888 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #451515 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d03535 !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #932d2d;
}
.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: #932d2d;
  border-color: #932d2d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #932d2d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d26d6d;
}
.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*/
.form-control {
  font-family: 'Brygada 1918', 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: #932d2d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', 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: #932d2d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #932d2d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #932d2d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #932d2d;
  border-bottom-color: #932d2d;
}
.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: #932d2d !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: #e38888 !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='%23932d2d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-srUwjzaFTG .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-srUwjzaFTG .nav-item {
  list-style: none;
}
.cid-srUwjzaFTG .nav-item:focus,
.cid-srUwjzaFTG .nav-link:focus {
  outline: none;
}
.cid-srUwjzaFTG .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-srUwjzaFTG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srUwjzaFTG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srUwjzaFTG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srUwjzaFTG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-srUwjzaFTG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srUwjzaFTG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-srUwjzaFTG .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srUwjzaFTG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-srUwjzaFTG .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-srUwjzaFTG .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-srUwjzaFTG .navbar .navbar-collapse.show,
.cid-srUwjzaFTG .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-srUwjzaFTG .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-srUwjzaFTG .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-srUwjzaFTG .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-srUwjzaFTG .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 5rem);
}
.cid-srUwjzaFTG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srUwjzaFTG .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-srUwjzaFTG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srUwjzaFTG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srUwjzaFTG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srUwjzaFTG .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-srUwjzaFTG .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-srUwjzaFTG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-srUwjzaFTG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srUwjzaFTG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srUwjzaFTG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srUwjzaFTG .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srUwjzaFTG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srUwjzaFTG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srUwjzaFTG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srUwjzaFTG .dropdown-item.active,
.cid-srUwjzaFTG .dropdown-item:active {
  background-color: transparent;
}
.cid-srUwjzaFTG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srUwjzaFTG .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-srUwjzaFTG .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-srUwjzaFTG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-srUwjzaFTG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srUwjzaFTG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srUwjzaFTG .socicon {
  transition: color 0.3s;
}
.cid-srUwjzaFTG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srUwjzaFTG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srUwjzaFTG .navbar-buttons {
  text-align: inherit;
}
.cid-srUwjzaFTG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srUwjzaFTG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #932d2d;
}
.cid-srUwjzaFTG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srUwjzaFTG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srUwjzaFTG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srUwjzaFTG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srUwjzaFTG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srUwjzaFTG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srUwjzaFTG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srUwjzaFTG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srUwjzaFTG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-srUwjzaFTG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srUwjzaFTG .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-srUwjzaFTG .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-srUwjzaFTG .nav-link:hover,
.cid-srUwjzaFTG .dropdown-item:hover,
.cid-srUwjzaFTG .icons-menu .mbr-iconfont:hover {
  color: #e43f3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srUwjzaFTG .navbar {
    height: 77px;
  }
  .cid-srUwjzaFTG .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-srUwjzaFTG .navbar-collapse .img-column {
    display: none;
  }
  .cid-srUwjzaFTG .icons-menu,
  .cid-srUwjzaFTG .navbar-buttons,
  .cid-srUwjzaFTG .contact-block,
  .cid-srUwjzaFTG .text-column {
    text-align: center !important;
  }
}
.cid-srUwjzaFTG h6.mbr-fonts-style {
  padding: 0;
}
.cid-srUwjzaFTG .collapsing {
  transition: 0s;
}
.cid-srUwjzaFTG .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-srUwjzaFTG .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-srUwjzaFTG .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-srUwjzaFTG .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-srUwjzaFTG .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-srUwjzaFTG .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-srUwjzaFTG .contact-block {
    margin-left: 20px;
  }
  .cid-srUwjzaFTG .contact-block ul li {
    text-align: left;
  }
  .cid-srUwjzaFTG ul.col {
    padding: 0;
  }
}
.cid-srUwjzaFTG .icons-menu,
.cid-srUwjzaFTG .navbar-buttons,
.cid-srUwjzaFTG .contact-block,
.cid-srUwjzaFTG .text-column {
  color: #932d2d;
}
.cid-srUwjzaFTG H6 {
  color: #932d2d;
  text-align: left;
}
.cid-srUwjHIBZC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-srUwjHIBZC {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-srUwjHIBZC {
    padding-top: 2.4rem;
    padding-bottom: 0rem;
  }
}
.cid-srUwjHIBZC .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-srUwjHIBZC .f-row {
    flex-direction: row;
  }
}
.cid-srUwjHIBZC .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-srUwjHIBZC .f-item {
    flex: 1 1 50%;
  }
}
.cid-srUwjHIBZC .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-srUwjHIBZC .image-wrapper {
    min-height: 650px;
  }
}
.cid-srUwjHIBZC .image-wrapper img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.cid-srUwjHIBZC .text-wrapper {
  width: 100%;
  background: #932d2d;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-srUwjHIBZC .text-wrapper {
    padding: 3rem;
    transform: translate(-12%, 6rem);
  }
}
@media (min-width: 1200px) {
  .cid-srUwjHIBZC .text-wrapper {
    padding: 6rem 3.25rem;
  }
}
.cid-srUwjHIBZC .mbr-section-title {
  color: #ffffff;
}
.cid-srUwjHIBZC .mbr-text {
  color: #ffffff;
}
.cid-st3DQEbNrP {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-st3DQEbNrP {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-st3DQEbNrP {
    padding-top: 2.1rem;
    padding-bottom: 2.4rem;
  }
}
@media (min-width: 992px) {
  .cid-st3DQEbNrP .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-st3DQEbNrP .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 992px) {
  .cid-st3DQEbNrP .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-st3DQEbNrP .link-wrap {
    align-items: center;
  }
}
.cid-st3DQEbNrP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-st3DQEbNrP .card-title,
.cid-st3DQEbNrP .card-box {
  text-align: left;
  color: #232323;
}
.cid-st3DQEbNrP .mbr-text,
.cid-st3DQEbNrP .link-wrap,
.cid-st3DQEbNrP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-st3DQEbNrP .card-title,
.cid-st3DQEbNrP .mbr-text,
.cid-st3DQEbNrP .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-st3Fwo957k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #932d2d;
}
@media (max-width: 1000px) {
  .cid-st3Fwo957k {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-st3Fwo957k {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
.cid-st3Fwo957k .mbr-section-subtitle {
  text-align: left;
}
.cid-st3Fwo957k .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-st3Fwo957k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-st3EJ4oV0P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-st3EJ4oV0P {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-st3EJ4oV0P {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (min-width: 992px) {
  .cid-st3EJ4oV0P .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-st3EJ4oV0P .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 992px) {
  .cid-st3EJ4oV0P .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-st3EJ4oV0P .link-wrap {
    align-items: center;
  }
}
.cid-st3EJ4oV0P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-st3EJ4oV0P .card-title,
.cid-st3EJ4oV0P .card-box {
  text-align: left;
  color: #232323;
}
.cid-st3EJ4oV0P .mbr-text,
.cid-st3EJ4oV0P .link-wrap,
.cid-st3EJ4oV0P .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-st3EJ4oV0P .card-title,
.cid-st3EJ4oV0P .mbr-text,
.cid-st3EJ4oV0P .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-st3Tx9f8zF {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st3Tx9f8zF {
    padding-top: 4.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st3Tx9f8zF {
    padding-top: 2.7rem;
    padding-bottom: 0rem;
  }
}
.cid-st3Tx9f8zF .mbr-section-subtitle {
  text-align: left;
}
.cid-st3Tx9f8zF .mbr-section-title {
  text-align: left;
}
.cid-st3Tx9f8zF .mbr-text {
  text-align: left;
}
.cid-st3NGpGXTG {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-st3NGpGXTG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st3NGpGXTG textarea {
  min-height: 150px;
}
.cid-st3NGpGXTG .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #932d2d;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.cid-st3NGpGXTG .form-control,
.cid-st3NGpGXTG .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #e38888 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-st3NGpGXTG .form-control input::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input input::-webkit-input-placeholder,
.cid-st3NGpGXTG .form-control textarea::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input textarea::-webkit-input-placeholder {
  color: #932d2d !important;
}
.cid-st3NGpGXTG .form-control input:-moz-placeholder,
.cid-st3NGpGXTG .field-input input:-moz-placeholder,
.cid-st3NGpGXTG .form-control textarea:-moz-placeholder,
.cid-st3NGpGXTG .field-input textarea:-moz-placeholder {
  color: #932d2d !important;
}
.cid-st3NGpGXTG .form-control:hover,
.cid-st3NGpGXTG .field-input:hover,
.cid-st3NGpGXTG .form-control:focus,
.cid-st3NGpGXTG .field-input:focus {
  background-color: #ffd8db;
  border-color: #e38888;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-st3NGpGXTG .form-control:hover input::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input:hover input::-webkit-input-placeholder,
.cid-st3NGpGXTG .form-control:focus input::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input:focus input::-webkit-input-placeholder,
.cid-st3NGpGXTG .form-control:hover textarea::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input:hover textarea::-webkit-input-placeholder,
.cid-st3NGpGXTG .form-control:focus textarea::-webkit-input-placeholder,
.cid-st3NGpGXTG .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-st3NGpGXTG .form-control:hover input:-moz-placeholder,
.cid-st3NGpGXTG .field-input:hover input:-moz-placeholder,
.cid-st3NGpGXTG .form-control:focus input:-moz-placeholder,
.cid-st3NGpGXTG .field-input:focus input:-moz-placeholder,
.cid-st3NGpGXTG .form-control:hover textarea:-moz-placeholder,
.cid-st3NGpGXTG .field-input:hover textarea:-moz-placeholder,
.cid-st3NGpGXTG .form-control:focus textarea:-moz-placeholder,
.cid-st3NGpGXTG .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-st3NGpGXTG .jq-number__spin:hover,
.cid-st3NGpGXTG .jq-number__spin:focus {
  background-color: #ffd8db;
  border-color: #e38888;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-st3NGpGXTG .jq-number__spin {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #e38888;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st3NGpGXTG .jq-selectbox li,
.cid-st3NGpGXTG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-st3NGpGXTG .jq-selectbox li:hover,
.cid-st3NGpGXTG .jq-selectbox li.selected {
  background-color: #ffd8db;
  color: #000000;
}
.cid-st3NGpGXTG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st3NGpGXTG .jq-number__spin.minus:hover:after,
.cid-st3NGpGXTG .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-st3NGpGXTG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st3NGpGXTG .jq-number__spin.minus:after,
.cid-st3NGpGXTG .jq-number__spin.plus:after {
  border-top-color: #ffd8db;
  border-bottom-color: #ffd8db;
}
.cid-st3NGpGXTG input::-webkit-clear-button {
  display: none;
}
.cid-st3NGpGXTG input::-webkit-inner-spin-button {
  display: none;
}
.cid-st3NGpGXTG input::-webkit-outer-spin-button {
  display: none;
}
.cid-st3NGpGXTG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st3NGpGXTG P {
  color: #932d2d;
  text-align: left;
}
.cid-stqiYxCTzc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fafafa;
}
.cid-stqiYxCTzc .card {
  margin-bottom: .75rem;
  padding: 0.5rem 0.5rem;
  background-color: #fafafa;
  width: 100%;
  border-radius: 0 !important;
}
.cid-stqiYxCTzc .card img {
  height: 90%;
  width: 90%;
  object-fit: contain;
}
.cid-stqiYxCTzc .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-stqiYxCTzc .logo-container {
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-stqiYxCTzc .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-stqiYxCTzc .row {
  justify-content: center!important;
}
.cid-stqiYxCTzc .row .card {
  margin-right: .2rem;
  margin-left: .2rem;
}
.cid-stqiYxCTzc H2 {
  color: #e38888;
  text-align: center;
}
.cid-stqiYxCTzc .mbr-section-subtitle,
.cid-stqiYxCTzc .mbr-section-btn {
  text-align: center;
  color: #656565;
}
.cid-stqlZJROeI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #932d2d;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .content {
    text-align: center;
  }
  .cid-stqlZJROeI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stqlZJROeI .logo-subtitle {
  color: #8d97ad;
}
.cid-stqlZJROeI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stqlZJROeI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stqlZJROeI .media-wrap img {
  height: 90%;
  width: auto;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stqlZJROeI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.5;
}
.cid-stqlZJROeI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-stqlZJROeI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-stqlZJROeI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-stqlZJROeI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-stqlZJROeI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stqlZJROeI .list-item {
  display: flex;
}
.cid-stqlZJROeI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-stqlZJROeI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-stqlZJROeI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-stqlZJROeI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-stqlZJROeI .logo-subtitle,
.cid-stqlZJROeI .media-wrap {
  color: #ffffff;
}
.cid-stqlZJROeI .column-title {
  color: #ffffff;
}
.cid-stqlZJROeI P {
  color: #ffffff;
}
.cid-stqlZJROeI .mbr-text {
  color: #ffffff;
}
.cid-st42GLWu8A .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-st42GLWu8A .nav-item {
  list-style: none;
}
.cid-st42GLWu8A .nav-item:focus,
.cid-st42GLWu8A .nav-link:focus {
  outline: none;
}
.cid-st42GLWu8A .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-st42GLWu8A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-st42GLWu8A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st42GLWu8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-st42GLWu8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-st42GLWu8A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st42GLWu8A .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-st42GLWu8A .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-st42GLWu8A .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-st42GLWu8A .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-st42GLWu8A .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-st42GLWu8A .navbar .navbar-collapse.show,
.cid-st42GLWu8A .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-st42GLWu8A .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-st42GLWu8A .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-st42GLWu8A .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-st42GLWu8A .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 5rem);
}
.cid-st42GLWu8A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-st42GLWu8A .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-st42GLWu8A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st42GLWu8A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st42GLWu8A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-st42GLWu8A .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-st42GLWu8A .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-st42GLWu8A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-st42GLWu8A .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-st42GLWu8A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-st42GLWu8A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-st42GLWu8A .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st42GLWu8A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st42GLWu8A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st42GLWu8A .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-st42GLWu8A .dropdown-item.active,
.cid-st42GLWu8A .dropdown-item:active {
  background-color: transparent;
}
.cid-st42GLWu8A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st42GLWu8A .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-st42GLWu8A .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-st42GLWu8A .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-st42GLWu8A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st42GLWu8A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st42GLWu8A .socicon {
  transition: color 0.3s;
}
.cid-st42GLWu8A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st42GLWu8A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-st42GLWu8A .navbar-buttons {
  text-align: inherit;
}
.cid-st42GLWu8A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st42GLWu8A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #932d2d;
}
.cid-st42GLWu8A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st42GLWu8A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st42GLWu8A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st42GLWu8A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st42GLWu8A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st42GLWu8A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st42GLWu8A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st42GLWu8A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st42GLWu8A .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-st42GLWu8A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-st42GLWu8A .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-st42GLWu8A .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-st42GLWu8A .nav-link:hover,
.cid-st42GLWu8A .dropdown-item:hover,
.cid-st42GLWu8A .icons-menu .mbr-iconfont:hover {
  color: #e43f3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st42GLWu8A .navbar {
    height: 77px;
  }
  .cid-st42GLWu8A .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-st42GLWu8A .navbar-collapse .img-column {
    display: none;
  }
  .cid-st42GLWu8A .icons-menu,
  .cid-st42GLWu8A .navbar-buttons,
  .cid-st42GLWu8A .contact-block,
  .cid-st42GLWu8A .text-column {
    text-align: center !important;
  }
}
.cid-st42GLWu8A h6.mbr-fonts-style {
  padding: 0;
}
.cid-st42GLWu8A .collapsing {
  transition: 0s;
}
.cid-st42GLWu8A .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-st42GLWu8A .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-st42GLWu8A .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-st42GLWu8A .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-st42GLWu8A .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-st42GLWu8A .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-st42GLWu8A .contact-block {
    margin-left: 20px;
  }
  .cid-st42GLWu8A .contact-block ul li {
    text-align: left;
  }
  .cid-st42GLWu8A ul.col {
    padding: 0;
  }
}
.cid-st42GLWu8A .icons-menu,
.cid-st42GLWu8A .navbar-buttons,
.cid-st42GLWu8A .contact-block,
.cid-st42GLWu8A .text-column {
  color: #932d2d;
}
.cid-st42GLWu8A H6 {
  color: #932d2d;
  text-align: left;
}
.cid-st44bNwKvE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st44bNwKvE {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st44bNwKvE {
    padding-top: 0.9rem;
    padding-bottom: 0rem;
  }
}
.cid-st44bNwKvE .f-row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 991px) {
  .cid-st44bNwKvE .flex-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 990px) {
  .cid-st44bNwKvE .f-row {
    flex-direction: column;
  }
  .cid-st44bNwKvE .flex-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .cid-st44bNwKvE .image-wrapper {
    padding: 1rem;
  }
}
.cid-st44bNwKvE .text-wrapper {
  background-color: #fed7da;
  padding: 6rem 1.5rem 1rem;
}
@media (min-width: 1200px) {
  .cid-st44bNwKvE .text-wrapper {
    padding: 8rem 3rem 2rem;
    margin: 1rem;
  }
}
.cid-st44bNwKvE .title {
  transform: translateY(8rem);
  padding: 1rem;
}
@media (max-width: 1200px) {
  .cid-st44bNwKvE .title {
    transform: translateY(7rem);
  }
}
@media (max-width: 1000px) {
  .cid-st44bNwKvE .title {
    transform: translateY(6rem);
  }
}
.cid-st44bNwKvE .mbr-section-title {
  color: #e38888;
  text-align: left;
}
.cid-st44bNwKvE .mbr-text,
.cid-st44bNwKvE .mbr-section-btn {
  color: #ffd8db;
}
.cid-st44bNwKvE .z-100 {
  z-index: 100;
}
.cid-st44bNwKvE .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-st46BVHVYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st46BVHVYg {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st46BVHVYg {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-st46BVHVYg .mbr-section-subtitle {
  text-align: left;
}
.cid-st46BVHVYg .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st46BVHVYg .mbr-text {
  text-align: left;
}
.cid-st46KPLwZf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st46KPLwZf {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st46KPLwZf {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st46KPLwZf .mbr-section-subtitle {
  text-align: left;
}
.cid-st46KPLwZf .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st46KPLwZf .mbr-text {
  text-align: left;
}
.cid-st46XtdRAT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st46XtdRAT {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st46XtdRAT {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st46XtdRAT .mbr-section-subtitle {
  text-align: left;
}
.cid-st46XtdRAT .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st46XtdRAT .mbr-text {
  text-align: left;
}
.cid-st47cLLDgo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st47cLLDgo {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st47cLLDgo {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st47cLLDgo .mbr-section-subtitle {
  text-align: left;
}
.cid-st47cLLDgo .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st47cLLDgo .mbr-text {
  text-align: left;
}
.cid-st47oDn4St {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st47oDn4St {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st47oDn4St {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st47oDn4St .mbr-section-subtitle {
  text-align: left;
}
.cid-st47oDn4St .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st47oDn4St .mbr-text {
  text-align: left;
}
.cid-st47xo5vqO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st47xo5vqO {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st47xo5vqO {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st47xo5vqO .mbr-section-subtitle {
  text-align: left;
}
.cid-st47xo5vqO .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st47xo5vqO .mbr-text {
  text-align: left;
}
.cid-st47xWuwa2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st47xWuwa2 {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-st47xWuwa2 {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.cid-st47xWuwa2 .mbr-section-subtitle {
  text-align: left;
}
.cid-st47xWuwa2 .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st47xWuwa2 .mbr-text {
  text-align: left;
}
.cid-st48DK5O08 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st48DK5O08 {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-st48DK5O08 {
    padding-top: 0rem;
    padding-bottom: 2.4rem;
  }
}
.cid-st48DK5O08 .mbr-section-subtitle {
  text-align: left;
}
.cid-st48DK5O08 .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st48DK5O08 .mbr-text {
  text-align: left;
}
.cid-stqlZJROeI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #932d2d;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .content {
    text-align: center;
  }
  .cid-stqlZJROeI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stqlZJROeI .logo-subtitle {
  color: #8d97ad;
}
.cid-stqlZJROeI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stqlZJROeI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stqlZJROeI .media-wrap img {
  height: 90%;
  width: auto;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stqlZJROeI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.5;
}
.cid-stqlZJROeI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-stqlZJROeI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-stqlZJROeI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-stqlZJROeI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-stqlZJROeI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stqlZJROeI .list-item {
  display: flex;
}
.cid-stqlZJROeI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-stqlZJROeI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-stqlZJROeI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-stqlZJROeI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-stqlZJROeI .logo-subtitle,
.cid-stqlZJROeI .media-wrap {
  color: #ffffff;
}
.cid-stqlZJROeI .column-title {
  color: #ffffff;
}
.cid-stqlZJROeI P {
  color: #ffffff;
}
.cid-stqlZJROeI .mbr-text {
  color: #ffffff;
}
.cid-st494bLolW .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-st494bLolW .nav-item {
  list-style: none;
}
.cid-st494bLolW .nav-item:focus,
.cid-st494bLolW .nav-link:focus {
  outline: none;
}
.cid-st494bLolW .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-st494bLolW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-st494bLolW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st494bLolW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-st494bLolW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-st494bLolW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st494bLolW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-st494bLolW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-st494bLolW .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-st494bLolW .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-st494bLolW .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-st494bLolW .navbar .navbar-collapse.show,
.cid-st494bLolW .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-st494bLolW .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-st494bLolW .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-st494bLolW .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-st494bLolW .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 5rem);
}
.cid-st494bLolW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-st494bLolW .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-st494bLolW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st494bLolW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st494bLolW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-st494bLolW .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-st494bLolW .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-st494bLolW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-st494bLolW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-st494bLolW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-st494bLolW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-st494bLolW .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st494bLolW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st494bLolW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st494bLolW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-st494bLolW .dropdown-item.active,
.cid-st494bLolW .dropdown-item:active {
  background-color: transparent;
}
.cid-st494bLolW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st494bLolW .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-st494bLolW .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-st494bLolW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-st494bLolW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st494bLolW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st494bLolW .socicon {
  transition: color 0.3s;
}
.cid-st494bLolW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st494bLolW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-st494bLolW .navbar-buttons {
  text-align: inherit;
}
.cid-st494bLolW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st494bLolW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #932d2d;
}
.cid-st494bLolW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st494bLolW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st494bLolW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st494bLolW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st494bLolW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st494bLolW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st494bLolW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st494bLolW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st494bLolW .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-st494bLolW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-st494bLolW .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-st494bLolW .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-st494bLolW .nav-link:hover,
.cid-st494bLolW .dropdown-item:hover,
.cid-st494bLolW .icons-menu .mbr-iconfont:hover {
  color: #e43f3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st494bLolW .navbar {
    height: 77px;
  }
  .cid-st494bLolW .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-st494bLolW .navbar-collapse .img-column {
    display: none;
  }
  .cid-st494bLolW .icons-menu,
  .cid-st494bLolW .navbar-buttons,
  .cid-st494bLolW .contact-block,
  .cid-st494bLolW .text-column {
    text-align: center !important;
  }
}
.cid-st494bLolW h6.mbr-fonts-style {
  padding: 0;
}
.cid-st494bLolW .collapsing {
  transition: 0s;
}
.cid-st494bLolW .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-st494bLolW .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-st494bLolW .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-st494bLolW .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-st494bLolW .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-st494bLolW .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-st494bLolW .contact-block {
    margin-left: 20px;
  }
  .cid-st494bLolW .contact-block ul li {
    text-align: left;
  }
  .cid-st494bLolW ul.col {
    padding: 0;
  }
}
.cid-st494bLolW .icons-menu,
.cid-st494bLolW .navbar-buttons,
.cid-st494bLolW .contact-block,
.cid-st494bLolW .text-column {
  color: #932d2d;
}
.cid-st494bLolW H6 {
  color: #932d2d;
  text-align: left;
}
.cid-st494cE0Az {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494cE0Az {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494cE0Az {
    padding-top: 0.9rem;
    padding-bottom: 0rem;
  }
}
.cid-st494cE0Az .f-row {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 991px) {
  .cid-st494cE0Az .flex-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 990px) {
  .cid-st494cE0Az .f-row {
    flex-direction: column;
  }
  .cid-st494cE0Az .flex-item {
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .cid-st494cE0Az .image-wrapper {
    padding: 1rem;
  }
}
.cid-st494cE0Az .text-wrapper {
  background-color: #fed7da;
  padding: 6rem 1.5rem 1rem;
}
@media (min-width: 1200px) {
  .cid-st494cE0Az .text-wrapper {
    padding: 8rem 3rem 2rem;
    margin: 1rem;
  }
}
.cid-st494cE0Az .title {
  transform: translateY(8rem);
  padding: 1rem;
}
@media (max-width: 1200px) {
  .cid-st494cE0Az .title {
    transform: translateY(7rem);
  }
}
@media (max-width: 1000px) {
  .cid-st494cE0Az .title {
    transform: translateY(6rem);
  }
}
.cid-st494cE0Az .mbr-section-title {
  color: #e38888;
  text-align: left;
}
.cid-st494cE0Az .mbr-text,
.cid-st494cE0Az .mbr-section-btn {
  color: #ffd8db;
}
.cid-st494cE0Az .z-100 {
  z-index: 100;
}
.cid-st494cE0Az .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-st494d0qq4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494d0qq4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494d0qq4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-st494d0qq4 .mbr-section-subtitle {
  text-align: left;
}
.cid-st494d0qq4 .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494d0qq4 .mbr-text {
  text-align: left;
}
.cid-st494dmyGI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494dmyGI {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494dmyGI {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st494dmyGI .mbr-section-subtitle {
  text-align: left;
}
.cid-st494dmyGI .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494dmyGI .mbr-text {
  text-align: left;
}
.cid-st494dGVOz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494dGVOz {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-st494dGVOz {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.cid-st494dGVOz .mbr-section-subtitle {
  text-align: left;
}
.cid-st494dGVOz .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-st494dGVOz .mbr-text {
  text-align: left;
}
.cid-st494e0rlk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494e0rlk {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494e0rlk {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st494e0rlk .mbr-section-subtitle {
  text-align: left;
}
.cid-st494e0rlk .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494e0rlk .mbr-text {
  text-align: left;
}
.cid-st494eni0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494eni0G {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494eni0G {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st494eni0G .mbr-section-subtitle {
  text-align: left;
}
.cid-st494eni0G .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494eni0G .mbr-text {
  text-align: left;
}
.cid-st494eGPAS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494eGPAS {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494eGPAS {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st494eGPAS .mbr-section-subtitle {
  text-align: left;
}
.cid-st494eGPAS .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494eGPAS .mbr-text {
  text-align: left;
}
.cid-st494f2jKl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494f2jKl {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-st494f2jKl {
    padding-top: 0rem;
    padding-bottom: 0.6rem;
  }
}
.cid-st494f2jKl .mbr-section-subtitle {
  text-align: left;
}
.cid-st494f2jKl .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494f2jKl .mbr-text {
  text-align: left;
}
.cid-st494flyGr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st494flyGr {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st494flyGr {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-st494flyGr .mbr-section-subtitle {
  text-align: left;
}
.cid-st494flyGr .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st494flyGr .mbr-text {
  text-align: left;
}
.cid-st4aOdIdNw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st4aOdIdNw {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st4aOdIdNw {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-st4aOdIdNw .mbr-section-subtitle {
  text-align: left;
}
.cid-st4aOdIdNw .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st4aOdIdNw .mbr-text {
  text-align: left;
}
.cid-st4aOFVB2M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st4aOFVB2M {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-st4aOFVB2M {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-st4aOFVB2M .mbr-section-subtitle {
  text-align: left;
}
.cid-st4aOFVB2M .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st4aOFVB2M .mbr-text {
  text-align: left;
}
.cid-st4bewel6Y {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-st4bewel6Y {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-st4bewel6Y {
    padding-top: 0.3rem;
    padding-bottom: 1.2rem;
  }
}
.cid-st4bewel6Y .mbr-section-subtitle {
  text-align: left;
}
.cid-st4bewel6Y .mbr-section-title {
  text-align: left;
  color: #e38888;
}
.cid-st4bewel6Y .mbr-text {
  text-align: left;
}
.cid-stqlZJROeI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #932d2d;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .content {
    text-align: center;
  }
  .cid-stqlZJROeI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stqlZJROeI .logo-subtitle {
  color: #8d97ad;
}
.cid-stqlZJROeI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stqlZJROeI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stqlZJROeI .media-wrap img {
  height: 90%;
  width: auto;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stqlZJROeI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.5;
}
.cid-stqlZJROeI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-stqlZJROeI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-stqlZJROeI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-stqlZJROeI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-stqlZJROeI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stqlZJROeI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stqlZJROeI .list-item {
  display: flex;
}
.cid-stqlZJROeI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-stqlZJROeI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-stqlZJROeI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-stqlZJROeI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-stqlZJROeI .logo-subtitle,
.cid-stqlZJROeI .media-wrap {
  color: #ffffff;
}
.cid-stqlZJROeI .column-title {
  color: #ffffff;
}
.cid-stqlZJROeI P {
  color: #ffffff;
}
.cid-stqlZJROeI .mbr-text {
  color: #ffffff;
}
