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





body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #a61a3d !important;
}
.bg-success {
  background-color: #0e8f61 !important;
}
.bg-info {
  background-color: #08579f !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #c10700 !important;
  border-color: #c10700 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #750400 !important;
  border-color: #750400 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #750400 !important;
  border-color: #750400 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #08579f !important;
  border-color: #08579f !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #042f56 !important;
  border-color: #042f56 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #042f56 !important;
  border-color: #042f56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #074932 !important;
  border-color: #074932 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #074932 !important;
  border-color: #074932 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #4e0c1d !important;
  color: #4e0c1d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a61a3d !important;
  border-color: #a61a3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #5b0300 !important;
  color: #5b0300 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #c10700 !important;
  border-color: #c10700 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c10700 !important;
  border-color: #c10700 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #03223e !important;
  color: #03223e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #08579f !important;
  border-color: #08579f !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #08579f !important;
  border-color: #08579f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #053222 !important;
  color: #053222 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a61a3d !important;
}
.text-secondary {
  color: #c10700 !important;
}
.text-success {
  color: #0e8f61 !important;
}
.text-info {
  color: #08579f !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4e0c1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5b0300 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #053222 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #03223e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #0e8f61;
}
.alert-info {
  background-color: #08579f;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a61a3d;
  border-color: #a61a3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a61a3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e55a7d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #32eba9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3298f5;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #ffb200;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #ffb200;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #a61a3d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #a61a3d;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #a61a3d;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a61a3d;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a61a3d;
  border-bottom-color: #a61a3d;
}
.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: #a61a3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c10700 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23a61a3d' %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;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOr2Q8uUTx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rOr2Q8uUTx .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rOr2Q8uUTx .text-block {
  position: relative;
  z-index: 0;
}
.cid-rOr2Q8uUTx .box {
  width: 25%;
  height: 40%;
  background: #0e8f61;
  position: absolute;
  top: 4%;
}
.cid-rOr2Q8uUTx .box {
  left: 20%;
}
.cid-rOr2Q8uUTx .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rOr2Q8uUTx .mbr-section-text,
.cid-rOr2Q8uUTx .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rOr2Q8uUTx .text-box {
    display: none;
  }
  .cid-rOr2Q8uUTx .mbr-section-title,
  .cid-rOr2Q8uUTx .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rOr2Q8uUTx .box {
    display: none;
  }
  .cid-rOr2Q8uUTx .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rOr2Q8uUTx .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOr2Q8uUTx .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rOr2Q8uUTx .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-rOr2Q8uUTx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rOreolF82C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOreolF82C .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-rOreolF82C .title,
.cid-rOreolF82C .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-rOreolF82C .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-rOreolF82C .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-rOreolF82C .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-rOreolF82C .text-box {
  padding: 0rem;
}
.cid-rOreolF82C .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-rOreolF82C .card-title {
  color: #c10700;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-rOreolF82C .card-img {
  overflow: hidden;
}
.cid-rOreolF82C .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rOreolF82C .card-box {
  padding: 0rem;
}
.cid-rOreolF82C img {
  transition: all 0.3s;
}
.cid-rOreolF82C .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-rOreolF82C .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-rOreolF82C .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rOreolF82C .card-img {
    width: 30%;
  }
  .cid-rOreolF82C .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rOreolF82C .card-img {
    width: 50%;
  }
  .cid-rOreolF82C .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-rOreolF82C .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-rOreolF82C .card-img {
    width: 100%;
  }
  .cid-rOreolF82C .card-box {
    width: 100%;
  }
}
.cid-rOreolF82C .card-box > p,
.cid-rOreolF82C .mbr-section-btn {
  color: #767676;
}
.cid-rQBC7whl8I {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQBC7whl8I .container {
  max-width: 1400px;
}
.cid-rQBC7whl8I .card-img2 span {
  padding-top: 6px;
}
.cid-rQBC7whl8I .soc-item a {
  padding-top: 5px;
}
.cid-rQBC7whl8I .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQBC7whl8I .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQBC7whl8I .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQBC7whl8I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQBC7whl8I svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQBC7whl8I #e2_shape {
  fill: #ffffff !important;
}
.cid-rQBC7whl8I .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQBC7whl8I .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQBC7whl8I .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQBC7whl8I .card-img {
  width: auto;
}
.cid-rQBC7whl8I .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQBC7whl8I .soc-item span {
  font-size: 1.4rem;
}
.cid-rQBC7whl8I .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQBC7whl8I .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQBC7whl8I .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQBC7whl8I .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQBC7whl8I .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQBC7whl8I img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQBC7whl8I .item {
    justify-content: center;
  }
  .cid-rQBC7whl8I .quote::after {
    left: 60px;
  }
}
.cid-rQBC7whl8I .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQBC7whl8I .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQBC7whl8I .text1 {
  color: #ffffff;
}
.cid-rQBC7whl8I .item-title {
  color: #ffffff;
}
.cid-rQBC7whl8I H5 {
  color: #ffffff;
}
.cid-rQBC7whl8I .theme {
  color: #ffffff;
}
.cid-rQBC7whl8I .copyright > p {
  color: #ff3366;
}
.cid-rQBC7whl8I .text2 {
  color: #ffffff;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rMEDNoP3LA {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMEDNoP3LA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rQEUNm51eC {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQEUNm51eC .container {
  max-width: 1400px;
}
.cid-rQEUNm51eC .card-img2 span {
  padding-top: 6px;
}
.cid-rQEUNm51eC .soc-item a {
  padding-top: 5px;
}
.cid-rQEUNm51eC .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQEUNm51eC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQEUNm51eC .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQEUNm51eC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQEUNm51eC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQEUNm51eC #e2_shape {
  fill: #ffffff !important;
}
.cid-rQEUNm51eC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQEUNm51eC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQEUNm51eC .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQEUNm51eC .card-img {
  width: auto;
}
.cid-rQEUNm51eC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQEUNm51eC .soc-item span {
  font-size: 1.4rem;
}
.cid-rQEUNm51eC .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQEUNm51eC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQEUNm51eC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQEUNm51eC .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQEUNm51eC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQEUNm51eC img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQEUNm51eC .item {
    justify-content: center;
  }
  .cid-rQEUNm51eC .quote::after {
    left: 60px;
  }
}
.cid-rQEUNm51eC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQEUNm51eC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQEUNm51eC .text1 {
  color: #ffffff;
}
.cid-rQEUNm51eC .item-title {
  color: #ffffff;
}
.cid-rQEUNm51eC H5 {
  color: #ffffff;
}
.cid-rQEUNm51eC .theme {
  color: #ffffff;
}
.cid-rQEUNm51eC .copyright > p {
  color: #ff3366;
}
.cid-rQEUNm51eC .text2 {
  color: #ffffff;
}
.cid-rMERFH7Jb4 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/school-bel.jpg");
}
.cid-rMERFH7Jb4 .mbr-section-subtitle {
  color: #000000;
}
.cid-rMERFH7Jb4 .mbr-section-title {
  color: #000000;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNzflfiLoH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNzflfiLoH .card-icon {
  font-size: 56px;
  color: #f4f8fa;
  transition: color 0.3s;
}
.cid-rNzflfiLoH .icon2 {
  color: #f4f8fa;
}
.cid-rNzflfiLoH .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rNzflfiLoH p {
  font-weight: 400;
}
.cid-rNzflfiLoH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f4f8fa;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rNzflfiLoH .line2 {
  background: #f4f8fa;
}
.cid-rNzflfiLoH .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0e8f61;
}
.cid-rNzflfiLoH .card-wrapper:hover .link-ico {
  background-color: #f4f8fa;
  border-color: #f4f8fa;
  color: white;
}
.cid-rNzflfiLoH .card2 {
  background: #c10700;
}
.cid-rNzflfiLoH .card-title,
.cid-rNzflfiLoH .card-ico,
.cid-rNzflfiLoH .line-wrap {
  text-align: center;
}
.cid-rNzflfiLoH .mbr-text,
.cid-rNzflfiLoH .card-link {
  text-align: center;
}
.cid-rMESbYwLDb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rMESbYwLDb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rQEWqS9xFX {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQEWqS9xFX .container {
  max-width: 1400px;
}
.cid-rQEWqS9xFX .card-img2 span {
  padding-top: 6px;
}
.cid-rQEWqS9xFX .soc-item a {
  padding-top: 5px;
}
.cid-rQEWqS9xFX .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQEWqS9xFX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQEWqS9xFX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQEWqS9xFX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQEWqS9xFX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQEWqS9xFX #e2_shape {
  fill: #ffffff !important;
}
.cid-rQEWqS9xFX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQEWqS9xFX .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQEWqS9xFX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQEWqS9xFX .card-img {
  width: auto;
}
.cid-rQEWqS9xFX .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQEWqS9xFX .soc-item span {
  font-size: 1.4rem;
}
.cid-rQEWqS9xFX .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQEWqS9xFX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQEWqS9xFX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQEWqS9xFX .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQEWqS9xFX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQEWqS9xFX img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQEWqS9xFX .item {
    justify-content: center;
  }
  .cid-rQEWqS9xFX .quote::after {
    left: 60px;
  }
}
.cid-rQEWqS9xFX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQEWqS9xFX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQEWqS9xFX .text1 {
  color: #ffffff;
}
.cid-rQEWqS9xFX .item-title {
  color: #ffffff;
}
.cid-rQEWqS9xFX H5 {
  color: #ffffff;
}
.cid-rQEWqS9xFX .theme {
  color: #ffffff;
}
.cid-rQEWqS9xFX .copyright > p {
  color: #ff3366;
}
.cid-rQEWqS9xFX .text2 {
  color: #ffffff;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rMERtrQyP1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rMERtrQyP1 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rQEWvDC4ki {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQEWvDC4ki .container {
  max-width: 1400px;
}
.cid-rQEWvDC4ki .card-img2 span {
  padding-top: 6px;
}
.cid-rQEWvDC4ki .soc-item a {
  padding-top: 5px;
}
.cid-rQEWvDC4ki .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQEWvDC4ki .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQEWvDC4ki .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQEWvDC4ki .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQEWvDC4ki svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQEWvDC4ki #e2_shape {
  fill: #ffffff !important;
}
.cid-rQEWvDC4ki .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQEWvDC4ki .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQEWvDC4ki .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQEWvDC4ki .card-img {
  width: auto;
}
.cid-rQEWvDC4ki .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQEWvDC4ki .soc-item span {
  font-size: 1.4rem;
}
.cid-rQEWvDC4ki .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQEWvDC4ki .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQEWvDC4ki .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQEWvDC4ki .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQEWvDC4ki .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQEWvDC4ki img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQEWvDC4ki .item {
    justify-content: center;
  }
  .cid-rQEWvDC4ki .quote::after {
    left: 60px;
  }
}
.cid-rQEWvDC4ki .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQEWvDC4ki .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQEWvDC4ki .text1 {
  color: #ffffff;
}
.cid-rQEWvDC4ki .item-title {
  color: #ffffff;
}
.cid-rQEWvDC4ki H5 {
  color: #ffffff;
}
.cid-rQEWvDC4ki .theme {
  color: #ffffff;
}
.cid-rQEWvDC4ki .copyright > p {
  color: #ff3366;
}
.cid-rQEWvDC4ki .text2 {
  color: #ffffff;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rMy0HZTZel {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMy0HZTZel .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rQEWnDTSBs {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQEWnDTSBs .container {
  max-width: 1400px;
}
.cid-rQEWnDTSBs .card-img2 span {
  padding-top: 6px;
}
.cid-rQEWnDTSBs .soc-item a {
  padding-top: 5px;
}
.cid-rQEWnDTSBs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQEWnDTSBs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQEWnDTSBs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQEWnDTSBs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQEWnDTSBs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQEWnDTSBs #e2_shape {
  fill: #ffffff !important;
}
.cid-rQEWnDTSBs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQEWnDTSBs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQEWnDTSBs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQEWnDTSBs .card-img {
  width: auto;
}
.cid-rQEWnDTSBs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQEWnDTSBs .soc-item span {
  font-size: 1.4rem;
}
.cid-rQEWnDTSBs .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQEWnDTSBs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQEWnDTSBs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQEWnDTSBs .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQEWnDTSBs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQEWnDTSBs img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQEWnDTSBs .item {
    justify-content: center;
  }
  .cid-rQEWnDTSBs .quote::after {
    left: 60px;
  }
}
.cid-rQEWnDTSBs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQEWnDTSBs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQEWnDTSBs .text1 {
  color: #ffffff;
}
.cid-rQEWnDTSBs .item-title {
  color: #ffffff;
}
.cid-rQEWnDTSBs H5 {
  color: #ffffff;
}
.cid-rQEWnDTSBs .theme {
  color: #ffffff;
}
.cid-rQEWnDTSBs .copyright > p {
  color: #ff3366;
}
.cid-rQEWnDTSBs .text2 {
  color: #ffffff;
}
.cid-rNzZ9shlNN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNzZ9shlNN .nav-item,
.cid-rNzZ9shlNN .nav-link,
.cid-rNzZ9shlNN .navbar-caption {
  font-weight: normal;
}
.cid-rNzZ9shlNN .nav-item:focus,
.cid-rNzZ9shlNN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNzZ9shlNN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rNzZ9shlNN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNzZ9shlNN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rNzZ9shlNN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNzZ9shlNN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNzZ9shlNN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNzZ9shlNN .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-rNzZ9shlNN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNzZ9shlNN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNzZ9shlNN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rNzZ9shlNN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNzZ9shlNN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNzZ9shlNN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNzZ9shlNN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNzZ9shlNN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNzZ9shlNN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rNzZ9shlNN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNzZ9shlNN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNzZ9shlNN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNzZ9shlNN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNzZ9shlNN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNzZ9shlNN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNzZ9shlNN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNzZ9shlNN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNzZ9shlNN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNzZ9shlNN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNzZ9shlNN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNzZ9shlNN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNzZ9shlNN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNzZ9shlNN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNzZ9shlNN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNzZ9shlNN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNzZ9shlNN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNzZ9shlNN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNzZ9shlNN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNzZ9shlNN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNzZ9shlNN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNzZ9shlNN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNzZ9shlNN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNzZ9shlNN .dropdown-item.active,
.cid-rNzZ9shlNN .dropdown-item:active {
  background-color: transparent;
}
.cid-rNzZ9shlNN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNzZ9shlNN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNzZ9shlNN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNzZ9shlNN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNzZ9shlNN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNzZ9shlNN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNzZ9shlNN .navbar-buttons {
  text-align: center;
}
.cid-rNzZ9shlNN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNzZ9shlNN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rNzZ9shlNN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNzZ9shlNN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzZ9shlNN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNzZ9shlNN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNzZ9shlNN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzZ9shlNN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNzZ9shlNN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNzZ9shlNN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNzZ9shlNN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNzZ9shlNN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNzZ9shlNN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNzZ9shlNN .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rNzZ9shlNN .soc-item {
  margin: .5rem .3rem;
}
.cid-rNzZ9shlNN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNzZ9shlNN .navbar {
    height: 77px;
  }
  .cid-rNzZ9shlNN .navbar.opened {
    height: auto;
  }
  .cid-rNzZ9shlNN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNzZ9t3X7T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rNzZ9t3X7T .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rQEWzAbwbK {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQEWzAbwbK .container {
  max-width: 1400px;
}
.cid-rQEWzAbwbK .card-img2 span {
  padding-top: 6px;
}
.cid-rQEWzAbwbK .soc-item a {
  padding-top: 5px;
}
.cid-rQEWzAbwbK .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQEWzAbwbK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQEWzAbwbK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQEWzAbwbK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQEWzAbwbK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQEWzAbwbK #e2_shape {
  fill: #ffffff !important;
}
.cid-rQEWzAbwbK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQEWzAbwbK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQEWzAbwbK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQEWzAbwbK .card-img {
  width: auto;
}
.cid-rQEWzAbwbK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQEWzAbwbK .soc-item span {
  font-size: 1.4rem;
}
.cid-rQEWzAbwbK .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQEWzAbwbK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQEWzAbwbK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQEWzAbwbK .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQEWzAbwbK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQEWzAbwbK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQEWzAbwbK .item {
    justify-content: center;
  }
  .cid-rQEWzAbwbK .quote::after {
    left: 60px;
  }
}
.cid-rQEWzAbwbK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQEWzAbwbK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQEWzAbwbK .text1 {
  color: #ffffff;
}
.cid-rQEWzAbwbK .item-title {
  color: #ffffff;
}
.cid-rQEWzAbwbK H5 {
  color: #ffffff;
}
.cid-rQEWzAbwbK .theme {
  color: #ffffff;
}
.cid-rQEWzAbwbK .copyright > p {
  color: #ff3366;
}
.cid-rQEWzAbwbK .text2 {
  color: #ffffff;
}
.cid-rOAh24pApz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOAh24pApz .nav-item,
.cid-rOAh24pApz .nav-link,
.cid-rOAh24pApz .navbar-caption {
  font-weight: normal;
}
.cid-rOAh24pApz .nav-item:focus,
.cid-rOAh24pApz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rOAh24pApz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rOAh24pApz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOAh24pApz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rOAh24pApz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rOAh24pApz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rOAh24pApz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOAh24pApz .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-rOAh24pApz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOAh24pApz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOAh24pApz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rOAh24pApz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rOAh24pApz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rOAh24pApz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOAh24pApz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOAh24pApz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOAh24pApz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rOAh24pApz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOAh24pApz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOAh24pApz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOAh24pApz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOAh24pApz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOAh24pApz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOAh24pApz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOAh24pApz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOAh24pApz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOAh24pApz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOAh24pApz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOAh24pApz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOAh24pApz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOAh24pApz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rOAh24pApz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rOAh24pApz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOAh24pApz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOAh24pApz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOAh24pApz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOAh24pApz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOAh24pApz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOAh24pApz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOAh24pApz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOAh24pApz .dropdown-item.active,
.cid-rOAh24pApz .dropdown-item:active {
  background-color: transparent;
}
.cid-rOAh24pApz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOAh24pApz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOAh24pApz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOAh24pApz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOAh24pApz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOAh24pApz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOAh24pApz .navbar-buttons {
  text-align: center;
}
.cid-rOAh24pApz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOAh24pApz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rOAh24pApz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOAh24pApz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOAh24pApz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOAh24pApz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOAh24pApz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOAh24pApz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOAh24pApz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOAh24pApz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOAh24pApz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOAh24pApz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOAh24pApz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rOAh24pApz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rOAh24pApz .soc-item {
  margin: .5rem .3rem;
}
.cid-rOAh24pApz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOAh24pApz .navbar {
    height: 77px;
  }
  .cid-rOAh24pApz .navbar.opened {
    height: auto;
  }
  .cid-rOAh24pApz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOAh2570PE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/luchthaven-ip-audio.jpeg");
}
.cid-rOAh2570PE .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rOAh2570PE .text-block {
  position: relative;
  z-index: 0;
}
.cid-rOAh2570PE .box {
  width: 25%;
  height: 40%;
  background: #ffb200;
  position: absolute;
  top: 4%;
}
.cid-rOAh2570PE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rOAh2570PE .box {
  right: 20%;
}
.cid-rOAh2570PE .text-box {
  right: 0;
}
.cid-rOAh2570PE .mbr-section-title,
.cid-rOAh2570PE .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-rOAh2570PE .text-box {
    display: none;
  }
  .cid-rOAh2570PE .mbr-section-title,
  .cid-rOAh2570PE .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rOAh2570PE .box {
    display: none;
  }
  .cid-rOAh2570PE .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rOAh2570PE .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOAh2570PE .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rOAh2570PE .mbr-section-text {
  color: #000000;
  text-align: center;
}
.cid-rOAh2570PE .mbr-section-title {
  text-align: center;
}
.cid-rOAjL6F23u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOAjL6F23u .mbr-text {
  color: #000000;
}
.cid-rOAjL6F23u .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rOAjL6F23u .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rOAjL6F23u .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffb200;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb200, #ff4d00);
}
.cid-rOAmaWs7gz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rOAmaWs7gz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rOAmaWs7gz img:hover {
  transform: scale(1.1);
}
.cid-rOAmaWs7gz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rOAmaWs7gz h2 {
  padding: 0;
  margin: 0;
}
.cid-rOAmaWs7gz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rOAmaWs7gz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rOAmaWs7gz .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rOAmaWs7gz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rOAmaWs7gz .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rOAmaWs7gz .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rOAmaWs7gz .mbr-iconfont {
  margin: 0!important;
}
.cid-rOAmaWs7gz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rOAmaWs7gz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rOAmaWs7gz .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rOAmaWs7gz .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rOAmaWs7gz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rOAmaWs7gz H2 {
  color: #333333;
}
.cid-rOAmaWs7gz .mbr-text {
  color: #767676;
}
.cid-rOAngAfeCg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOAngAfeCg H1 {
  color: #57468b;
}
.cid-rOAngAfeCg .mbr-text,
.cid-rOAngAfeCg .mbr-section-btn {
  color: #716c80;
}
.cid-rOAngAfeCg img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rOAngAfeCg .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rQBBLSpO5s {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQBBLSpO5s .container {
  max-width: 1400px;
}
.cid-rQBBLSpO5s .card-img2 span {
  padding-top: 6px;
}
.cid-rQBBLSpO5s .soc-item a {
  padding-top: 5px;
}
.cid-rQBBLSpO5s .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQBBLSpO5s .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQBBLSpO5s .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQBBLSpO5s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQBBLSpO5s svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQBBLSpO5s #e2_shape {
  fill: #ffffff !important;
}
.cid-rQBBLSpO5s .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQBBLSpO5s .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQBBLSpO5s .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQBBLSpO5s .card-img {
  width: auto;
}
.cid-rQBBLSpO5s .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQBBLSpO5s .soc-item span {
  font-size: 1.4rem;
}
.cid-rQBBLSpO5s .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQBBLSpO5s .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQBBLSpO5s .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQBBLSpO5s .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQBBLSpO5s .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQBBLSpO5s img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQBBLSpO5s .item {
    justify-content: center;
  }
  .cid-rQBBLSpO5s .quote::after {
    left: 60px;
  }
}
.cid-rQBBLSpO5s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQBBLSpO5s .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQBBLSpO5s .text1 {
  color: #ffffff;
}
.cid-rQBBLSpO5s .item-title {
  color: #ffffff;
}
.cid-rQBBLSpO5s H5 {
  color: #ffffff;
}
.cid-rQBBLSpO5s .theme {
  color: #ffffff;
}
.cid-rQBBLSpO5s .copyright > p {
  color: #ff3366;
}
.cid-rQBBLSpO5s .text2 {
  color: #ffffff;
}
.cid-rOr5QcaB9j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOr5QcaB9j .nav-item,
.cid-rOr5QcaB9j .nav-link,
.cid-rOr5QcaB9j .navbar-caption {
  font-weight: normal;
}
.cid-rOr5QcaB9j .nav-item:focus,
.cid-rOr5QcaB9j .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rOr5QcaB9j .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rOr5QcaB9j .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOr5QcaB9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rOr5QcaB9j .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rOr5QcaB9j .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rOr5QcaB9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOr5QcaB9j .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-rOr5QcaB9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOr5QcaB9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOr5QcaB9j .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rOr5QcaB9j .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rOr5QcaB9j .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rOr5QcaB9j .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rOr5QcaB9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOr5QcaB9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOr5QcaB9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rOr5QcaB9j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rOr5QcaB9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOr5QcaB9j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOr5QcaB9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOr5QcaB9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOr5QcaB9j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOr5QcaB9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOr5QcaB9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOr5QcaB9j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rOr5QcaB9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOr5QcaB9j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOr5QcaB9j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOr5QcaB9j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOr5QcaB9j .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rOr5QcaB9j .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rOr5QcaB9j .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOr5QcaB9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOr5QcaB9j .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOr5QcaB9j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOr5QcaB9j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOr5QcaB9j .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOr5QcaB9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOr5QcaB9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOr5QcaB9j .dropdown-item.active,
.cid-rOr5QcaB9j .dropdown-item:active {
  background-color: transparent;
}
.cid-rOr5QcaB9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOr5QcaB9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOr5QcaB9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOr5QcaB9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOr5QcaB9j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOr5QcaB9j ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOr5QcaB9j .navbar-buttons {
  text-align: center;
}
.cid-rOr5QcaB9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOr5QcaB9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rOr5QcaB9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOr5QcaB9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOr5QcaB9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOr5QcaB9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOr5QcaB9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOr5QcaB9j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOr5QcaB9j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOr5QcaB9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOr5QcaB9j .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOr5QcaB9j a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOr5QcaB9j .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rOr5QcaB9j .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rOr5QcaB9j .soc-item {
  margin: .5rem .3rem;
}
.cid-rOr5QcaB9j .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOr5QcaB9j .navbar {
    height: 77px;
  }
  .cid-rOr5QcaB9j .navbar.opened {
    height: auto;
  }
  .cid-rOr5QcaB9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOr6VfdHzT {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOr6VfdHzT .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #ffffff;
}
.cid-rOr6VfdHzT img {
  width: 100%;
}
.cid-rOr6VfdHzT p {
  margin-top: 6rem;
}
.cid-rOr6VfdHzT .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rOr6VfdHzT .content-wrapper {
  padding-top: 6rem;
}
.cid-rOr6VfdHzT h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 6rem;
  transform: rotate(270deg);
  transform-origin: bottom left;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rOr6VfdHzT .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rOr6VfdHzT p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rOr6VfdHzT .back {
    width: 100%;
    height: 75%;
  }
  .cid-rOr6VfdHzT .content-wrapper {
    padding: 0 3rem;
    padding-bottom: 4rem;
  }
  .cid-rOr6VfdHzT .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rOr6VfdHzT p {
    margin-top: 4rem;
  }
}
.cid-rOr6VfdHzT .content-wrapper {
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .cid-rOr6VfdHzT .content-wrapper {
    padding: 0rem;
    padding-bottom: 4rem;
  }
  .cid-rOr6VfdHzT .content-wrapper h4 {
    bottom: 4rem;
  }
  .cid-rOr6VfdHzT .content-wrapper {
    padding-left: 3rem;
  }
  .cid-rOr6VfdHzT h4 {
    left: 2rem;
  }
}
.cid-rQBuW5mBPe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQBuW5mBPe .mbr-iconfont {
  color: #8d97ad;
}
.cid-rQBuW5mBPe .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rQBuW5mBPe .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rQBuW5mBPe .mbr-section-subtitle {
  color: #000000;
}
.cid-rQBuW5mBPe .card-title {
  margin-bottom: 0.3rem;
}
.cid-rQBuW5mBPe .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rQBuW5mBPe .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rQBuW5mBPe .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rQBy8GQ0HC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-rQBy8GQ0HC .container {
  max-width: 1500px;
}
.cid-rQBy8GQ0HC img {
  width: 100%;
}
.cid-rQBy8GQ0HC h2 {
  padding: 0;
  margin: 0;
}
.cid-rQBy8GQ0HC .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rQBy8GQ0HC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rQBy8GQ0HC .img-col {
  position: relative;
}
.cid-rQBy8GQ0HC .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-rQBy8GQ0HC .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rQBy8GQ0HC .img-col {
    margin-bottom: 3rem;
  }
  .cid-rQBy8GQ0HC .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rQBy8GQ0HC .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-rQBy8GQ0HC .number {
    margin: auto;
  }
}
.cid-rQF3yEaOLn {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rQF3yEaOLn .mbr-section-subtitle,
.cid-rQF3yEaOLn .caption-text {
  color: #8d97ad;
}
.cid-rQF3yEaOLn .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-rQF3yEaOLn .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rQF3yEaOLn .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-rQF3yEaOLn .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rQF3yEaOLn .mbr-section-subtitle {
  color: #000000;
}
.cid-rQF3yEaOLn .caption-text {
  color: #000000;
}
.cid-rQBtMRy6WY {
  background-image: url("../../../assets/images/schema-cablage-harmonys-3.png");
}
.cid-rQBtMRy6WY .column-content {
  padding-top: 140px;
  padding-bottom: 105px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rQBtMRy6WY .text-content .btn-bgr {
  z-index: 0;
}
.cid-rQBtMRy6WY .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rQBtMRy6WY .container-full-width {
  position: relative;
}
.cid-rQBtMRy6WY .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rQBtMRy6WY .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rQBtMRy6WY .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rQBtMRy6WY .text-content {
    width: 540px;
  }
  .cid-rQBtMRy6WY .column-content {
    width: 100%;
  }
  .cid-rQBtMRy6WY .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rQBtMRy6WY .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rQBtMRy6WY .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rQBtMRy6WY .column-content {
    width: 50%;
  }
  .cid-rQBtMRy6WY .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rQBtMRy6WY .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQBtMRy6WY .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rQBtMRy6WY .column-content {
    height: 33rem;
  }
}
.cid-rQBtMRy6WY .mbr-text,
.cid-rQBtMRy6WY .mbr-section-btn {
  color: #767676;
}
.cid-rOrqLdMK3W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQBz1XRozT {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rQBz1XRozT .container {
  max-width: 1400px;
}
.cid-rQBz1XRozT .card-img2 span {
  padding-top: 6px;
}
.cid-rQBz1XRozT .soc-item a {
  padding-top: 5px;
}
.cid-rQBz1XRozT .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rQBz1XRozT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rQBz1XRozT .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rQBz1XRozT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rQBz1XRozT svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rQBz1XRozT #e2_shape {
  fill: #ffffff !important;
}
.cid-rQBz1XRozT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rQBz1XRozT .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rQBz1XRozT .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQBz1XRozT .card-img {
  width: auto;
}
.cid-rQBz1XRozT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rQBz1XRozT .soc-item span {
  font-size: 1.4rem;
}
.cid-rQBz1XRozT .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rQBz1XRozT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rQBz1XRozT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rQBz1XRozT .media-wrap {
  margin-bottom: 1rem;
}
.cid-rQBz1XRozT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQBz1XRozT img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rQBz1XRozT .item {
    justify-content: center;
  }
  .cid-rQBz1XRozT .quote::after {
    left: 60px;
  }
}
.cid-rQBz1XRozT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rQBz1XRozT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQBz1XRozT .text1 {
  color: #ffffff;
}
.cid-rQBz1XRozT .item-title {
  color: #ffffff;
}
.cid-rQBz1XRozT H5 {
  color: #ffffff;
}
.cid-rQBz1XRozT .theme {
  color: #ffffff;
}
.cid-rQBz1XRozT .copyright > p {
  color: #ff3366;
}
.cid-rQBz1XRozT .text2 {
  color: #ffffff;
}
.cid-rzBaVzqjpS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c10700;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rMqAa01wlW {
  background-image: url("../../../assets/images/school-bel-1.jpg");
}
.cid-rMqAa01wlW .mbr-section-title,
.cid-rMqAa01wlW .mbr-section-subtitle {
  color: #000000;
}
.cid-rMqAa01wlW .mbr-section-text {
  color: #232323;
}
.cid-rMqAa01wlW .mbr-text,
.cid-rMqAa01wlW .typed-text,
.cid-rMqAa01wlW .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rMqAa01wlW .btn {
  margin-left: 4px !important;
}
.cid-rMqAa01wlW .animated-element {
  color: #08579f;
}
.cid-rMqAa01wlW .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #08579f;
}
.cid-rMqAa01wlW .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rMqAa01wlW .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rMqAa01wlW .typed-text,
  .cid-rMqAa01wlW .mbr-section-subtitle,
  .cid-rMqAa01wlW .mbr-section-text,
  .cid-rMqAa01wlW .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rOqX27JgBR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOqX27JgBR .mbr-text {
  color: #000000;
}
.cid-rOUArXotQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOUArXotQc H1 {
  color: #000000;
}
.cid-rOUArXotQc .mbr-text,
.cid-rOUArXotQc .mbr-section-btn {
  color: #716c80;
}
.cid-rOUArXotQc img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rOUArXotQc .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-rQEWVIorsg {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rQEWVIorsg .mbr-section-subtitle,
.cid-rQEWVIorsg .caption-text {
  color: #8d97ad;
}
.cid-rQEWVIorsg .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-rQEWVIorsg .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rQEWVIorsg .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-rQEWVIorsg .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rQEWVIorsg .mbr-section-subtitle {
  color: #000000;
}
.cid-rQEWVIorsg .caption-text {
  color: #000000;
}
.cid-rOrcnFpI66 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/school-bel.jpg");
}
.cid-rOrcnFpI66 .mbr-overlay {
  background: #ffffff;
}
.cid-rOrcnFpI66 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rOrcnFpI66 .mbr-section-subtitle,
.cid-rOrcnFpI66 .mbr-section-btn {
  color: #000000;
}
.cid-rOAqwlyY1N {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOAqwlyY1N .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-rOAqwlyY1N .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rOAqwlyY1N .btn {
  margin: 0px !important;
}
.cid-rOAqwlyY1N .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOAqwlyY1N .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOAqwlyY1N .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rOAqwlyY1N .carousel-item .wrap-img {
  text-align: center;
}
.cid-rOAqwlyY1N .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rOAqwlyY1N .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rOAqwlyY1N .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rOAqwlyY1N .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-rOAqwlyY1N .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rOAqwlyY1N .second-col {
    padding-top: 2rem;
  }
}
.cid-rOqWPfKbtg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOqWPfKbtg .mbr-text {
  color: #000000;
}
.cid-rOqWPfKbtg .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rOqWPfKbtg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rOqWPfKbtg .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #04367c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #04367c, #51aafa);
}
.cid-rNyYBtYEao {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.cid-rNyYBtYEao .container {
  max-width: 1400px;
}
.cid-rNyYBtYEao .card-img2 span {
  padding-top: 6px;
}
.cid-rNyYBtYEao .soc-item a {
  padding-top: 5px;
}
.cid-rNyYBtYEao .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rNyYBtYEao .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rNyYBtYEao .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rNyYBtYEao .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rNyYBtYEao svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rNyYBtYEao #e2_shape {
  fill: #ffffff !important;
}
.cid-rNyYBtYEao .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rNyYBtYEao .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rNyYBtYEao .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #08579f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNyYBtYEao .card-img {
  width: auto;
}
.cid-rNyYBtYEao .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rNyYBtYEao .soc-item span {
  font-size: 1.4rem;
}
.cid-rNyYBtYEao .soc-item:hover span {
  color: #a61a3d !important;
}
.cid-rNyYBtYEao .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rNyYBtYEao .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rNyYBtYEao .media-wrap {
  margin-bottom: 1rem;
}
.cid-rNyYBtYEao .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rNyYBtYEao img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rNyYBtYEao .item {
    justify-content: center;
  }
  .cid-rNyYBtYEao .quote::after {
    left: 60px;
  }
}
.cid-rNyYBtYEao .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rNyYBtYEao .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNyYBtYEao .text1 {
  color: #ffffff;
}
.cid-rNyYBtYEao .item-title {
  color: #ffffff;
}
.cid-rNyYBtYEao H5 {
  color: #ffffff;
}
.cid-rNyYBtYEao .theme {
  color: #ffffff;
}
.cid-rNyYBtYEao .copyright > p {
  color: #ff3366;
}
.cid-rNyYBtYEao .text2 {
  color: #ffffff;
}
